Skip to content

Commit

Permalink
The new Docker build needs this file, which I forgot to commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdklahn committed May 11, 2024
1 parent c021fd4 commit 382d387
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions conda_env.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 382d387

Please sign in to comment.