esteele commited on
Commit
2e1101b
·
verified ·
1 Parent(s): 16235a3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -17
requirements.txt CHANGED
@@ -1,26 +1,26 @@
1
- fastapi==0.103.2
2
- uvicorn==0.23.2
3
 
4
- gradio==3.45.2
5
- gradio_client==0.5.3
6
 
7
- huggingface-hub==0.17.3
8
 
9
- numpy==1.25.2
10
- pandas==2.1.0
11
- scikit-learn==1.2.2
12
- scipy==1.11.2
13
 
14
- matplotlib==3.7.3
15
- seaborn==0.12.2
16
- plotly==5.16.1
17
 
18
- pillow==9.5.0
19
  pyarrow==13.0.0
20
 
21
- requests==2.31.0
22
- tqdm==4.66.1
23
 
24
- orjson==3.9.7
25
- python-multipart==0.0.6
26
 
 
1
+ fastapi
2
+ uvicorn
3
 
4
+ gradio
5
+ gradio_client
6
 
7
+ huggingface-hub
8
 
9
+ numpy
10
+ pandas
11
+ scikit-learn
12
+ scipy
13
 
14
+ matplotlib
15
+ seaborn
16
+ plotly
17
 
18
+ pillow
19
  pyarrow==13.0.0
20
 
21
+ requests
22
+ tqdm
23
 
24
+ orjson
25
+ python-multipart
26