Skip to content

Commit

Permalink
[#973] pinned down setuptools version to !=65.*,!=74.* for msvccompiler
Browse files Browse the repository at this point in the history
  • Loading branch information
dvezinet committed Sep 13, 2024
1 parent d69bcd6 commit f158a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ scipy
numpy
# scikit-sparse # does not work on windows, and requires "apt/brew install libsuitesparse-dev/suite-sparse" on linux / MacOs
# scikit-umfpack # similar issue
setuptools==70.0.0
setuptools!=65.*,!=74.*
matplotlib
contourpy
requests
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def get_version_tofu(path=_HERE):
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=[
"setuptools==70.0.0",
"setuptools!=65.*,!=74.*",
"numpy",
"scipy",
# "scikit-sparse",
Expand Down

0 comments on commit f158a03

Please sign in to comment.