We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cugraph
1 parent cb7680e commit cb5d762Copy full SHA for cb5d762
Project.toml
@@ -1,7 +1,7 @@
1
name = "RAPIDS"
2
uuid = "2764e59e-7dd7-4b2d-a28d-ce06411bac13"
3
authors = ["tylerjthomas9 <tylerjthomas9@gmail.com>"]
4
-version = "0.3.3"
+version = "0.3.4"
5
6
[deps]
7
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
src/RAPIDS.jl
@@ -54,7 +54,7 @@ else
54
function __init__()
55
PythonCall.pycopy!(cucim, pyimport("cucim"))
56
PythonCall.pycopy!(cudf, pyimport("cudf"))
57
- PythonCall.pycopy!(cugraph, pyimport("cugraph"))
+ # PythonCall.pycopy!(cugraph, pyimport("cugraph"))
58
PythonCall.pycopy!(cuml, pyimport("cuml"))
59
PythonCall.pycopy!(cusignal, pyimport("cusignal"))
60
PythonCall.pycopy!(cuspatial, pyimport("cuspatial"))
0 commit comments