Skip to content

Commit 15d3b30

Browse files
committed
Remove setuptools downgrade
1 parent 584c65c commit 15d3b30

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools<66.0", "wheel"]
2+
requires = ["setuptools", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ tabulate~=0.9.0
88
# sudo apt install glpk-utils
99
PuLP~=2.9.0
1010
# docplex~=2.25.236
11-
# Bind older setuptools to bypass version naming isssue
12-
setuptools<66.0.0
1311
cspy~=1.0.3
1412
# spar~=0.0.7
1513
scipy~=1.14.0

requirements_py3.10.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ tabulate~=0.9.0
88
# sudo apt install glpk-utils
99
PuLP~=2.8.0
1010
# docplex~=2.25.236
11-
# Bind older setuptools to bypass version naming isssue
12-
setuptools<66.0.0
1311
docplex~=2.25.236
1412
cspy~=1.0.3
1513
# spar~=0.0.7

0 commit comments

Comments
 (0)