File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ jobs:
505
505
python -m venv /tmp/sdist
506
506
source /tmp/sdist/bin/activate
507
507
python -m pip install -U pip
508
- python -m pip install "setuptools>=30.3 .0" twine
508
+ python -m pip install "setuptools>=40.8 .0" twine
509
509
- run :
510
510
name : Build dMRIPrep
511
511
command : |
@@ -540,7 +540,7 @@ jobs:
540
540
python -m venv /tmp/wheel
541
541
source /tmp/wheel/bin/activate
542
542
python -m pip install -U pip
543
- python -m pip install "setuptools>=30.3 .0" twine
543
+ python -m pip install "setuptools>=40.8 .0" twine
544
544
THISVERSION=$( python get_version.py )
545
545
THISVERSION=${THISVERSION%.dirty*}
546
546
THISVERSION=${CIRCLE_TAG:-$THISVERSION}
@@ -568,7 +568,7 @@ jobs:
568
568
python -m venv /tmp/sdist
569
569
source /tmp/sdist/bin/activate
570
570
python -m pip install -U pip
571
- python -m pip install "setuptools>=30.3 .0" twine
571
+ python -m pip install "setuptools>=40.8 .0" wheel twine
572
572
- run :
573
573
name : Build dMRIPrep
574
574
command : |
Original file line number Diff line number Diff line change 15
15
matrix :
16
16
python-version : [3.7, 3.8]
17
17
pip : ["pip~=18.1", "pip>=20.3"]
18
- setuptools : ["setuptools==38.4.1 ", "setuptools"]
18
+ setuptools : ["setuptools==40.8.0 ", "setuptools"]
19
19
20
20
steps :
21
21
- name : Set up Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments