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

658 loosen numpy requirement #659

Merged
merged 7 commits into from
Jul 4, 2024
Merged

Conversation

veenstrajelmer
Copy link
Collaborator

@veenstrajelmer veenstrajelmer commented Jul 4, 2024

I wanted to downgrade the minimal numpy requirement for py3.12 since was set to only support one version of numpy. Poetry makes it impossible to install numpy 1.24 somehow (python-poetry/poetry#3894), so I had to stick to 1.25 for python 3.12. In fact, it should also be possible to use numpy^1.23 for all python versions, but this is not possible with poetry. I have no idea why they are so annoyingly strict. Either way, 1.25 is already better than 1.26.

@veenstrajelmer veenstrajelmer linked an issue Jul 4, 2024 that may be closed by this pull request
Copy link

sonarcloud bot commented Jul 4, 2024

@tim-vd-aardweg tim-vd-aardweg merged commit cd6e4db into main Jul 4, 2024
11 checks passed
@tim-vd-aardweg tim-vd-aardweg deleted the 658-loosen-numpy-requirement branch July 4, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Loosen numpy requirement
2 participants