Skip to content

Commit

Permalink
Update cython version for asv conf (pandas-dev#44359)
Browse files Browse the repository at this point in the history
* Update cython version for asv conf

* Change env
  • Loading branch information
phofl authored Nov 9, 2021
1 parent 10e23e8 commit 7c2d28c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion asv_bench/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
// followed by the pip installed packages).
"matrix": {
"numpy": [],
"Cython": ["0.29.21"],
"Cython": ["0.29.24"],
"matplotlib": [],
"sqlalchemy": [],
"scipy": [],
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
# The compiler packages are meta-packages and install the correct compiler (activation) packages on the respective platforms.
- c-compiler
- cxx-compiler
- cython>=0.29.21
- cython>=0.29.24

# code checks
- black=21.5b2
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.18.5
python-dateutil>=2.8.1
pytz
asv
cython>=0.29.21
cython>=0.29.24
black==21.5b2
cpplint
flake8==3.9.2
Expand Down

0 comments on commit 7c2d28c

Please sign in to comment.