8000 CI Pin scipy versions to build manylinux1 [cd build] · thomasjpfan/scikit-learn@e1d6e28 · GitHub
[go: up one dir, main page]

Skip to content

Commit e1d6e28

Browse files
committed
CI Pin scipy versions to build manylinux1 [cd build]
1 parent b6c4626 commit e1d6e28

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/wheels.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,22 +80,22 @@ jobs:
8080
bitness: 32
8181
platform_id: win32
8282

83-
# Linux 64 bit manylinux2014
83+
# Linux 64 bit manylinux1
8484
- os: ubuntu-latest
8585
python: 37
8686
bitness: 64
8787
platform_id: manylinux_x86_64
88-
manylinux_image: manylinux2014
88+
manylinux_image: manylinux1
8989
- os: ubuntu-latest
9090
python: 38
9191
bitness: 64
9292
platform_id: manylinux_x86_64
93-
manylinux_image: manylinux2014
93+
manylinux_image: manylinux1
9494
- os: ubuntu-latest
9595
python: 39
9696
bitness: 64
9797
platform_id: manylinux_x86_64
98-
manylinux_image: manylinux2014
98+
manylinux_image: manylinux1
9999

100100
# Linux 64 bit manylinux2010
101101
- os: ubuntu-latest
@@ -121,22 +121,22 @@ jobs:
121121
platform_id: manylinux_x86_64
122122
manylinux_image: manylinux2014
123123

124-
# Linux 32 bit manylinux2014
124+
# Linux 32 bit manylinux1
125125
- os: ubuntu-latest
126126
python: 37
127127
bitness: 32
128128
platform_id: manylinux_i686
129-
manylinux_image: manylinux2014
129+
manylinux_image: manylinux1
130130
- os: ubuntu-latest
131131
python: 38
132132
bitness: 32
133133
platform_id: manylinux_i686
134-
manylinux_image: manylinux2014
134+
manylinux_image: manylinux1
135135
- os: ubuntu-latest
136136
python: 39
137137
bitness: 32
138138
platform_id: manylinux_i686
139-
manylinux_image: manylinux2014
139+
manylinux_image: manylinux1
140140

141141
# Linux 32 bit manylinux2010
142142
- os: ubuntu-latest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ requires = [
1414
# Override oldest-supported-numpy setting because pandas 0.25.0 requires 1.14.6
1515
"numpy==1.14.6; python_version=='3.7' and platform_machine!='aarch64' and platform_system!='AIX' and platform_python_implementation != 'PyPy'",
1616

17-
"scipy>=1.1.0",
17+
"scipy>=1.1.0,<=1.7.1",
1818
]
1919

2020
[tool.black]

0 commit comments

Comments
 (0)
0