Skip to content

Commit

Permalink
Update dependencies in toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulooh007 committed Nov 15, 2023
1 parent 8f5fdbf commit ee667b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ requires-python = ">=3.8"
dependencies = [
'sacremoses>=0.1.0',
'sentencepiece>=0.1.99',
'numpy>=1.24',
'torch>=2.0.1',
'numpy>=1.21.3',
'torch>=1.10.0',
'fairseq>=0.12.2',
]

Expand Down

0 comments on commit ee667b1

Please sign in to comment.