Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We do not need per-version numpy anymore
Browse files Browse the repository at this point in the history
xuzhao9 committed Jun 19, 2024
1 parent e6ee538 commit d13f44f
Showing 3 changed files with 2 additions and 12 deletions.
4 changes: 0 additions & 4 deletions torchbenchmark/models/hf_Whisper/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
numba
# We need to pin numpy version to the same as the torch testing environment
# which still supports python 3.8
numpy==1.21.2; python_version < '3.11'
numpy==1.26.0; python_version >= '3.11'
5 changes: 1 addition & 4 deletions torchbenchmark/models/tacotron2/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# We need to pin numpy version to the same as the torch testing environment
# which still supports python 3.8
numpy==1.21.2; python_version < '3.11'
numpy==1.26.0; python_version >= '3.11'
numpy
inflect
scipy
Unidecode
5 changes: 1 addition & 4 deletions torchbenchmark/util/framework/detectron2/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
git+https://github.com/facebookresearch/detectron2.git@0df2d73d0013db7de629602c23cc120219b4f2b8
omegaconf==2.3.0
# We need to pin numpy version to the same as the torch testing environment
# which still supports python 3.8
numpy==1.21.2; python_version < '3.11'
numpy==1.26.0; python_version >= '3.11'
numpy

0 comments on commit d13f44f

Please sign in to comment.