Skip to content

Commit 7b46c88

Browse files
authored
Merge b47c014 into 0316752
2 parents 0316752 + b47c014 commit 7b46c88

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)