We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba667e8 commit c7bafecCopy full SHA for c7bafec
2 files changed
.github/workflows/python-package.yml
@@ -30,7 +30,8 @@ jobs:
30
python-version: ${{ matrix.python-version }}
31
- name: Install dependencies
32
run: |
33
- python -m pip install --upgrade pip wheel setuptools setuptools-scm
+ python -m pip install --upgrade pip wheel
34
+ python -m pip install "setuptools<70" "setuptools-scm<8"
35
python -m pip install flake8 pytest-cov mypy typed-ast cython
36
python -m pip install -r requirements-test.txt --use-pep517
37
- name: Lint with flake8
requirements-test.txt
@@ -4,7 +4,7 @@ joblib>=0.14.1
4
numpy
5
pandas
6
pyod
7
-ruptures==1.1.7
+ruptures
8
scikit-learn>=0.20.0
9
scikit-lego
10
scipy>=1.3.1
0 commit comments