Skip to content

Commit

Permalink
update scipy version
Browse files Browse the repository at this point in the history
  • Loading branch information
liuwenran committed Aug 22, 2023
1 parent 12600a7 commit 8f0a9c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
pip install -U openmim
mim install 'mmcv >= 2.0.0'
pip install -r requirements/tests.txt
pip install scipy==1.7.2
pip install scipy==1.9.3
- run:
name: Build and install
command: |
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
docker exec mmagic pip install -U openmim
docker exec mmagic mim install 'mmcv >= 2.0.0'
docker exec mmagic pip install -r requirements/tests.txt
docker exec mmagic pip install 'scipy == 1.7.2'
docker exec mmagic pip install 'scipy == 1.9.3'
- run:
name: Build and install
command: |
Expand Down

0 comments on commit 8f0a9c4

Please sign in to comment.