Skip to content

Commit d6819c0

Browse files
committed
CI: Restrict asv to 0.5.1 or higher (pandas-dev#50321)
1 parent ce7bfeb commit d6819c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies:
6969
- flask
7070

7171
# benchmarks
72-
- asv
72+
- asv>=0.5.1
7373

7474
# The compiler packages are meta-packages and install the correct compiler (activation) packages on the respective platforms.
7575
- c-compiler

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dask
5252
seaborn
5353
moto
5454
flask
55-
asv
55+
asv>=0.5.1
5656
black==22.10.0
5757
cpplint
5858
flake8==6.0.0

0 commit comments

Comments
 (0)