Skip to content

Commit

Permalink
disable automatic cugraph import
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjthomas9 committed Jun 29, 2023
1 parent cb7680e commit cb5d762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "RAPIDS"
uuid = "2764e59e-7dd7-4b2d-a28d-ce06411bac13"
authors = ["tylerjthomas9 <[email protected]>"]
version = "0.3.3"
version = "0.3.4"

[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Expand Down
2 changes: 1 addition & 1 deletion src/RAPIDS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ else
function __init__()
PythonCall.pycopy!(cucim, pyimport("cucim"))
PythonCall.pycopy!(cudf, pyimport("cudf"))
PythonCall.pycopy!(cugraph, pyimport("cugraph"))
# PythonCall.pycopy!(cugraph, pyimport("cugraph"))
PythonCall.pycopy!(cuml, pyimport("cuml"))
PythonCall.pycopy!(cusignal, pyimport("cusignal"))
PythonCall.pycopy!(cuspatial, pyimport("cuspatial"))
Expand Down

0 comments on commit cb5d762

Please sign in to comment.