From 41b56841a315e9fd4d3c5c012f3bf2a671ebf76d Mon Sep 17 00:00:00 2001 From: Esteban Valencia <62491056+estebanvt@users.noreply.github.com> Date: Wed, 26 Apr 2023 17:16:36 +0200 Subject: [PATCH] Create environment.yml --- 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 00000000..fa8e82aa --- /dev/null +++ b/environment.yml @@ -0,0 +1,14 @@ +name: example-environment +channels: + - conda-forge +dependencies: + - python=3.11 + - numpy + - psutil + - toolz + - matplotlib + - dill + - pandas + - partd + - bokeh + - dask