DaVinciCode commited on
Commit
de791d6
Β·
1 Parent(s): 4ed0a6e

requirements file modified

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -2
requirements.txt CHANGED
@@ -1,5 +1,7 @@
1
  # Core dependencies
2
  gradio>=4.0.0,<5
 
 
3
  pandas>=2.0.0
4
  numpy>=1.21.0
5
  pillow>=9.0.0
@@ -23,10 +25,10 @@ paddlex>=3.0.0
23
  openai>=1.0.0
24
  anthropic>=0.3.0
25
  google-generativeai>=0.3.0
 
26
  httpx>=0.24.0
27
 
28
- # Fix websockets conflict - use compatible version
29
- websockets>=10.0,<12.0
30
 
31
  # Doctra library (install from source)
32
  git+https://github.com/AdemBoukhris457/Doctra.git
 
1
  # Core dependencies
2
  gradio>=4.0.0,<5
3
+ # Use older websockets version to avoid conflicts
4
+ websockets==11.0.3
5
  pandas>=2.0.0
6
  numpy>=1.21.0
7
  pillow>=9.0.0
 
25
  openai>=1.0.0
26
  anthropic>=0.3.0
27
  google-generativeai>=0.3.0
28
+ google-genai>=1.31.0
29
  httpx>=0.24.0
30
 
31
+ # websockets version already specified above
 
32
 
33
  # Doctra library (install from source)
34
  git+https://github.com/AdemBoukhris457/Doctra.git