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 f14d0d9 commit 6938ce4Copy full SHA for 6938ce4
environments/oneapi_pkgs.yml
@@ -2,8 +2,8 @@ name: OneAPI packages to build DPNP without OneAPI env activated
2
channels:
3
- https://software.repos.intel.com/python/conda/
4
dependencies:
5
- - dpcpp_linux-64
6
- - mkl-devel-dpcpp
+ - dpcpp_linux-64>=2025.3 # force to install the latest release
+ - mkl-devel-dpcpp>=2025.3 # force to install the latest release
7
- mkl-devel # w/a to intel_repack-feedstock#120 issue
8
- onedpl-devel
9
- tbb-devel
0 commit comments