Skip to content

Commit cb5d762

Browse files
disable automatic cugraph import
1 parent cb7680e commit cb5d762

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "RAPIDS"
22
uuid = "2764e59e-7dd7-4b2d-a28d-ce06411bac13"
33
authors = ["tylerjthomas9 <tylerjthomas9@gmail.com>"]
4-
version = "0.3.3"
4+
version = "0.3.4"
55

66
[deps]
77
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"

src/RAPIDS.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ else
5454
function __init__()
5555
PythonCall.pycopy!(cucim, pyimport("cucim"))
5656
PythonCall.pycopy!(cudf, pyimport("cudf"))
57-
PythonCall.pycopy!(cugraph, pyimport("cugraph"))
57+
# PythonCall.pycopy!(cugraph, pyimport("cugraph"))
5858
PythonCall.pycopy!(cuml, pyimport("cuml"))
5959
PythonCall.pycopy!(cusignal, pyimport("cusignal"))
6060
PythonCall.pycopy!(cuspatial, pyimport("cuspatial"))

0 commit comments

Comments
 (0)