Skip to content

Commit

Permalink
remove scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
liuwenran committed Aug 22, 2023
1 parent 311ef6b commit 7e95c21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
pip install -U openmim
mim install 'mmcv >= 2.0.0'
pip install -r requirements/tests.txt
pip install scipy==1.7.2
- run:
name: Build and install
command: |
Expand Down Expand Up @@ -107,7 +106,6 @@ 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'
- run:
name: Build and install
command: |
Expand Down

0 comments on commit 7e95c21

Please sign in to comment.