From 28b253d65bded1216a0b0fb55f286d89b38999a8 Mon Sep 17 00:00:00 2001 From: Camilo Diaz Date: Wed, 6 Dec 2023 19:26:22 -0500 Subject: [PATCH] adding lmfit again to test step 1 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69708adb..5b755ad6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,7 +112,8 @@ dependencies = [ # Optional "icesat2-toolkit==1.0.0.22", "geopandas", "sliderule", - "ipyleaflet" + "ipyleaflet", + "lmfit" ] # List additional groups of dependencies here (e.g. development