sys-bio / simplesbml

Python package for building SBML models without needing to use libSBML.
http://simplesbml.readthedocs.io/en/latest/
MIT License
10 stars 12 forks source link

Python 3.7 compatibility ('tesbml' dependency in setup.py) #25

Closed gglyptodon closed 3 years ago

gglyptodon commented 5 years ago

It looks like the package python-libsbml works as replacement for tesbml, which is listed as a requirement. python-libsbml can be installed via pip on python 3.7 while tesbml is unavailable. Would it make sense to swap python-libsbml for tesbml in the setup.py / requirements.txt ? Thanks.

andrewbriand commented 5 years ago

Yes, that would make sense. I will look into making tesbml available for 3.7.

hsauro commented 3 years ago

We no longer use tesbml (thank goodness) and python-libsbml now the package we use.