Skip to content

Commit

Permalink
Merge pull request #1114 from arnaudbore/update_dipy
Browse files Browse the repository at this point in the history
update to dipy 1.10
  • Loading branch information
arnaudbore authored Jan 9, 2025
2 parents 54f4fc3 + 0eb5b4d commit d4ab899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cvxpy==1.4.*
cycler==0.11.*
#Cython==0.29.*, !=0.29.29
Cython==3.0.*
dipy==1.9.*
dipy==1.10.*
deepdiff==6.3.0
dmri-amico==2.0.3
dmri-commit==2.3.0
Expand Down
2 changes: 1 addition & 1 deletion scilpy/image/volume_b0_synthesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
with warnings.catch_warnings():
os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'
warnings.simplefilter("ignore")
from dipy.nn.synb0 import Synb0
from dipy.nn.tf.synb0 import Synb0

import numpy as np
from dipy.align.imaffine import AffineMap
Expand Down

0 comments on commit d4ab899

Please sign in to comment.