We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
numpy version is not defined within pyproject.toml therefore installing skops in an environment with numpy>=2 raises the following error:
numpy
pyproject.toml
skops
numpy>=2
AttributeError: `np.sctypes` was removed in the NumPy 2.0 release. Access dtypes explicitly instead.
The text was updated successfully, but these errors were encountered:
Thanks for the report, will look into it.
Sorry, something went wrong.
Thanks a lot! @adrinjalali when can we expect a new release?
Successfully merging a pull request may close this issue.
numpy
version is not defined withinpyproject.toml
therefore installingskops
in an environment withnumpy>=2
raises the following error:The text was updated successfully, but these errors were encountered: