ombui commited on
Commit
3973967
·
1 Parent(s): c016c35

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- segmentation-models
2
- opencv-python
3
- keras==2.12.0
4
- tensorflow==2.12.0
 
 
1
+ segmentation-models==1.0.0
2
+ tensorflow==2.5.0
3
+ keras==2.4.3
4
+ opencv-python==4.5.3.56
5
+