PeteBleackley radames commited on
Commit
3e66483
·
1 Parent(s): eef6e62

Pin allennlp and torch to solve package conflics (#2)

Browse files

- Pin allennlp and torch to solve package conflics (c6f831d031eff3f384bc398b4bdea3cb1730d267)


Co-authored-by: Radamés Ajna <radames@users.noreply.huggingface.co>

Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- torch
 
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