Skip to content

Commit

Permalink
Pin numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Jun 19, 2024
1 parent 42bb752 commit 23512db
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ transformers==4.38.1
MonkeyType
psutil
pyyaml
numpy
numpy==1.21.2
opencv-python
submitit
pynvml
2 changes: 1 addition & 1 deletion torchbenchmark/models/Background_Matting/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy
opencv-python
numpy==1.21.2
pandas
Pillow
scikit-image
Expand Down
3 changes: 2 additions & 1 deletion torchbenchmark/models/hf_Whisper/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
numba
numba
numpy==1.21.2
2 changes: 1 addition & 1 deletion torchbenchmark/models/tacotron2/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy
numpy==1.21.2
inflect
scipy
Unidecode
Expand Down
2 changes: 1 addition & 1 deletion torchbenchmark/util/framework/detectron2/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
git+https://github.com/facebookresearch/detectron2.git@1a4df4d
omegaconf==2.3.0
numpy
numpy==1.21.2

0 comments on commit 23512db

Please sign in to comment.