mrme77 commited on
Commit
243eff8
·
verified ·
1 Parent(s): cba6cbd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -11
requirements.txt CHANGED
@@ -2,23 +2,18 @@
2
  gradio==5.34.0
3
  python-dotenv==1.1.0
4
  PyPDF2==3.0.1
5
- openai== 1.82.0
 
 
 
6
 
7
  # Cloud storage
8
  google-cloud-storage==2.14.0
9
  google-auth==2.28.0
10
 
11
  # Language processing
12
- spacy>=3.8.0
13
- # Use direct download URL instead of package name for spaCy model
14
- https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.8.0/en_core_web_lg-3.8.0-py3-none-any.whl
15
 
16
  # Required for presidio PII detection
17
  presidio-analyzer==2.2.351
18
-
19
- # Removed unused dependencies:
20
- # google-adk[database]==0.3.0
21
- # yfinance==0.2.56
22
- # psutil==5.9.5
23
- # litellm==1.66.3
24
- # google-generativeai==0.8.5
 
2
  gradio==5.34.0
3
  python-dotenv==1.1.0
4
  PyPDF2==3.0.1
5
+ httpx==0.27.0 # For direct API calls to OpenRouter
6
+
7
+ # Use this if you're sticking with OpenAI SDK for now
8
+ openai==0.28.1 # Only if using api_base to connect to OpenRouter
9
 
10
  # Cloud storage
11
  google-cloud-storage==2.14.0
12
  google-auth==2.28.0
13
 
14
  # Language processing
15
+ spacy==3.8.0
16
+ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl
 
17
 
18
  # Required for presidio PII detection
19
  presidio-analyzer==2.2.351