diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000000000000000000000000000000000000..41147aa65de1c160d282f03f7a77e1eee9acc007 --- /dev/null +++ b/environment.yml @@ -0,0 +1,14 @@ +name: my-environment +channels: + - defaults + - conda-forge +dependencies: + - python>3.7 + - notebook>5.2 + - numpy + - pandas + - seaborn + - matplotlib + - sympy + - math + - random