From 7496e18db3c3b060c4c702dff882ba86d475c8e1 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Wed, 19 Aug 2026 12:53:17 +0200 Subject: [PATCH] Add f90nml to pyproject.toml It is available on PyPI so no reason to exclude it --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index fd4881ef5..2e6b180f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,7 @@ dependencies = [ "cartopy >=0.18.0", "cmocean", "dask", + "f90nml", "gsw", "lxml", "matplotlib >=3.9.0",