Skip to content

Commit

Permalink
fix version test
Browse files Browse the repository at this point in the history
  • Loading branch information
dickscheid committed Sep 9, 2024
1 parent 7b60742 commit 6187bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HIBALL-winterschool-2023.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"source": [
"import siibra\n",
"from packaging.version import Version\n",
"assert Version(siibra.__version__) >= Version('1.0a08')\n",
"assert Version(siibra.__version__) >= Version('1.0a14')\n",
"\n",
"import matplotlib\n",
"from nilearn import plotting\n",
Expand Down

0 comments on commit 6187bf9

Please sign in to comment.