vitalune commited on
Commit
c112e54
·
verified ·
1 Parent(s): 49a3165

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -28
requirements.txt CHANGED
@@ -1,28 +1,8 @@
1
- # CatBot Requirements - Optimized for Python 3.12 compatibility
2
-
3
- # Core dependencies
4
- streamlit>=1.40.0,<2.0.0
5
- openai>=1.0.0,<2.0.0
6
- python-dotenv>=1.0.0,<2.0.0
7
- jedi>=0.19.0,<0.20.0
8
-
9
- # LlamaIndex ecosystem - Let pip resolve compatible versions
10
- llama-index>=0.14.0,<0.15.0
11
- llama-cloud>=0.1.0,<0.2.0
12
-
13
- # Data processing and utilities
14
- pandas>=2.2.0,<3.0.0
15
- numpy>=1.26.0,<3.0.0
16
- pyarrow>=15.0.0
17
-
18
- # Web and networking
19
- requests>=2.31.0,<3.0.0
20
- httpx>=0.27.0,<1.0.0
21
- aiohttp>=3.9.0,<4.0.0
22
-
23
- # Serialization and validation
24
- pydantic>=2.0.0,<3.0.0
25
-
26
- # Utilities
27
- click>=8.1.0,<9.0.0
28
- PyYAML>=6.0.0,<7.0.0
 
1
+ streamlit==1.50.0
2
+ llama-index>=0.9.0
3
+ llama-index-llms-openai>=0.5.0
4
+ llama-index-embeddings-openai>=0.5.0
5
+ openai>=1.0.0
6
+ python-dotenv==1.1.1
7
+ jedi==0.19.2
8
+ llama-cloud-services>=0.6.0