File tree 5 files changed +7
-4
lines changed
5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 57
57
env :
58
58
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
59
59
DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
60
- JULIA_CONDAPKG_OPENSSL_VERSION : " ignore"
61
60
62
61
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ Manifest.toml
6
6
.CondaPkg
7
7
.vscode
8
8
.ipynb_checkpoints
9
+ LocalPreferences.toml
Original file line number Diff line number Diff line change
1
+ channels = [" conda-forge" ]
2
+
1
3
[deps ]
2
- datasets = " >=3 .0, <4"
3
- numpy = " >=2.0, <3 "
4
+ datasets = " >=2 .0, <4"
5
+ numpy = " "
4
6
pillow = " "
5
7
Original file line number Diff line number Diff line change @@ -8,13 +8,15 @@ CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
8
8
DLPack = " 53c2dc0f-f7d5-43fd-8906-6c0220547083"
9
9
ImageCore = " a09fc81d-aa75-5fe9-8630-4744c3626534"
10
10
MLUtils = " f1d291b0-491e-4a28-83b9-f70985020b54"
11
+ Preferences = " 21216c6a-2e73-6563-6e65-726566657250"
11
12
PythonCall = " 6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
12
13
13
14
[compat ]
14
15
CondaPkg = " 0.2"
15
16
DLPack = " 0.3"
16
17
ImageCore = " 0.9, 0.10"
17
18
MLUtils = " 0.4.1"
19
+ Preferences = " 1.4.3"
18
20
PythonCall = " 0.9"
19
21
julia = " 1.9"
20
22
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ include("load_dataset.jl")
37
37
export load_dataset
38
38
39
39
function __init__ ()
40
- ENV [" JULIA_CONDAPKG_OPENSSL_VERSION" ] = " ignore"
41
40
# Since it is illegal in PythonCall to import a python module in a module, we need to do this here.
42
41
# https://juliapy.github.io/PythonCall.jl/dev/pythoncall-reference/#PythonCall.Core.pycopy!
43
42
PythonCall. pycopy! (datasets, pyimport (" datasets" ))
You can’t perform that action at this time.
0 commit comments