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

requirements file updated

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -4
requirements.txt CHANGED
@@ -1,8 +1,5 @@
1
  # Core dependencies
2
  gradio>=4.0.0,<5
3
-
4
- # Doctra library (install from source)
5
- git+https://github.com/AdemBoukhris457/Doctra.git
6
  pandas>=2.0.0
7
  numpy>=1.21.0
8
  pillow>=9.0.0
@@ -26,9 +23,14 @@ paddlex>=3.0.0
26
  openai>=1.0.0
27
  anthropic>=0.3.0
28
  google-generativeai>=0.3.0
29
- google-genai>=1.31.0
30
  httpx>=0.24.0
31
 
 
 
 
 
 
 
32
  # Image processing and restoration
33
  scikit-image>=0.19.3
34
  torchvision
 
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
  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
33
+
34
  # Image processing and restoration
35
  scikit-image>=0.19.3
36
  torchvision