Skip to content

Commit

Permalink
TVB-3110: update for siibra 1.a19
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianciu committed Nov 21, 2024
1 parent 57b6341 commit 6c72c96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,7 @@
<dependency env="[win,mac,linux]" name="elasticsearch">
<full-name value="elasticsearch"/>
<project-home value="https://pypi.org/project/elasticsearch/"/>
<version value="[8.8.0,8.9.0,8.15.1,8.16.0,(8,16,0),(8, 16, 0)]"/>
<version value="[8.15.1,8.16.0]"/>
<usage value="dynamic linking"/>
<license value="LICENSE_elasticsearch.txt"/>
<license-type value="Apache_ 2"/>
Expand Down
2 changes: 1 addition & 1 deletion tvb_framework/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dependencies = [
"requests-toolbelt>=0.10",
"scikit-learn",
"scipy",
"siibra==1.0a14",
"siibra",
"simplejson",
"six",
"sqlalchemy",
Expand Down
2 changes: 1 addition & 1 deletion tvb_framework/tvb/adapters/creators/siibra_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def get_regions_positions(regions):

for r in regions:
space = r.supported_spaces[0] # choose first space that is available for that region
centroid = r.spatial_props(space=space).components[0].centroid
centroid = r.spatial_props(space=space)[0].centroid
positions.append(centroid.coordinate)

return positions
Expand Down

0 comments on commit 6c72c96

Please sign in to comment.