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
According to requirements.txt, sisl needs numpy>=1.13. However, the development version now relies on numpy.typing that is new in numpy 1.20. Update?
requirements.txt
sisl
numpy>=1.13
numpy.typing
numpy 1.20
The text was updated successfully, but these errors were encountered:
You are absolutely correct, I'll have a look at it! Thanks for noticing!
Sorry, something went wrong.
I believe this should be fixed in the latest commit.
Thanks for noticing, this is still all new to me, but should be valuable for the documentation etc.
doc: fixed imports that broke numpy requirement
a841e47
Now the typing should be a bit more stable. Signed-off-by: Nick Papior <nickpapior@gmail.com>
No branches or pull requests
According to
requirements.txt
,sisl
needsnumpy>=1.13
. However, the development version now relies onnumpy.typing
that is new innumpy 1.20
. Update?The text was updated successfully, but these errors were encountered: