Skip to content

Commit

Permalink
BLD: Pin cython for 37-locale build (pandas-dev#34711)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger authored Jun 11, 2020
1 parent 6efb0b2 commit a1191d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ci/deps/azure-37-locale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ dependencies:
- python=3.7.*

# tools
- cython>=0.29.16
# Cython pin for https://github.com/pandas-dev/pandas/issues/34704
- cython==0.29.19
- pytest>=5.0.1
- pytest-xdist>=1.21
- pytest-asyncio
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- asv

# building
- cython>=0.29.16
- cython=0.29.19

# code checks
- black=19.10b0
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1191d6

Please sign in to comment.