NeurodataWithoutBorders / nwb-project-analytics

Repository for collecting analytics and scripts related to the NWB project.
Other
1 stars 1 forks source link

Replace yaml.safe_load as it is no longer supported #28

Closed oruebel closed 12 months ago

oruebel commented 12 months ago

The build of the docs from data are currently failing. It appears that this may be due to the fact that yaml.safe_load and yaml.load are no longer supported in the latest version of ruaml.yaml. This PR attempts to fix this issue.