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

Updates to make compatible with Python 3.12 and Numpy 2.0 #108

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

pmocz
Copy link

@pmocz pmocz commented Sep 18, 2024

Python 3.12 no longer has the pkg_resources module

We also had switched from using functions, e.g., np.trapz to np.trapezoid, which means we require numpy >= 2.0, which is somewhat of a major change (other module dependencies need to be re-installed and able to run with numpy > 2.0)

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.

1 participant