ColCarroll / ridge_map

Ridge plots of ridges
MIT License
522 stars 49 forks source link

Blowfish has been deprecated #45

Open scrwho opened 3 months ago

scrwho commented 3 months ago

Getting CryptographyDeprecationWarning whenever I import the library

CryptographyDeprecationWarning: Blowfish has been deprecated and will be removed in a future release "class": algorithms.Blowfish,

None of the example code is working due to the Warning

ColCarroll commented 3 months ago

Thanks for bringing this up -- I'll look around for a fix in a bit if no one sends a PR. Seems like it will mean upgrading some libraries -- I'm certainly not using any cryptography!

thomaslrg commented 2 weeks ago

Hi @scrwho! Could please provide your Python version (python --version) and your installed packages (pip freeze)? I haven't been able to reproduce the error on python3.7