Skip to content

Commit 6938ce4

Browse files
committed
Require to install the packages from the latest release 2025.3
1 parent f14d0d9 commit 6938ce4

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,8 +2,8 @@ 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
- mkl-devel # w/a to intel_repack-feedstock#120 issue
88
- onedpl-devel
99
- tbb-devel

0 commit comments

Comments
 (0)