Skip to content

Commit

Permalink
remove pytest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
axelvonkamp committed Aug 20, 2024
1 parent fd63585 commit 74584f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cnapy"
version = "1.2.2"
version = "1.2.3"
authors = [
{ name="Sven Thiele" },
{ name="Axel von Kamp", email="vonkamp@mpi-magdeburg.mpg.de" },
Expand All @@ -15,10 +15,10 @@ classifiers = [
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
]
dependencies = ["pytest>=7.2", "appdirs>=1.4", "matplotlib-base>=3.6", "requests>=2.28",
dependencies = ["appdirs>=1.4", "matplotlib-base>=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", "numpy==1.23", "scipy==1.12", "openpyxl"]
"gurobi", "cplex>=22.1", "numpy==1.23", "scipy==1.12", "openpyxl"]

[project.urls]
Homepage = "https://github.com/cnapy-org/CNApy"
Expand Down

0 comments on commit 74584f1

Please sign in to comment.