Spaces:
Running
Running
Add PyTorch dependency.
Browse files
lynxkite-graph-analytics/pyproject.toml
CHANGED
@@ -14,6 +14,8 @@ dependencies = [
|
|
14 |
"osmnx>=2.0.1",
|
15 |
"pandas>=2.2.3",
|
16 |
"polars[gpu]>=1.14.0",
|
|
|
|
|
17 |
]
|
18 |
|
19 |
[project.optional-dependencies]
|
|
|
14 |
"osmnx>=2.0.1",
|
15 |
"pandas>=2.2.3",
|
16 |
"polars[gpu]>=1.14.0",
|
17 |
+
"torch>=2.6.0",
|
18 |
+
"torch-geometric>=2.6.1",
|
19 |
]
|
20 |
|
21 |
[project.optional-dependencies]
|
lynxkite-graph-analytics/uv.lock
CHANGED
The diff for this file is too large to render.
See raw diff
|
|