File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11channels = [" conda-forge" ]
22
33[deps ]
4- h5py = " "
5- pillow = " >=9.1, <10"
6- numpy = " >=1.20, <2"
7- datasets = " >=2.7, <3"
8- pyarrow = " ==6.0.0"
4+ # h5py = ""
5+ # pillow = ">=9.1, <10"
6+ # numpy = ">=1.20, <2"
7+ pillow = " "
8+ datasets = " >=2.12, <3"
9+
10+ # pyarrow = "==6.0.0"
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ function __init__()
4141 # https://cjdoris.github.io/PythonCall.jl/dev/pythoncall-reference/#PythonCall.pycopy!
4242 PythonCall. pycopy! (datasets, pyimport (" datasets" ))
4343 PythonCall. pycopy! (PIL, pyimport (" PIL" ))
44+ pyimport (" PIL.PngImagePlugin" )
45+ pyimport (" PIL.JpegImagePlugin" )
4446 PythonCall. pycopy! (np, pyimport (" numpy" ))
4547 PythonCall. pycopy! (copy, pyimport (" copy" ))
4648end
You can’t perform that action at this time.
0 commit comments