File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -750,9 +750,9 @@ def parse_args(args=None, namespace=None):
750
750
if not config .execution .notrack :
751
751
import importlib .util
752
752
753
- if importlib .util .find_spec ('sentry_sdk ' ) is None :
753
+ if importlib .util .find_spec ('migas ' ) is None :
754
754
config .execution .notrack = True
755
- config .loggers .cli .warning ('Telemetry disabled because sentry_sdk is not installed.' )
755
+ config .loggers .cli .warning ('Telemetry disabled because migas is not installed.' )
756
756
else :
757
757
config .loggers .cli .info (
758
758
'Telemetry system to collect crashes and errors is enabled '
Original file line number Diff line number Diff line change 1
1
# This file was autogenerated by uv via the following command:
2
- # uv pip compile --extra=container --strip-extras pyproject.toml -o requirements.txt -p 3.12
2
+ # uv pip compile --extra=container --strip-extras pyproject.toml -o requirements.txt -p 3.12 --python-platform linux
3
3
acres == 0.3.0
4
4
# via
5
5
# petprep (pyproject.toml)
@@ -64,7 +64,9 @@ contourpy==1.3.1
64
64
# bokeh
65
65
# matplotlib
66
66
cryptography == 44.0.2
67
- # via jwcrypto
67
+ # via
68
+ # jwcrypto
69
+ # secretstorage
68
70
cycler == 0.12.1
69
71
# via matplotlib
70
72
datalad == 1.1.5
@@ -96,6 +98,8 @@ frozendict==2.4.6
96
98
# via pybids
97
99
fsspec == 2025.2.0
98
100
# via universal-pathlib
101
+ greenlet == 3.2.4
102
+ # via sqlalchemy
99
103
h11 == 0.14.0
100
104
# via httpcore
101
105
h5py == 3.13.0
@@ -133,6 +137,10 @@ jaraco-context==6.0.1
133
137
# keyrings-alt
134
138
jaraco-functools == 4.1.0
135
139
# via keyring
140
+ jeepney == 0.9.0
141
+ # via
142
+ # keyring
143
+ # secretstorage
136
144
jinja2 == 3.1.6
137
145
# via
138
146
# bokeh
@@ -422,8 +430,6 @@ seaborn==0.13.2
422
430
# niworkflows
423
431
secretstorage == 3.3.3
424
432
# via keyring
425
- sentry-sdk == 2.22.0
426
- # via petprep (pyproject.toml)
427
433
shellingham == 1.5.4
428
434
# via typer
429
435
simplejson == 3.20.1
You can’t perform that action at this time.
0 commit comments