diff --git a/requirements.txt b/__requirements.txt similarity index 100% rename from requirements.txt rename to __requirements.txt diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..0a969c6 --- /dev/null +++ b/environment.yml @@ -0,0 +1,13 @@ +name: quantumoptics2 +channels: + - defaults + - conda-forge +dependencies: + - python=3.7 + - numpy + - matplotlib + - scipy + - plotly + - pip: + - cython + - qutip \ No newline at end of file