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

remove breaking numpy deprecation #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

pz-max
Copy link

@pz-max pz-max commented Mar 20, 2023

closes #5

np.typeDict is deprecated for 14 years and creates problems with new numpy versions. New version is np.sctypeDict
https://stackoverflow.com/a/74969328

@pz-max pz-max changed the title remove numpy deprecation remove breaking numpy deprecation Mar 20, 2023
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.

AttributeError: module 'numpy' has no attribute 'typeDict'
1 participant