File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
python-version : ${{ matrix.python-version }}
31
31
- name : Install dependencies
32
32
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
35
34
python -m pip install flake8 pytest-cov mypy typed-ast cython
36
35
python -m pip install -r requirements-test.txt --use-pep517
37
36
- name : Lint with flake8
Original file line number Diff line number Diff line change
1
+ #ruptures
2
+ https://github.com/deepcharles/ruptures/archive/master.zip
1
3
#pyclustering
2
4
https://github.com/KulikDM/pyclustering/archive/Warning-Fix.zip
3
5
joblib>=0.14.1
4
6
numpy
5
7
pandas
6
8
pyod
7
- ruptures
8
9
scikit-learn>=0.20.0
9
10
scikit-lego
10
11
scipy>=1.3.1
You can’t perform that action at this time.
0 commit comments