From 45d4dfb325b4b7f73ccafbd7ea76e6faec0cb766 Mon Sep 17 00:00:00 2001 From: Coffee2926 Date: Fri, 24 Jan 2025 08:53:58 +0000 Subject: [PATCH] Add environment.yml for scientific Python dependencies --- environment.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..59441f8 --- /dev/null +++ b/environment.yml @@ -0,0 +1,14 @@ +name: scientific-python-env + +dependencies: + - python >= 3.9 + - jupyterlab + - numpy + - scipy + - matplotlib + - pandas + - statsmodels + - seaborn + - sympy + - scikit-learn + - scikit-image