File tree 6 files changed +11
-15
lines changed
6 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 27
27
strategy :
28
28
fail-fast : false
29
29
matrix :
30
- python-version : ['3.7 ']
30
+ python-version : ['3.9 ']
31
31
platform : [x64]
32
32
with_contrib : [0, 1]
33
33
without_gui : [0, 1]
93
93
ACTIONS_ALLOW_UNSECURE_COMMANDS : true
94
94
MB_PYTHON_VERSION : ${{ matrix.python-version }}
95
95
NP_TEST_DEP : numpy==1.19.4
96
- NP_TEST_DEP_LATEST : numpy==1.26 .0
96
+ NP_TEST_DEP_LATEST : numpy==2.0 .0
97
97
CONFIG_PATH : travis_config.sh
98
98
PLAT : x86_64
99
99
steps :
Original file line number Diff line number Diff line change 27
27
strategy :
28
28
fail-fast : false
29
29
matrix :
30
- python-version : ['3.7 ']
30
+ python-version : ['3.9 ']
31
31
platform : [x64]
32
32
with_contrib : [0, 1]
33
33
without_gui : [0, 1]
94
94
MB_PYTHON_VERSION : ${{ matrix.python-version }}
95
95
PLAT : aarch64
96
96
NP_TEST_DEP : numpy==1.19.4
97
- NP_TEST_DEP_LATEST : numpy==1.26 .0
97
+ NP_TEST_DEP_LATEST : numpy==2.0 .0
98
98
CONFIG_PATH : travis_config.sh
99
99
DOCKER_TEST_IMAGE : multibuild/focal_arm64v8
100
100
UNICODE_WIDTH : 32
Original file line number Diff line number Diff line change 27
27
strategy :
28
28
fail-fast : false
29
29
matrix :
30
- python-version : ['3.7 ']
30
+ python-version : ['3.9 ']
31
31
platform : [x64]
32
32
with_contrib : [0, 1]
33
33
without_gui : [0, 1]
@@ -114,7 +114,7 @@ jobs:
114
114
ACTIONS_ALLOW_UNSECURE_COMMANDS : true
115
115
MB_PYTHON_VERSION : ${{ matrix.python-version }}
116
116
NP_TEST_DEP : numpy==1.19.4
117
- NP_TEST_DEP_LATEST : numpy==1.26 .0
117
+ NP_TEST_DEP_LATEST : numpy==2.0 .0
118
118
CONFIG_PATH : travis_config.sh
119
119
PLAT : x86_64
120
120
OPENCV_TEST_DATA_PATH : ${{ github.workspace }}/opencv_extra/testdata
Original file line number Diff line number Diff line change 24
24
strategy :
25
25
fail-fast : false
26
26
matrix :
27
- python-version : ['3.7 ']
27
+ python-version : ['3.9 ']
28
28
platform : [x64]
29
29
with_contrib : [0, 1]
30
30
without_gui : [0, 1]
Original file line number Diff line number Diff line change 23
23
strategy :
24
24
fail-fast : false
25
25
matrix :
26
- python-version : ['3.7 ']
26
+ python-version : ['3.9 ']
27
27
platform : [x86, x64]
28
28
with_contrib : [0, 1]
29
29
without_gui : [0, 1]
Original file line number Diff line number Diff line change @@ -4,13 +4,9 @@ requires = [
4
4
" numpy==1.13.3; python_version=='3.6' and platform_machine != 'aarch64' and platform_machine != 'arm64'" ,
5
5
" numpy==1.17.0; python_version=='3.7' and platform_machine != 'aarch64' and platform_machine != 'arm64'" ,
6
6
" numpy==1.17.5; python_version=='3.8' and platform_machine != 'aarch64' and platform_machine != 'arm64'" ,
7
- " numpy==1.19.3; python_version<='3.9' and sys_platform == 'linux' and platform_machine == 'aarch64'" ,
8
- " numpy==1.21.0; python_version<='3.9' and sys_platform == 'darwin' and platform_machine == 'arm64'" ,
9
- " numpy==1.19.3; python_version=='3.9' and platform_machine != 'aarch64' and platform_machine != 'arm64'" ,
10
- " numpy==1.21.2; python_version=='3.10' and platform_system!='Darwin'" ,
11
- " numpy==1.21.4; python_version=='3.10' and platform_system=='Darwin'" ,
12
- " numpy==1.23.5; python_version=='3.11'" ,
13
- " numpy>=1.26.4; python_version>='3.12'" ,
7
+ " numpy==1.19.3; python_version<'3.9' and sys_platform == 'linux' and platform_machine == 'aarch64'" ,
8
+ " numpy==1.21.0; python_version<'3.9' and sys_platform == 'darwin' and platform_machine == 'arm64'" ,
9
+ " numpy>=2.0.0; python_version>='3.9'" ,
14
10
" pip" ,
15
11
" scikit-build>=0.14.0" ,
16
12
" setuptools==59.2.0" ,
You can’t perform that action at this time.
0 commit comments