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

install numpy<2 in oldestdeps #158

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Conversation

braingram
Copy link
Collaborator

@braingram braingram commented Jun 17, 2024

Numpy is not a direct dependency and the oldest versions of our dependencies don't pin numpy < 2.0 (and they don't work for numpy 2.0). To allow the oldest deps job to continue to be useful this PR adds a numpy < 2 pin for only the oldest deps job.

See https://github.com/spacetelescope/stpipe/actions/runs/9552146949/job/26328047481?pr=159 for the numerous failures from importing astropy.tables.

@braingram braingram added the no-changelog-entry-needed does not require an entry in `CHANGES.rst` label Jun 17, 2024
Copy link

codecov bot commented Jun 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.46%. Comparing base (959e057) to head (d056adc).
Report is 74 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #158   +/-   ##
=======================================
  Coverage   69.46%   69.46%           
=======================================
  Files          24       24           
  Lines        1634     1634           
=======================================
  Hits         1135     1135           
  Misses        499      499           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@braingram braingram marked this pull request as ready for review June 17, 2024 17:36
@braingram braingram requested a review from a team as a code owner June 17, 2024 17:36
@braingram braingram merged commit 9b0e153 into spacetelescope:main Jun 18, 2024
17 of 19 checks passed
@braingram braingram deleted the oldestdeps branch June 18, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog-entry-needed does not require an entry in `CHANGES.rst`
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants