environment tested on pluto with
Browse files- pyproject.toml +6 -4
pyproject.toml
CHANGED
|
@@ -6,21 +6,23 @@ readme = "README.md"
|
|
| 6 |
requires-python = ">=3.12"
|
| 7 |
dependencies = [
|
| 8 |
"huggingface-hub>=1.8.0",
|
| 9 |
-
"lightning>=2.6.1",
|
| 10 |
"lmdb>=2.2.0",
|
| 11 |
"numpy>=2.4.4",
|
| 12 |
"pandas>=3.0.1",
|
| 13 |
-
"
|
|
|
|
| 14 |
]
|
| 15 |
|
| 16 |
[project.optional-dependencies]
|
| 17 |
cpu = [
|
| 18 |
"torch>=2.8.0",
|
| 19 |
-
"torchvision>=0.23.0"
|
|
|
|
| 20 |
]
|
| 21 |
cu126 = [
|
| 22 |
"torch>=2.8.0",
|
| 23 |
-
"torchvision>=0.23.0"
|
|
|
|
| 24 |
]
|
| 25 |
|
| 26 |
[tool.uv]
|
|
|
|
| 6 |
requires-python = ">=3.12"
|
| 7 |
dependencies = [
|
| 8 |
"huggingface-hub>=1.8.0",
|
|
|
|
| 9 |
"lmdb>=2.2.0",
|
| 10 |
"numpy>=2.4.4",
|
| 11 |
"pandas>=3.0.1",
|
| 12 |
+
"pyarrow>=23.0.1",
|
| 13 |
+
"safetensors>=0.7.0"
|
| 14 |
]
|
| 15 |
|
| 16 |
[project.optional-dependencies]
|
| 17 |
cpu = [
|
| 18 |
"torch>=2.8.0",
|
| 19 |
+
"torchvision>=0.23.0",
|
| 20 |
+
"lightning==2.5.*"
|
| 21 |
]
|
| 22 |
cu126 = [
|
| 23 |
"torch>=2.8.0",
|
| 24 |
+
"torchvision>=0.23.0",
|
| 25 |
+
"lightning==2.5.*"
|
| 26 |
]
|
| 27 |
|
| 28 |
[tool.uv]
|