Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
axelvonkamp authored Aug 20, 2024
1 parent 74584f1 commit 1d298e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" },
Expand All @@ -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"]
Expand Down

0 comments on commit 1d298e0

Please sign in to comment.