File tree Expand file tree Collapse file tree 1 file changed +22
-19
lines changed
Expand file tree Collapse file tree 1 file changed +22
-19
lines changed Original file line number Diff line number Diff line change @@ -2,30 +2,33 @@ name: babs
22channels :
33 - conda-forge
44dependencies :
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
You can’t perform that action at this time.
0 commit comments