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.
1 parent 7c2d97c commit 63a3f88Copy full SHA for 63a3f88
.github/workflows/basemap-for-manylinux.yml
@@ -186,7 +186,7 @@ jobs:
186
export NUMPY_INCLUDE_PATH=${sitepkgdir}/numpy/core/include
187
if [ "${{ matrix.python-version }}" = "3.11" ]; then
188
kwds="--no-build-isolation"
189
- pip install setuptools wheel "cython >= 0.29, < 3.1"
+ pip install setuptools wheel "cython >= 0.29, < 3.0"
190
fi
191
cd ${{ env.PKGDIR }}
192
python setup.py sdist
0 commit comments