Skip to content

Commit

Permalink
Remove setuptools downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
czeni committed Jul 17, 2024
1 parent 584c65c commit 15d3b30
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools<66.0", "wheel"]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[project]
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ tabulate~=0.9.0
# sudo apt install glpk-utils
PuLP~=2.9.0
# docplex~=2.25.236
# Bind older setuptools to bypass version naming isssue
setuptools<66.0.0
cspy~=1.0.3
# spar~=0.0.7
scipy~=1.14.0
Expand Down
2 changes: 0 additions & 2 deletions requirements_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ tabulate~=0.9.0
# sudo apt install glpk-utils
PuLP~=2.8.0
# docplex~=2.25.236
# Bind older setuptools to bypass version naming isssue
setuptools<66.0.0
docplex~=2.25.236
cspy~=1.0.3
# spar~=0.0.7
Expand Down

0 comments on commit 15d3b30

Please sign in to comment.