Skip to content

Commit

Permalink
Refreshed deb_allow_older_cython patch
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Dec 23, 2018
1 parent f51d359 commit 2e45f1d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions debian/patches/deb_allow_older_cython
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- a/dipy/info.py
+++ b/dipy/info.py
@@ -79,7 +79,7 @@ under the GPL license.
@@ -77,7 +77,7 @@ MIT licenses.

# versions for dependencies
# Check these versions against .travis.yml and requirements.txt
-CYTHON_MIN_VERSION='0.25.1'
+CYTHON_MIN_VERSION='0'
NUMPY_MIN_VERSION='1.7.1'
SCIPY_MIN_VERSION='0.9'
NIBABEL_MIN_VERSION='2.1.0'
-CYTHON_MIN_VERSION = '0.25.1'
+CYTHON_MIN_VERSION = '0'
NUMPY_MIN_VERSION = '1.7.1'
SCIPY_MIN_VERSION = '0.9'
NIBABEL_MIN_VERSION = '2.3.0'

0 comments on commit 2e45f1d

Please sign in to comment.