Skip to content

Commit

Permalink
Allow newer numpy version in dev and test env
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Mar 24, 2022
1 parent 64d8f41 commit 2915756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.14,<1.18
numpy>=1.14,<1.22
scipy>=1.5.2
torch==1.7.1
torchaudio>=0.7.0
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- cudatoolkit=10.1
- ffmpeg
- matplotlib>=3,<4
- numpy>=1.15,<1.18
- numpy>=1.15,<1.22
- pip>=20.1,<=21
- python=3.7.3
- pytorch::pytorch=1.7.1
Expand Down

0 comments on commit 2915756

Please sign in to comment.