willco-afk commited on
Commit
b4ac057
·
verified ·
1 Parent(s): 02baffe

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -9
requirements.txt CHANGED
@@ -1,9 +1,4 @@
1
- tensorflow==2.11 # You can also try 2.10 or 2.9 if issues persist
2
- protobuf>=3.9.2,<3.20 # Ensuring compatibility with TensorFlow
3
- streamlit
4
- Pillow
5
- h5py>=2.9.0
6
- flatbuffers>=2.0
7
- libclang>=13.0.0
8
- google-pasta>=0.1.1
9
- # Add any other dependencies here
 
1
+ tensorflow==2.11
2
+ streamlit==1.13.0
3
+ numpy
4
+ pillow