kkhushisaid commited on
Commit
e36836d
·
verified ·
1 Parent(s): a182036

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -25
requirements.txt CHANGED
@@ -1,25 +1,11 @@
1
- pip==23.1.1
2
- fastapi==0.86.0
3
- pydantic==1.10.2
4
- transformers
5
- torch
6
- numpy==1.22.1
7
- scipy==1.8.0
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
15
- nodejs==0.1.1
16
- stanza==1.3
17
- wget==3.2
18
- seqeval
19
- scispacy==0.5.2
20
- datasets
21
- accelerate
22
- pycorenlp==0.3.0
23
- robust-deid==0.3.1
24
- https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.1/en_core_sci_sm-0.5.1.tar.gz
25
- https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.1/en_core_sci_lg-0.5.1.tar.gz
 
1
+ gradio==3.30
2
+ transformers==4.30.0
3
+ robust-deid==0.0.6
4
+ torch==2.1.0
5
+ pytorch-lightning==2.0.2
6
+ scikit-learn==1.3.2
7
+ numpy==1.24.3
8
+ pandas==2.1.0
9
+ spacy==3.6.0
10
+ tqdm==4.65.0
11
+ pytest==7.5.0