From 382d38784f9cc69a97d5071734530532ec3d35e7 Mon Sep 17 00:00:00 2001 From: "Brian D. Klahn" Date: Sat, 11 May 2024 12:15:29 -0400 Subject: [PATCH] The new Docker build needs this file, which I forgot to commit. --- conda_env.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 conda_env.yml diff --git a/conda_env.yml b/conda_env.yml new file mode 100644 index 00000000..2bea6252 --- /dev/null +++ b/conda_env.yml @@ -0,0 +1,20 @@ +name: cloud-copasi +channels: + - conda-forge +dependencies: + - python=3.8 + - pip + - pip: + - boto==2.49.0 + - copasi-basico==0.16 + - cycler==0.11.0 + - Django==4.1.10 + - django-extensions==3.1.5 + - django-webserver[uvicorn]==1.2.0 + - matplotlib==3.5.1 + - numpy==1.22.2 + # - psycopg2==2.9.3 + - psycopg2-binary + - python-dateutil==2.8.2 + - sh==1.14.2 #, instead of subprocess32 + - scipy==1.10.0 \ No newline at end of file