Skip to content

Commit

Permalink
Merge f92ce03 into dee7d88
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Feb 12, 2024
2 parents dee7d88 + f92ce03 commit 6204f89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- run:
name: Build the Linux aarch64 wheels.
command: |
python3 -m pip install --user cibuildwheel==2.16.2
python3 -m pip install --user cibuildwheel==2.16.5
echo 'export GEOS_INSTALL=~/linux-aarch64-wheels/geosinstall/geos-"$GEOS_VERSION"' >> "$BASH_ENV"
echo 'export GEOS_CONFIG="$GEOS_INSTALL"/bin/geos-config' >> "$BASH_ENV"
echo 'export LD_LIBRARY_PATH="$GEOS_INSTALL"/lib' >> "$BASH_ENV"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -114,7 +114,7 @@ jobs:
if: ${{ matrix.msvc_arch }}

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_SKIP: cp36-* pp* *musllinux* *-manylinux_i686
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -38,7 +38,7 @@ classifiers = [
]
requires-python = ">=3.7"
dependencies = [
"numpy>=1.14",
"numpy>=1.14,<2",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 6204f89

Please sign in to comment.