xiomarablanco commited on
Commit
b192476
1 Parent(s): 5716ce5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -16
requirements.txt CHANGED
@@ -1,17 +1,18 @@
1
- datasets==2.7.1
2
- Flask==2.0.1
3
- gradio==3.23.0
4
- matplotlib==3.5.1
5
- nltk==3.6.5
6
- numpy==1.19.5
7
- pandas==1.3.4
8
- scikit_learn==1.2.2
9
- seaborn==0.12.2
10
- sentence_transformers==2.2.2
11
- spacy==3.4.4
12
- torch==1.13.1
13
- yake==0.4.8
14
- CyHunspell
15
- https://github.com/explosion/spacy-models/releases/download/es_core_news_sm-3.4.0/es_core_news_sm-3.4.0.tar.gz
16
- openpyxl
 
17
  tablib
 
1
+ datasets==2.7.1
2
+ Flask==2.0.1
3
+ gradio==3.23.0
4
+ matplotlib==3.5.1
5
+ nltk==3.6.5
6
+ numpy==1.19.5
7
+ pandas==1.3.4
8
+ scikit_learn==1.2.2
9
+ seaborn==0.12.2
10
+ sentence_transformers==2.2.2
11
+ spacy==3.4.4
12
+ torch==1.13.1
13
+ yake==0.4.8
14
+ libhunspell-dev
15
+ CyHunspell
16
+ https://github.com/explosion/spacy-models/releases/download/es_core_news_sm-3.4.0/es_core_news_sm-3.4.0.tar.gz
17
+ openpyxl
18
  tablib