-
Notifications
You must be signed in to change notification settings - Fork 333
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Torch issue716
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
requested review from
woodsp-ibm,
adekusar-drl,
smens,
oscar-wallis,
OkuyanBoga and
Benjamin-Symons
as code owners
July 5, 2024 11:17
edoaltamura
changed the title
Pin
Pin Jul 5, 2024
numpy==1.26.4
for compatibility with torch=2.2.2
numpy~<1.26.4
for compatibility with torch=2.2.2
edoaltamura
changed the title
Pin
Pin Jul 5, 2024
numpy~<1.26.4
for compatibility with torch=2.2.2
numpy==1.26.4
for compatibility with torch=2.2.2
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.