Spaces:
Build error
Build error
Pin allennlp and torch to solve package conflics
#2
by
radames
- opened
- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
|
|
|
2 |
numpy
|
3 |
nltk
|
4 |
tokenizers
|
@@ -7,7 +8,6 @@ datasets
|
|
7 |
spacy
|
8 |
spacy-experimental
|
9 |
pandas
|
10 |
-
allennlp
|
11 |
allennlp-models
|
12 |
scipy
|
13 |
seaborn
|
|
|
1 |
+
allennlp==2.10.1
|
2 |
+
torch==1.11.0
|
3 |
numpy
|
4 |
nltk
|
5 |
tokenizers
|
|
|
8 |
spacy
|
9 |
spacy-experimental
|
10 |
pandas
|
|
|
11 |
allennlp-models
|
12 |
scipy
|
13 |
seaborn
|