-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (29 loc) · 769 Bytes
/
Copy pathpyproject.toml
File metadata and controls
29 lines (29 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[project]
name = "mlenv"
version = "0.1.0"
description = "A comprehensive machine learning environment and toolkit with PyTorch, transformers, and modern Python packaging"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"fastapi[standard]>=0.115.6",
"gradio>=5.3.0",
"huggingface-hub>=0.26.5",
"ipykernel>=6.29.5",
"ipython-sql>=0.5.0",
"mplfinance>=0.12.10b0",
"numpy>=2.2.0",
"opencv-python>=4.10.0.84",
"openpyxl>=3.1.5",
"pandas>=2.2.3",
"pep8>=1.7.1",
"psycopg2-binary>=2.9.10",
"pygame>=2.6.1",
"pymongo>=4.14.1",
"pytest>=8.3.4",
"sqlalchemy>=2.0.43",
"torch>=2.5.1",
"torchaudio>=2.5.1",
"torchvision>=0.20.1",
"transformers>=4.47.0",
"ultralytics>=8.3.23",
]