recast-hep / recast-atlas

CLI for ATLAS RECAST contributors
https://recast.docs.cern.ch/
Apache License 2.0
5 stars 5 forks source link

fix: Add six to install requirements for yadage-schemas #77

Closed matthewfeickert closed 2 years ago

matthewfeickert commented 2 years ago

Resolves #76

yadage-schemas currently (v0.10.6) fails to specify its requirement on six v1.4.0+ in its install_requires. c.f. https://github.com/yadage/yadage-schemas/issues/35

To safeguard against this, temporarily add six>=1.4.0 to install_requires in setup.cfg.