We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 620398a + 1f9a881 commit 49dc39eCopy full SHA for 49dc39e
.github/workflows/basemap-for-manylinux.yml
@@ -264,8 +264,8 @@ jobs:
264
run: |
265
apt-get update
266
apt-get install -y gcc g++ make
267
- pip install "numpy < 1.21.5"
268
- if: matrix.arch == 'x86' && matrix.python-version == '3.10'
+ pip install "numpy < 1.24"
+ if: matrix.arch == 'x86' && (matrix.python-version >= '3.8' || matrix.python-version >= '3.10')
269
-
270
name: Install package
271
0 commit comments