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

[CI/CD] Switch wheel deployment pins to 1.25+ #4183

Closed
3 tasks
IAlibay opened this issue Jun 30, 2023 · 1 comment · Fixed by #4198
Closed
3 tasks

[CI/CD] Switch wheel deployment pins to 1.25+ #4183

IAlibay opened this issue Jun 30, 2023 · 1 comment · Fixed by #4198
Assignees

Comments

@IAlibay
Copy link
Member

IAlibay commented Jun 30, 2023

Following up from @tylerjereddy's comment on discord regarding numpy 1.25 and backwards compatibility (see: https://numpy.org/doc/1.25/dev/depending_on_numpy.html#adding-a-dependency-on-numpy). We should be able to switch our pins out to >1.25 for wheel building.

This will require:

  • Updating the necessary wheel building entry points (both standard building + deployment pipelines)
  • Adding necessary roundtrip tests to ensure it's working properly (we can probably just swap around some of the azure pipelines builds).
  • Updating our conda-forge recipee as necessary.
@IAlibay IAlibay self-assigned this Jun 30, 2023
@IAlibay
Copy link
Member Author

IAlibay commented Jun 30, 2023

I'll self assign here (I'll probably have a stab at it over the weekend), but if someone wants to shadow / query the process along, it might be a good opportunity to start building docs for our CI / CD stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant