Skip to content

Commit 2aaff9f

Browse files
authored
Update pyproject.toml
Fix CI issue due to conflict
1 parent 51d60bc commit 2aaff9f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ build-backend = "setuptools.build_meta"
66
name = "mip"
77
description = "Python tools for Modeling and Solving Mixed-Integer Linear Programs (MIPs)"
88
readme = "README.md"
9-
requires-python = ">=3.8,<3.13"
9+
requires-python = ">=3.7,<3.13"
1010
license = {file = "LICENSE"}
1111
authors = [
12-
{name="T.A.M. Toffolo", email="haroldo.santos@gmail.com"},
13-
{name="H.G. Santos", email="tulio@toffolo.com.br"}
12+
{name="Tulio A.M. Toffolo", email="tulio@toffolo.com.br"},
13+
{name="Haroldo G. Santos", email="haroldo.santos@gmail.com"}
1414
]
1515
maintainers = [
1616
{name="S. Heger", email="[email protected]"}
@@ -35,9 +35,9 @@ dynamic = ["version"]
3535
dependencies = ["cffi==1.15.*"]
3636

3737
[project.optional-dependencies]
38-
numpy = ["numpy==1.24.*; python_version >= '3.8'", "numpy==1.21.6; python_version == '3.8'"]
38+
numpy = ["numpy==1.24.*; python_version >= '3.8'", "numpy==1.21.6; python_version == '3.7'"]
3939
gurobi = ["gurobipy>=8"]
40-
test = ["pytest==7.2.0", "networkx==2.8.8; python_version >= '3.8'", "networkx==2.6.3; python_version == '3.8'", "matplotlib==3.6.2; python_version >= '3.8'", "matplotlib==3.5.3; python_version == '3.8'"]
40+
test = ["pytest==7.2.0", "networkx==2.8.8; python_version >= '3.8'", "networkx==2.6.3; python_version == '3.7'", "matplotlib==3.6.2; python_version >= '3.8'", "matplotlib==3.5.3; python_version == '3.7'"]
4141

4242
[project.urls]
4343
"Homepage" = "https://www.python-mip.com"

0 commit comments

Comments
 (0)