diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..bb98a70 --- /dev/null +++ b/environment.yml @@ -0,0 +1,13 @@ +name: notebooks +channels: + - conda-forge +dependencies: + - python=3.7 + - numpy + - pandas + - streamlit + - pystan + - pip + - pip: + - cirq + - pyfunctional \ No newline at end of file