Skip to content

Commit

Permalink
Removes pinned torchtext and torch for windows. (#1998)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Treiman <daniel@predibase.com>
  • Loading branch information
dantreiman and dantreiman committed May 11, 2022
1 parent 9ae57a9 commit b4cb667
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ scipy>=0.18
tabulate>=0.7
scikit-learn
tqdm
torch==1.9.1 ; platform_system == "Windows" # https://github.com/pytorch/pytorch/issues/65473
torch>=1.10.0 ; platform_system != "Windows"
torch>=1.10.0
torchaudio
torchtext
torchvision==0.10.1 ; platform_system == "Windows" # https://github.com/pytorch/pytorch/issues/65473
torchvision>=0.10.1 ; platform_system != "Windows"
torchvision>=0.10.1
transformers>=4.10.1
spacy>=2.3
PyYAML>=3.12
Expand Down

0 comments on commit b4cb667

Please sign in to comment.