Skip to content

Commit

Permalink
adjustments to cern_caimira .toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
lrdossan committed Jul 18, 2024
1 parent b5617c4 commit 7a31647
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 48 deletions.
50 changes: 4 additions & 46 deletions cern_caimira/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,20 @@ classifiers = [
]
requires-python = ">=3.9"
dependencies = [
"ipykernel",
"ipympl>=0.9.0",
"ipywidgets<8.0",
'ipykernel',
'ipympl >= 0.9.0',
'ipywidgets < 8.0',
"Jinja2",
"loky",
"matplotlib",
"memoization",
"mistune",
"numpy",
"pandas",
"psutil",
"pyinstrument",
"pyjwt",
"python-dateutil",
"retry",
"ruptures",
"scipy",
"scikit-learn",
"timezonefinder",
"tornado",
"types-retry",
Expand All @@ -50,7 +46,6 @@ test = [
"pytest-tornasync",
"numpy-stubs @ git+https://github.com/numpy/numpy-stubs.git",
"types-dataclasses",
"types-python-dateutil",
"types-requests"
]
doc = [
Expand All @@ -72,42 +67,5 @@ addopts = "--mypy"
no_warn_no_return = true

[[tool.mypy.overrides]]
module = ["caimira.*", "ipympl.*", "loky", "ipywidgets", "setuptools", "pandas"]
ignore_missing_imports = true


[tool.mypy-loky]
ignore_missing_imports = true

[tool.mypy-ipympl]
ignore_missing_imports = true

[tool.mypy-ipywidgets]
ignore_missing_imports = true

[tool.mypy-matplotlib]
ignore_missing_imports = true

[tool.mypy-mistune]
ignore_missing_imports = true

[tool.mypy-qrcode]
ignore_missing_imports = true

[tool.mypy-scipy]
ignore_missing_imports = true

[tool.mypy-timezonefinder]
ignore_missing_imports = true

[tool.mypy-pandas]
ignore_missing_imports = true

[tool.mypy-pstats]
follow_imports = "skip"

[tool.mypy-tabulate]
ignore_missing_imports = true

[tool.mypy-ruptures]
module = ["caimira.*", "ipympl.*", "ipywidgets", "loky", "setuptools", "pandas"]
ignore_missing_imports = true
2 changes: 0 additions & 2 deletions cern_caimira/src/cern_caimira/apps/expert_apps/expert.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

LOG = logging.getLogger(__name__)

LOG = logging.getLogger(__name__)


def collapsible(widgets_to_collapse: typing.List, title: str, start_collapsed=False):
collapsed = widgets.Accordion([widgets.VBox(widgets_to_collapse)])
Expand Down

0 comments on commit 7a31647

Please sign in to comment.