From e9d3fcc41a610bd6c4ac01cabf3d5c1b2274c4f1 Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Tue, 19 Oct 2021 18:18:38 +0200 Subject: [PATCH] Fix lmfit >=1.0.2 Needed for two-dimensional Gaussian model --- conda-recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 04e9a7c..a1b60bf 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -24,7 +24,7 @@ requirements: - h5py - bokeh =2.4 - numba - - lmfit + - lmfit >=1.0.2 about: