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 19, 2021
1 parent 3f692cd commit fb89ddd
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
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
sentencepiece>=0.1.95
pytorch-lightning-bolts==0.3.0
filelock # comes with 3rd-party dependency
pycocotools>=2.0.2 ; python_version >= "3.7"
pycocotools>=2.0.2 ; python_version >= "3.7"

0 comments on commit fb89ddd

Please sign in to comment.