We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f0c3c commit 767d7bbCopy full SHA for 767d7bb
ci/deps/azure-37-locale.yaml
@@ -5,7 +5,8 @@ dependencies:
5
- python=3.7.*
6
7
# tools
8
- - cython>=0.29.13
+ # Cython pin for https://github.com/pandas-dev/pandas/issues/34704
9
+ - cython==0.29.19
10
- pytest>=5.0.1
11
- pytest-xdist>=1.21
12
- pytest-asyncio
environment.yml
@@ -12,7 +12,7 @@ dependencies:
- asv
13
14
# building
15
+ - cython=0.29.19
16
17
# code checks
18
- black=19.10b0
requirements-dev.txt
@@ -5,7 +5,7 @@ numpy>=1.15
python-dateutil>=2.6.1
pytz
asv
-cython>=0.29.13
+cython==0.29.19
black==19.10b0
cpplint
flake8
0 commit comments