Skip to content

Commit

Permalink
Update cython requirement from <3.0.0,>=0.29.23 to >=0.29.23,<4.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [cython](https://github.com/cython/cython) to permit the latest version.
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](cython/cython@0.29.23...3.0.11)

---
updated-dependencies:
- dependency-name: cython
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent c8f13f6 commit 482d741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ requires = ["setuptools",
"wheel",
"extension-helpers",
"oldest-supported-numpy",
"cython>=0.29.23,<3.0.0"]
"cython>=0.29.23,<4.0.0"]

build-backend = 'setuptools.build_meta'

0 comments on commit 482d741

Please sign in to comment.