Skip to content

Commit ac5a778

Browse files
committed
update requirements
1 parent 45ef957 commit ac5a778

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

requirements.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# PyTorch
2-
torch>=0.4.1
2+
torch==1.2.0
33
# progress bars in model download and training scripts
44
tqdm
55
# Accessing files from S3 directly.
@@ -8,11 +8,10 @@ boto3
88
requests
99
# For OpenAI GPT
1010
regex
11+
# For TacoLM
1112
gensim
1213
numpy
13-
allennlp
14-
scikit-learn
15-
word2number
14+
allennlp==0.9.0
15+
scikit-learn==0.21.3
16+
word2number==1.1
1617
jsonlines
17-
cython
18-
ccg_nlpy

0 commit comments

Comments
 (0)