DavidNgoue commited on
Commit
599d690
·
verified ·
1 Parent(s): 97cf857

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -6
requirements.txt CHANGED
@@ -1,6 +1,10 @@
1
- streamlit==1.18.1
2
- pandas==1.5.3
3
- numpy==1.23.4
4
- scikit-learn==1.2.2
5
- matplotlib==3.7.1
6
- seaborn==0.12.2
 
 
 
 
 
1
+ torch>=2.0.0
2
+ torchvision>=0.15.0
3
+ opencv-python>=4.7.0
4
+ streamlit>=1.22.0
5
+ Pillow>=9.5.0
6
+ numpy>=1.24.0
7
+ tqdm>=4.65.0
8
+ scikit-learn>=1.2.0
9
+ matplotlib>=3.7.0
10
+ pyttsx3>=2.90