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 to older Numpy version to prevent Autograd breakage during CI #2857

Merged
merged 1 commit into from
Jun 29, 2024

Conversation

oskooi
Copy link
Collaborator

@oskooi oskooi commented Jun 29, 2024

Closes #2855.

Autograd is currently failing during CI because of an incompatibility with the recently released version 2.0.0 for Numpy (HIPS/autograd#618). As a workaround until a patch is merged, the Numpy version is pinned to an older version.

@oskooi oskooi changed the title Pin to older Numpy version to prevent Autograd build breakage during CI Pin to older Numpy version to prevent Autograd breakage during CI Jun 29, 2024
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.78%. Comparing base (f29a8c7) to head (e5fbbaf).
Report is 24 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2857      +/-   ##
==========================================
- Coverage   73.81%   73.78%   -0.04%     
==========================================
  Files          18       18              
  Lines        5423     5428       +5     
==========================================
+ Hits         4003     4005       +2     
- Misses       1420     1423       +3     

@oskooi oskooi merged commit dec3c77 into NanoComp:master Jun 29, 2024
5 checks passed
@oskooi oskooi deleted the ci_numpy_pin branch June 29, 2024 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI failure in tests/test_get_epsilon_grid
2 participants