Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Feb 18, 2021
1 parent d0aa893 commit d4f43c1
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
pytorch-lightning==1.2.0rc0
torch>=1.7 # TODO: regenerate weights with lewer PT version
PyYAML==5.3.1
torch>=1.7.1 # TODO: regenerate weights with lewer PT version
PyYAML>=5.1
Pillow>=7.2
torchvision>=0.8 # lower to 0.7 after PT 1.6
transformers==4.2.2
pytorch-tabnet==3.1.1
datasets==1.2.1
pandas==1.1.5 ; python_version < "3.7"
pandas==1.2.2 ; python_version >= "3.7"
scikit-learn==0.24.0
torchvision>=0.8.2 # lower to 0.7 after PT 1.6
transformers>=4.0
pytorch-tabnet==3.1
datasets>=1.2, <1.3
pandas>=1.1
scikit-learn>=0.24
numpy # comes with 3rd-party dependency
tqdm # comes with 3rd-party dependency
rouge-score>=0.0.4
Expand Down

0 comments on commit d4f43c1

Please sign in to comment.