diff --git a/pyproject.toml b/pyproject.toml index 5a52a46..6811bf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cnapy" -version = "1.2.3" +version = "1.2.4" authors = [ { name="Sven Thiele" }, { name="Axel von Kamp", email="vonkamp@mpi-magdeburg.mpg.de" }, @@ -15,7 +15,7 @@ classifiers = [ "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", ] -dependencies = ["appdirs>=1.4", "matplotlib-base>=3.6", "requests>=2.28", +dependencies = ["appdirs>=1.4", "matplotlib>=3.6", "requests>=2.28", "cobra>=0.29", "efmtool_link>=0.0.7", "optlang_enumerator>=0.0.12", "straindesign>=1.12", "qtpy>=2.3", "pyqtwebengine>=5.15", "qtconsole==5.4", "gurobi", "cplex>=22.1", "numpy==1.23", "scipy==1.12", "openpyxl"]