@@ -6,11 +6,11 @@ build-backend = "setuptools.build_meta"
6
6
name = " mip"
7
7
description = " Python tools for Modeling and Solving Mixed-Integer Linear Programs (MIPs)"
8
8
readme = " README.md"
9
- requires-python = " >=3.8 ,<3.13"
9
+ requires-python = " >=3.7 ,<3.13"
10
10
license = {file = " LICENSE" }
11
11
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" }
14
14
]
15
15
maintainers = [
16
16
{
name =
" S. Heger" ,
email =
" [email protected] " }
@@ -35,9 +35,9 @@ dynamic = ["version"]
35
35
dependencies = [" cffi==1.15.*" ]
36
36
37
37
[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 '" ]
39
39
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 '" ]
41
41
42
42
[project .urls ]
43
43
"Homepage" = " https://www.python-mip.com"
0 commit comments