hackingmaterials / matminer

Data mining for materials science
https://hackingmaterials.github.io/matminer/
Other
485 stars 194 forks source link

Prevent warning in fingerprint.py during yaml.safe_load #914

Closed afonari closed 1 year ago

afonari commented 1 year ago

ruamel.yaml.safe_load is deprecated: https://sourceforge.net/p/ruamel-yaml/code/ci/0.17.32/tree/main.py#l1110

ml-evs commented 1 year ago

Thanks for this @afonari, sorry for only realising you'd done this when I came to make the same fix! Tests are currently failing for myriad reasons but this LGTM.

sgbaird commented 11 months ago

For now, I'm specifying ruamel.yaml<0.18