Skip to content

Commit 93b3e94

Browse files
authored
Merge pull request #9 from praitayini/pk
Fixs for gradtensor PR
2 parents e094daa + be61631 commit 93b3e94

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Singularity

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,13 @@ From: ubuntu:18.04
124124
cd /APPS/gradtensor
125125
python3.8 -m venv gradvenv
126126
source gradvenv/bin/activate
127-
pip3 install wheel
128-
pip install -r /INSTALLERS/PreQual/venv/pip_install_gradtensor.txt
129127
wget https://bootstrap.pypa.io/get-pip.py
130128
python3.8 get-pip.py
131129
pip3 install --upgrade setuptools
132130
pip install fpdf imageio pypng freetype-py numpy==1.21.*
133131
git clone https://github.com/scilus/scilpy.git
134132
cd scilpy
133+
git checkout 1.4.0
135134
pip install -e .
136135
cd ..
137136
deactivate

venv/pip_install_gradtensor.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nibabel==2.5.2
1+
nibabel==3.0.0
22
dipy==1.5.0

0 commit comments

Comments
 (0)