diff --git a/environment.yml b/environment.yml index 5b98a02..4a7ef65 100644 --- a/environment.yml +++ b/environment.yml @@ -1,13 +1,13 @@ name: earthkit channels: -- conda-forge -- nodefaults + - conda-forge + - nodefaults dependencies: -- earthkit-data>=0.10.11 -- geos -- pip: - - earthkit-geo>=0.2.0 - - earthkit-meteo>=0.1.1 - - earthkit-plots>=0.2.5 - - earthkit-regrid>=0.3.4 - - earthkit-transforms>=0.3.4 + - earthkit-data>=0.11.0 + - geos + - pip: + - earthkit-geo>=0.2.0 + - earthkit-meteo>=0.1.1 + - earthkit-plots>=0.2.5 + - earthkit-regrid>=0.3.4 + - earthkit-transforms>=0.3.4 diff --git a/pyproject.toml b/pyproject.toml index cb6c2c8..7adff4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = [ "setuptools>=61", "setuptools-scm>=8" ] +requires = ["setuptools>=61", "setuptools-scm>=8"] [project] name = "earthkit" @@ -25,24 +25,24 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -dynamic = [ "version" ] +dynamic = ["version"] dependencies = [ - "earthkit-data[all]>=0.10.11", + "earthkit-data[all]>=0.11.0", "earthkit-geo>=0.2", "earthkit-meteo>=0.1.1", "earthkit-plots>=0.2.5", "earthkit-regrid>=0.3.4", "earthkit-transforms>=0.3.4", ] -optional-dependencies.test = [ "pytest" ] +optional-dependencies.test = ["pytest"] urls.Documentation = "https://earthkit.readthedocs.io/" urls.Homepage = "https://github.com/ecmwf/earthkit/" urls.Issues = "https://github.com/ecmwf/earthkit.issues" urls.Repository = "https://github.com/ecmwf/earthkit/" [tool.setuptools.packages.find] -include = [ "earthkit", "earthkit.*" ] -where = [ "src/", "./" ] +include = ["earthkit", "earthkit.*"] +where = ["src/", "./"] [tool.setuptools_scm] version_file = "src/earthkit/_version.py" @@ -54,5 +54,5 @@ profile = "black" branch = "true" [tool.pydocstyle] -add_ignore = [ "D1", "D200", "D205", "D400", "D401" ] +add_ignore = ["D1", "D200", "D205", "D400", "D401"] convention = "numpy" diff --git a/tests/environment-docs-tests.yml b/tests/environment-docs-tests.yml index 787e94f..fe9f9ec 100644 --- a/tests/environment-docs-tests.yml +++ b/tests/environment-docs-tests.yml @@ -1,14 +1,14 @@ name: earthkit channels: -- conda-forge -- nodefaults + - conda-forge + - nodefaults dependencies: -- pip -- sphinx -- sphinx-autoapi -- sphinx_rtd_theme -- sphinxcontrib-apidoc -- nbformat -- nbconvert -- nbsphinx -- ipykernel + - pip + - sphinx + - sphinx-autoapi + - sphinx_rtd_theme + - sphinxcontrib-apidoc + - nbformat + - nbconvert + - nbsphinx + - ipykernel diff --git a/tests/environment-unit-tests.yml b/tests/environment-unit-tests.yml index 546c49f..e271f07 100644 --- a/tests/environment-unit-tests.yml +++ b/tests/environment-unit-tests.yml @@ -8,7 +8,7 @@ dependencies: - pytest-cov - geos - pip: - - earthkit-data[all]>=0.10.11 + - earthkit-data[all]>=0.11.0 - earthkit-geo>=0.2.0 - earthkit-meteo>=0.1.1 - earthkit-plots>=0.2.5