tejaskkkk commited on
Commit
43e114d
·
verified ·
1 Parent(s): bc6b8de

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -12
requirements.txt CHANGED
@@ -1,12 +1,19 @@
1
- fastapi==0.104.1
2
- uvicorn[standard]==0.24.0
3
- torch==2.1.0
4
- transformers==4.35.0
5
- scikit-learn==1.3.0
6
- numpy==1.24.3
7
- pandas==2.0.3
8
- python-dotenv==1.0.0
9
- together>=1.0.0
10
- langsmith==0.0.69
11
- pydantic==2.4.2
12
- requests==2.31.0
 
 
 
 
 
 
 
 
1
+ fastapi==0.115.14
2
+ uvicorn[standard]==0.35.0
3
+ torch==2.7.1
4
+ transformers==4.53.0
5
+ scikit-learn==1.7.0
6
+ numpy==2.3.1
7
+ pandas==2.3.1
8
+ python-dotenv==1.1.1
9
+ together==1.5.17
10
+ langsmith==0.4.4
11
+ pydantic==2.11.7
12
+ requests==2.32.4
13
+ starlette==0.46.2
14
+ h11==0.16.0
15
+ click==8.1.8
16
+ anyio==4.9.0
17
+ idna==3.10
18
+ sniffio==1.3.1
19
+ typing_extensions==4.14.0