dkist-processing-test 1.42.13__tar.gz → 1.42.14__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.13 → dkist_processing_test-1.42.14}/PKG-INFO +40 -40
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test.egg-info/PKG-INFO +40 -40
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test.egg-info/requires.txt +39 -39
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/pyproject.toml +41 -41
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/.gitignore +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/.rovodev/.review-agent.md +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/.snyk +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/README.rst +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/parsers/__init__.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/parsers/test_l0_fits_access.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/parsers/time.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/tasks/construct_dataset_extras.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/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.14
|
|
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
|
|
@@ -31,10 +31,10 @@ Requires-Dist: dkist-processing-test[asdf]; extra == "test"
|
|
|
31
31
|
Requires-Dist: dkist-processing-test[quality]; extra == "test"
|
|
32
32
|
Provides-Extra: inventory
|
|
33
33
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
34
|
-
Requires-Dist: dkist-inventory==1.11.
|
|
34
|
+
Requires-Dist: dkist-inventory==1.11.8; extra == "inventory"
|
|
35
35
|
Provides-Extra: asdf
|
|
36
36
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
|
-
Requires-Dist: dkist-inventory[asdf]==1.11.
|
|
37
|
+
Requires-Dist: dkist-inventory[asdf]==1.11.8; extra == "asdf"
|
|
38
38
|
Provides-Extra: quality
|
|
39
39
|
Requires-Dist: dkist-quality==2.0.1; extra == "quality"
|
|
40
40
|
Provides-Extra: frozen
|
|
@@ -52,9 +52,9 @@ Requires-Dist: Send2Trash==2.1.0; extra == "frozen"
|
|
|
52
52
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
53
53
|
Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
54
54
|
Requires-Dist: aiohappyeyeballs==2.6.2; extra == "frozen"
|
|
55
|
-
Requires-Dist: aiohttp==3.
|
|
55
|
+
Requires-Dist: aiohttp==3.14.1; extra == "frozen"
|
|
56
56
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
57
|
-
Requires-Dist: aiosmtplib==5.1.
|
|
57
|
+
Requires-Dist: aiosmtplib==5.1.1; extra == "frozen"
|
|
58
58
|
Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
|
|
59
59
|
Requires-Dist: alembic==1.18.4; extra == "frozen"
|
|
60
60
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
@@ -65,11 +65,11 @@ Requires-Dist: apache-airflow==3.2.1; extra == "frozen"
|
|
|
65
65
|
Requires-Dist: apache-airflow-core==3.2.1; extra == "frozen"
|
|
66
66
|
Requires-Dist: apache-airflow-providers-celery==3.20.0; extra == "frozen"
|
|
67
67
|
Requires-Dist: apache-airflow-providers-common-compat==1.15.0; extra == "frozen"
|
|
68
|
-
Requires-Dist: apache-airflow-providers-common-io==1.7.
|
|
69
|
-
Requires-Dist: apache-airflow-providers-common-sql==2.0.
|
|
70
|
-
Requires-Dist: apache-airflow-providers-postgres==6.7.
|
|
68
|
+
Requires-Dist: apache-airflow-providers-common-io==1.7.3; extra == "frozen"
|
|
69
|
+
Requires-Dist: apache-airflow-providers-common-sql==2.0.1; extra == "frozen"
|
|
70
|
+
Requires-Dist: apache-airflow-providers-postgres==6.7.1; extra == "frozen"
|
|
71
71
|
Requires-Dist: apache-airflow-providers-smtp==3.0.1; extra == "frozen"
|
|
72
|
-
Requires-Dist: apache-airflow-providers-standard==1.
|
|
72
|
+
Requires-Dist: apache-airflow-providers-standard==1.14.0; extra == "frozen"
|
|
73
73
|
Requires-Dist: apache-airflow-task-sdk==1.2.1; extra == "frozen"
|
|
74
74
|
Requires-Dist: appnope==0.1.4; extra == "frozen"
|
|
75
75
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
@@ -82,18 +82,18 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
82
82
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
83
83
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
84
84
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
85
|
-
Requires-Dist: astropy-iers-data==0.2026.
|
|
85
|
+
Requires-Dist: astropy-iers-data==0.2026.6.8.17.49.5; extra == "frozen"
|
|
86
86
|
Requires-Dist: asttokens==3.0.1; extra == "frozen"
|
|
87
87
|
Requires-Dist: async-lru==2.3.0; extra == "frozen"
|
|
88
88
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
89
89
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
90
90
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
91
|
-
Requires-Dist: beautifulsoup4==4.
|
|
91
|
+
Requires-Dist: beautifulsoup4==4.15.0; extra == "frozen"
|
|
92
92
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
93
|
-
Requires-Dist: bleach==6.
|
|
94
|
-
Requires-Dist: boto3==1.43.
|
|
95
|
-
Requires-Dist: botocore==1.43.
|
|
96
|
-
Requires-Dist: cadwyn==
|
|
93
|
+
Requires-Dist: bleach==6.4.0; extra == "frozen"
|
|
94
|
+
Requires-Dist: boto3==1.43.26; extra == "frozen"
|
|
95
|
+
Requires-Dist: botocore==1.43.26; extra == "frozen"
|
|
96
|
+
Requires-Dist: cadwyn==7.0.0; extra == "frozen"
|
|
97
97
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
98
98
|
Requires-Dist: certifi==2026.5.20; extra == "frozen"
|
|
99
99
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
@@ -105,11 +105,11 @@ Requires-Dist: click-repl==0.3.0; extra == "frozen"
|
|
|
105
105
|
Requires-Dist: colorlog==6.10.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: comm==0.2.3; extra == "frozen"
|
|
107
107
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
108
|
-
Requires-Dist: cron_descriptor==2.0
|
|
108
|
+
Requires-Dist: cron_descriptor==2.1.0; extra == "frozen"
|
|
109
109
|
Requires-Dist: croniter==6.2.2; extra == "frozen"
|
|
110
110
|
Requires-Dist: cryptography==48.0.0; extra == "frozen"
|
|
111
111
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
112
|
-
Requires-Dist: debugpy==1.8.
|
|
112
|
+
Requires-Dist: debugpy==1.8.21; extra == "frozen"
|
|
113
113
|
Requires-Dist: decorator==5.3.1; extra == "frozen"
|
|
114
114
|
Requires-Dist: defusedxml==0.7.1; extra == "frozen"
|
|
115
115
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
@@ -117,7 +117,7 @@ Requires-Dist: dkist-header-validator==5.4.0; extra == "frozen"
|
|
|
117
117
|
Requires-Dist: dkist-processing-common==14.3.2; extra == "frozen"
|
|
118
118
|
Requires-Dist: dkist-processing-core==7.3.0; extra == "frozen"
|
|
119
119
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
120
|
-
Requires-Dist: dkist-processing-test==1.42.
|
|
120
|
+
Requires-Dist: dkist-processing-test==1.42.14; extra == "frozen"
|
|
121
121
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
122
122
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
123
123
|
Requires-Dist: dkist_fits_specifications==4.26.0; extra == "frozen"
|
|
@@ -137,17 +137,17 @@ Requires-Dist: googleapis-common-protos==1.75.0; extra == "frozen"
|
|
|
137
137
|
Requires-Dist: gqlclient==2.0.0; extra == "frozen"
|
|
138
138
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
139
139
|
Requires-Dist: greenlet==3.5.1; extra == "frozen"
|
|
140
|
-
Requires-Dist: grpcio==1.
|
|
140
|
+
Requires-Dist: grpcio==1.81.0; extra == "frozen"
|
|
141
141
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
142
142
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
143
143
|
Requires-Dist: httptools==0.8.0; extra == "frozen"
|
|
144
144
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
145
145
|
Requires-Dist: humanize==4.15.0; extra == "frozen"
|
|
146
|
-
Requires-Dist: idna==3.
|
|
146
|
+
Requires-Dist: idna==3.18; extra == "frozen"
|
|
147
147
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
148
148
|
Requires-Dist: importlib_metadata==9.0.0; extra == "frozen"
|
|
149
149
|
Requires-Dist: ipykernel==7.2.0; extra == "frozen"
|
|
150
|
-
Requires-Dist: ipython==9.
|
|
150
|
+
Requires-Dist: ipython==9.14.1; extra == "frozen"
|
|
151
151
|
Requires-Dist: ipython_pygments_lexers==1.1.1; extra == "frozen"
|
|
152
152
|
Requires-Dist: isoduration==20.11.0; extra == "frozen"
|
|
153
153
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
@@ -159,11 +159,11 @@ Requires-Dist: jsonschema==4.26.0; extra == "frozen"
|
|
|
159
159
|
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
160
160
|
Requires-Dist: jupyter-events==0.12.1; extra == "frozen"
|
|
161
161
|
Requires-Dist: jupyter-lsp==2.3.1; extra == "frozen"
|
|
162
|
-
Requires-Dist: jupyter_client==8.
|
|
162
|
+
Requires-Dist: jupyter_client==8.9.1; extra == "frozen"
|
|
163
163
|
Requires-Dist: jupyter_core==5.9.1; extra == "frozen"
|
|
164
|
-
Requires-Dist: jupyter_server==2.
|
|
164
|
+
Requires-Dist: jupyter_server==2.19.0; extra == "frozen"
|
|
165
165
|
Requires-Dist: jupyter_server_terminals==0.5.4; extra == "frozen"
|
|
166
|
-
Requires-Dist: jupyterlab==4.5.
|
|
166
|
+
Requires-Dist: jupyterlab==4.5.8; extra == "frozen"
|
|
167
167
|
Requires-Dist: jupyterlab_pygments==0.3.0; extra == "frozen"
|
|
168
168
|
Requires-Dist: jupyterlab_server==2.28.0; extra == "frozen"
|
|
169
169
|
Requires-Dist: kiwisolver==1.5.0; extra == "frozen"
|
|
@@ -187,11 +187,11 @@ Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
|
187
187
|
Requires-Dist: msgspec==0.21.1; extra == "frozen"
|
|
188
188
|
Requires-Dist: multidict==6.7.1; extra == "frozen"
|
|
189
189
|
Requires-Dist: natsort==8.4.0; extra == "frozen"
|
|
190
|
-
Requires-Dist: nbclient==0.
|
|
190
|
+
Requires-Dist: nbclient==0.11.0; extra == "frozen"
|
|
191
191
|
Requires-Dist: nbconvert==7.17.1; extra == "frozen"
|
|
192
192
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
193
193
|
Requires-Dist: nest-asyncio==1.6.0; extra == "frozen"
|
|
194
|
-
Requires-Dist: notebook==7.5.
|
|
194
|
+
Requires-Dist: notebook==7.5.7; extra == "frozen"
|
|
195
195
|
Requires-Dist: notebook_shim==0.2.4; extra == "frozen"
|
|
196
196
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
197
197
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
@@ -232,8 +232,8 @@ Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
|
232
232
|
Requires-Dist: pexpect==4.9.0; extra == "frozen"
|
|
233
233
|
Requires-Dist: pika==1.4.1; extra == "frozen"
|
|
234
234
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
235
|
-
Requires-Dist: pip==26.1.
|
|
236
|
-
Requires-Dist: platformdirs==4.
|
|
235
|
+
Requires-Dist: pip==26.1.2; extra == "frozen"
|
|
236
|
+
Requires-Dist: platformdirs==4.10.0; extra == "frozen"
|
|
237
237
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
238
238
|
Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
239
239
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
@@ -257,7 +257,7 @@ Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
|
257
257
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
258
258
|
Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
|
|
259
259
|
Requires-Dist: python-json-logger==4.1.0; extra == "frozen"
|
|
260
|
-
Requires-Dist: python-multipart==0.0.
|
|
260
|
+
Requires-Dist: python-multipart==0.0.32; extra == "frozen"
|
|
261
261
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
262
262
|
Requires-Dist: pytz==2026.2; extra == "frozen"
|
|
263
263
|
Requires-Dist: pyzmq==27.1.0; extra == "frozen"
|
|
@@ -269,9 +269,9 @@ Requires-Dist: rfc3986-validator==0.1.1; extra == "frozen"
|
|
|
269
269
|
Requires-Dist: rfc3987-syntax==1.1.0; extra == "frozen"
|
|
270
270
|
Requires-Dist: rich==15.0.0; extra == "frozen"
|
|
271
271
|
Requires-Dist: rich-argparse==1.8.0; extra == "frozen"
|
|
272
|
-
Requires-Dist: rich-toolkit==0.
|
|
273
|
-
Requires-Dist: rpds-py==
|
|
274
|
-
Requires-Dist: s3transfer==0.
|
|
272
|
+
Requires-Dist: rich-toolkit==0.20.1; extra == "frozen"
|
|
273
|
+
Requires-Dist: rpds-py==2026.5.1; extra == "frozen"
|
|
274
|
+
Requires-Dist: s3transfer==0.18.0; extra == "frozen"
|
|
275
275
|
Requires-Dist: scipy==1.17.1; extra == "frozen"
|
|
276
276
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
277
277
|
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
@@ -285,7 +285,7 @@ Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
|
285
285
|
Requires-Dist: sqlparse==0.5.5; extra == "frozen"
|
|
286
286
|
Requires-Dist: stack-data==0.6.3; extra == "frozen"
|
|
287
287
|
Requires-Dist: starlette==0.52.1; extra == "frozen"
|
|
288
|
-
Requires-Dist: structlog==
|
|
288
|
+
Requires-Dist: structlog==26.1.0; extra == "frozen"
|
|
289
289
|
Requires-Dist: sunpy==7.1.2; extra == "frozen"
|
|
290
290
|
Requires-Dist: svcs==25.1.0; extra == "frozen"
|
|
291
291
|
Requires-Dist: tabulate==0.10.0; extra == "frozen"
|
|
@@ -294,11 +294,11 @@ Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
|
294
294
|
Requires-Dist: termcolor==3.3.0; extra == "frozen"
|
|
295
295
|
Requires-Dist: terminado==0.18.1; extra == "frozen"
|
|
296
296
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
297
|
-
Requires-Dist: tinycss2==1.
|
|
298
|
-
Requires-Dist: tornado==6.5.
|
|
299
|
-
Requires-Dist: tqdm==4.
|
|
300
|
-
Requires-Dist: traitlets==5.15.
|
|
301
|
-
Requires-Dist: typer==0.26.
|
|
297
|
+
Requires-Dist: tinycss2==1.5.1; extra == "frozen"
|
|
298
|
+
Requires-Dist: tornado==6.5.7; extra == "frozen"
|
|
299
|
+
Requires-Dist: tqdm==4.68.2; extra == "frozen"
|
|
300
|
+
Requires-Dist: traitlets==5.15.1; extra == "frozen"
|
|
301
|
+
Requires-Dist: typer==0.26.7; extra == "frozen"
|
|
302
302
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
303
303
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
304
304
|
Requires-Dist: tzdata==2026.2; extra == "frozen"
|
|
@@ -309,12 +309,12 @@ Requires-Dist: universal_pathlib==0.3.10; extra == "frozen"
|
|
|
309
309
|
Requires-Dist: uri-template==1.3.0; extra == "frozen"
|
|
310
310
|
Requires-Dist: urllib3==2.7.0; extra == "frozen"
|
|
311
311
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
312
|
-
Requires-Dist: uvicorn==0.
|
|
312
|
+
Requires-Dist: uvicorn==0.49.0; extra == "frozen"
|
|
313
313
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
314
314
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
315
315
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
316
316
|
Requires-Dist: watchfiles==1.2.0; extra == "frozen"
|
|
317
|
-
Requires-Dist: wcwidth==0.
|
|
317
|
+
Requires-Dist: wcwidth==0.8.1; extra == "frozen"
|
|
318
318
|
Requires-Dist: webcolors==25.10.0; extra == "frozen"
|
|
319
319
|
Requires-Dist: webencodings==0.5.1; extra == "frozen"
|
|
320
320
|
Requires-Dist: websocket-client==1.9.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.14
|
|
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
|
|
@@ -31,10 +31,10 @@ Requires-Dist: dkist-processing-test[asdf]; extra == "test"
|
|
|
31
31
|
Requires-Dist: dkist-processing-test[quality]; extra == "test"
|
|
32
32
|
Provides-Extra: inventory
|
|
33
33
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
34
|
-
Requires-Dist: dkist-inventory==1.11.
|
|
34
|
+
Requires-Dist: dkist-inventory==1.11.8; extra == "inventory"
|
|
35
35
|
Provides-Extra: asdf
|
|
36
36
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
|
-
Requires-Dist: dkist-inventory[asdf]==1.11.
|
|
37
|
+
Requires-Dist: dkist-inventory[asdf]==1.11.8; extra == "asdf"
|
|
38
38
|
Provides-Extra: quality
|
|
39
39
|
Requires-Dist: dkist-quality==2.0.1; extra == "quality"
|
|
40
40
|
Provides-Extra: frozen
|
|
@@ -52,9 +52,9 @@ Requires-Dist: Send2Trash==2.1.0; extra == "frozen"
|
|
|
52
52
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
53
53
|
Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
54
54
|
Requires-Dist: aiohappyeyeballs==2.6.2; extra == "frozen"
|
|
55
|
-
Requires-Dist: aiohttp==3.
|
|
55
|
+
Requires-Dist: aiohttp==3.14.1; extra == "frozen"
|
|
56
56
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
57
|
-
Requires-Dist: aiosmtplib==5.1.
|
|
57
|
+
Requires-Dist: aiosmtplib==5.1.1; extra == "frozen"
|
|
58
58
|
Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
|
|
59
59
|
Requires-Dist: alembic==1.18.4; extra == "frozen"
|
|
60
60
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
@@ -65,11 +65,11 @@ Requires-Dist: apache-airflow==3.2.1; extra == "frozen"
|
|
|
65
65
|
Requires-Dist: apache-airflow-core==3.2.1; extra == "frozen"
|
|
66
66
|
Requires-Dist: apache-airflow-providers-celery==3.20.0; extra == "frozen"
|
|
67
67
|
Requires-Dist: apache-airflow-providers-common-compat==1.15.0; extra == "frozen"
|
|
68
|
-
Requires-Dist: apache-airflow-providers-common-io==1.7.
|
|
69
|
-
Requires-Dist: apache-airflow-providers-common-sql==2.0.
|
|
70
|
-
Requires-Dist: apache-airflow-providers-postgres==6.7.
|
|
68
|
+
Requires-Dist: apache-airflow-providers-common-io==1.7.3; extra == "frozen"
|
|
69
|
+
Requires-Dist: apache-airflow-providers-common-sql==2.0.1; extra == "frozen"
|
|
70
|
+
Requires-Dist: apache-airflow-providers-postgres==6.7.1; extra == "frozen"
|
|
71
71
|
Requires-Dist: apache-airflow-providers-smtp==3.0.1; extra == "frozen"
|
|
72
|
-
Requires-Dist: apache-airflow-providers-standard==1.
|
|
72
|
+
Requires-Dist: apache-airflow-providers-standard==1.14.0; extra == "frozen"
|
|
73
73
|
Requires-Dist: apache-airflow-task-sdk==1.2.1; extra == "frozen"
|
|
74
74
|
Requires-Dist: appnope==0.1.4; extra == "frozen"
|
|
75
75
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
@@ -82,18 +82,18 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
82
82
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
83
83
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
84
84
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
85
|
-
Requires-Dist: astropy-iers-data==0.2026.
|
|
85
|
+
Requires-Dist: astropy-iers-data==0.2026.6.8.17.49.5; extra == "frozen"
|
|
86
86
|
Requires-Dist: asttokens==3.0.1; extra == "frozen"
|
|
87
87
|
Requires-Dist: async-lru==2.3.0; extra == "frozen"
|
|
88
88
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
89
89
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
90
90
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
91
|
-
Requires-Dist: beautifulsoup4==4.
|
|
91
|
+
Requires-Dist: beautifulsoup4==4.15.0; extra == "frozen"
|
|
92
92
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
93
|
-
Requires-Dist: bleach==6.
|
|
94
|
-
Requires-Dist: boto3==1.43.
|
|
95
|
-
Requires-Dist: botocore==1.43.
|
|
96
|
-
Requires-Dist: cadwyn==
|
|
93
|
+
Requires-Dist: bleach==6.4.0; extra == "frozen"
|
|
94
|
+
Requires-Dist: boto3==1.43.26; extra == "frozen"
|
|
95
|
+
Requires-Dist: botocore==1.43.26; extra == "frozen"
|
|
96
|
+
Requires-Dist: cadwyn==7.0.0; extra == "frozen"
|
|
97
97
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
98
98
|
Requires-Dist: certifi==2026.5.20; extra == "frozen"
|
|
99
99
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
@@ -105,11 +105,11 @@ Requires-Dist: click-repl==0.3.0; extra == "frozen"
|
|
|
105
105
|
Requires-Dist: colorlog==6.10.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: comm==0.2.3; extra == "frozen"
|
|
107
107
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
108
|
-
Requires-Dist: cron_descriptor==2.0
|
|
108
|
+
Requires-Dist: cron_descriptor==2.1.0; extra == "frozen"
|
|
109
109
|
Requires-Dist: croniter==6.2.2; extra == "frozen"
|
|
110
110
|
Requires-Dist: cryptography==48.0.0; extra == "frozen"
|
|
111
111
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
112
|
-
Requires-Dist: debugpy==1.8.
|
|
112
|
+
Requires-Dist: debugpy==1.8.21; extra == "frozen"
|
|
113
113
|
Requires-Dist: decorator==5.3.1; extra == "frozen"
|
|
114
114
|
Requires-Dist: defusedxml==0.7.1; extra == "frozen"
|
|
115
115
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
@@ -117,7 +117,7 @@ Requires-Dist: dkist-header-validator==5.4.0; extra == "frozen"
|
|
|
117
117
|
Requires-Dist: dkist-processing-common==14.3.2; extra == "frozen"
|
|
118
118
|
Requires-Dist: dkist-processing-core==7.3.0; extra == "frozen"
|
|
119
119
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
120
|
-
Requires-Dist: dkist-processing-test==1.42.
|
|
120
|
+
Requires-Dist: dkist-processing-test==1.42.14; extra == "frozen"
|
|
121
121
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
122
122
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
123
123
|
Requires-Dist: dkist_fits_specifications==4.26.0; extra == "frozen"
|
|
@@ -137,17 +137,17 @@ Requires-Dist: googleapis-common-protos==1.75.0; extra == "frozen"
|
|
|
137
137
|
Requires-Dist: gqlclient==2.0.0; extra == "frozen"
|
|
138
138
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
139
139
|
Requires-Dist: greenlet==3.5.1; extra == "frozen"
|
|
140
|
-
Requires-Dist: grpcio==1.
|
|
140
|
+
Requires-Dist: grpcio==1.81.0; extra == "frozen"
|
|
141
141
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
142
142
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
143
143
|
Requires-Dist: httptools==0.8.0; extra == "frozen"
|
|
144
144
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
145
145
|
Requires-Dist: humanize==4.15.0; extra == "frozen"
|
|
146
|
-
Requires-Dist: idna==3.
|
|
146
|
+
Requires-Dist: idna==3.18; extra == "frozen"
|
|
147
147
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
148
148
|
Requires-Dist: importlib_metadata==9.0.0; extra == "frozen"
|
|
149
149
|
Requires-Dist: ipykernel==7.2.0; extra == "frozen"
|
|
150
|
-
Requires-Dist: ipython==9.
|
|
150
|
+
Requires-Dist: ipython==9.14.1; extra == "frozen"
|
|
151
151
|
Requires-Dist: ipython_pygments_lexers==1.1.1; extra == "frozen"
|
|
152
152
|
Requires-Dist: isoduration==20.11.0; extra == "frozen"
|
|
153
153
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
@@ -159,11 +159,11 @@ Requires-Dist: jsonschema==4.26.0; extra == "frozen"
|
|
|
159
159
|
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
160
160
|
Requires-Dist: jupyter-events==0.12.1; extra == "frozen"
|
|
161
161
|
Requires-Dist: jupyter-lsp==2.3.1; extra == "frozen"
|
|
162
|
-
Requires-Dist: jupyter_client==8.
|
|
162
|
+
Requires-Dist: jupyter_client==8.9.1; extra == "frozen"
|
|
163
163
|
Requires-Dist: jupyter_core==5.9.1; extra == "frozen"
|
|
164
|
-
Requires-Dist: jupyter_server==2.
|
|
164
|
+
Requires-Dist: jupyter_server==2.19.0; extra == "frozen"
|
|
165
165
|
Requires-Dist: jupyter_server_terminals==0.5.4; extra == "frozen"
|
|
166
|
-
Requires-Dist: jupyterlab==4.5.
|
|
166
|
+
Requires-Dist: jupyterlab==4.5.8; extra == "frozen"
|
|
167
167
|
Requires-Dist: jupyterlab_pygments==0.3.0; extra == "frozen"
|
|
168
168
|
Requires-Dist: jupyterlab_server==2.28.0; extra == "frozen"
|
|
169
169
|
Requires-Dist: kiwisolver==1.5.0; extra == "frozen"
|
|
@@ -187,11 +187,11 @@ Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
|
187
187
|
Requires-Dist: msgspec==0.21.1; extra == "frozen"
|
|
188
188
|
Requires-Dist: multidict==6.7.1; extra == "frozen"
|
|
189
189
|
Requires-Dist: natsort==8.4.0; extra == "frozen"
|
|
190
|
-
Requires-Dist: nbclient==0.
|
|
190
|
+
Requires-Dist: nbclient==0.11.0; extra == "frozen"
|
|
191
191
|
Requires-Dist: nbconvert==7.17.1; extra == "frozen"
|
|
192
192
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
193
193
|
Requires-Dist: nest-asyncio==1.6.0; extra == "frozen"
|
|
194
|
-
Requires-Dist: notebook==7.5.
|
|
194
|
+
Requires-Dist: notebook==7.5.7; extra == "frozen"
|
|
195
195
|
Requires-Dist: notebook_shim==0.2.4; extra == "frozen"
|
|
196
196
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
197
197
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
@@ -232,8 +232,8 @@ Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
|
232
232
|
Requires-Dist: pexpect==4.9.0; extra == "frozen"
|
|
233
233
|
Requires-Dist: pika==1.4.1; extra == "frozen"
|
|
234
234
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
235
|
-
Requires-Dist: pip==26.1.
|
|
236
|
-
Requires-Dist: platformdirs==4.
|
|
235
|
+
Requires-Dist: pip==26.1.2; extra == "frozen"
|
|
236
|
+
Requires-Dist: platformdirs==4.10.0; extra == "frozen"
|
|
237
237
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
238
238
|
Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
239
239
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
@@ -257,7 +257,7 @@ Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
|
257
257
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
258
258
|
Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
|
|
259
259
|
Requires-Dist: python-json-logger==4.1.0; extra == "frozen"
|
|
260
|
-
Requires-Dist: python-multipart==0.0.
|
|
260
|
+
Requires-Dist: python-multipart==0.0.32; extra == "frozen"
|
|
261
261
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
262
262
|
Requires-Dist: pytz==2026.2; extra == "frozen"
|
|
263
263
|
Requires-Dist: pyzmq==27.1.0; extra == "frozen"
|
|
@@ -269,9 +269,9 @@ Requires-Dist: rfc3986-validator==0.1.1; extra == "frozen"
|
|
|
269
269
|
Requires-Dist: rfc3987-syntax==1.1.0; extra == "frozen"
|
|
270
270
|
Requires-Dist: rich==15.0.0; extra == "frozen"
|
|
271
271
|
Requires-Dist: rich-argparse==1.8.0; extra == "frozen"
|
|
272
|
-
Requires-Dist: rich-toolkit==0.
|
|
273
|
-
Requires-Dist: rpds-py==
|
|
274
|
-
Requires-Dist: s3transfer==0.
|
|
272
|
+
Requires-Dist: rich-toolkit==0.20.1; extra == "frozen"
|
|
273
|
+
Requires-Dist: rpds-py==2026.5.1; extra == "frozen"
|
|
274
|
+
Requires-Dist: s3transfer==0.18.0; extra == "frozen"
|
|
275
275
|
Requires-Dist: scipy==1.17.1; extra == "frozen"
|
|
276
276
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
277
277
|
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
@@ -285,7 +285,7 @@ Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
|
285
285
|
Requires-Dist: sqlparse==0.5.5; extra == "frozen"
|
|
286
286
|
Requires-Dist: stack-data==0.6.3; extra == "frozen"
|
|
287
287
|
Requires-Dist: starlette==0.52.1; extra == "frozen"
|
|
288
|
-
Requires-Dist: structlog==
|
|
288
|
+
Requires-Dist: structlog==26.1.0; extra == "frozen"
|
|
289
289
|
Requires-Dist: sunpy==7.1.2; extra == "frozen"
|
|
290
290
|
Requires-Dist: svcs==25.1.0; extra == "frozen"
|
|
291
291
|
Requires-Dist: tabulate==0.10.0; extra == "frozen"
|
|
@@ -294,11 +294,11 @@ Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
|
294
294
|
Requires-Dist: termcolor==3.3.0; extra == "frozen"
|
|
295
295
|
Requires-Dist: terminado==0.18.1; extra == "frozen"
|
|
296
296
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
297
|
-
Requires-Dist: tinycss2==1.
|
|
298
|
-
Requires-Dist: tornado==6.5.
|
|
299
|
-
Requires-Dist: tqdm==4.
|
|
300
|
-
Requires-Dist: traitlets==5.15.
|
|
301
|
-
Requires-Dist: typer==0.26.
|
|
297
|
+
Requires-Dist: tinycss2==1.5.1; extra == "frozen"
|
|
298
|
+
Requires-Dist: tornado==6.5.7; extra == "frozen"
|
|
299
|
+
Requires-Dist: tqdm==4.68.2; extra == "frozen"
|
|
300
|
+
Requires-Dist: traitlets==5.15.1; extra == "frozen"
|
|
301
|
+
Requires-Dist: typer==0.26.7; extra == "frozen"
|
|
302
302
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
303
303
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
304
304
|
Requires-Dist: tzdata==2026.2; extra == "frozen"
|
|
@@ -309,12 +309,12 @@ Requires-Dist: universal_pathlib==0.3.10; extra == "frozen"
|
|
|
309
309
|
Requires-Dist: uri-template==1.3.0; extra == "frozen"
|
|
310
310
|
Requires-Dist: urllib3==2.7.0; extra == "frozen"
|
|
311
311
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
312
|
-
Requires-Dist: uvicorn==0.
|
|
312
|
+
Requires-Dist: uvicorn==0.49.0; extra == "frozen"
|
|
313
313
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
314
314
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
315
315
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
316
316
|
Requires-Dist: watchfiles==1.2.0; extra == "frozen"
|
|
317
|
-
Requires-Dist: wcwidth==0.
|
|
317
|
+
Requires-Dist: wcwidth==0.8.1; extra == "frozen"
|
|
318
318
|
Requires-Dist: webcolors==25.10.0; extra == "frozen"
|
|
319
319
|
Requires-Dist: webencodings==0.5.1; extra == "frozen"
|
|
320
320
|
Requires-Dist: websocket-client==1.9.0; extra == "frozen"
|
|
@@ -9,7 +9,7 @@ dkist-spectral-lines==3.0.1
|
|
|
9
9
|
|
|
10
10
|
[asdf]
|
|
11
11
|
dkist-processing-common[asdf]
|
|
12
|
-
dkist-inventory[asdf]==1.11.
|
|
12
|
+
dkist-inventory[asdf]==1.11.8
|
|
13
13
|
|
|
14
14
|
[frozen]
|
|
15
15
|
Deprecated==1.3.1
|
|
@@ -26,9 +26,9 @@ Send2Trash==2.1.0
|
|
|
26
26
|
a2wsgi==1.10.10
|
|
27
27
|
aioftp==0.27.2
|
|
28
28
|
aiohappyeyeballs==2.6.2
|
|
29
|
-
aiohttp==3.
|
|
29
|
+
aiohttp==3.14.1
|
|
30
30
|
aiosignal==1.4.0
|
|
31
|
-
aiosmtplib==5.1.
|
|
31
|
+
aiosmtplib==5.1.1
|
|
32
32
|
aiosqlite==0.21.0
|
|
33
33
|
alembic==1.18.4
|
|
34
34
|
amqp==5.3.1
|
|
@@ -39,11 +39,11 @@ apache-airflow==3.2.1
|
|
|
39
39
|
apache-airflow-core==3.2.1
|
|
40
40
|
apache-airflow-providers-celery==3.20.0
|
|
41
41
|
apache-airflow-providers-common-compat==1.15.0
|
|
42
|
-
apache-airflow-providers-common-io==1.7.
|
|
43
|
-
apache-airflow-providers-common-sql==2.0.
|
|
44
|
-
apache-airflow-providers-postgres==6.7.
|
|
42
|
+
apache-airflow-providers-common-io==1.7.3
|
|
43
|
+
apache-airflow-providers-common-sql==2.0.1
|
|
44
|
+
apache-airflow-providers-postgres==6.7.1
|
|
45
45
|
apache-airflow-providers-smtp==3.0.1
|
|
46
|
-
apache-airflow-providers-standard==1.
|
|
46
|
+
apache-airflow-providers-standard==1.14.0
|
|
47
47
|
apache-airflow-task-sdk==1.2.1
|
|
48
48
|
appnope==0.1.4
|
|
49
49
|
argcomplete==3.6.3
|
|
@@ -56,18 +56,18 @@ asdf_transform_schemas==0.6.0
|
|
|
56
56
|
asgiref==3.11.1
|
|
57
57
|
asteval==1.0.8
|
|
58
58
|
astropy==7.0.2
|
|
59
|
-
astropy-iers-data==0.2026.
|
|
59
|
+
astropy-iers-data==0.2026.6.8.17.49.5
|
|
60
60
|
asttokens==3.0.1
|
|
61
61
|
async-lru==2.3.0
|
|
62
62
|
asyncpg==0.31.0
|
|
63
63
|
attrs==26.1.0
|
|
64
64
|
babel==2.18.0
|
|
65
|
-
beautifulsoup4==4.
|
|
65
|
+
beautifulsoup4==4.15.0
|
|
66
66
|
billiard==4.2.4
|
|
67
|
-
bleach==6.
|
|
68
|
-
boto3==1.43.
|
|
69
|
-
botocore==1.43.
|
|
70
|
-
cadwyn==
|
|
67
|
+
bleach==6.4.0
|
|
68
|
+
boto3==1.43.26
|
|
69
|
+
botocore==1.43.26
|
|
70
|
+
cadwyn==7.0.0
|
|
71
71
|
celery==5.6.3
|
|
72
72
|
certifi==2026.5.20
|
|
73
73
|
cffi==2.0.0
|
|
@@ -79,11 +79,11 @@ click-repl==0.3.0
|
|
|
79
79
|
colorlog==6.10.1
|
|
80
80
|
comm==0.2.3
|
|
81
81
|
contourpy==1.3.3
|
|
82
|
-
cron_descriptor==2.0
|
|
82
|
+
cron_descriptor==2.1.0
|
|
83
83
|
croniter==6.2.2
|
|
84
84
|
cryptography==48.0.0
|
|
85
85
|
cycler==0.12.1
|
|
86
|
-
debugpy==1.8.
|
|
86
|
+
debugpy==1.8.21
|
|
87
87
|
decorator==5.3.1
|
|
88
88
|
defusedxml==0.7.1
|
|
89
89
|
dill==0.4.1
|
|
@@ -91,7 +91,7 @@ dkist-header-validator==5.4.0
|
|
|
91
91
|
dkist-processing-common==14.3.2
|
|
92
92
|
dkist-processing-core==7.3.0
|
|
93
93
|
dkist-processing-pac==3.1.2
|
|
94
|
-
dkist-processing-test==1.42.
|
|
94
|
+
dkist-processing-test==1.42.14
|
|
95
95
|
dkist-service-configuration==4.3.0
|
|
96
96
|
dkist-spectral-lines==3.0.1
|
|
97
97
|
dkist_fits_specifications==4.26.0
|
|
@@ -111,17 +111,17 @@ googleapis-common-protos==1.75.0
|
|
|
111
111
|
gqlclient==2.0.0
|
|
112
112
|
greenback==1.3.0
|
|
113
113
|
greenlet==3.5.1
|
|
114
|
-
grpcio==1.
|
|
114
|
+
grpcio==1.81.0
|
|
115
115
|
h11==0.16.0
|
|
116
116
|
httpcore==1.0.9
|
|
117
117
|
httptools==0.8.0
|
|
118
118
|
httpx==0.28.1
|
|
119
119
|
humanize==4.15.0
|
|
120
|
-
idna==3.
|
|
120
|
+
idna==3.18
|
|
121
121
|
imageio-ffmpeg==0.6.0
|
|
122
122
|
importlib_metadata==9.0.0
|
|
123
123
|
ipykernel==7.2.0
|
|
124
|
-
ipython==9.
|
|
124
|
+
ipython==9.14.1
|
|
125
125
|
ipython_pygments_lexers==1.1.1
|
|
126
126
|
isoduration==20.11.0
|
|
127
127
|
itsdangerous==2.2.0
|
|
@@ -133,11 +133,11 @@ jsonschema==4.26.0
|
|
|
133
133
|
jsonschema-specifications==2025.9.1
|
|
134
134
|
jupyter-events==0.12.1
|
|
135
135
|
jupyter-lsp==2.3.1
|
|
136
|
-
jupyter_client==8.
|
|
136
|
+
jupyter_client==8.9.1
|
|
137
137
|
jupyter_core==5.9.1
|
|
138
|
-
jupyter_server==2.
|
|
138
|
+
jupyter_server==2.19.0
|
|
139
139
|
jupyter_server_terminals==0.5.4
|
|
140
|
-
jupyterlab==4.5.
|
|
140
|
+
jupyterlab==4.5.8
|
|
141
141
|
jupyterlab_pygments==0.3.0
|
|
142
142
|
jupyterlab_server==2.28.0
|
|
143
143
|
kiwisolver==1.5.0
|
|
@@ -161,11 +161,11 @@ moviepy==2.2.1
|
|
|
161
161
|
msgspec==0.21.1
|
|
162
162
|
multidict==6.7.1
|
|
163
163
|
natsort==8.4.0
|
|
164
|
-
nbclient==0.
|
|
164
|
+
nbclient==0.11.0
|
|
165
165
|
nbconvert==7.17.1
|
|
166
166
|
nbformat==5.10.4
|
|
167
167
|
nest-asyncio==1.6.0
|
|
168
|
-
notebook==7.5.
|
|
168
|
+
notebook==7.5.7
|
|
169
169
|
notebook_shim==0.2.4
|
|
170
170
|
numba==0.61.2
|
|
171
171
|
numpy==2.2.5
|
|
@@ -206,8 +206,8 @@ pendulum==3.2.0
|
|
|
206
206
|
pexpect==4.9.0
|
|
207
207
|
pika==1.4.1
|
|
208
208
|
pillow==11.3.0
|
|
209
|
-
pip==26.1.
|
|
210
|
-
platformdirs==4.
|
|
209
|
+
pip==26.1.2
|
|
210
|
+
platformdirs==4.10.0
|
|
211
211
|
pluggy==1.6.0
|
|
212
212
|
pooch==1.9.0
|
|
213
213
|
proglog==0.1.12
|
|
@@ -231,7 +231,7 @@ python-daemon==3.1.2
|
|
|
231
231
|
python-dateutil==2.9.0.post0
|
|
232
232
|
python-dotenv==1.2.2
|
|
233
233
|
python-json-logger==4.1.0
|
|
234
|
-
python-multipart==0.0.
|
|
234
|
+
python-multipart==0.0.32
|
|
235
235
|
python-slugify==8.0.4
|
|
236
236
|
pytz==2026.2
|
|
237
237
|
pyzmq==27.1.0
|
|
@@ -243,9 +243,9 @@ rfc3986-validator==0.1.1
|
|
|
243
243
|
rfc3987-syntax==1.1.0
|
|
244
244
|
rich==15.0.0
|
|
245
245
|
rich-argparse==1.8.0
|
|
246
|
-
rich-toolkit==0.
|
|
247
|
-
rpds-py==
|
|
248
|
-
s3transfer==0.
|
|
246
|
+
rich-toolkit==0.20.1
|
|
247
|
+
rpds-py==2026.5.1
|
|
248
|
+
s3transfer==0.18.0
|
|
249
249
|
scipy==1.17.1
|
|
250
250
|
semantic-version==2.10.0
|
|
251
251
|
setproctitle==1.3.7
|
|
@@ -259,7 +259,7 @@ sqids==0.5.1
|
|
|
259
259
|
sqlparse==0.5.5
|
|
260
260
|
stack-data==0.6.3
|
|
261
261
|
starlette==0.52.1
|
|
262
|
-
structlog==
|
|
262
|
+
structlog==26.1.0
|
|
263
263
|
sunpy==7.1.2
|
|
264
264
|
svcs==25.1.0
|
|
265
265
|
tabulate==0.10.0
|
|
@@ -268,11 +268,11 @@ tenacity==8.5.0
|
|
|
268
268
|
termcolor==3.3.0
|
|
269
269
|
terminado==0.18.1
|
|
270
270
|
text-unidecode==1.3
|
|
271
|
-
tinycss2==1.
|
|
272
|
-
tornado==6.5.
|
|
273
|
-
tqdm==4.
|
|
274
|
-
traitlets==5.15.
|
|
275
|
-
typer==0.26.
|
|
271
|
+
tinycss2==1.5.1
|
|
272
|
+
tornado==6.5.7
|
|
273
|
+
tqdm==4.68.2
|
|
274
|
+
traitlets==5.15.1
|
|
275
|
+
typer==0.26.7
|
|
276
276
|
typing-inspection==0.4.2
|
|
277
277
|
typing_extensions==4.15.0
|
|
278
278
|
tzdata==2026.2
|
|
@@ -283,12 +283,12 @@ universal_pathlib==0.3.10
|
|
|
283
283
|
uri-template==1.3.0
|
|
284
284
|
urllib3==2.7.0
|
|
285
285
|
uuid6==2025.0.1
|
|
286
|
-
uvicorn==0.
|
|
286
|
+
uvicorn==0.49.0
|
|
287
287
|
uvloop==0.22.1
|
|
288
288
|
vine==5.1.0
|
|
289
289
|
voluptuous==0.16.0
|
|
290
290
|
watchfiles==1.2.0
|
|
291
|
-
wcwidth==0.
|
|
291
|
+
wcwidth==0.8.1
|
|
292
292
|
webcolors==25.10.0
|
|
293
293
|
webencodings==0.5.1
|
|
294
294
|
websocket-client==1.9.0
|
|
@@ -301,7 +301,7 @@ zipp==4.1.0
|
|
|
301
301
|
|
|
302
302
|
[inventory]
|
|
303
303
|
dkist-processing-common[inventory]
|
|
304
|
-
dkist-inventory==1.11.
|
|
304
|
+
dkist-inventory==1.11.8
|
|
305
305
|
|
|
306
306
|
[quality]
|
|
307
307
|
dkist-quality==2.0.1
|
|
@@ -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-
|
|
12
|
+
version = "1.42.14"
|
|
13
|
+
date = 2026-06-09T15:13:55.189905
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -54,11 +54,11 @@ test = [
|
|
|
54
54
|
]
|
|
55
55
|
inventory = [
|
|
56
56
|
"dkist-processing-common[inventory]",
|
|
57
|
-
"dkist-inventory==1.11.
|
|
57
|
+
"dkist-inventory==1.11.8",
|
|
58
58
|
]
|
|
59
59
|
asdf = [
|
|
60
60
|
"dkist-processing-common[asdf]",
|
|
61
|
-
"dkist-inventory[asdf]==1.11.
|
|
61
|
+
"dkist-inventory[asdf]==1.11.8",
|
|
62
62
|
]
|
|
63
63
|
quality = [
|
|
64
64
|
"dkist-quality == 2.0.1",
|
|
@@ -78,9 +78,9 @@ frozen = [
|
|
|
78
78
|
"a2wsgi == 1.10.10",
|
|
79
79
|
"aioftp == 0.27.2",
|
|
80
80
|
"aiohappyeyeballs == 2.6.2",
|
|
81
|
-
"aiohttp == 3.
|
|
81
|
+
"aiohttp == 3.14.1",
|
|
82
82
|
"aiosignal == 1.4.0",
|
|
83
|
-
"aiosmtplib == 5.1.
|
|
83
|
+
"aiosmtplib == 5.1.1",
|
|
84
84
|
"aiosqlite == 0.21.0",
|
|
85
85
|
"alembic == 1.18.4",
|
|
86
86
|
"amqp == 5.3.1",
|
|
@@ -91,11 +91,11 @@ frozen = [
|
|
|
91
91
|
"apache-airflow-core == 3.2.1",
|
|
92
92
|
"apache-airflow-providers-celery == 3.20.0",
|
|
93
93
|
"apache-airflow-providers-common-compat == 1.15.0",
|
|
94
|
-
"apache-airflow-providers-common-io == 1.7.
|
|
95
|
-
"apache-airflow-providers-common-sql == 2.0.
|
|
96
|
-
"apache-airflow-providers-postgres == 6.7.
|
|
94
|
+
"apache-airflow-providers-common-io == 1.7.3",
|
|
95
|
+
"apache-airflow-providers-common-sql == 2.0.1",
|
|
96
|
+
"apache-airflow-providers-postgres == 6.7.1",
|
|
97
97
|
"apache-airflow-providers-smtp == 3.0.1",
|
|
98
|
-
"apache-airflow-providers-standard == 1.
|
|
98
|
+
"apache-airflow-providers-standard == 1.14.0",
|
|
99
99
|
"apache-airflow-task-sdk == 1.2.1",
|
|
100
100
|
"appnope == 0.1.4",
|
|
101
101
|
"argcomplete == 3.6.3",
|
|
@@ -108,18 +108,18 @@ frozen = [
|
|
|
108
108
|
"asgiref == 3.11.1",
|
|
109
109
|
"asteval == 1.0.8",
|
|
110
110
|
"astropy == 7.0.2",
|
|
111
|
-
"astropy-iers-data == 0.2026.
|
|
111
|
+
"astropy-iers-data == 0.2026.6.8.17.49.5",
|
|
112
112
|
"asttokens == 3.0.1",
|
|
113
113
|
"async-lru == 2.3.0",
|
|
114
114
|
"asyncpg == 0.31.0",
|
|
115
115
|
"attrs == 26.1.0",
|
|
116
116
|
"babel == 2.18.0",
|
|
117
|
-
"beautifulsoup4 == 4.
|
|
117
|
+
"beautifulsoup4 == 4.15.0",
|
|
118
118
|
"billiard == 4.2.4",
|
|
119
|
-
"bleach == 6.
|
|
120
|
-
"boto3 == 1.43.
|
|
121
|
-
"botocore == 1.43.
|
|
122
|
-
"cadwyn ==
|
|
119
|
+
"bleach == 6.4.0",
|
|
120
|
+
"boto3 == 1.43.26",
|
|
121
|
+
"botocore == 1.43.26",
|
|
122
|
+
"cadwyn == 7.0.0",
|
|
123
123
|
"celery == 5.6.3",
|
|
124
124
|
"certifi == 2026.5.20",
|
|
125
125
|
"cffi == 2.0.0",
|
|
@@ -131,11 +131,11 @@ frozen = [
|
|
|
131
131
|
"colorlog == 6.10.1",
|
|
132
132
|
"comm == 0.2.3",
|
|
133
133
|
"contourpy == 1.3.3",
|
|
134
|
-
"cron_descriptor == 2.0
|
|
134
|
+
"cron_descriptor == 2.1.0",
|
|
135
135
|
"croniter == 6.2.2",
|
|
136
136
|
"cryptography == 48.0.0",
|
|
137
137
|
"cycler == 0.12.1",
|
|
138
|
-
"debugpy == 1.8.
|
|
138
|
+
"debugpy == 1.8.21",
|
|
139
139
|
"decorator == 5.3.1",
|
|
140
140
|
"defusedxml == 0.7.1",
|
|
141
141
|
"dill == 0.4.1",
|
|
@@ -143,7 +143,7 @@ frozen = [
|
|
|
143
143
|
"dkist-processing-common == 14.3.2",
|
|
144
144
|
"dkist-processing-core == 7.3.0",
|
|
145
145
|
"dkist-processing-pac == 3.1.2",
|
|
146
|
-
"dkist-processing-test == 1.42.
|
|
146
|
+
"dkist-processing-test == 1.42.14",
|
|
147
147
|
"dkist-service-configuration == 4.3.0",
|
|
148
148
|
"dkist-spectral-lines == 3.0.1",
|
|
149
149
|
"dkist_fits_specifications == 4.26.0",
|
|
@@ -163,17 +163,17 @@ frozen = [
|
|
|
163
163
|
"gqlclient == 2.0.0",
|
|
164
164
|
"greenback == 1.3.0",
|
|
165
165
|
"greenlet == 3.5.1",
|
|
166
|
-
"grpcio == 1.
|
|
166
|
+
"grpcio == 1.81.0",
|
|
167
167
|
"h11 == 0.16.0",
|
|
168
168
|
"httpcore == 1.0.9",
|
|
169
169
|
"httptools == 0.8.0",
|
|
170
170
|
"httpx == 0.28.1",
|
|
171
171
|
"humanize == 4.15.0",
|
|
172
|
-
"idna == 3.
|
|
172
|
+
"idna == 3.18",
|
|
173
173
|
"imageio-ffmpeg == 0.6.0",
|
|
174
174
|
"importlib_metadata == 9.0.0",
|
|
175
175
|
"ipykernel == 7.2.0",
|
|
176
|
-
"ipython == 9.
|
|
176
|
+
"ipython == 9.14.1",
|
|
177
177
|
"ipython_pygments_lexers == 1.1.1",
|
|
178
178
|
"isoduration == 20.11.0",
|
|
179
179
|
"itsdangerous == 2.2.0",
|
|
@@ -185,11 +185,11 @@ frozen = [
|
|
|
185
185
|
"jsonschema-specifications == 2025.9.1",
|
|
186
186
|
"jupyter-events == 0.12.1",
|
|
187
187
|
"jupyter-lsp == 2.3.1",
|
|
188
|
-
"jupyter_client == 8.
|
|
188
|
+
"jupyter_client == 8.9.1",
|
|
189
189
|
"jupyter_core == 5.9.1",
|
|
190
|
-
"jupyter_server == 2.
|
|
190
|
+
"jupyter_server == 2.19.0",
|
|
191
191
|
"jupyter_server_terminals == 0.5.4",
|
|
192
|
-
"jupyterlab == 4.5.
|
|
192
|
+
"jupyterlab == 4.5.8",
|
|
193
193
|
"jupyterlab_pygments == 0.3.0",
|
|
194
194
|
"jupyterlab_server == 2.28.0",
|
|
195
195
|
"kiwisolver == 1.5.0",
|
|
@@ -213,11 +213,11 @@ frozen = [
|
|
|
213
213
|
"msgspec == 0.21.1",
|
|
214
214
|
"multidict == 6.7.1",
|
|
215
215
|
"natsort == 8.4.0",
|
|
216
|
-
"nbclient == 0.
|
|
216
|
+
"nbclient == 0.11.0",
|
|
217
217
|
"nbconvert == 7.17.1",
|
|
218
218
|
"nbformat == 5.10.4",
|
|
219
219
|
"nest-asyncio == 1.6.0",
|
|
220
|
-
"notebook == 7.5.
|
|
220
|
+
"notebook == 7.5.7",
|
|
221
221
|
"notebook_shim == 0.2.4",
|
|
222
222
|
"numba == 0.61.2",
|
|
223
223
|
"numpy == 2.2.5",
|
|
@@ -258,8 +258,8 @@ frozen = [
|
|
|
258
258
|
"pexpect == 4.9.0",
|
|
259
259
|
"pika == 1.4.1",
|
|
260
260
|
"pillow == 11.3.0",
|
|
261
|
-
"pip == 26.1.
|
|
262
|
-
"platformdirs == 4.
|
|
261
|
+
"pip == 26.1.2",
|
|
262
|
+
"platformdirs == 4.10.0",
|
|
263
263
|
"pluggy == 1.6.0",
|
|
264
264
|
"pooch == 1.9.0",
|
|
265
265
|
"proglog == 0.1.12",
|
|
@@ -283,7 +283,7 @@ frozen = [
|
|
|
283
283
|
"python-dateutil == 2.9.0.post0",
|
|
284
284
|
"python-dotenv == 1.2.2",
|
|
285
285
|
"python-json-logger == 4.1.0",
|
|
286
|
-
"python-multipart == 0.0.
|
|
286
|
+
"python-multipart == 0.0.32",
|
|
287
287
|
"python-slugify == 8.0.4",
|
|
288
288
|
"pytz == 2026.2",
|
|
289
289
|
"pyzmq == 27.1.0",
|
|
@@ -295,9 +295,9 @@ frozen = [
|
|
|
295
295
|
"rfc3987-syntax == 1.1.0",
|
|
296
296
|
"rich == 15.0.0",
|
|
297
297
|
"rich-argparse == 1.8.0",
|
|
298
|
-
"rich-toolkit == 0.
|
|
299
|
-
"rpds-py ==
|
|
300
|
-
"s3transfer == 0.
|
|
298
|
+
"rich-toolkit == 0.20.1",
|
|
299
|
+
"rpds-py == 2026.5.1",
|
|
300
|
+
"s3transfer == 0.18.0",
|
|
301
301
|
"scipy == 1.17.1",
|
|
302
302
|
"semantic-version == 2.10.0",
|
|
303
303
|
"setproctitle == 1.3.7",
|
|
@@ -311,7 +311,7 @@ frozen = [
|
|
|
311
311
|
"sqlparse == 0.5.5",
|
|
312
312
|
"stack-data == 0.6.3",
|
|
313
313
|
"starlette == 0.52.1",
|
|
314
|
-
"structlog ==
|
|
314
|
+
"structlog == 26.1.0",
|
|
315
315
|
"sunpy == 7.1.2",
|
|
316
316
|
"svcs == 25.1.0",
|
|
317
317
|
"tabulate == 0.10.0",
|
|
@@ -320,11 +320,11 @@ frozen = [
|
|
|
320
320
|
"termcolor == 3.3.0",
|
|
321
321
|
"terminado == 0.18.1",
|
|
322
322
|
"text-unidecode == 1.3",
|
|
323
|
-
"tinycss2 == 1.
|
|
324
|
-
"tornado == 6.5.
|
|
325
|
-
"tqdm == 4.
|
|
326
|
-
"traitlets == 5.15.
|
|
327
|
-
"typer == 0.26.
|
|
323
|
+
"tinycss2 == 1.5.1",
|
|
324
|
+
"tornado == 6.5.7",
|
|
325
|
+
"tqdm == 4.68.2",
|
|
326
|
+
"traitlets == 5.15.1",
|
|
327
|
+
"typer == 0.26.7",
|
|
328
328
|
"typing-inspection == 0.4.2",
|
|
329
329
|
"typing_extensions == 4.15.0",
|
|
330
330
|
"tzdata == 2026.2",
|
|
@@ -335,12 +335,12 @@ frozen = [
|
|
|
335
335
|
"uri-template == 1.3.0",
|
|
336
336
|
"urllib3 == 2.7.0",
|
|
337
337
|
"uuid6 == 2025.0.1",
|
|
338
|
-
"uvicorn == 0.
|
|
338
|
+
"uvicorn == 0.49.0",
|
|
339
339
|
"uvloop == 0.22.1",
|
|
340
340
|
"vine == 5.1.0",
|
|
341
341
|
"voluptuous == 0.16.0",
|
|
342
342
|
"watchfiles == 1.2.0",
|
|
343
|
-
"wcwidth == 0.
|
|
343
|
+
"wcwidth == 0.8.1",
|
|
344
344
|
"webcolors == 25.10.0",
|
|
345
345
|
"webencodings == 0.5.1",
|
|
346
346
|
"websocket-client == 1.9.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/config.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
|
{dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/tasks/movie.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/tasks/noop.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.13 → dkist_processing_test-1.42.14}/dkist_processing_test/tasks/parse.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
|
|
File without changes
|