Skip to content

Commit ff41069

Browse files
author
Roland Sauter
committed
upgrade dependencies
1 parent 824422f commit ff41069

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gemcat"
7-
version = "1.2.1"
7+
version = "1.3.0"
88

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

1616
requires-python=">=3.10"
1717
dependencies = [
18-
"numpy==1.26.*",
19-
"pandas==2.1.*",
18+
"numpy==2.1.*",
19+
"pandas==2.2.*",
2020
"cobra==0.29.*",
21-
"networkx==3.2.*",
22-
"scipy==1.11.*",
23-
"sympy==1.12.*",
21+
"networkx==3.3.*",
22+
"scipy==1.14.*",
23+
"sympy==1.13.*",
2424
]
2525

2626
[project.optional-dependencies]
2727
dev = [
28-
"pytest==7.4.*",
29-
"black==23.7.*",
30-
"isort==5.12.*",
31-
"pylint==3.1.*",
32-
"ruff==0.0.*",
33-
"requests==2.31.*",
28+
"pytest==8.3.*",
29+
"black==24.8.*",
30+
"isort==5.13.*",
31+
"pylint==3.2.*",
32+
"ruff==0.6.*",
33+
"requests==2.32.*",
3434

3535
]
3636

0 commit comments

Comments
 (0)