Skip to content

Commit

Permalink
downgrade setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnkn committed Sep 16, 2024
1 parent dabfe06 commit f0a2b64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/indexed_bzip2/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# Use setuptools >= 43 because it automatically includes pyproject.toml in source distribution
# Use setuptools >= 46.5 to use attr: package.__version__
# https://setuptools.readthedocs.io/en/latest/history.html#id284
requires = ["setuptools >= 46.4.0", "wheel", "cython >= 0.29.24"]
requires = ["setuptools >= 46.4.0, < 70", "wheel", "cython >= 0.29.24"]
2 changes: 1 addition & 1 deletion python/rapidgzip/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# Use setuptools >= 43 because it automatically includes pyproject.toml in source distribution
# Use setuptools >= 46.5 to use attr: package.__version__
# https://setuptools.readthedocs.io/en/latest/history.html#id284
requires = ["setuptools >= 46.4.0", "wheel", "cython >= 0.29.24"]
requires = ["setuptools >= 46.4.0, < 70", "wheel", "cython >= 0.29.24"]

0 comments on commit f0a2b64

Please sign in to comment.