ml4ai / automates

AutoMATES: Automated Model Assembly from Text, Equations, and Software
https://ml4ai.github.io/automates
Other
25 stars 9 forks source link

Unnecessary dependency on curses #335

Open kwalcock opened 1 year ago

kwalcock commented 1 year ago

It seems like the unused import of curses here without it being included in environment.yml or setup.py or requirements.txt will cause a failure at runtime, especially in skema. Perhaps it is a transitive dependency of graphviz that wouldn't install. Since the import is unused anyway, the line should probably be removed.