From e73c1e5fe93b6bcbd21ca0f9c250262e35e37cf2 Mon Sep 17 00:00:00 2001 From: Abhinav Kumar <39808895+abhinavyesss@users.noreply.github.com> Date: Fri, 15 Dec 2023 00:21:18 +0530 Subject: [PATCH] Adding pip installation of Cython. When unpacking and attempting to deploy the Graphcast application, certain packages do not work without Cython. This would resolve that issue. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 04f449b..ea773bf 100644 --- a/setup.py +++ b/setup.py @@ -33,6 +33,7 @@ "cartopy", "chex", "colabtools", + "Cython", "dask", "dm-haiku", "jax",