EducationalTestingService / skll

SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.
http://skll.readthedocs.org
Other
550 stars 69 forks source link

Latest version of ruamel.yaml breaks SKLL #755

Closed desilinguist closed 5 months ago

desilinguist commented 9 months ago

yaml.safe_load() has been deprecated in the latest versions of ruamel.yaml. We have fixed the issue in the main branch but this may still affect users of v4.0 if they set up a conda environment from scratch, since ruamel.yaml is not pinned in SKLL requirements.

We will fix the issue in the next release but in the meantime, users can mitigate the issue by downgrading ruamel.yaml to <0.18.0.

desilinguist commented 5 months ago

Closed via #754.