Browse Source

exclude Cython 0.27(.0) in requirements, fixes #3066

https://github.com/cython/cython/issues/1880
Thomas Waldmann 7 năm trước cách đây
mục cha
commit
7e94d42853
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      requirements.d/development.txt

+ 1 - 1
requirements.d/development.txt

@@ -7,4 +7,4 @@ pytest
 pytest-xdist
 pytest-cov
 pytest-benchmark
-Cython
+Cython!=0.27