diff --git a/pyproject.toml b/pyproject.toml index 846f3bba5..fde24a7d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,20 +90,16 @@ profile = "black" module = [ "asyncssh", "matplotlib.*", - "numpy", "pandas.*", - "pint", "pyam", "pytest", "setuptools", - "xarray", # Indirectly via ixmp; this should be a subset of the list in ixmp's setup.cfg "dask", "jpype", "nbclient", "nbformat", "memory_profiler", - "sparse", ] ignore_missing_imports = true