Closed jonrkarr closed 3 years ago
setup.py notes that Escher is optional. However, Escher is still a required dependency. It would be helpful to make this optional because Escher requires pytest < 5, which clashes with some other packages.
setup.py
pytest < 5
setup.py
notes that Escher is optional. However, Escher is still a required dependency. It would be helpful to make this optional because Escher requirespytest < 5
, which clashes with some other packages.