Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiminChen authored Nov 4, 2019
1 parent 5de2a92 commit 145fb8f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
pytorch == 1.2.0
protobuf == 3.10.0
tensorboardX == 1.9
boto3 == 1.10.6
botocore == 1.13.6
jmespath == 0.9.4
s3transfer == 0.2.1
regex == 2019.8.19
seqeval == 0.0.12
scikit-learn == 0.21.2
matplotlib == 3.1.1
scipy == 1.3.0
torchtext == 0.4.0
nltk == 3.4.5
requests == 2.21.0
tqdm == 4.32.1
pytorch >= 1.2.0
protobuf >= 3.10.0
tensorboardX >= 1.9
boto3 >= 1.10.6
botocore >= 1.13.6
jmespath >= 0.9.4
s3transfer >= 0.2.1
regex >= 2019.8.19
seqeval >= 0.0.12
scikit-learn >= 0.21.2
matplotlib >= 3.1.1
scipy >= 1.3.0
torchtext >= 0.4.0
nltk >= 3.4.5
requests >= 2.21.0
tqdm >= 4.32.1

0 comments on commit 145fb8f

Please sign in to comment.