Skip to content

Commit

Permalink
RLS: 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
caspervdw committed Oct 30, 2021
1 parent f6c4e22 commit ab20411
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ Changelog
=========


Version 0.11 (unreleased)
Version 0.11 (2021-10-30)
-------------------------

**Distribution**

* Distribute binary wheels for Python 3.10 (#441601).
* Distribute binary wheels for Python 3.10 (#416).
* All binary wheels now have GEOS 3.10.0. See https://github.com/libgeos/geos/blob/main/NEWS
for the changes (#416).

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ requires = [
"numpy==1.17.3; python_version=='3.8' and platform_machine != 'aarch64'",
"numpy==1.19.3; python_version=='3.8' and platform_machine == 'aarch64'",
"numpy==1.19.3; python_version=='3.9'",
"numpy==1.21.2; python_version=='3.10'",
# do not pin numpy on future versions of python to avoid incompatible numpy and python versions
"numpy; python_version>='3.10'",
"numpy; python_version>='3.11'",
"Cython>=0.29",
]

0 comments on commit ab20411

Please sign in to comment.