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 4f321a2 commit 0f81d18Copy full SHA for 0f81d18
environments/oneapi_pkgs.yml
@@ -2,7 +2,7 @@ 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
- onedpl-devel
8
- tbb-devel
0 commit comments