Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin numpy==1.26.4 for compatibility with torch=2.2.2 #814

Closed
wants to merge 42 commits into from

Conversation

edoaltamura
Copy link
Collaborator

Summary

Closes #812

Patches temporarily the failing CI tests described in #812 by pinning Numpy to a stable version <2.0, compatible with the already pinned PyTorch 2.2.2.

Details and comments

Once pytorch/pytorch#124897 is closed/resolved, both Numpy and PyTorch pinned versions are to be released and normalised to the latest stable releases.

@edoaltamura edoaltamura added type: ci 🔧 Related to Continuous Integration workflows dependencies 🔗 Involves external dependency libraries Connector: PyTorch 🔦 Relevant to optional packages, such as external connectors labels Jul 5, 2024
@edoaltamura edoaltamura self-assigned this Jul 5, 2024
@edoaltamura edoaltamura changed the title Pin numpy==1.26.4 for compatibility with torch=2.2.2 Pin numpy~<1.26.4 for compatibility with torch=2.2.2 Jul 5, 2024
@edoaltamura edoaltamura changed the title Pin numpy~<1.26.4 for compatibility with torch=2.2.2 Pin numpy==1.26.4 for compatibility with torch=2.2.2 Jul 5, 2024
@edoaltamura edoaltamura added the on hold 🛑 Can not fix yet label Jul 5, 2024
@edoaltamura edoaltamura deleted the numpy-pin branch July 30, 2024 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Connector: PyTorch 🔦 Relevant to optional packages, such as external connectors dependencies 🔗 Involves external dependency libraries on hold 🛑 Can not fix yet type: ci 🔧 Related to Continuous Integration workflows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pinned torch==2.2.2 breaks CI due to numpy>=2.0
3 participants