We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a7de7 commit 0c3d2bfCopy full SHA for 0c3d2bf
deps/build_local.jl
@@ -45,7 +45,7 @@ if !isfile(joinpath(conda_dir, "condarc-julia.yml"))
45
touch(joinpath(conda_dir, "conda-meta", "history"))
46
end
47
Conda.add_channel("https://software.repos.intel.com/python/conda/", conda_dir)
48
-Conda.add(["dpcpp_linux-64=2025.1.0", "mkl-devel-dpcpp=2025.1.0"], conda_dir)
+Conda.add(["dpcpp_linux-64=2025.2.0", "mkl-devel-dpcpp=2025.2.0"], conda_dir)
49
50
Conda.list(conda_dir)
51
0 commit comments