kkhushisaid commited on
Commit
0e9c5aa
·
verified ·
1 Parent(s): 8847123

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -24
requirements.txt CHANGED
@@ -1,24 +1,9 @@
1
- pip==23.1.1
2
- fastapi==0.86.0
3
- pydantic==1.9.1
4
- transformers==4.11.3
5
- torch==1.13.1
6
- numpy==1.22.1
7
- scipy==1.9.3
8
- pandas==1.4.0
9
- scikit-learn==1.0.2
10
- jupyterlab==3.2.9
11
- ipywidgets==7.6.5
12
- matplotlib==3.5.1
13
- beautifulsoup4==4.10.0
14
- spacy==3.4.1
15
- stanza==1.3
16
- wget==3.2
17
- seqeval
18
- scispacy==0.5.2
19
- datasets
20
- accelerate
21
- pycorenlp==0.3.0
22
- robust-deid==0.3.1
23
- https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.1/en_core_sci_sm-0.5.1.tar.gz
24
- https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.1/en_core_sci_lg-0.5.1.tar.gz
 
1
+ transformers>=4.30.0
2
+ gradio>=3.40.0
3
+ spacy>=3.6.0
4
+ jsonschema>=4.17.0
5
+ huggingface-hub>=0.15.0
6
+ numpy>=1.24.0
7
+ torch>=1.13.0
8
+ robust-deid
9
+ scikit-learn>=1.2.0