Skip to content

Commit 598aaf6

Browse files
committed
MacOS Ruptures install fix 4
1 parent c7bafec commit 598aaf6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-package.yml

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

requirements-test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
#ruptures
2+
https://github.com/deepcharles/ruptures/archive/master.zip
13
#pyclustering
24
https://github.com/KulikDM/pyclustering/archive/Warning-Fix.zip
35
joblib>=0.14.1
46
numpy
57
pandas
68
pyod
7-
ruptures
89
scikit-learn>=0.20.0
910
scikit-lego
1011
scipy>=1.3.1

0 commit comments

Comments
 (0)