Skip to content

Commit e149003

Browse files
pt
1 parent 6b58a0f commit e149003

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/weekly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
include:
1616
- python_version: "3.9"
17-
override_requirements: "numpy==1.24.0"
17+
override_requirements: "numpy==1.24.0,torch==2.4.0"
1818
- python_version: "3.11"
1919
- python_version: "3.12"
2020
uses: ./.github/workflows/call_precommit.yml
@@ -23,6 +23,6 @@ jobs:
2323
override_requirements: ${{ matrix.override_requirements || '' }}
2424
gpu_enabled: false
2525

26-
# macos:
27-
# if: github.repository_owner == 'openvinotoolkit'
28-
# uses: ./.github/workflows/macos.yml
26+
macos:
27+
if: github.repository_owner == 'openvinotoolkit'
28+
uses: ./.github/workflows/macos.yml

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
"natsort>=7.1.0",
3939
"networkx>=2.6, <=3.3",
4040
"ninja>=1.10.0.post2, <1.12",
41-
"numpy>=1.19.3, <2.2.0",
41+
"numpy>=1.24.0, <2.2.0",
4242
"openvino-telemetry>=2023.2.0",
4343
"packaging>=20.0",
4444
"pandas>=1.1.5,<2.3",

0 commit comments

Comments
 (0)