added ruptures package definition
This commit is contained in:
parent
b0d94f2318
commit
cb375e2de5
3 changed files with 5 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ pytz==2022.7.1
|
|||
pyzmq==25.0.0
|
||||
requests==2.28.2
|
||||
retry==0.9.2
|
||||
ruptures==1.1.8
|
||||
scikit-learn==1.2.1
|
||||
scipy==1.10.1
|
||||
Send2Trash==1.8.0
|
||||
|
|
|
|||
|
|
@ -34,3 +34,6 @@ ignore_missing_imports = True
|
|||
|
||||
[mypy-tabulate.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-ruptures.*]
|
||||
ignore_missing_imports = True
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -32,6 +32,7 @@ REQUIREMENTS: dict = {
|
|||
'psutil',
|
||||
'python-dateutil',
|
||||
'retry',
|
||||
'ruptures',
|
||||
'scipy',
|
||||
'scikit-learn',
|
||||
'timezonefinder',
|
||||
|
|
|
|||
Loading…
Reference in a new issue