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

Use earlier NumPy version in Dockerfile #3448

Merged
merged 2 commits into from
Oct 1, 2024
Merged

Conversation

garth-wells
Copy link
Member

@garth-wells garth-wells commented Oct 1, 2024

Fall back to NumPy version that is supported by Numba. Otherwise Numba uninstalls NumPy to then install an earlier version. This could breaks libraries, e.g. petsc4py, that are built with a non-compatible NumPy version.

Add notes in Dockerfile that NumPy version should be latest version that is compatible with Numba.

Add comment that NumPy version should be compatible with Numba.
@garth-wells garth-wells added this pull request to the merge queue Oct 1, 2024
Merged via the queue into main with commit 3f822a5 Oct 1, 2024
34 of 35 checks passed
@garth-wells garth-wells deleted the docker-numpy-version branch October 1, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant