Emeritus-21 commited on
Commit
4c32c16
·
verified ·
1 Parent(s): 1ef9873

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +27 -27
requirements.txt CHANGED
@@ -1,27 +1,27 @@
1
- fastapi==0.115.6
2
- uvicorn[standard]==0.34.0
3
- python-multipart==0.0.18
4
- jinja2==3.1.4
5
- aiofiles==24.1.0
6
- websockets==14.1
7
- groq==0.15.0
8
- langchain==0.3.14
9
- langchain-community==0.3.14
10
- langchain-groq==0.2.3
11
- chromadb==0.6.3
12
- openai==1.59.0
13
- pandas==2.2.3
14
- numpy==1.26.4
15
- scikit-learn==1.6.1
16
- scipy==1.15.1
17
- requests==2.32.3
18
- geojson==3.2.0
19
- apscheduler==3.10.4
20
- python-dotenv==1.0.1
21
- httpx==0.28.1
22
- pydantic==2.10.4
23
- pydantic-settings==2.7.1
24
- plotly==5.24.1
25
- pytest==8.3.4
26
- pytest-asyncio==0.25.0
27
- markdown2==2.5.1
 
1
+ fastapi>=0.110.0
2
+ uvicorn[standard]>=0.27.0
3
+ python-multipart>=0.0.9
4
+ jinja2>=3.1.0
5
+ aiofiles>=23.0.0
6
+ websockets>=12.0
7
+ groq>=0.5.0
8
+ langchain>=0.1.0
9
+ langchain-community>=0.0.20
10
+ langchain-groq>=0.0.1
11
+ chromadb>=0.4.24
12
+ openai>=1.14.0
13
+ pandas>=2.2.0
14
+ numpy>=1.26.0
15
+ scikit-learn>=1.4.0
16
+ scipy>=1.12.0
17
+ requests>=2.31.0
18
+ geojson>=3.1.0
19
+ apscheduler>=3.10.0
20
+ python-dotenv>=1.0.0
21
+ httpx>=0.27.0
22
+ pydantic>=2.6.0
23
+ pydantic-settings>=2.2.0
24
+ plotly>=5.18.0
25
+ pytest>=8.0.0
26
+ pytest-asyncio>=0.23.0
27
+ markdown2>=2.4.0