File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools >= 30.3.0" , " wheel" ]
2+ requires = [" setuptools >= 30.3.0, != 61.0.0 " , " wheel" ]
Original file line number Diff line number Diff line change 66# Give setuptools a hint to complain if it's too old a version
77# 30.3.0 allows us to put most metadata in setup.cfg
88# Should match pyproject.toml
9- SETUP_REQUIRES = ['setuptools >= 30.3.0' ]
9+ SETUP_REQUIRES = ['setuptools >= 30.3.0, != 61.0.0 ' ]
1010# This enables setuptools to install wheel on-the-fly
1111SETUP_REQUIRES += ['wheel' ] if 'bdist_wheel' in sys .argv else []
1212
Original file line number Diff line number Diff line change 1- SETUP_REQUIRES=" pip setuptools>=30.3.0 wheel"
1+ SETUP_REQUIRES=" pip setuptools>=30.3.0,!=61.0.0 wheel"
22
33# Numpy and scipy upload nightly/weekly/intermittent wheels
44NIGHTLY_WHEELS=" https://pypi.anaconda.org/scipy-wheels-nightly/simple"
You can’t perform that action at this time.
0 commit comments