File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
matrix :
15
15
include :
16
16
- python_version : " 3.9"
17
- override_requirements : " numpy==1.24.0"
17
+ override_requirements : " numpy==1.24.0,torch==2.4.0 "
18
18
- python_version : " 3.11"
19
19
- python_version : " 3.12"
20
20
uses : ./.github/workflows/call_precommit.yml
23
23
override_requirements : ${{ matrix.override_requirements || '' }}
24
24
gpu_enabled : false
25
25
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
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies = [
38
38
" natsort>=7.1.0" ,
39
39
" networkx>=2.6, <=3.3" ,
40
40
" ninja>=1.10.0.post2, <1.12" ,
41
- " numpy>=1.19.3 , <2.2.0" ,
41
+ " numpy>=1.24.0 , <2.2.0" ,
42
42
" openvino-telemetry>=2023.2.0" ,
43
43
" packaging>=20.0" ,
44
44
" pandas>=1.1.5,<2.3" ,
You can’t perform that action at this time.
0 commit comments