From 67ef76fd9f69009dc257d59284eadb795bfd59ae Mon Sep 17 00:00:00 2001 From: Patrick Hoefler Date: Sat, 17 Dec 2022 18:16:07 +0100 Subject: [PATCH] CI: Restrict asv to 0.5.1 or higher --- environment.yml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 904f5849219f7..889c764146d85 100644 --- a/environment.yml +++ b/environment.yml @@ -69,7 +69,7 @@ dependencies: - flask # benchmarks - - asv + - asv>=0.5.1 # The compiler packages are meta-packages and install the correct compiler (activation) packages on the respective platforms. - c-compiler diff --git a/requirements-dev.txt b/requirements-dev.txt index bc2c4995926fe..ec435cc05e439 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -52,7 +52,7 @@ dask seaborn moto flask -asv +asv>=0.5.1 black==22.10.0 cpplint flake8==6.0.0