We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 618e5b4 commit 59de679Copy full SHA for 59de679
debian/rules
@@ -11,7 +11,7 @@ UVER := $(shell LC_ALL=C dpkg-parsechangelog | awk '/^Version:/{print $$2;}' | s
11
CYTHONVER := $(shell dpkg -l cython | awk '/^ii/{print $$3;}' || echo 0)
12
MPLVER := $(shell dpkg -l python-matplotlib | awk '/^ii/{print $$3;}' || echo 0)
13
14
-MIN_CYTHONVER = 0.15.1
+MIN_CYTHONVER = 0.17~beta4+git15-g6457431-1
15
EXCLUDE_MORETESTS :=
16
# $(shell dpkg --compare-versions $(MPLVER) lt 1.0 && echo '|test_hist|test_plot|test_boxplot|test_corr_rank' || echo '')
17
0 commit comments