Skip to content

Commit 0f81d18

Browse files
committed
Require to install the packages from the latest release 2025.3
1 parent 4f321a2 commit 0f81d18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

environments/oneapi_pkgs.yml

Lines changed: 2 additions & 2 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
88
- tbb-devel

0 commit comments

Comments
 (0)