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

Drop Python 3.8 and fix issues with poetry installation #17

Merged
merged 7 commits into from
Apr 13, 2024
Merged

Conversation

MetinSa
Copy link
Collaborator

@MetinSa MetinSa commented Apr 13, 2024

This pull request drops Python 3.8 (#13) to make it more compatible with https://scientific-python.org/specs/spec-0000/.

It also attempts to fix #10, which i believe was caused by SciPy being a dependancy that i had forgotten about. SciPy does not appear to have any version that supports Python >=3.8, <=3.12.

In this new version, many of the dependencies are updates, hopefully solving the downgrading of Numpy issue.

@MetinSa MetinSa merged commit 964b01f into main Apr 13, 2024
9 checks passed
@MetinSa MetinSa deleted the drop_py38 branch April 13, 2024 17:55
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 this pull request may close these issues.

poetry install downgrades numpy and fails
1 participant