Skip to content

Commit 98b19f9

Browse files
committed
dle 2025.3.1
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 5ba1336 commit 98b19f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/WINDOWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Install Microsoft Visual Studio 2022 and make sure the following [components](ht
3939

4040
### Intel® Deep Learning Essentials
4141

42-
Install [Intel® Deep Learning Essentials 2025.2.1](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html?packages=dl-essentials&dl-essentials-os=windows&dl-win=offline).
42+
Install [Intel® Deep Learning Essentials 2025.3.1](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html?packages=dl-essentials&dl-essentials-os=windows&dl-win=offline).
4343
By default, it is installed to `C:\Program Files (x86)\Intel\oneAPI`.
4444

4545
### Chocolatey

.github/workflows/pip-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
.venv\Scripts\activate.ps1
9191
Invoke-BatchFile "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
9292
cd ${{ env.NEW_WORKSPACE }}
93-
pip install -U pybind11 'cmake>=3.20,<4.0' intel-sycl-rt==2025.2.1 build
93+
pip install -U pybind11 'cmake>=3.20,<4.0' intel-sycl-rt==2025.3.1 build
9494
# `build` can't determine that Ninja is already installed.
9595
# similar issue: https://github.com/pypa/build/issues/506
9696
python -m build --wheel --no-isolation --skip-dependency-check

0 commit comments

Comments
 (0)