Skip to content

Commit 755ea20

Browse files
committed
📦 Require some apt packages for core C-PAC venv
1 parent 9e39e2f commit 755ea20

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

apt.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
apt-utils
2+
graphviz
3+
graphviz-dev
4+
libhdf5-dev

postBuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ deactivate
1212
python -m venv core
1313
source core/bin/activate
1414
pip install --upgrade pip
15-
pip install nipype==1.8.6 numpy==1.25.1 pyyaml setuptools voluptuous wheel
15+
pip install nipype==1.8.6 numpy==1.25.1 pyyaml==6.0 "setuptools<60.0" voluptuous==0.13.1 wheel
1616
pip install -r C-PAC-requirements.txt
1717
python -m ipykernel install --user --name core --display-name "C-PAC (core software)"
1818
deactivate

0 commit comments

Comments
 (0)