[Bug & fix] gen_requirements issue with latest setup tools #13911
Labels
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
latest setup tools crash when doing
make cython
The issue is in gen_requirements.py:
("numpy", "<=1.23.*"),
must be changed to:
("numpy", "<=1.23"),
The text was updated successfully, but these errors were encountered: