Skip to content

Commit

Permalink
Merge pull request #43 from MolecularBioinformatics/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
sauter-roland authored Sep 20, 2024
2 parents 824422f + ff41069 commit 8a99bff
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "gemcat"
version = "1.2.1"
version = "1.3.0"

description = "A toolbox for gene expression-based prediction of metabolic alterations"
keywords = ["python", "bioinformatics", "modeling", "metabolites", "omics"]
Expand All @@ -15,22 +15,22 @@ readme = "README.md"

requires-python=">=3.10"
dependencies = [
"numpy==1.26.*",
"pandas==2.1.*",
"numpy==2.1.*",
"pandas==2.2.*",
"cobra==0.29.*",
"networkx==3.2.*",
"scipy==1.11.*",
"sympy==1.12.*",
"networkx==3.3.*",
"scipy==1.14.*",
"sympy==1.13.*",
]

[project.optional-dependencies]
dev = [
"pytest==7.4.*",
"black==23.7.*",
"isort==5.12.*",
"pylint==3.1.*",
"ruff==0.0.*",
"requests==2.31.*",
"pytest==8.3.*",
"black==24.8.*",
"isort==5.13.*",
"pylint==3.2.*",
"ruff==0.6.*",
"requests==2.32.*",

]

Expand Down

0 comments on commit 8a99bff

Please sign in to comment.