added ruptures package definition

This commit is contained in:
Luis Aleixo 2023-07-27 10:41:55 +02:00
parent b0d94f2318
commit cb375e2de5
3 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -34,3 +34,6 @@ ignore_missing_imports = True
[mypy-tabulate.*]
ignore_missing_imports = True
[mypy-ruptures.*]
ignore_missing_imports = True

View file

@ -32,6 +32,7 @@ REQUIREMENTS: dict = {
'psutil',
'python-dateutil',
'retry',
'ruptures',
'scipy',
'scikit-learn',
'timezonefinder',