Skip to content

Commit

Permalink
Update earthkit-data to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorkertesz committed Nov 20, 2024
1 parent b966b8c commit 7e14ada
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
20 changes: 10 additions & 10 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -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
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = [ "setuptools>=61", "setuptools-scm>=8" ]
requires = ["setuptools>=61", "setuptools-scm>=8"]

[project]
name = "earthkit"
Expand All @@ -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"
Expand All @@ -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"
22 changes: 11 additions & 11 deletions tests/environment-docs-tests.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion tests/environment-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e14ada

Please sign in to comment.