Merge branch 'update/fix_package_version_requirements' into 'master'
Updating package version requirements See merge request caimira/caimira!472
This commit is contained in:
commit
373ff09ea2
1 changed files with 3 additions and 3 deletions
6
setup.py
6
setup.py
|
|
@ -20,7 +20,7 @@ REQUIREMENTS: dict = {
|
|||
'core': [
|
||||
'dataclasses; python_version < "3.7"',
|
||||
'ipykernel',
|
||||
'ipympl',
|
||||
'ipympl >= 0.9.0',
|
||||
'ipywidgets < 8.0',
|
||||
'Jinja2',
|
||||
'loky',
|
||||
|
|
@ -44,8 +44,8 @@ REQUIREMENTS: dict = {
|
|||
'app': [],
|
||||
'test': [
|
||||
'pytest',
|
||||
'pytest-mypy',
|
||||
'mypy',
|
||||
'pytest-mypy >= 0.10.3',
|
||||
'mypy >= 1.0.0',
|
||||
'pytest-tornasync',
|
||||
'numpy-stubs @ git+https://github.com/numpy/numpy-stubs.git',
|
||||
'types-dataclasses',
|
||||
|
|
|
|||
Loading…
Reference in a new issue