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