Spaces:
Running
Running
Merge pull request #151 from biggraph/darabos-cugraph-dep
Browse files
lynxkite-graph-analytics/pyproject.toml
CHANGED
|
@@ -14,7 +14,6 @@ dependencies = [
|
|
| 14 |
"osmnx>=2.0.2",
|
| 15 |
"pandas>=2.2.3",
|
| 16 |
"polars>=1.25.2",
|
| 17 |
-
"pylibcugraph-cu12>=25.4.0",
|
| 18 |
"torch>=2.7.0",
|
| 19 |
"torch-geometric>=2.6.1",
|
| 20 |
"umap-learn>=0.5.7",
|
|
@@ -29,6 +28,7 @@ gpu = [
|
|
| 29 |
"cuml-cu12>=25.2.1",
|
| 30 |
"nx-cugraph-cu12>=25.4.0",
|
| 31 |
"polars[gpu]>=1.25.2",
|
|
|
|
| 32 |
]
|
| 33 |
|
| 34 |
[tool.uv.sources]
|
|
|
|
| 14 |
"osmnx>=2.0.2",
|
| 15 |
"pandas>=2.2.3",
|
| 16 |
"polars>=1.25.2",
|
|
|
|
| 17 |
"torch>=2.7.0",
|
| 18 |
"torch-geometric>=2.6.1",
|
| 19 |
"umap-learn>=0.5.7",
|
|
|
|
| 28 |
"cuml-cu12>=25.2.1",
|
| 29 |
"nx-cugraph-cu12>=25.4.0",
|
| 30 |
"polars[gpu]>=1.25.2",
|
| 31 |
+
"pylibcugraph-cu12>=25.4.0",
|
| 32 |
]
|
| 33 |
|
| 34 |
[tool.uv.sources]
|
lynxkite-graph-analytics/uv.lock
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|