-
Notifications
You must be signed in to change notification settings - Fork 11
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
Drop python 3.7, 3.8 #239
Drop python 3.7, 3.8 #239
Conversation
3.8 is not deprecated according to PSF, but to numpy, which is a community standard among scientific packages. |
While it is still supported by PSF, it is deprecated by numpy's policy, which is a community standard among scientific packages.
Recent numpy/ pandas versions require this
The remaining test failures (locally at least) are
|
The sparse graph thing is very odd, it works fine in navis, the data types seem to be the same in pymaid. If you turn the sparse adjacency matrix into a dense one and back again it works fine as well. |
The navis tests are not actually testing the no-igraph case, see navis-org/navis#139 |
No description provided.