diff --git a/requirements.txt b/requirements.txt index a7a970cb..724bf5cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -64,7 +64,6 @@ python-dateutil==2.8.2 pyzmq==22.1.0 requests==2.26.0 requests-unixsocket==0.2.0 -retry==0.9.2 scikit-learn==0.24.2 scipy==1.7.0 Send2Trash==1.7.1 @@ -77,7 +76,6 @@ threadpoolctl==2.2.0 timezonefinder==5.2.0 tornado==6.1 traitlets==5.0.5 -types-retry==0.9.7 urllib3==1.26.6 voila==0.2.10 wcwidth==0.2.5 diff --git a/setup.py b/setup.py index bc035ea7..00accdec 100644 --- a/setup.py +++ b/setup.py @@ -30,12 +30,10 @@ REQUIREMENTS: dict = { 'numpy', 'psutil', 'python-dateutil', - 'retry', 'scipy', 'sklearn', 'timezonefinder', 'tornado', - 'types-retry', 'voila >=0.2.4', ], 'app': [], @@ -44,8 +42,10 @@ REQUIREMENTS: dict = { 'pytest-mypy', 'pytest-tornasync', 'numpy-stubs @ git+https://github.com/numpy/numpy-stubs.git', + 'retry', 'types-dataclasses', 'types-python-dateutil', + 'types-retry', ], 'dev': [ 'jupyterlab',