We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c4379 commit 93ab0f0Copy full SHA for 93ab0f0
nibabies/utils/telemetry.py
@@ -1,7 +1,9 @@
1
-import migas
+from nibabel.optpkg import optional_package
2
3
from .. import __version__, config
4
5
+migas = optional_package("migas")[0]
6
+
7
8
def setup_migas(init: bool = True) -> None:
9
"""
0 commit comments