Hammad112 commited on
Commit
52151c3
·
verified ·
1 Parent(s): b6f7162

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -62,8 +62,8 @@ pandas==2.2.3
62
  pillow==10.4.0
63
  propcache==0.2.0
64
  proto-plus==1.24.0
65
- # Adjusted protobuf version for compatibility
66
- protobuf>=3.20.2,<5.0.0 # Loosened upper limit to include more versions
67
  pyarrow==17.0.0
68
  pyasn1==0.6.1
69
  pyasn1_modules==0.4.1
 
62
  pillow==10.4.0
63
  propcache==0.2.0
64
  proto-plus==1.24.0
65
+ # Use a version of protobuf that is compatible with all libraries
66
+ protobuf==5.26.0 # This version avoids the exclusions from TensorFlow
67
  pyarrow==17.0.0
68
  pyasn1==0.6.1
69
  pyasn1_modules==0.4.1