From c6ccb522a1be94bdd69c5d12488c59f2d9e57e26 Mon Sep 17 00:00:00 2001 From: Nelofar Qulizada Date: Wed, 6 Aug 2025 16:42:11 +0000 Subject: [PATCH 1/2] Updating the env --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 001ec318..23b0a829 100644 --- a/environment.yml +++ b/environment.yml @@ -1,4 +1,4 @@ -name: biascorr +name: biascorr-cookbook-dev channels: - conda-forge dependencies: From 620f0e15507e4cafc6050f2d164a6d4e14d79503 Mon Sep 17 00:00:00 2001 From: Nelofar Qulizada Date: Wed, 6 Aug 2025 16:49:55 +0000 Subject: [PATCH 2/2] add mystmd to the env --- environment.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 23b0a829..f01d7295 100644 --- a/environment.yml +++ b/environment.yml @@ -2,10 +2,12 @@ name: biascorr-cookbook-dev channels: - conda-forge dependencies: - - python=3.11 + - python - pandas - numpy - matplotlib - statsmodels - scikit-learn - - jupyter \ No newline at end of file + - jupyter + - mystmd + - jupyterlab-myst