Skip to content

Commit 078f3b5

Browse files
yibeichantien-tongmattcieslak
authored
Update installation.rst (#309)
Co-authored-by: Tien Tong <35613222+tien-tong@users.noreply.github.com> Co-authored-by: Matt Cieslak <mattcieslak@gmail.com>
1 parent 4332359 commit 078f3b5

File tree

1 file changed

+22
-19
lines changed

1 file changed

+22
-19
lines changed

environment_hpc.yml

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,33 @@ name: babs
22
channels:
33
- conda-forge
44
dependencies:
5-
- apptainer
5+
- python=3.11
66
- git
77
- git-annex
8-
- pip
98
- p7zip
10-
- python=3.11
9+
- pip
10+
# Core packages from conda-forge when available
11+
- numpy
12+
- pandas
13+
- pyyaml>=6.0
14+
- jinja2
15+
- nibabel
16+
- tqdm
17+
- regex
18+
# Testing packages
19+
- pytest
20+
- coverage
21+
# Pip packages (mainly BABS and DataLad ecosystem)
1122
- pip:
23+
- babs>=0.1.0
24+
- datalad>=0.17.2
25+
- datalad-container>=1.1.6
26+
- datalad-osf
27+
- filelock>=3.8.0
1228
- backoff
13-
- coverage
14-
- datalad >= 0.17.2
15-
- datalad_container >= 1.1.6
16-
- filelock >= 3.8.0
17-
- jinja2
18-
- nibabel
1929
- niworkflows
20-
- numpy
21-
- pandas
22-
- pyyaml >= 6.0
23-
- qstat >= 0.0.5
24-
- regex
25-
- tqdm
26-
- pytest
27-
- pytest-cov==5.0.0
28-
- pytest-env==1.1.3
30+
- qstat>=0.0.5
31+
- pytest-cov>=5.0.0
32+
- pytest-env>=1.1.0
2933
- pytest-timeout>=2.2.0
3034
- pytest-xdist
31-
- datalad-osf

0 commit comments

Comments
 (0)