clef commited on
Commit
2065306
·
verified ·
1 Parent(s): 7fa3a5c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -10
requirements.txt CHANGED
@@ -1,11 +1,9 @@
1
- # see environments.yml
2
- confection==0.1.4
3
- pydantic
4
- numpy
5
- pandas
6
- spacy
7
  https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.2.0/en_core_web_lg-3.2.0-py3-none-any.whl
8
- transformers[torch]
9
- nltk
10
- sentence_transformers
11
- altair<5
 
 
1
+ numpy==1.22.3
2
+ pandas==1.4.2
3
+ spacy==3.2.3
 
 
 
4
  https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.2.0/en_core_web_lg-3.2.0-py3-none-any.whl
5
+ transformers[torch]==4.19.2
6
+ nltk==3.7
7
+ sentence_transformers==2.2.0
8
+ altair<5
9
+ pydantic<1.9.0