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

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Feb 18, 2021
1 parent 3f692cd commit d0aa893
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
pytorch-lightning==1.2.0rc0
torch>=1.7 # TODO: regenerate weights with lewer PT version
PyYAML>=5.1
PyYAML==5.3.1
Pillow>=7.2
torchvision>=0.8 # 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
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
numpy # comes with 3rd-party dependency
tqdm # comes with 3rd-party dependency
rouge-score>=0.0.4
Expand Down

0 comments on commit d0aa893

Please sign in to comment.