File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164164 run : |
165165 python -m pip install --upgrade pip wheel
166166 pip install --upgrade -r CI_REQUIREMENTS.txt
167- pip install --upgrade Cython build "setuptools_scm[toml]>=6.2"
167+ pip install --upgrade Cython build
168168 pip install --upgrade -r pytest_requirements.txt
169169 - name : Build package and install
170170 run : |
@@ -197,7 +197,7 @@ jobs:
197197 run : |
198198 python -m pip install --upgrade pip wheel
199199 pip install --upgrade -r CI_REQUIREMENTS.txt
200- pip install --upgrade Cython build "setuptools_scm[toml]>=6.2"
200+ pip install --upgrade Cython build
201201 pip install --upgrade -r pytest_requirements.txt
202202 - name : Build package and install
203203 run : |
Original file line number Diff line number Diff line change 11-r requirements.txt
2+ setuptools>=61.0.0
3+ setuptools_scm[toml]>=6.2
4+ wheel
You can’t perform that action at this time.
0 commit comments