Skip to content

Commit

Permalink
update pyproject.toml for conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
axelvonkamp committed Oct 18, 2024
1 parent 34978bd commit 179f3b8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ authors = [
]
description = "Module for enumerating minimal cut sets"
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
dependencies = ["numpy==1.23", "scipy", "cobra>=0.26.3", "optlang", "efmtool_link>=0.0.6", "sympy>=1.12", "swiglpk"]
dependencies = ["numpy==1.23.*", "scipy", "cobra>=0.29", "optlang", "efmtool_link>=0.0.6", "sympy>=1.12", "swiglpk"]

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

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

0 comments on commit 179f3b8

Please sign in to comment.