Skip to content

Commit

Permalink
update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
AlongWY committed Nov 2, 2020
1 parent aa00448 commit 78cd324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Core
torch>=1.2.0
torchtext==0.5.0
transformers==3.2.0
transformers>=3.0, <3.4.*
torch_optimizer

# Others
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
install_requires=[
'torch>=1.2.0',
'torchtext==0.5.0',
'transformers>=3.0, <3.2.*',
'transformers>=3.0, <3.4.*',
'pygtrie==2.3.3',
'tqdm',
'toml',
Expand Down

0 comments on commit 78cd324

Please sign in to comment.