//numpy.org/devdocs/release/1.20.0-notes.html#deprecations. Did you mean: 'cfloat'? #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Probably due to NumPy version being a bit higher than suggested, however, downgrading NumPy might be difficult due to other dependencies.
Stack trace:
Run without PDF and m files.
The deprecation error found in the adaptivekde package has still not been fixed by the package maintainer. I fixed it locally on my machine and forgot about it. Someone else also fixed it and created a fork of the repo. Perhaps the best solution is to install adaptivekde directly from this fork using the command:
pip install git+https://github.com/ajfineberg/AdaptiveKDE.git@Numpy-Deprecation-Fix
It might also be necessary to uninstall the previous package first because the version number may be the same or non-existent...
pip uninstall adaptivekde
then
pip install git+https://github.com/ajfineberg/AdaptiveKDE.git@Numpy-Deprecation-Fix
@asia Can we try this?
This works, thanks!