Skip to content

Commit

Permalink
update bigbrain workshop 2023 to siibra v1.0a17
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmetNSimsek committed Oct 24, 2024
1 parent 926e2c3 commit 3262ab0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions BigBrainWorkshop2023.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install 'siibra>=1.0a14'\n",
"import siibra\n",
"from packaging.version import Version\n",
"assert Version(siibra.__version__) >= Version('1.0a14')"
"assert Version(siibra.__version__) >= Version('1.0a17')"
]
},
{
Expand Down

0 comments on commit 3262ab0

Please sign in to comment.