File tree Expand file tree Collapse file tree 1 file changed +17
-23
lines changed Expand file tree Collapse file tree 1 file changed +17
-23
lines changed Original file line number Diff line number Diff line change 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
22
15
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
You can’t perform that action at this time.
0 commit comments