Merge branch 'feature/retry_decorator_tests' into 'master'

Removed retry and types-retry decorators from requirements

See merge request cara/cara!357
This commit is contained in:
Andre Henriques 2022-05-30 09:26:20 +02:00
commit 53fc660346
2 changed files with 2 additions and 4 deletions

View file

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

View file

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