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

restrict to versions of numpy that still have numpy.distutils #22

Merged
merged 2 commits into from
Feb 6, 2024

Conversation

johnsmorgan
Copy link

Fixes #21

numpy.distutils is removed from numpy as detailed in the numpy documentation

These changes will prevent scintools from using the newer versions of numpy until it can be transitioned away from using this module.

requirements.txt has also been updated to match install_requires in setup.py.

@danielreardon danielreardon merged commit 8968589 into danielreardon:master Feb 6, 2024
4 checks passed
@danielreardon
Copy link
Owner

Thanks John, I have merged this change with some other updates to the requirements - removing a specific skimage version and removing corner

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.

numpy.distutils has been deprecated
2 participants