Skip to content

Commit 9f53552

Browse files
committed
Uncap setuptools version.
1 parent 0ffa6dc commit 9f53552

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/conda_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python -VV
3838
python -m site
3939
python -m pip install --upgrade pip setuptools wheel
40-
python -m pip install --upgrade "whey-conda" "setuptools!=61.*,<61,>=40.6.0" "wheel>=0.34.2"
40+
python -m pip install --upgrade "whey-conda" "setuptools!=61.*,>=40.6.0" "wheel>=0.34.2"
4141
# $CONDA is an environment variable pointing to the root of the miniconda directory
4242
$CONDA/bin/conda update -n base conda
4343
$CONDA/bin/conda config --add channels conda-forge

.github/workflows/python_ci_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
python -VV
200200
python -m site
201201
python -m pip install --upgrade pip setuptools wheel
202-
python -m pip install --upgrade "mkrecipe" "setuptools!=61.*,<61,>=40.6.0" "wheel>=0.34.2"
202+
python -m pip install --upgrade "mkrecipe" "setuptools!=61.*,>=40.6.0" "wheel>=0.34.2"
203203
# $CONDA is an environment variable pointing to the root of the miniconda directory
204204
$CONDA/bin/conda config --set always_yes yes --set changeps1 no
205205
$CONDA/bin/conda update -n base conda

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!=61.*,<61,>=40.6.0", "wheel>=0.34.2",]
2+
requires = [ "setuptools!=61.*,>=40.6.0", "wheel>=0.34.2",]
33
build-backend = "setuptools.build_meta"
44

55
[project]

0 commit comments

Comments
 (0)