Skip to content

Commit 182d574

Browse files
authored
fix python versions for default conda installation (#329)
1 parent ce2b6da commit 182d574

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/build.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ if lowercase(get(ENV, "CI", "false")) == "true"
77
Pkg.build("PyCall")
88
end
99

10-
Conda.add("scipy=1.8.1", channel = "conda-forge")
11-
Conda.add("scikit-learn=1.1.1")
10+
Conda.add("scipy=1.14.1", channel = "conda-forge")
11+
Conda.add("scikit-learn=1.5.1")

0 commit comments

Comments
 (0)