Skip to content

Commit

Permalink
update init
Browse files Browse the repository at this point in the history
  • Loading branch information
odunbar committed Nov 28, 2024
1 parent 545b0c4 commit 64be981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GaussianProcess.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ using ScikitLearn
const pykernels = PyNULL()
const pyGP = PyNULL()
function __init__()
copy!(pykernels, pyimport_conda("sklearn.gaussian_process.kernels", "scikit-learn=1.3.2"))
copy!(pyGP, pyimport_conda("sklearn.gaussian_process", "scikit-learn=1.3.2"))
copy!(pykernels, pyimport_conda("sklearn.gaussian_process.kernels", "scikit-learn=1.5.1"))
copy!(pyGP, pyimport_conda("sklearn.gaussian_process", "scikit-learn=1.5.1"))
end

#exports (from Emulator)
Expand Down

0 comments on commit 64be981

Please sign in to comment.