-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathenvironment.yml
More file actions
30 lines (29 loc) · 915 Bytes
/
environment.yml
File metadata and controls
30 lines (29 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# This file contains the Conda environment configuration for running stdpopsim
# in a Dockerized image on Binder, accessible through https://mybinder.org/.
# Binder enables any Jupyter notebooks in the repository to be run interactively and
# reproducibly in a stable cloud-based environment.
#
# Developer Note: New Jupyter notebooks that are added to this repository should confirm
# that any package dependencies are specified in the list below.
name: stdpopsim-environment
channels:
- conda-forge
- bioconda
dependencies:
- python=3.10
- pip
- git
- numpy
- pandas
- jupyter
- jupyterlab
- ipywidgets
- ipython
- msprime
- seaborn
- scikit-allel
- matplotlib
- progressbar
- slim=4.0
- pip:
- git+https://github.com/popsim-consortium/stdpopsim.git