There was an error while loading. Please reload this page.
apt
1 parent 9e39e2f commit 755ea20Copy full SHA for 755ea20
2 files changed
apt.txt
@@ -0,0 +1,4 @@
1
+apt-utils
2
+graphviz
3
+graphviz-dev
4
+libhdf5-dev
postBuild
@@ -12,7 +12,7 @@ deactivate
12
python -m venv core
13
source core/bin/activate
14
pip install --upgrade pip
15
-pip install nipype==1.8.6 numpy==1.25.1 pyyaml setuptools voluptuous wheel
+pip install nipype==1.8.6 numpy==1.25.1 pyyaml==6.0 "setuptools<60.0" voluptuous==0.13.1 wheel
16
pip install -r C-PAC-requirements.txt
17
python -m ipykernel install --user --name core --display-name "C-PAC (core software)"
18
deactivate
0 commit comments