Skip to content

Commit

Permalink
Merge pull request #9 from praitayini/pk
Browse files Browse the repository at this point in the history
Fixs for gradtensor PR
  • Loading branch information
praitayini authored Apr 20, 2023
2 parents e094daa + be61631 commit 93b3e94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Singularity
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,13 @@ From: ubuntu:18.04
cd /APPS/gradtensor
python3.8 -m venv gradvenv
source gradvenv/bin/activate
pip3 install wheel
pip install -r /INSTALLERS/PreQual/venv/pip_install_gradtensor.txt
wget https://bootstrap.pypa.io/get-pip.py
python3.8 get-pip.py
pip3 install --upgrade setuptools
pip install fpdf imageio pypng freetype-py numpy==1.21.*
git clone https://github.com/scilus/scilpy.git
cd scilpy
git checkout 1.4.0
pip install -e .
cd ..
deactivate
Expand Down
2 changes: 1 addition & 1 deletion venv/pip_install_gradtensor.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nibabel==2.5.2
nibabel==3.0.0
dipy==1.5.0

0 comments on commit 93b3e94

Please sign in to comment.