Manusala commited on
Commit
551b9c9
·
verified ·
1 Parent(s): 43e03c1

added versions to all packages in pacakages.txt

Browse files
Files changed (1) hide show
  1. requirments.txt +6 -6
requirments.txt CHANGED
@@ -1,6 +1,6 @@
1
- streamlit
2
- tensorflow
3
- cv2
4
- PIL
5
- numpy
6
- matplotlib
 
1
+ tensorflow==2.15.0
2
+ streamlit==1.29.0
3
+ matplotlib==3.8.2
4
+ numpy==1.26.3
5
+ opencv-python==4.9.0.80
6
+