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 c171ad8 commit 9e09126Copy full SHA for 9e09126
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
+ - tbb-devel * intel_* # MKL hardly dependces on TBB from Intel channel
0 commit comments