Skip to content

Commit

Permalink
No need for numba
Browse files Browse the repository at this point in the history
fixes #45
  • Loading branch information
rijobro committed Jun 4, 2020
1 parent d3d6b15 commit 9331578
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions notebooks/Synergistic/BrainWeb-single_slice_motion.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@
"# Make sure everything is installed that we need\n",
"import os\n",
"sirf_python_executable = os.environ.get('SIRF_PYTHON_EXECUTABLE')\n",
"!{sirf_python_executable} -m pip install brainweb nibabel numba --user\n",
"# !pip install brainweb nibabel numba --user"
"!{sirf_python_executable} -m pip install brainweb nibabel --user\n",
]
},
{
Expand Down

0 comments on commit 9331578

Please sign in to comment.