kishoreb4 commited on
Commit
40d76c5
·
1 Parent(s): fa662cc

Add Streamlit app for segmentation

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
- # Install promise using prebuilt wheel
2
- promise @ https://files.pythonhosted.org/packages/23/3b/f03a4fa26422e145e607c9eae23540a12a3fcf7e47cb7e91107adbf6b1fe/promise-2.3-py3-none-any.whl
3
-
4
- setuptools>=65.5.0
5
  wheel>=0.41.0
 
6
 
 
 
7
  tensorflow==2.12.0
8
  streamlit==1.31.1
9
  protobuf>=3.20,<5
 
1
+ # First ensure wheel and setuptools are available
 
 
 
2
  wheel>=0.41.0
3
+ setuptools>=65.5.0
4
 
5
+ # Now install promise safely (this ensures build tools are already there)
6
+ promise==2.3
7
  tensorflow==2.12.0
8
  streamlit==1.31.1
9
  protobuf>=3.20,<5