saniaE commited on
Commit
c19f6b7
·
1 Parent(s): 1238982

updated requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -13
requirements.txt CHANGED
@@ -1,15 +1,15 @@
1
- fastapi
2
- uvicorn
3
- python-multipart
4
- huggingface-hub
5
- pandas==1.3.5
6
- numpy==1.24.3
7
- matplotlib==3.5.3
8
- scikit-image==0.19.3
9
- opencv-python-headless==4.10.0.84
10
  h5py==2.10.0
11
- keras==2.2.0
12
- tensorflow-gpu==1.15.0
13
- Keras-applications==1.0.7
14
  protobuf==3.20.3
15
- Pillow==9.5.0
 
1
+ fastapi==0.95.2
2
+ uvicorn==0.22.0
3
+ python-multipart==0.0.6
4
+ huggingface-hub==0.14.1
5
+ pandas==1.1.5
6
+ numpy==1.19.5
7
+ matplotlib==3.3.4
8
+ scikit-image==0.17.2
9
+ opencv-python-headless==4.5.5.64
10
  h5py==2.10.0
11
+ keras==2.2.4
12
+ tensorflow==1.15.0
13
+ Keras-applications==1.0.8
14
  protobuf==3.20.3
15
+ Pillow==8.4.0