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 fac3039
Showing 1 changed file with 1 addition and 46 deletions.
47 changes: 1 addition & 46 deletions cern_caimira/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,17 @@ classifiers = [
]
requires-python = ">=3.9"
dependencies = [
"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 +43,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 +64,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.*", "loky", "setuptools", "pandas"]
ignore_missing_imports = true

0 comments on commit fac3039

Please sign in to comment.