DHEIVER commited on
Commit
670cebb
·
1 Parent(s): 8cc2f16

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -5
requirements.txt CHANGED
@@ -1,5 +1,12 @@
1
- fastapi
2
- uvicorn
3
- opencv-python-headless
4
- tensorflow
5
- numpy==1.19.5
 
 
 
 
 
 
 
 
1
+ ipython==8.4.0
2
+ jupyter==1.0.0
3
+ matplotlib==3.5.2
4
+ numpy==1.22.4
5
+ pandas==1.4.2
6
+ pydot==1.4.2
7
+ scikit-learn==1.1.1
8
+ scipy==1.8.1
9
+ tensorflow==2.8.0
10
+ protobuf==3.20.0
11
+ sklearn
12
+ opencv-python