From d5bba747d48a605f95ba34d97339bd8a04d98f31 Mon Sep 17 00:00:00 2001 From: vignesh1987 Date: Sun, 4 Jul 2021 17:41:47 +0200 Subject: [PATCH] added environment.yml file for installing the required packages --- environment.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..04afc4b --- /dev/null +++ b/environment.yml @@ -0,0 +1,13 @@ +name: teachclew +channels: + - conda-forge +dependencies: + - python + - numpy + - pip + - plotly + - pandas + - ipywidgets + - jupyter_contrib_nbextensions + - glpk + - matplotlib \ No newline at end of file