Skip to content

Commit

Permalink
update torch to 1.8.1 for test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Swanson authored and Jesse Swanson committed Apr 17, 2021
1 parent 4226f49 commit 06a62f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r requirements-no-torch.txt
torch>=1.5.0
torchvision==0.6.0
torch>=1.8.1
torchvision==0.9.1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@
"scipy == 1.4.1",
"sentencepiece == 0.1.86",
"tokenizers == 0.8.1.rc2",
"torch >= 1.5.0",
"torch >= 1.8.1",
"tqdm == 4.46.0",
"transformers == 3.1.0",
"torchvision == 0.6.0",
"torchvision == 0.9.1",
],
extras_require=extras,
python_requires=">=3.6.0",
Expand Down

0 comments on commit 06a62f0

Please sign in to comment.