Skip to content

[Bug & fix] gen_requirements issue with latest setup tools #13911

Description

@mikeseven

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"),

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-triagePRs or issues that need to be investigated by maintainers to find the right assignees to address ittype: bug

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions