Skip to content

Commit

Permalink
Change the version of fsleyes and bump the Shimming Toolbox version (#63
Browse files Browse the repository at this point in the history
)

* Changed version of fsleyes

* Remove fsleyes-prop from pinned dependencies

* Update fsleyes to version 1.7.0 and bump ST version

* Bump version of ST

---------

Co-authored-by: Alexandre D'Astous <[email protected]>
  • Loading branch information
Aurelienpujolm and po09i authored Jul 11, 2023
1 parent 6c95e87 commit 5c32fe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer/install_plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ source $ST_DIR/$PYTHON_DIR/bin/activate

# Install fsleyes
print info "Installing fsleyes"
"$ST_DIR"/"$PYTHON_DIR"/bin/mamba install -y -c conda-forge fsleyes=1.4.6 fsleyes-props=1.7.3 python=3.9
"$ST_DIR"/"$PYTHON_DIR"/bin/mamba install -y -c conda-forge fsleyes=1.7.0 python=3.9

# Install fsleyes-plugin-shimming-toolbox
print info "Installing fsleyes-plugin-shimming-toolbox"
Expand Down
2 changes: 1 addition & 1 deletion installer/install_shimming_toolbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rm -rf "${ST_DIR}/shimming-toolbox"

print info "Downloading Shimming-Toolbox"

ST_VERSION="aae96714dd2c764b3c728e7bff196a5db86e4752"
ST_VERSION="b095b399d0da9201d8cd61d43a2121a85eb0aa96"

curl -L "https://github.com/shimming-toolbox/shimming-toolbox/archive/${ST_VERSION}.zip" > "shimming-toolbox-${ST_VERSION}.zip"

Expand Down

0 comments on commit 5c32fe6

Please sign in to comment.