Skip to content

Commit 59de679

Browse files
committed
boosted min version for cython to the last used one
1 parent 618e5b4 commit 59de679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ UVER := $(shell LC_ALL=C dpkg-parsechangelog | awk '/^Version:/{print $$2;}' | s
1111
CYTHONVER := $(shell dpkg -l cython | awk '/^ii/{print $$3;}' || echo 0)
1212
MPLVER := $(shell dpkg -l python-matplotlib | awk '/^ii/{print $$3;}' || echo 0)
1313

14-
MIN_CYTHONVER = 0.15.1
14+
MIN_CYTHONVER = 0.17~beta4+git15-g6457431-1
1515
EXCLUDE_MORETESTS :=
1616
# $(shell dpkg --compare-versions $(MPLVER) lt 1.0 && echo '|test_hist|test_plot|test_boxplot|test_corr_rank' || echo '')
1717

0 commit comments

Comments
 (0)