AllenInstitute / mtrain_regimens

Repository to track training stages and regimens for visual behavior
Other
2 stars 4 forks source link

upload_regimen.py breaks with PyYAML-6.0 #148

Open mattjdavis opened 2 years ago

mattjdavis commented 2 years ago

pip install pyyaml==5.4.1 for quick fix

The yaml loader needs to be updated for 6.0, or make old version explicit in requirements