Skip to content

Commit 1f9a881

Browse files
committed
Update numpy upper pin in manylinux-x86 test job step
1 parent 85c50e6 commit 1f9a881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/basemap-for-manylinux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
run: |
265265
apt-get update
266266
apt-get install -y gcc g++ make
267-
pip install "numpy < 1.21.5"
267+
pip install "numpy < 1.24"
268268
if: matrix.arch == 'x86' && (matrix.python-version >= '3.8' || matrix.python-version >= '3.10')
269269
-
270270
name: Install package

0 commit comments

Comments
 (0)