Skip to content

Commit c7bafec

Browse files
committed
MacOS Ruptures install fix 3
1 parent ba667e8 commit c7bafec

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
python-version: ${{ matrix.python-version }}
3131
- name: Install dependencies
3232
run: |
33-
python -m pip install --upgrade pip wheel setuptools setuptools-scm
33+
python -m pip install --upgrade pip wheel
34+
python -m pip install "setuptools<70" "setuptools-scm<8"
3435
python -m pip install flake8 pytest-cov mypy typed-ast cython
3536
python -m pip install -r requirements-test.txt --use-pep517
3637
- name: Lint with flake8

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ joblib>=0.14.1
44
numpy
55
pandas
66
pyod
7-
ruptures==1.1.7
7+
ruptures
88
scikit-learn>=0.20.0
99
scikit-lego
1010
scipy>=1.3.1

0 commit comments

Comments
 (0)