willco-afk commited on
Commit
07f99dd
·
verified ·
1 Parent(s): 43f37ad

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -3
requirements.txt CHANGED
@@ -1,5 +1,9 @@
1
- tensorflow==2.11
2
- protobuf==3.20
3
  streamlit
4
  Pillow
5
- numpy
 
 
 
 
 
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