dkist-processing-test 1.42.1__tar.gz → 1.42.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dkist_processing_test-1.42.1/dkist_processing_test.egg-info → dkist_processing_test-1.42.2}/PKG-INFO +44 -44
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2/dkist_processing_test.egg-info}/PKG-INFO +44 -44
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test.egg-info/requires.txt +43 -43
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/pyproject.toml +45 -45
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/.gitignore +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/.snyk +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/README.rst +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/parsers/__init__.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/parsers/test_l0_fits_access.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/parsers/time.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/tasks/construct_dataset_extras.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.42.
|
|
3
|
+
Version: 1.42.2
|
|
4
4
|
Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -15,7 +15,7 @@ Description-Content-Type: text/x-rst
|
|
|
15
15
|
Requires-Dist: dkist-processing-common==14.0.1
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
|
-
Requires-Dist: dkist-fits-specifications==4.
|
|
18
|
+
Requires-Dist: dkist-fits-specifications==4.25.0
|
|
19
19
|
Requires-Dist: numba==0.61.2
|
|
20
20
|
Requires-Dist: astropy==7.0.2
|
|
21
21
|
Requires-Dist: numpy==2.2.5
|
|
@@ -67,9 +67,9 @@ Requires-Dist: apache-airflow-core==3.1.8; extra == "frozen"
|
|
|
67
67
|
Requires-Dist: apache-airflow-providers-celery==3.18.0; extra == "frozen"
|
|
68
68
|
Requires-Dist: apache-airflow-providers-common-compat==1.14.3; extra == "frozen"
|
|
69
69
|
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
70
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
70
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.35.0; extra == "frozen"
|
|
71
71
|
Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
|
|
72
|
-
Requires-Dist: apache-airflow-providers-smtp==
|
|
72
|
+
Requires-Dist: apache-airflow-providers-smtp==3.0.0; extra == "frozen"
|
|
73
73
|
Requires-Dist: apache-airflow-providers-standard==1.12.3; extra == "frozen"
|
|
74
74
|
Requires-Dist: apache-airflow-task-sdk==1.1.8; extra == "frozen"
|
|
75
75
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
@@ -79,13 +79,13 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
79
79
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
80
80
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
81
81
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
82
|
-
Requires-Dist: astropy-iers-data==0.2026.4.
|
|
82
|
+
Requires-Dist: astropy-iers-data==0.2026.4.27.1.3.2; extra == "frozen"
|
|
83
83
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
84
84
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
85
85
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
86
86
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
87
|
-
Requires-Dist: boto3==1.42.
|
|
88
|
-
Requires-Dist: botocore==1.42.
|
|
87
|
+
Requires-Dist: boto3==1.42.97; extra == "frozen"
|
|
88
|
+
Requires-Dist: botocore==1.42.97; extra == "frozen"
|
|
89
89
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
90
90
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
91
91
|
Requires-Dist: certifi==2026.4.22; extra == "frozen"
|
|
@@ -99,18 +99,18 @@ Requires-Dist: colorlog==6.10.1; extra == "frozen"
|
|
|
99
99
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
100
100
|
Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
|
|
101
101
|
Requires-Dist: croniter==6.2.2; extra == "frozen"
|
|
102
|
-
Requires-Dist: cryptography==
|
|
102
|
+
Requires-Dist: cryptography==47.0.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
104
104
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
105
105
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: dkist-processing-common==14.0.1; extra == "frozen"
|
|
108
108
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
109
|
-
Requires-Dist: dkist-processing-pac==3.1.
|
|
110
|
-
Requires-Dist: dkist-processing-test==1.42.
|
|
109
|
+
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
110
|
+
Requires-Dist: dkist-processing-test==1.42.2; extra == "frozen"
|
|
111
111
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
113
|
-
Requires-Dist: dkist_fits_specifications==4.
|
|
113
|
+
Requires-Dist: dkist_fits_specifications==4.25.0; extra == "frozen"
|
|
114
114
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
115
115
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: fastapi==0.117.1; extra == "frozen"
|
|
@@ -124,7 +124,7 @@ Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
|
124
124
|
Requires-Dist: googleapis-common-protos==1.74.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: gqlclient==2.0.0; extra == "frozen"
|
|
126
126
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
127
|
-
Requires-Dist: greenlet==3.
|
|
127
|
+
Requires-Dist: greenlet==3.5.0; extra == "frozen"
|
|
128
128
|
Requires-Dist: grpcio==1.80.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
130
130
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -149,7 +149,7 @@ Requires-Dist: lmfit==1.3.4; extra == "frozen"
|
|
|
149
149
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
150
150
|
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
151
151
|
Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
|
|
152
|
-
Requires-Dist: matplotlib==3.10.
|
|
152
|
+
Requires-Dist: matplotlib==3.10.9; extra == "frozen"
|
|
153
153
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
154
154
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
155
155
|
Requires-Dist: more-itertools==11.0.2; extra == "frozen"
|
|
@@ -161,39 +161,39 @@ Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
|
161
161
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
162
162
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
163
163
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
164
|
-
Requires-Dist: opentelemetry-api==1.41.
|
|
165
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.41.
|
|
166
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.
|
|
167
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.
|
|
168
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.
|
|
169
|
-
Requires-Dist: opentelemetry-instrumentation==0.
|
|
170
|
-
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.
|
|
171
|
-
Requires-Dist: opentelemetry-instrumentation-asgi==0.
|
|
172
|
-
Requires-Dist: opentelemetry-instrumentation-botocore==0.
|
|
173
|
-
Requires-Dist: opentelemetry-instrumentation-celery==0.
|
|
174
|
-
Requires-Dist: opentelemetry-instrumentation-dbapi==0.
|
|
175
|
-
Requires-Dist: opentelemetry-instrumentation-fastapi==0.
|
|
176
|
-
Requires-Dist: opentelemetry-instrumentation-pika==0.
|
|
177
|
-
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.
|
|
178
|
-
Requires-Dist: opentelemetry-instrumentation-pymongo==0.
|
|
179
|
-
Requires-Dist: opentelemetry-instrumentation-redis==0.
|
|
180
|
-
Requires-Dist: opentelemetry-instrumentation-requests==0.
|
|
181
|
-
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.
|
|
182
|
-
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.
|
|
164
|
+
Requires-Dist: opentelemetry-api==1.41.1; extra == "frozen"
|
|
165
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.41.1; extra == "frozen"
|
|
166
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.1; extra == "frozen"
|
|
167
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.1; extra == "frozen"
|
|
168
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.1; extra == "frozen"
|
|
169
|
+
Requires-Dist: opentelemetry-instrumentation==0.62b1; extra == "frozen"
|
|
170
|
+
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.62b1; extra == "frozen"
|
|
171
|
+
Requires-Dist: opentelemetry-instrumentation-asgi==0.62b1; extra == "frozen"
|
|
172
|
+
Requires-Dist: opentelemetry-instrumentation-botocore==0.62b1; extra == "frozen"
|
|
173
|
+
Requires-Dist: opentelemetry-instrumentation-celery==0.62b1; extra == "frozen"
|
|
174
|
+
Requires-Dist: opentelemetry-instrumentation-dbapi==0.62b1; extra == "frozen"
|
|
175
|
+
Requires-Dist: opentelemetry-instrumentation-fastapi==0.62b1; extra == "frozen"
|
|
176
|
+
Requires-Dist: opentelemetry-instrumentation-pika==0.62b1; extra == "frozen"
|
|
177
|
+
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.62b1; extra == "frozen"
|
|
178
|
+
Requires-Dist: opentelemetry-instrumentation-pymongo==0.62b1; extra == "frozen"
|
|
179
|
+
Requires-Dist: opentelemetry-instrumentation-redis==0.62b1; extra == "frozen"
|
|
180
|
+
Requires-Dist: opentelemetry-instrumentation-requests==0.62b1; extra == "frozen"
|
|
181
|
+
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.62b1; extra == "frozen"
|
|
182
|
+
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.62b1; extra == "frozen"
|
|
183
183
|
Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
|
|
184
|
-
Requires-Dist: opentelemetry-proto==1.41.
|
|
185
|
-
Requires-Dist: opentelemetry-sdk==1.41.
|
|
186
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
187
|
-
Requires-Dist: opentelemetry-util-http==0.
|
|
184
|
+
Requires-Dist: opentelemetry-proto==1.41.1; extra == "frozen"
|
|
185
|
+
Requires-Dist: opentelemetry-sdk==1.41.1; extra == "frozen"
|
|
186
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.62b1; extra == "frozen"
|
|
187
|
+
Requires-Dist: opentelemetry-util-http==0.62b1; extra == "frozen"
|
|
188
188
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
189
|
-
Requires-Dist: packaging==26.
|
|
189
|
+
Requires-Dist: packaging==26.2; extra == "frozen"
|
|
190
190
|
Requires-Dist: pandas==3.0.2; extra == "frozen"
|
|
191
191
|
Requires-Dist: parfive==2.3.1; extra == "frozen"
|
|
192
|
-
Requires-Dist: pathspec==1.
|
|
192
|
+
Requires-Dist: pathspec==1.1.1; extra == "frozen"
|
|
193
193
|
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
194
194
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
195
195
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
196
|
-
Requires-Dist: pip==26.
|
|
196
|
+
Requires-Dist: pip==26.1; extra == "frozen"
|
|
197
197
|
Requires-Dist: platformdirs==4.9.6; extra == "frozen"
|
|
198
198
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
199
199
|
Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
@@ -214,7 +214,7 @@ Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
|
214
214
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
215
215
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
216
216
|
Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
|
|
217
|
-
Requires-Dist: python-multipart==0.0.
|
|
217
|
+
Requires-Dist: python-multipart==0.0.27; extra == "frozen"
|
|
218
218
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
219
219
|
Requires-Dist: pytz==2026.1.post1; extra == "frozen"
|
|
220
220
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
@@ -224,7 +224,7 @@ Requires-Dist: rich==15.0.0; extra == "frozen"
|
|
|
224
224
|
Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
|
|
225
225
|
Requires-Dist: rich-toolkit==0.19.7; extra == "frozen"
|
|
226
226
|
Requires-Dist: rpds-py==0.30.0; extra == "frozen"
|
|
227
|
-
Requires-Dist: s3transfer==0.16.
|
|
227
|
+
Requires-Dist: s3transfer==0.16.1; extra == "frozen"
|
|
228
228
|
Requires-Dist: scipy==1.17.1; extra == "frozen"
|
|
229
229
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
230
230
|
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
@@ -246,17 +246,17 @@ Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
|
246
246
|
Requires-Dist: tornado==6.5.5; extra == "frozen"
|
|
247
247
|
Requires-Dist: tqdm==4.67.3; extra == "frozen"
|
|
248
248
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
249
|
-
Requires-Dist: typer==0.
|
|
249
|
+
Requires-Dist: typer==0.25.0; extra == "frozen"
|
|
250
250
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
251
251
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
252
|
-
Requires-Dist: tzdata==2026.
|
|
252
|
+
Requires-Dist: tzdata==2026.2; extra == "frozen"
|
|
253
253
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
254
254
|
Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
|
|
255
255
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
256
256
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
257
257
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
258
258
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
259
|
-
Requires-Dist: uvicorn==0.
|
|
259
|
+
Requires-Dist: uvicorn==0.46.0; extra == "frozen"
|
|
260
260
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
261
261
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
262
262
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.42.
|
|
3
|
+
Version: 1.42.2
|
|
4
4
|
Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -15,7 +15,7 @@ Description-Content-Type: text/x-rst
|
|
|
15
15
|
Requires-Dist: dkist-processing-common==14.0.1
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
|
-
Requires-Dist: dkist-fits-specifications==4.
|
|
18
|
+
Requires-Dist: dkist-fits-specifications==4.25.0
|
|
19
19
|
Requires-Dist: numba==0.61.2
|
|
20
20
|
Requires-Dist: astropy==7.0.2
|
|
21
21
|
Requires-Dist: numpy==2.2.5
|
|
@@ -67,9 +67,9 @@ Requires-Dist: apache-airflow-core==3.1.8; extra == "frozen"
|
|
|
67
67
|
Requires-Dist: apache-airflow-providers-celery==3.18.0; extra == "frozen"
|
|
68
68
|
Requires-Dist: apache-airflow-providers-common-compat==1.14.3; extra == "frozen"
|
|
69
69
|
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
70
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
70
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.35.0; extra == "frozen"
|
|
71
71
|
Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
|
|
72
|
-
Requires-Dist: apache-airflow-providers-smtp==
|
|
72
|
+
Requires-Dist: apache-airflow-providers-smtp==3.0.0; extra == "frozen"
|
|
73
73
|
Requires-Dist: apache-airflow-providers-standard==1.12.3; extra == "frozen"
|
|
74
74
|
Requires-Dist: apache-airflow-task-sdk==1.1.8; extra == "frozen"
|
|
75
75
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
@@ -79,13 +79,13 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
79
79
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
80
80
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
81
81
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
82
|
-
Requires-Dist: astropy-iers-data==0.2026.4.
|
|
82
|
+
Requires-Dist: astropy-iers-data==0.2026.4.27.1.3.2; extra == "frozen"
|
|
83
83
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
84
84
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
85
85
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
86
86
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
87
|
-
Requires-Dist: boto3==1.42.
|
|
88
|
-
Requires-Dist: botocore==1.42.
|
|
87
|
+
Requires-Dist: boto3==1.42.97; extra == "frozen"
|
|
88
|
+
Requires-Dist: botocore==1.42.97; extra == "frozen"
|
|
89
89
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
90
90
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
91
91
|
Requires-Dist: certifi==2026.4.22; extra == "frozen"
|
|
@@ -99,18 +99,18 @@ Requires-Dist: colorlog==6.10.1; extra == "frozen"
|
|
|
99
99
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
100
100
|
Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
|
|
101
101
|
Requires-Dist: croniter==6.2.2; extra == "frozen"
|
|
102
|
-
Requires-Dist: cryptography==
|
|
102
|
+
Requires-Dist: cryptography==47.0.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
104
104
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
105
105
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: dkist-processing-common==14.0.1; extra == "frozen"
|
|
108
108
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
109
|
-
Requires-Dist: dkist-processing-pac==3.1.
|
|
110
|
-
Requires-Dist: dkist-processing-test==1.42.
|
|
109
|
+
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
110
|
+
Requires-Dist: dkist-processing-test==1.42.2; extra == "frozen"
|
|
111
111
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
113
|
-
Requires-Dist: dkist_fits_specifications==4.
|
|
113
|
+
Requires-Dist: dkist_fits_specifications==4.25.0; extra == "frozen"
|
|
114
114
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
115
115
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: fastapi==0.117.1; extra == "frozen"
|
|
@@ -124,7 +124,7 @@ Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
|
124
124
|
Requires-Dist: googleapis-common-protos==1.74.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: gqlclient==2.0.0; extra == "frozen"
|
|
126
126
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
127
|
-
Requires-Dist: greenlet==3.
|
|
127
|
+
Requires-Dist: greenlet==3.5.0; extra == "frozen"
|
|
128
128
|
Requires-Dist: grpcio==1.80.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
130
130
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -149,7 +149,7 @@ Requires-Dist: lmfit==1.3.4; extra == "frozen"
|
|
|
149
149
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
150
150
|
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
151
151
|
Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
|
|
152
|
-
Requires-Dist: matplotlib==3.10.
|
|
152
|
+
Requires-Dist: matplotlib==3.10.9; extra == "frozen"
|
|
153
153
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
154
154
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
155
155
|
Requires-Dist: more-itertools==11.0.2; extra == "frozen"
|
|
@@ -161,39 +161,39 @@ Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
|
161
161
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
162
162
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
163
163
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
164
|
-
Requires-Dist: opentelemetry-api==1.41.
|
|
165
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.41.
|
|
166
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.
|
|
167
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.
|
|
168
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.
|
|
169
|
-
Requires-Dist: opentelemetry-instrumentation==0.
|
|
170
|
-
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.
|
|
171
|
-
Requires-Dist: opentelemetry-instrumentation-asgi==0.
|
|
172
|
-
Requires-Dist: opentelemetry-instrumentation-botocore==0.
|
|
173
|
-
Requires-Dist: opentelemetry-instrumentation-celery==0.
|
|
174
|
-
Requires-Dist: opentelemetry-instrumentation-dbapi==0.
|
|
175
|
-
Requires-Dist: opentelemetry-instrumentation-fastapi==0.
|
|
176
|
-
Requires-Dist: opentelemetry-instrumentation-pika==0.
|
|
177
|
-
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.
|
|
178
|
-
Requires-Dist: opentelemetry-instrumentation-pymongo==0.
|
|
179
|
-
Requires-Dist: opentelemetry-instrumentation-redis==0.
|
|
180
|
-
Requires-Dist: opentelemetry-instrumentation-requests==0.
|
|
181
|
-
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.
|
|
182
|
-
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.
|
|
164
|
+
Requires-Dist: opentelemetry-api==1.41.1; extra == "frozen"
|
|
165
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.41.1; extra == "frozen"
|
|
166
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.1; extra == "frozen"
|
|
167
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.1; extra == "frozen"
|
|
168
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.1; extra == "frozen"
|
|
169
|
+
Requires-Dist: opentelemetry-instrumentation==0.62b1; extra == "frozen"
|
|
170
|
+
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.62b1; extra == "frozen"
|
|
171
|
+
Requires-Dist: opentelemetry-instrumentation-asgi==0.62b1; extra == "frozen"
|
|
172
|
+
Requires-Dist: opentelemetry-instrumentation-botocore==0.62b1; extra == "frozen"
|
|
173
|
+
Requires-Dist: opentelemetry-instrumentation-celery==0.62b1; extra == "frozen"
|
|
174
|
+
Requires-Dist: opentelemetry-instrumentation-dbapi==0.62b1; extra == "frozen"
|
|
175
|
+
Requires-Dist: opentelemetry-instrumentation-fastapi==0.62b1; extra == "frozen"
|
|
176
|
+
Requires-Dist: opentelemetry-instrumentation-pika==0.62b1; extra == "frozen"
|
|
177
|
+
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.62b1; extra == "frozen"
|
|
178
|
+
Requires-Dist: opentelemetry-instrumentation-pymongo==0.62b1; extra == "frozen"
|
|
179
|
+
Requires-Dist: opentelemetry-instrumentation-redis==0.62b1; extra == "frozen"
|
|
180
|
+
Requires-Dist: opentelemetry-instrumentation-requests==0.62b1; extra == "frozen"
|
|
181
|
+
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.62b1; extra == "frozen"
|
|
182
|
+
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.62b1; extra == "frozen"
|
|
183
183
|
Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
|
|
184
|
-
Requires-Dist: opentelemetry-proto==1.41.
|
|
185
|
-
Requires-Dist: opentelemetry-sdk==1.41.
|
|
186
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
187
|
-
Requires-Dist: opentelemetry-util-http==0.
|
|
184
|
+
Requires-Dist: opentelemetry-proto==1.41.1; extra == "frozen"
|
|
185
|
+
Requires-Dist: opentelemetry-sdk==1.41.1; extra == "frozen"
|
|
186
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.62b1; extra == "frozen"
|
|
187
|
+
Requires-Dist: opentelemetry-util-http==0.62b1; extra == "frozen"
|
|
188
188
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
189
|
-
Requires-Dist: packaging==26.
|
|
189
|
+
Requires-Dist: packaging==26.2; extra == "frozen"
|
|
190
190
|
Requires-Dist: pandas==3.0.2; extra == "frozen"
|
|
191
191
|
Requires-Dist: parfive==2.3.1; extra == "frozen"
|
|
192
|
-
Requires-Dist: pathspec==1.
|
|
192
|
+
Requires-Dist: pathspec==1.1.1; extra == "frozen"
|
|
193
193
|
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
194
194
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
195
195
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
196
|
-
Requires-Dist: pip==26.
|
|
196
|
+
Requires-Dist: pip==26.1; extra == "frozen"
|
|
197
197
|
Requires-Dist: platformdirs==4.9.6; extra == "frozen"
|
|
198
198
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
199
199
|
Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
@@ -214,7 +214,7 @@ Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
|
214
214
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
215
215
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
216
216
|
Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
|
|
217
|
-
Requires-Dist: python-multipart==0.0.
|
|
217
|
+
Requires-Dist: python-multipart==0.0.27; extra == "frozen"
|
|
218
218
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
219
219
|
Requires-Dist: pytz==2026.1.post1; extra == "frozen"
|
|
220
220
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
@@ -224,7 +224,7 @@ Requires-Dist: rich==15.0.0; extra == "frozen"
|
|
|
224
224
|
Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
|
|
225
225
|
Requires-Dist: rich-toolkit==0.19.7; extra == "frozen"
|
|
226
226
|
Requires-Dist: rpds-py==0.30.0; extra == "frozen"
|
|
227
|
-
Requires-Dist: s3transfer==0.16.
|
|
227
|
+
Requires-Dist: s3transfer==0.16.1; extra == "frozen"
|
|
228
228
|
Requires-Dist: scipy==1.17.1; extra == "frozen"
|
|
229
229
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
230
230
|
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
@@ -246,17 +246,17 @@ Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
|
246
246
|
Requires-Dist: tornado==6.5.5; extra == "frozen"
|
|
247
247
|
Requires-Dist: tqdm==4.67.3; extra == "frozen"
|
|
248
248
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
249
|
-
Requires-Dist: typer==0.
|
|
249
|
+
Requires-Dist: typer==0.25.0; extra == "frozen"
|
|
250
250
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
251
251
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
252
|
-
Requires-Dist: tzdata==2026.
|
|
252
|
+
Requires-Dist: tzdata==2026.2; extra == "frozen"
|
|
253
253
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
254
254
|
Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
|
|
255
255
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
256
256
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
257
257
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
258
258
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
259
|
-
Requires-Dist: uvicorn==0.
|
|
259
|
+
Requires-Dist: uvicorn==0.46.0; extra == "frozen"
|
|
260
260
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
261
261
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
262
262
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
dkist-processing-common==14.0.1
|
|
2
2
|
dkist-header-validator==5.3.1
|
|
3
3
|
dkist-service-configuration==4.3.0
|
|
4
|
-
dkist-fits-specifications==4.
|
|
4
|
+
dkist-fits-specifications==4.25.0
|
|
5
5
|
numba==0.61.2
|
|
6
6
|
astropy==7.0.2
|
|
7
7
|
numpy==2.2.5
|
|
@@ -41,9 +41,9 @@ apache-airflow-core==3.1.8
|
|
|
41
41
|
apache-airflow-providers-celery==3.18.0
|
|
42
42
|
apache-airflow-providers-common-compat==1.14.3
|
|
43
43
|
apache-airflow-providers-common-io==1.7.2
|
|
44
|
-
apache-airflow-providers-common-sql==1.
|
|
44
|
+
apache-airflow-providers-common-sql==1.35.0
|
|
45
45
|
apache-airflow-providers-postgres==6.6.3
|
|
46
|
-
apache-airflow-providers-smtp==
|
|
46
|
+
apache-airflow-providers-smtp==3.0.0
|
|
47
47
|
apache-airflow-providers-standard==1.12.3
|
|
48
48
|
apache-airflow-task-sdk==1.1.8
|
|
49
49
|
argcomplete==3.6.3
|
|
@@ -53,13 +53,13 @@ asdf_transform_schemas==0.6.0
|
|
|
53
53
|
asgiref==3.11.1
|
|
54
54
|
asteval==1.0.8
|
|
55
55
|
astropy==7.0.2
|
|
56
|
-
astropy-iers-data==0.2026.4.
|
|
56
|
+
astropy-iers-data==0.2026.4.27.1.3.2
|
|
57
57
|
asyncpg==0.31.0
|
|
58
58
|
attrs==26.1.0
|
|
59
59
|
babel==2.18.0
|
|
60
60
|
billiard==4.2.4
|
|
61
|
-
boto3==1.42.
|
|
62
|
-
botocore==1.42.
|
|
61
|
+
boto3==1.42.97
|
|
62
|
+
botocore==1.42.97
|
|
63
63
|
cadwyn==5.4.6
|
|
64
64
|
celery==5.6.3
|
|
65
65
|
certifi==2026.4.22
|
|
@@ -73,18 +73,18 @@ colorlog==6.10.1
|
|
|
73
73
|
contourpy==1.3.3
|
|
74
74
|
cron_descriptor==2.0.8
|
|
75
75
|
croniter==6.2.2
|
|
76
|
-
cryptography==
|
|
76
|
+
cryptography==47.0.0
|
|
77
77
|
cycler==0.12.1
|
|
78
78
|
decorator==5.2.1
|
|
79
79
|
dill==0.4.1
|
|
80
80
|
dkist-header-validator==5.3.1
|
|
81
81
|
dkist-processing-common==14.0.1
|
|
82
82
|
dkist-processing-core==7.2.1
|
|
83
|
-
dkist-processing-pac==3.1.
|
|
84
|
-
dkist-processing-test==1.42.
|
|
83
|
+
dkist-processing-pac==3.1.2
|
|
84
|
+
dkist-processing-test==1.42.2
|
|
85
85
|
dkist-service-configuration==4.3.0
|
|
86
86
|
dkist-spectral-lines==3.0.1
|
|
87
|
-
dkist_fits_specifications==4.
|
|
87
|
+
dkist_fits_specifications==4.25.0
|
|
88
88
|
dnspython==2.8.0
|
|
89
89
|
email-validator==2.3.0
|
|
90
90
|
fastapi==0.117.1
|
|
@@ -98,7 +98,7 @@ globus-sdk==4.5.0
|
|
|
98
98
|
googleapis-common-protos==1.74.0
|
|
99
99
|
gqlclient==2.0.0
|
|
100
100
|
greenback==1.3.0
|
|
101
|
-
greenlet==3.
|
|
101
|
+
greenlet==3.5.0
|
|
102
102
|
grpcio==1.80.0
|
|
103
103
|
h11==0.16.0
|
|
104
104
|
httpcore==1.0.9
|
|
@@ -123,7 +123,7 @@ lmfit==1.3.4
|
|
|
123
123
|
lockfile==0.12.2
|
|
124
124
|
loguru==0.7.3
|
|
125
125
|
markdown-it-py==4.0.0
|
|
126
|
-
matplotlib==3.10.
|
|
126
|
+
matplotlib==3.10.9
|
|
127
127
|
mdurl==0.1.2
|
|
128
128
|
methodtools==0.4.7
|
|
129
129
|
more-itertools==11.0.2
|
|
@@ -135,39 +135,39 @@ nbformat==5.10.4
|
|
|
135
135
|
numba==0.61.2
|
|
136
136
|
numpy==2.2.5
|
|
137
137
|
object-clerk==1.0.0
|
|
138
|
-
opentelemetry-api==1.41.
|
|
139
|
-
opentelemetry-exporter-otlp==1.41.
|
|
140
|
-
opentelemetry-exporter-otlp-proto-common==1.41.
|
|
141
|
-
opentelemetry-exporter-otlp-proto-grpc==1.41.
|
|
142
|
-
opentelemetry-exporter-otlp-proto-http==1.41.
|
|
143
|
-
opentelemetry-instrumentation==0.
|
|
144
|
-
opentelemetry-instrumentation-aiohttp-client==0.
|
|
145
|
-
opentelemetry-instrumentation-asgi==0.
|
|
146
|
-
opentelemetry-instrumentation-botocore==0.
|
|
147
|
-
opentelemetry-instrumentation-celery==0.
|
|
148
|
-
opentelemetry-instrumentation-dbapi==0.
|
|
149
|
-
opentelemetry-instrumentation-fastapi==0.
|
|
150
|
-
opentelemetry-instrumentation-pika==0.
|
|
151
|
-
opentelemetry-instrumentation-psycopg2==0.
|
|
152
|
-
opentelemetry-instrumentation-pymongo==0.
|
|
153
|
-
opentelemetry-instrumentation-redis==0.
|
|
154
|
-
opentelemetry-instrumentation-requests==0.
|
|
155
|
-
opentelemetry-instrumentation-sqlalchemy==0.
|
|
156
|
-
opentelemetry-instrumentation-system-metrics==0.
|
|
138
|
+
opentelemetry-api==1.41.1
|
|
139
|
+
opentelemetry-exporter-otlp==1.41.1
|
|
140
|
+
opentelemetry-exporter-otlp-proto-common==1.41.1
|
|
141
|
+
opentelemetry-exporter-otlp-proto-grpc==1.41.1
|
|
142
|
+
opentelemetry-exporter-otlp-proto-http==1.41.1
|
|
143
|
+
opentelemetry-instrumentation==0.62b1
|
|
144
|
+
opentelemetry-instrumentation-aiohttp-client==0.62b1
|
|
145
|
+
opentelemetry-instrumentation-asgi==0.62b1
|
|
146
|
+
opentelemetry-instrumentation-botocore==0.62b1
|
|
147
|
+
opentelemetry-instrumentation-celery==0.62b1
|
|
148
|
+
opentelemetry-instrumentation-dbapi==0.62b1
|
|
149
|
+
opentelemetry-instrumentation-fastapi==0.62b1
|
|
150
|
+
opentelemetry-instrumentation-pika==0.62b1
|
|
151
|
+
opentelemetry-instrumentation-psycopg2==0.62b1
|
|
152
|
+
opentelemetry-instrumentation-pymongo==0.62b1
|
|
153
|
+
opentelemetry-instrumentation-redis==0.62b1
|
|
154
|
+
opentelemetry-instrumentation-requests==0.62b1
|
|
155
|
+
opentelemetry-instrumentation-sqlalchemy==0.62b1
|
|
156
|
+
opentelemetry-instrumentation-system-metrics==0.62b1
|
|
157
157
|
opentelemetry-propagator-aws-xray==1.0.2
|
|
158
|
-
opentelemetry-proto==1.41.
|
|
159
|
-
opentelemetry-sdk==1.41.
|
|
160
|
-
opentelemetry-semantic-conventions==0.
|
|
161
|
-
opentelemetry-util-http==0.
|
|
158
|
+
opentelemetry-proto==1.41.1
|
|
159
|
+
opentelemetry-sdk==1.41.1
|
|
160
|
+
opentelemetry-semantic-conventions==0.62b1
|
|
161
|
+
opentelemetry-util-http==0.62b1
|
|
162
162
|
outcome==1.3.0.post0
|
|
163
|
-
packaging==26.
|
|
163
|
+
packaging==26.2
|
|
164
164
|
pandas==3.0.2
|
|
165
165
|
parfive==2.3.1
|
|
166
|
-
pathspec==1.
|
|
166
|
+
pathspec==1.1.1
|
|
167
167
|
pendulum==3.2.0
|
|
168
168
|
pika==1.3.2
|
|
169
169
|
pillow==11.3.0
|
|
170
|
-
pip==26.
|
|
170
|
+
pip==26.1
|
|
171
171
|
platformdirs==4.9.6
|
|
172
172
|
pluggy==1.6.0
|
|
173
173
|
pooch==1.9.0
|
|
@@ -188,7 +188,7 @@ pyparsing==3.3.2
|
|
|
188
188
|
python-daemon==3.1.2
|
|
189
189
|
python-dateutil==2.9.0.post0
|
|
190
190
|
python-dotenv==1.2.2
|
|
191
|
-
python-multipart==0.0.
|
|
191
|
+
python-multipart==0.0.27
|
|
192
192
|
python-slugify==8.0.4
|
|
193
193
|
pytz==2026.1.post1
|
|
194
194
|
redis==6.4.0
|
|
@@ -198,7 +198,7 @@ rich==15.0.0
|
|
|
198
198
|
rich-argparse==1.7.2
|
|
199
199
|
rich-toolkit==0.19.7
|
|
200
200
|
rpds-py==0.30.0
|
|
201
|
-
s3transfer==0.16.
|
|
201
|
+
s3transfer==0.16.1
|
|
202
202
|
scipy==1.17.1
|
|
203
203
|
semantic-version==2.10.0
|
|
204
204
|
setproctitle==1.3.7
|
|
@@ -220,17 +220,17 @@ text-unidecode==1.3
|
|
|
220
220
|
tornado==6.5.5
|
|
221
221
|
tqdm==4.67.3
|
|
222
222
|
traitlets==5.14.3
|
|
223
|
-
typer==0.
|
|
223
|
+
typer==0.25.0
|
|
224
224
|
typing-inspection==0.4.2
|
|
225
225
|
typing_extensions==4.15.0
|
|
226
|
-
tzdata==2026.
|
|
226
|
+
tzdata==2026.2
|
|
227
227
|
tzlocal==5.3.1
|
|
228
228
|
uc-micro-py==2.0.0
|
|
229
229
|
uncertainties==3.2.3
|
|
230
230
|
universal_pathlib==0.2.6
|
|
231
231
|
urllib3==2.6.3
|
|
232
232
|
uuid6==2025.0.1
|
|
233
|
-
uvicorn==0.
|
|
233
|
+
uvicorn==0.46.0
|
|
234
234
|
uvloop==0.22.1
|
|
235
235
|
vine==5.1.0
|
|
236
236
|
voluptuous==0.16.0
|
|
@@ -9,8 +9,8 @@ exclude = ["build*"]
|
|
|
9
9
|
|
|
10
10
|
[tool.dkist-dev-tools]
|
|
11
11
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "1.42.
|
|
13
|
-
date = 2026-04-
|
|
12
|
+
version = "1.42.2"
|
|
13
|
+
date = 2026-04-27T15:01:06.060488
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -29,7 +29,7 @@ dependencies = [
|
|
|
29
29
|
"dkist-processing-common == 14.0.1",
|
|
30
30
|
"dkist-header-validator == 5.3.1",
|
|
31
31
|
"dkist-service-configuration == 4.3.0",
|
|
32
|
-
"dkist-fits-specifications == 4.
|
|
32
|
+
"dkist-fits-specifications == 4.25.0",
|
|
33
33
|
"numba == 0.61.2",
|
|
34
34
|
"astropy == 7.0.2",
|
|
35
35
|
"numpy == 2.2.5",
|
|
@@ -93,9 +93,9 @@ frozen = [
|
|
|
93
93
|
"apache-airflow-providers-celery == 3.18.0",
|
|
94
94
|
"apache-airflow-providers-common-compat == 1.14.3",
|
|
95
95
|
"apache-airflow-providers-common-io == 1.7.2",
|
|
96
|
-
"apache-airflow-providers-common-sql == 1.
|
|
96
|
+
"apache-airflow-providers-common-sql == 1.35.0",
|
|
97
97
|
"apache-airflow-providers-postgres == 6.6.3",
|
|
98
|
-
"apache-airflow-providers-smtp ==
|
|
98
|
+
"apache-airflow-providers-smtp == 3.0.0",
|
|
99
99
|
"apache-airflow-providers-standard == 1.12.3",
|
|
100
100
|
"apache-airflow-task-sdk == 1.1.8",
|
|
101
101
|
"argcomplete == 3.6.3",
|
|
@@ -105,13 +105,13 @@ frozen = [
|
|
|
105
105
|
"asgiref == 3.11.1",
|
|
106
106
|
"asteval == 1.0.8",
|
|
107
107
|
"astropy == 7.0.2",
|
|
108
|
-
"astropy-iers-data == 0.2026.4.
|
|
108
|
+
"astropy-iers-data == 0.2026.4.27.1.3.2",
|
|
109
109
|
"asyncpg == 0.31.0",
|
|
110
110
|
"attrs == 26.1.0",
|
|
111
111
|
"babel == 2.18.0",
|
|
112
112
|
"billiard == 4.2.4",
|
|
113
|
-
"boto3 == 1.42.
|
|
114
|
-
"botocore == 1.42.
|
|
113
|
+
"boto3 == 1.42.97",
|
|
114
|
+
"botocore == 1.42.97",
|
|
115
115
|
"cadwyn == 5.4.6",
|
|
116
116
|
"celery == 5.6.3",
|
|
117
117
|
"certifi == 2026.4.22",
|
|
@@ -125,18 +125,18 @@ frozen = [
|
|
|
125
125
|
"contourpy == 1.3.3",
|
|
126
126
|
"cron_descriptor == 2.0.8",
|
|
127
127
|
"croniter == 6.2.2",
|
|
128
|
-
"cryptography ==
|
|
128
|
+
"cryptography == 47.0.0",
|
|
129
129
|
"cycler == 0.12.1",
|
|
130
130
|
"decorator == 5.2.1",
|
|
131
131
|
"dill == 0.4.1",
|
|
132
132
|
"dkist-header-validator == 5.3.1",
|
|
133
133
|
"dkist-processing-common == 14.0.1",
|
|
134
134
|
"dkist-processing-core == 7.2.1",
|
|
135
|
-
"dkist-processing-pac == 3.1.
|
|
136
|
-
"dkist-processing-test == 1.42.
|
|
135
|
+
"dkist-processing-pac == 3.1.2",
|
|
136
|
+
"dkist-processing-test == 1.42.2",
|
|
137
137
|
"dkist-service-configuration == 4.3.0",
|
|
138
138
|
"dkist-spectral-lines == 3.0.1",
|
|
139
|
-
"dkist_fits_specifications == 4.
|
|
139
|
+
"dkist_fits_specifications == 4.25.0",
|
|
140
140
|
"dnspython == 2.8.0",
|
|
141
141
|
"email-validator == 2.3.0",
|
|
142
142
|
"fastapi == 0.117.1",
|
|
@@ -150,7 +150,7 @@ frozen = [
|
|
|
150
150
|
"googleapis-common-protos == 1.74.0",
|
|
151
151
|
"gqlclient == 2.0.0",
|
|
152
152
|
"greenback == 1.3.0",
|
|
153
|
-
"greenlet == 3.
|
|
153
|
+
"greenlet == 3.5.0",
|
|
154
154
|
"grpcio == 1.80.0",
|
|
155
155
|
"h11 == 0.16.0",
|
|
156
156
|
"httpcore == 1.0.9",
|
|
@@ -175,7 +175,7 @@ frozen = [
|
|
|
175
175
|
"lockfile == 0.12.2",
|
|
176
176
|
"loguru == 0.7.3",
|
|
177
177
|
"markdown-it-py == 4.0.0",
|
|
178
|
-
"matplotlib == 3.10.
|
|
178
|
+
"matplotlib == 3.10.9",
|
|
179
179
|
"mdurl == 0.1.2",
|
|
180
180
|
"methodtools == 0.4.7",
|
|
181
181
|
"more-itertools == 11.0.2",
|
|
@@ -187,39 +187,39 @@ frozen = [
|
|
|
187
187
|
"numba == 0.61.2",
|
|
188
188
|
"numpy == 2.2.5",
|
|
189
189
|
"object-clerk == 1.0.0",
|
|
190
|
-
"opentelemetry-api == 1.41.
|
|
191
|
-
"opentelemetry-exporter-otlp == 1.41.
|
|
192
|
-
"opentelemetry-exporter-otlp-proto-common == 1.41.
|
|
193
|
-
"opentelemetry-exporter-otlp-proto-grpc == 1.41.
|
|
194
|
-
"opentelemetry-exporter-otlp-proto-http == 1.41.
|
|
195
|
-
"opentelemetry-instrumentation == 0.
|
|
196
|
-
"opentelemetry-instrumentation-aiohttp-client == 0.
|
|
197
|
-
"opentelemetry-instrumentation-asgi == 0.
|
|
198
|
-
"opentelemetry-instrumentation-botocore == 0.
|
|
199
|
-
"opentelemetry-instrumentation-celery == 0.
|
|
200
|
-
"opentelemetry-instrumentation-dbapi == 0.
|
|
201
|
-
"opentelemetry-instrumentation-fastapi == 0.
|
|
202
|
-
"opentelemetry-instrumentation-pika == 0.
|
|
203
|
-
"opentelemetry-instrumentation-psycopg2 == 0.
|
|
204
|
-
"opentelemetry-instrumentation-pymongo == 0.
|
|
205
|
-
"opentelemetry-instrumentation-redis == 0.
|
|
206
|
-
"opentelemetry-instrumentation-requests == 0.
|
|
207
|
-
"opentelemetry-instrumentation-sqlalchemy == 0.
|
|
208
|
-
"opentelemetry-instrumentation-system-metrics == 0.
|
|
190
|
+
"opentelemetry-api == 1.41.1",
|
|
191
|
+
"opentelemetry-exporter-otlp == 1.41.1",
|
|
192
|
+
"opentelemetry-exporter-otlp-proto-common == 1.41.1",
|
|
193
|
+
"opentelemetry-exporter-otlp-proto-grpc == 1.41.1",
|
|
194
|
+
"opentelemetry-exporter-otlp-proto-http == 1.41.1",
|
|
195
|
+
"opentelemetry-instrumentation == 0.62b1",
|
|
196
|
+
"opentelemetry-instrumentation-aiohttp-client == 0.62b1",
|
|
197
|
+
"opentelemetry-instrumentation-asgi == 0.62b1",
|
|
198
|
+
"opentelemetry-instrumentation-botocore == 0.62b1",
|
|
199
|
+
"opentelemetry-instrumentation-celery == 0.62b1",
|
|
200
|
+
"opentelemetry-instrumentation-dbapi == 0.62b1",
|
|
201
|
+
"opentelemetry-instrumentation-fastapi == 0.62b1",
|
|
202
|
+
"opentelemetry-instrumentation-pika == 0.62b1",
|
|
203
|
+
"opentelemetry-instrumentation-psycopg2 == 0.62b1",
|
|
204
|
+
"opentelemetry-instrumentation-pymongo == 0.62b1",
|
|
205
|
+
"opentelemetry-instrumentation-redis == 0.62b1",
|
|
206
|
+
"opentelemetry-instrumentation-requests == 0.62b1",
|
|
207
|
+
"opentelemetry-instrumentation-sqlalchemy == 0.62b1",
|
|
208
|
+
"opentelemetry-instrumentation-system-metrics == 0.62b1",
|
|
209
209
|
"opentelemetry-propagator-aws-xray == 1.0.2",
|
|
210
|
-
"opentelemetry-proto == 1.41.
|
|
211
|
-
"opentelemetry-sdk == 1.41.
|
|
212
|
-
"opentelemetry-semantic-conventions == 0.
|
|
213
|
-
"opentelemetry-util-http == 0.
|
|
210
|
+
"opentelemetry-proto == 1.41.1",
|
|
211
|
+
"opentelemetry-sdk == 1.41.1",
|
|
212
|
+
"opentelemetry-semantic-conventions == 0.62b1",
|
|
213
|
+
"opentelemetry-util-http == 0.62b1",
|
|
214
214
|
"outcome == 1.3.0.post0",
|
|
215
|
-
"packaging == 26.
|
|
215
|
+
"packaging == 26.2",
|
|
216
216
|
"pandas == 3.0.2",
|
|
217
217
|
"parfive == 2.3.1",
|
|
218
|
-
"pathspec == 1.
|
|
218
|
+
"pathspec == 1.1.1",
|
|
219
219
|
"pendulum == 3.2.0",
|
|
220
220
|
"pika == 1.3.2",
|
|
221
221
|
"pillow == 11.3.0",
|
|
222
|
-
"pip == 26.
|
|
222
|
+
"pip == 26.1",
|
|
223
223
|
"platformdirs == 4.9.6",
|
|
224
224
|
"pluggy == 1.6.0",
|
|
225
225
|
"pooch == 1.9.0",
|
|
@@ -240,7 +240,7 @@ frozen = [
|
|
|
240
240
|
"python-daemon == 3.1.2",
|
|
241
241
|
"python-dateutil == 2.9.0.post0",
|
|
242
242
|
"python-dotenv == 1.2.2",
|
|
243
|
-
"python-multipart == 0.0.
|
|
243
|
+
"python-multipart == 0.0.27",
|
|
244
244
|
"python-slugify == 8.0.4",
|
|
245
245
|
"pytz == 2026.1.post1",
|
|
246
246
|
"redis == 6.4.0",
|
|
@@ -250,7 +250,7 @@ frozen = [
|
|
|
250
250
|
"rich-argparse == 1.7.2",
|
|
251
251
|
"rich-toolkit == 0.19.7",
|
|
252
252
|
"rpds-py == 0.30.0",
|
|
253
|
-
"s3transfer == 0.16.
|
|
253
|
+
"s3transfer == 0.16.1",
|
|
254
254
|
"scipy == 1.17.1",
|
|
255
255
|
"semantic-version == 2.10.0",
|
|
256
256
|
"setproctitle == 1.3.7",
|
|
@@ -272,17 +272,17 @@ frozen = [
|
|
|
272
272
|
"tornado == 6.5.5",
|
|
273
273
|
"tqdm == 4.67.3",
|
|
274
274
|
"traitlets == 5.14.3",
|
|
275
|
-
"typer == 0.
|
|
275
|
+
"typer == 0.25.0",
|
|
276
276
|
"typing-inspection == 0.4.2",
|
|
277
277
|
"typing_extensions == 4.15.0",
|
|
278
|
-
"tzdata == 2026.
|
|
278
|
+
"tzdata == 2026.2",
|
|
279
279
|
"tzlocal == 5.3.1",
|
|
280
280
|
"uc-micro-py == 2.0.0",
|
|
281
281
|
"uncertainties == 3.2.3",
|
|
282
282
|
"universal_pathlib == 0.2.6",
|
|
283
283
|
"urllib3 == 2.6.3",
|
|
284
284
|
"uuid6 == 2025.0.1",
|
|
285
|
-
"uvicorn == 0.
|
|
285
|
+
"uvicorn == 0.46.0",
|
|
286
286
|
"uvloop == 0.22.1",
|
|
287
287
|
"vine == 5.1.0",
|
|
288
288
|
"voluptuous == 0.16.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/parsers/time.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/tasks/manual.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/tasks/movie.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/tasks/noop.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/tasks/parse.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.1 → dkist_processing_test-1.42.2}/dkist_processing_test/tasks/quality.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|