Skip to content

Commit e5ad245

Browse files
Update requirements.txt
1 parent a91beff commit e5ad245

File tree

1 file changed

+17
-23
lines changed

1 file changed

+17
-23
lines changed

requirements.txt

Lines changed: 17 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,18 @@
1-
setuptools~=70.0.0
2-
torch~=2.5.0
3-
pytorch-lightning~=2.4.0
4-
transformers~=4.45.2
5-
numpy~=1.26.4
6-
pandas~=2.2.3
7-
matplotlib~=3.9.2
8-
FastAPI~=0.109.1
9-
uvicorn~=0.15.0
10-
requests~=2.32.3
11-
Config~=0.5.1
12-
scikit-learn~=1.5.2
13-
seaborn~=0.11.2
14-
pydantic~=1.10.18
15-
api~=1.0.0.dev5
16-
python_jose~=3.3.0
17-
response~=0.1.0
18-
Validation~=0.1.0
19-
constants~=0.6.0
20-
Rich~=13.9.0
21-
click~=8.1.7
1+
torch==2.5.0
2+
pytorch-lightning==2.4.0
3+
transformers==4.45.2
4+
numpy==1.26.4
5+
pandas==2.2.3
6+
matplotlib==3.9.2
7+
fastapi==0.109.1
8+
uvicorn==0.15.0
9+
requests==2.31.0 # Fixed version compatible with transformers
10+
setuptools>=70.0.0
11+
scikit-learn==1.5.2
12+
seaborn==0.11.2
13+
pydantic==1.10.18
14+
python-jose==3.3.0
2215
python-dotenv==1.0.0
23-
pytest~=8.3.1
24-
python-jose~=3.3.0
16+
pytest==8.3.1
17+
rich==13.9.0
18+
click==8.1.7

0 commit comments

Comments
 (0)