We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6efb0b2 commit a1191d6Copy full SHA for a1191d6
ci/deps/azure-37-locale.yaml
@@ -5,7 +5,8 @@ dependencies:
5
- python=3.7.*
6
7
# tools
8
- - cython>=0.29.16
+ # 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.7.3
pytz
asv
-cython>=0.29.16
+cython==0.29.19
black==19.10b0
cpplint
flake8<3.8.0
0 commit comments