forked from scil-vital/dwi_ml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request scil-vital#202 from EmmaRenauld/requests
Fix requirements. Use fixed requests version
- Loading branch information
Showing
3 changed files
with
25 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
# Bug Cython. We can't install the master scilpy. :( | ||
|
||
# But scilpy works currently with : | ||
git+https://github.com/EmmaRenauld/scilpy.git@master#egg=scilpy | ||
# Will install dipy through requirements. | ||
|
||
|
||
|
||
# --------------- | ||
# Note to developpers | ||
# In case scilpy reverts to hot dipy one day: | ||
# Previous hot dipy led to errors, and we prefered keeping official dipy: | ||
# We had to use Emmanuelle Renauld's branch of scilpy, with hot dipy skipped. | ||
# | ||
# -e git+https://github.com/scilus/[email protected]#egg=dipy | ||
# --> issue with -e: pytest seems to redo ALL tests. | ||
# --> issue without e: bug with Cython. Arnaud and Francois from scilpy | ||
# couldn't help. Using official dipy instead of hot dipy: | ||
# Emmanuelle Renauld's branch of scilpy, with hot dipy skipped. | ||
git+https://github.com/EmmaRenauld/scilpy.git@master#egg=scilpy | ||
|
||
# Will install dipy. | ||
# couldn't help. |