clef commited on
Commit
2a8c3a1
·
1 Parent(s): b550fde

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -7
requirements.txt CHANGED
@@ -1,12 +1,12 @@
1
  # see environments.yml
2
- numpy
3
- pandas
4
- spacy
5
  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
6
- transformers[torch]
7
- nltk
8
  streamlit
9
  streamlit-aggrid
10
- inflect
11
  altair<5
12
- pydantic==1.10.11
 
1
  # see environments.yml
2
+ numpy==1.23.2
3
+ pandas==1.4.2
4
+ spacy==3.2.3
5
  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
6
+ transformers[torch]==4.22.1
7
+ # nltk==3.7
8
  streamlit
9
  streamlit-aggrid
10
+ inflect==6.0.0
11
  altair<5
12
+ pydantic<2