Skip to content

[Easy?] Numpy Version Pin Bump: == 2.0 #1472

Closed
@Jack-Khuu

Description

@Jack-Khuu

🐛 Describe the bug

ExecuTorch recently bumped their numpy requirements to numpy == 2.0 in pytorch/executorch@a7b5297
This puts torchchat in a finicky spot since the current requirements are tied to under 2.0 due to GGUF support requiring < 2.0 (see blame for previous attempts)

# numpy version range required by GGUF util
numpy >= 1.17, < 2.0

While not actively an issue, as soon as an ExecuTorch pin bump is required, this will become a hard blocker.

Task: Make a requirements version pinbump numpy >= 2.0 numpy > 1.17

Versions

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    ExecuTorchIssues related to ExecuTorch installation, export, or build. Mobile uses separate tagsKnown GapsThese are known Gaps/Issues/Bug items in torchchatactionableItems in the backlog waiting for an appropriate impl/fixgood first issueGood for newcomerstriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate module

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions