Skip to content

Commit

Permalink
requirements: remove cython restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Aug 30, 2023
1 parent c133303 commit 98dea3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools", "pkgconfig", "Cython<3", "setuptools_scm>=1.7"]
requires = ["setuptools", "pkgconfig", "Cython", "setuptools_scm>=1.7"]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion requirements.d/development.txt
Expand Up @@ -8,7 +8,7 @@ pytest
pytest-xdist
pytest-cov
pytest-benchmark
Cython <3
Cython
twine
python-dateutil
pre-commit

0 comments on commit 98dea3e

Please sign in to comment.