Skip to content

Commit 49a3415

Browse files
pyimport_conda
1 parent fbfa337 commit 49a3415

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/MLDatasets.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@ function __init__()
5858
global __images_supported__ = true
5959
end
6060

61+
# install scipy if not already there
62+
pyimport_conda("scipy", "scipy")
6163

6264
py"""
63-
import numpy as np
6465
import pickle
6566
6667
def pyread_planetoid_file(path, name):

0 commit comments

Comments
 (0)