Skip to content

Commit 9e09126

Browse files
authored
Backport gh-2646 (#2678)
This PR backports of #2646 from development branch to `maintenance/0.19.x`.
1 parent c171ad8 commit 9e09126

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

environments/oneapi_pkgs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: OneAPI packages to build DPNP without OneAPI env activated
22
channels:
33
- https://software.repos.intel.com/python/conda/
44
dependencies:
5-
- dpcpp_linux-64
6-
- mkl-devel-dpcpp
5+
- dpcpp_linux-64>=2025.3 # force to install the latest release
6+
- mkl-devel-dpcpp>=2025.3 # force to install the latest release
77
- onedpl-devel
8-
- tbb-devel
8+
- tbb-devel * intel_* # MKL hardly dependces on TBB from Intel channel

0 commit comments

Comments
 (0)