From 47b6b6cb2eaa869fb3b34b2c72aa001b05fed7c3 Mon Sep 17 00:00:00 2001 From: EddyCMWF Date: Thu, 24 Aug 2023 17:36:21 +0100 Subject: [PATCH] remove earthkit-data@develop dependancy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 27232db..3841511 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ dependencies = [ "xarray>=2022.3.0", "numpy>=1.18", - "earthkit.data@git+https://github.com/ecmwf/earthkit-data@develop" + "earthkit-data" ] description = "Statistical analysis tools for meteorological and climate data." dynamic = ["version"]