dkist-processing-test 1.42.6__tar.gz → 1.42.7__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.6/dkist_processing_test.egg-info → dkist_processing_test-1.42.7}/PKG-INFO +74 -18
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7/dkist_processing_test.egg-info}/PKG-INFO +74 -18
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test.egg-info/requires.txt +73 -17
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/pyproject.toml +75 -19
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/.gitignore +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/.snyk +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/README.rst +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/parsers/__init__.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/parsers/test_l0_fits_access.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/parsers/time.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/tasks/construct_dataset_extras.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/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.7
|
|
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
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.13
|
|
13
13
|
Requires-Python: >=3.13
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==14.0
|
|
15
|
+
Requires-Dist: dkist-processing-common==14.1.0
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.26.0
|
|
@@ -48,8 +48,7 @@ Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
|
48
48
|
Requires-Dist: PyYAML-ft==8.0.0; extra == "frozen"
|
|
49
49
|
Requires-Dist: Pygments==2.20.0; extra == "frozen"
|
|
50
50
|
Requires-Dist: SQLAlchemy==2.0.49; extra == "frozen"
|
|
51
|
-
Requires-Dist:
|
|
52
|
-
Requires-Dist: SQLAlchemy-Utils==0.42.1; extra == "frozen"
|
|
51
|
+
Requires-Dist: Send2Trash==2.1.0; extra == "frozen"
|
|
53
52
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
54
53
|
Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
55
54
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
@@ -62,8 +61,8 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
|
62
61
|
Requires-Dist: annotated-doc==0.0.4; extra == "frozen"
|
|
63
62
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
64
63
|
Requires-Dist: anyio==4.13.0; extra == "frozen"
|
|
65
|
-
Requires-Dist: apache-airflow==3.1
|
|
66
|
-
Requires-Dist: apache-airflow-core==3.1
|
|
64
|
+
Requires-Dist: apache-airflow==3.2.1; extra == "frozen"
|
|
65
|
+
Requires-Dist: apache-airflow-core==3.2.1; extra == "frozen"
|
|
67
66
|
Requires-Dist: apache-airflow-providers-celery==3.19.0; extra == "frozen"
|
|
68
67
|
Requires-Dist: apache-airflow-providers-common-compat==1.14.3; extra == "frozen"
|
|
69
68
|
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
@@ -71,8 +70,12 @@ Requires-Dist: apache-airflow-providers-common-sql==1.35.0; extra == "frozen"
|
|
|
71
70
|
Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
|
|
72
71
|
Requires-Dist: apache-airflow-providers-smtp==3.0.0; extra == "frozen"
|
|
73
72
|
Requires-Dist: apache-airflow-providers-standard==1.12.3; extra == "frozen"
|
|
74
|
-
Requires-Dist: apache-airflow-task-sdk==1.1
|
|
73
|
+
Requires-Dist: apache-airflow-task-sdk==1.2.1; extra == "frozen"
|
|
74
|
+
Requires-Dist: appnope==0.1.4; extra == "frozen"
|
|
75
75
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
76
|
+
Requires-Dist: argon2-cffi==25.1.0; extra == "frozen"
|
|
77
|
+
Requires-Dist: argon2-cffi-bindings==25.1.0; extra == "frozen"
|
|
78
|
+
Requires-Dist: arrow==1.4.0; extra == "frozen"
|
|
76
79
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
77
80
|
Requires-Dist: asdf_standard==1.5.0; extra == "frozen"
|
|
78
81
|
Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
@@ -80,13 +83,17 @@ Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
|
80
83
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
81
84
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
82
85
|
Requires-Dist: astropy-iers-data==0.2026.5.4.1.4.54; extra == "frozen"
|
|
86
|
+
Requires-Dist: asttokens==3.0.1; extra == "frozen"
|
|
87
|
+
Requires-Dist: async-lru==2.3.0; extra == "frozen"
|
|
83
88
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
84
89
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
85
90
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
91
|
+
Requires-Dist: beautifulsoup4==4.14.3; extra == "frozen"
|
|
86
92
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
87
|
-
Requires-Dist:
|
|
88
|
-
Requires-Dist:
|
|
89
|
-
Requires-Dist:
|
|
93
|
+
Requires-Dist: bleach==6.3.0; extra == "frozen"
|
|
94
|
+
Requires-Dist: boto3==1.43.5; extra == "frozen"
|
|
95
|
+
Requires-Dist: botocore==1.43.5; extra == "frozen"
|
|
96
|
+
Requires-Dist: cadwyn==6.2.2; extra == "frozen"
|
|
90
97
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
91
98
|
Requires-Dist: certifi==2026.4.22; extra == "frozen"
|
|
92
99
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
@@ -96,28 +103,33 @@ Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
|
96
103
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
97
104
|
Requires-Dist: click-repl==0.3.0; extra == "frozen"
|
|
98
105
|
Requires-Dist: colorlog==6.10.1; extra == "frozen"
|
|
106
|
+
Requires-Dist: comm==0.2.3; extra == "frozen"
|
|
99
107
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
100
108
|
Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
|
|
101
109
|
Requires-Dist: croniter==6.2.2; extra == "frozen"
|
|
102
110
|
Requires-Dist: cryptography==48.0.0; extra == "frozen"
|
|
103
111
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
112
|
+
Requires-Dist: debugpy==1.8.20; extra == "frozen"
|
|
104
113
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
114
|
+
Requires-Dist: defusedxml==0.7.1; extra == "frozen"
|
|
105
115
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
106
116
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
107
|
-
Requires-Dist: dkist-processing-common==14.0
|
|
108
|
-
Requires-Dist: dkist-processing-core==7.
|
|
117
|
+
Requires-Dist: dkist-processing-common==14.1.0; extra == "frozen"
|
|
118
|
+
Requires-Dist: dkist-processing-core==7.3.0; extra == "frozen"
|
|
109
119
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
110
|
-
Requires-Dist: dkist-processing-test==1.42.
|
|
120
|
+
Requires-Dist: dkist-processing-test==1.42.7; extra == "frozen"
|
|
111
121
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
112
122
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
113
123
|
Requires-Dist: dkist_fits_specifications==4.26.0; extra == "frozen"
|
|
114
124
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
115
125
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
116
|
-
Requires-Dist:
|
|
126
|
+
Requires-Dist: executing==2.2.1; extra == "frozen"
|
|
127
|
+
Requires-Dist: fastapi==0.136.1; extra == "frozen"
|
|
117
128
|
Requires-Dist: fastapi-cli==0.0.24; extra == "frozen"
|
|
118
129
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
119
130
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
120
131
|
Requires-Dist: fonttools==4.62.1; extra == "frozen"
|
|
132
|
+
Requires-Dist: fqdn==1.5.1; extra == "frozen"
|
|
121
133
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
122
134
|
Requires-Dist: fsspec==2026.4.0; extra == "frozen"
|
|
123
135
|
Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
@@ -134,13 +146,29 @@ Requires-Dist: humanize==4.15.0; extra == "frozen"
|
|
|
134
146
|
Requires-Dist: idna==3.13; extra == "frozen"
|
|
135
147
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
136
148
|
Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
|
|
149
|
+
Requires-Dist: ipykernel==7.2.0; extra == "frozen"
|
|
150
|
+
Requires-Dist: ipython==9.13.0; extra == "frozen"
|
|
151
|
+
Requires-Dist: ipython_pygments_lexers==1.1.1; extra == "frozen"
|
|
152
|
+
Requires-Dist: isoduration==20.11.0; extra == "frozen"
|
|
137
153
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
154
|
+
Requires-Dist: jedi==0.20.0; extra == "frozen"
|
|
138
155
|
Requires-Dist: jmespath==1.1.0; extra == "frozen"
|
|
156
|
+
Requires-Dist: json5==0.14.0; extra == "frozen"
|
|
157
|
+
Requires-Dist: jsonpointer==3.1.1; extra == "frozen"
|
|
139
158
|
Requires-Dist: jsonschema==4.26.0; extra == "frozen"
|
|
140
159
|
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
160
|
+
Requires-Dist: jupyter-events==0.12.1; extra == "frozen"
|
|
161
|
+
Requires-Dist: jupyter-lsp==2.3.1; extra == "frozen"
|
|
162
|
+
Requires-Dist: jupyter_client==8.8.0; extra == "frozen"
|
|
141
163
|
Requires-Dist: jupyter_core==5.9.1; extra == "frozen"
|
|
164
|
+
Requires-Dist: jupyter_server==2.18.2; extra == "frozen"
|
|
165
|
+
Requires-Dist: jupyter_server_terminals==0.5.4; extra == "frozen"
|
|
166
|
+
Requires-Dist: jupyterlab==4.5.7; extra == "frozen"
|
|
167
|
+
Requires-Dist: jupyterlab_pygments==0.3.0; extra == "frozen"
|
|
168
|
+
Requires-Dist: jupyterlab_server==2.28.0; extra == "frozen"
|
|
142
169
|
Requires-Dist: kiwisolver==1.5.0; extra == "frozen"
|
|
143
170
|
Requires-Dist: kombu==5.6.2; extra == "frozen"
|
|
171
|
+
Requires-Dist: lark==1.3.1; extra == "frozen"
|
|
144
172
|
Requires-Dist: lazy-object-proxy==1.12.0; extra == "frozen"
|
|
145
173
|
Requires-Dist: libcst==1.8.6; extra == "frozen"
|
|
146
174
|
Requires-Dist: linkify-it-py==2.1.0; extra == "frozen"
|
|
@@ -148,16 +176,23 @@ Requires-Dist: llvmlite==0.44.0; extra == "frozen"
|
|
|
148
176
|
Requires-Dist: lmfit==1.3.4; extra == "frozen"
|
|
149
177
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
150
178
|
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
151
|
-
Requires-Dist: markdown-it-py==4.
|
|
179
|
+
Requires-Dist: markdown-it-py==4.1.0; extra == "frozen"
|
|
152
180
|
Requires-Dist: matplotlib==3.10.9; extra == "frozen"
|
|
181
|
+
Requires-Dist: matplotlib-inline==0.2.1; extra == "frozen"
|
|
153
182
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
154
183
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
184
|
+
Requires-Dist: mistune==3.2.1; extra == "frozen"
|
|
155
185
|
Requires-Dist: more-itertools==11.0.2; extra == "frozen"
|
|
156
186
|
Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
157
187
|
Requires-Dist: msgspec==0.21.1; extra == "frozen"
|
|
158
188
|
Requires-Dist: multidict==6.7.1; extra == "frozen"
|
|
159
189
|
Requires-Dist: natsort==8.4.0; extra == "frozen"
|
|
190
|
+
Requires-Dist: nbclient==0.10.4; extra == "frozen"
|
|
191
|
+
Requires-Dist: nbconvert==7.17.1; extra == "frozen"
|
|
160
192
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
193
|
+
Requires-Dist: nest-asyncio==1.6.0; extra == "frozen"
|
|
194
|
+
Requires-Dist: notebook==7.5.6; extra == "frozen"
|
|
195
|
+
Requires-Dist: notebook_shim==0.2.4; extra == "frozen"
|
|
161
196
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
162
197
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
163
198
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
@@ -188,10 +223,14 @@ Requires-Dist: opentelemetry-util-http==0.62b1; extra == "frozen"
|
|
|
188
223
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
189
224
|
Requires-Dist: packaging==26.2; extra == "frozen"
|
|
190
225
|
Requires-Dist: pandas==3.0.2; extra == "frozen"
|
|
226
|
+
Requires-Dist: pandocfilters==1.5.1; extra == "frozen"
|
|
191
227
|
Requires-Dist: parfive==2.3.1; extra == "frozen"
|
|
228
|
+
Requires-Dist: parso==0.8.7; extra == "frozen"
|
|
229
|
+
Requires-Dist: pathlib_abc==0.5.2; extra == "frozen"
|
|
192
230
|
Requires-Dist: pathspec==1.1.1; extra == "frozen"
|
|
193
231
|
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
194
|
-
Requires-Dist:
|
|
232
|
+
Requires-Dist: pexpect==4.9.0; extra == "frozen"
|
|
233
|
+
Requires-Dist: pika==1.4.0; extra == "frozen"
|
|
195
234
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
196
235
|
Requires-Dist: pip==26.1.1; extra == "frozen"
|
|
197
236
|
Requires-Dist: platformdirs==4.9.6; extra == "frozen"
|
|
@@ -204,8 +243,11 @@ Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
|
204
243
|
Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
205
244
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
206
245
|
Requires-Dist: psycopg2-binary==2.9.12; extra == "frozen"
|
|
246
|
+
Requires-Dist: ptyprocess==0.7.0; extra == "frozen"
|
|
247
|
+
Requires-Dist: pure_eval==0.2.3; extra == "frozen"
|
|
207
248
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
208
249
|
Requires-Dist: pydantic==2.13.4; extra == "frozen"
|
|
250
|
+
Requires-Dist: pydantic-extra-types==2.11.1; extra == "frozen"
|
|
209
251
|
Requires-Dist: pydantic-settings==2.14.0; extra == "frozen"
|
|
210
252
|
Requires-Dist: pydantic_core==2.46.4; extra == "frozen"
|
|
211
253
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
@@ -214,12 +256,17 @@ Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
|
214
256
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
215
257
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
216
258
|
Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
|
|
259
|
+
Requires-Dist: python-json-logger==4.1.0; extra == "frozen"
|
|
217
260
|
Requires-Dist: python-multipart==0.0.27; extra == "frozen"
|
|
218
261
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
219
262
|
Requires-Dist: pytz==2026.2; extra == "frozen"
|
|
263
|
+
Requires-Dist: pyzmq==27.1.0; extra == "frozen"
|
|
220
264
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
221
265
|
Requires-Dist: referencing==0.37.0; extra == "frozen"
|
|
222
266
|
Requires-Dist: requests==2.33.1; extra == "frozen"
|
|
267
|
+
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
268
|
+
Requires-Dist: rfc3986-validator==0.1.1; extra == "frozen"
|
|
269
|
+
Requires-Dist: rfc3987-syntax==1.1.0; extra == "frozen"
|
|
223
270
|
Requires-Dist: rich==15.0.0; extra == "frozen"
|
|
224
271
|
Requires-Dist: rich-argparse==1.8.0; extra == "frozen"
|
|
225
272
|
Requires-Dist: rich-toolkit==0.19.7; extra == "frozen"
|
|
@@ -228,13 +275,16 @@ Requires-Dist: s3transfer==0.17.0; extra == "frozen"
|
|
|
228
275
|
Requires-Dist: scipy==1.17.1; extra == "frozen"
|
|
229
276
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
230
277
|
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
278
|
+
Requires-Dist: setuptools==82.0.1; extra == "frozen"
|
|
231
279
|
Requires-Dist: shellingham==1.5.4; extra == "frozen"
|
|
232
280
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
233
281
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
234
282
|
Requires-Dist: solar-wavelength-calibration==2.0.3; extra == "frozen"
|
|
283
|
+
Requires-Dist: soupsieve==2.8.3; extra == "frozen"
|
|
235
284
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
236
285
|
Requires-Dist: sqlparse==0.5.5; extra == "frozen"
|
|
237
|
-
Requires-Dist:
|
|
286
|
+
Requires-Dist: stack-data==0.6.3; extra == "frozen"
|
|
287
|
+
Requires-Dist: starlette==0.52.1; extra == "frozen"
|
|
238
288
|
Requires-Dist: structlog==25.5.0; extra == "frozen"
|
|
239
289
|
Requires-Dist: sunpy==7.1.2; extra == "frozen"
|
|
240
290
|
Requires-Dist: svcs==25.1.0; extra == "frozen"
|
|
@@ -242,7 +292,9 @@ Requires-Dist: tabulate==0.10.0; extra == "frozen"
|
|
|
242
292
|
Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
243
293
|
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
244
294
|
Requires-Dist: termcolor==3.3.0; extra == "frozen"
|
|
295
|
+
Requires-Dist: terminado==0.18.1; extra == "frozen"
|
|
245
296
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
297
|
+
Requires-Dist: tinycss2==1.4.0; extra == "frozen"
|
|
246
298
|
Requires-Dist: tornado==6.5.5; extra == "frozen"
|
|
247
299
|
Requires-Dist: tqdm==4.67.3; extra == "frozen"
|
|
248
300
|
Requires-Dist: traitlets==5.15.0; extra == "frozen"
|
|
@@ -253,7 +305,8 @@ Requires-Dist: tzdata==2026.2; extra == "frozen"
|
|
|
253
305
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
254
306
|
Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
|
|
255
307
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
256
|
-
Requires-Dist: universal_pathlib==0.
|
|
308
|
+
Requires-Dist: universal_pathlib==0.3.10; extra == "frozen"
|
|
309
|
+
Requires-Dist: uri-template==1.3.0; extra == "frozen"
|
|
257
310
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
258
311
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
259
312
|
Requires-Dist: uvicorn==0.46.0; extra == "frozen"
|
|
@@ -262,6 +315,9 @@ Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
|
262
315
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
263
316
|
Requires-Dist: watchfiles==1.1.1; extra == "frozen"
|
|
264
317
|
Requires-Dist: wcwidth==0.7.0; extra == "frozen"
|
|
318
|
+
Requires-Dist: webcolors==25.10.0; extra == "frozen"
|
|
319
|
+
Requires-Dist: webencodings==0.5.1; extra == "frozen"
|
|
320
|
+
Requires-Dist: websocket-client==1.9.0; extra == "frozen"
|
|
265
321
|
Requires-Dist: websockets==16.0; extra == "frozen"
|
|
266
322
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
267
323
|
Requires-Dist: wrapt==2.1.2; 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.7
|
|
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
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.13
|
|
13
13
|
Requires-Python: >=3.13
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==14.0
|
|
15
|
+
Requires-Dist: dkist-processing-common==14.1.0
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.26.0
|
|
@@ -48,8 +48,7 @@ Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
|
48
48
|
Requires-Dist: PyYAML-ft==8.0.0; extra == "frozen"
|
|
49
49
|
Requires-Dist: Pygments==2.20.0; extra == "frozen"
|
|
50
50
|
Requires-Dist: SQLAlchemy==2.0.49; extra == "frozen"
|
|
51
|
-
Requires-Dist:
|
|
52
|
-
Requires-Dist: SQLAlchemy-Utils==0.42.1; extra == "frozen"
|
|
51
|
+
Requires-Dist: Send2Trash==2.1.0; extra == "frozen"
|
|
53
52
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
54
53
|
Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
55
54
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
@@ -62,8 +61,8 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
|
62
61
|
Requires-Dist: annotated-doc==0.0.4; extra == "frozen"
|
|
63
62
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
64
63
|
Requires-Dist: anyio==4.13.0; extra == "frozen"
|
|
65
|
-
Requires-Dist: apache-airflow==3.1
|
|
66
|
-
Requires-Dist: apache-airflow-core==3.1
|
|
64
|
+
Requires-Dist: apache-airflow==3.2.1; extra == "frozen"
|
|
65
|
+
Requires-Dist: apache-airflow-core==3.2.1; extra == "frozen"
|
|
67
66
|
Requires-Dist: apache-airflow-providers-celery==3.19.0; extra == "frozen"
|
|
68
67
|
Requires-Dist: apache-airflow-providers-common-compat==1.14.3; extra == "frozen"
|
|
69
68
|
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
@@ -71,8 +70,12 @@ Requires-Dist: apache-airflow-providers-common-sql==1.35.0; extra == "frozen"
|
|
|
71
70
|
Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
|
|
72
71
|
Requires-Dist: apache-airflow-providers-smtp==3.0.0; extra == "frozen"
|
|
73
72
|
Requires-Dist: apache-airflow-providers-standard==1.12.3; extra == "frozen"
|
|
74
|
-
Requires-Dist: apache-airflow-task-sdk==1.1
|
|
73
|
+
Requires-Dist: apache-airflow-task-sdk==1.2.1; extra == "frozen"
|
|
74
|
+
Requires-Dist: appnope==0.1.4; extra == "frozen"
|
|
75
75
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
76
|
+
Requires-Dist: argon2-cffi==25.1.0; extra == "frozen"
|
|
77
|
+
Requires-Dist: argon2-cffi-bindings==25.1.0; extra == "frozen"
|
|
78
|
+
Requires-Dist: arrow==1.4.0; extra == "frozen"
|
|
76
79
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
77
80
|
Requires-Dist: asdf_standard==1.5.0; extra == "frozen"
|
|
78
81
|
Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
@@ -80,13 +83,17 @@ Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
|
80
83
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
81
84
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
82
85
|
Requires-Dist: astropy-iers-data==0.2026.5.4.1.4.54; extra == "frozen"
|
|
86
|
+
Requires-Dist: asttokens==3.0.1; extra == "frozen"
|
|
87
|
+
Requires-Dist: async-lru==2.3.0; extra == "frozen"
|
|
83
88
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
84
89
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
85
90
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
91
|
+
Requires-Dist: beautifulsoup4==4.14.3; extra == "frozen"
|
|
86
92
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
87
|
-
Requires-Dist:
|
|
88
|
-
Requires-Dist:
|
|
89
|
-
Requires-Dist:
|
|
93
|
+
Requires-Dist: bleach==6.3.0; extra == "frozen"
|
|
94
|
+
Requires-Dist: boto3==1.43.5; extra == "frozen"
|
|
95
|
+
Requires-Dist: botocore==1.43.5; extra == "frozen"
|
|
96
|
+
Requires-Dist: cadwyn==6.2.2; extra == "frozen"
|
|
90
97
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
91
98
|
Requires-Dist: certifi==2026.4.22; extra == "frozen"
|
|
92
99
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
@@ -96,28 +103,33 @@ Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
|
96
103
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
97
104
|
Requires-Dist: click-repl==0.3.0; extra == "frozen"
|
|
98
105
|
Requires-Dist: colorlog==6.10.1; extra == "frozen"
|
|
106
|
+
Requires-Dist: comm==0.2.3; extra == "frozen"
|
|
99
107
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
100
108
|
Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
|
|
101
109
|
Requires-Dist: croniter==6.2.2; extra == "frozen"
|
|
102
110
|
Requires-Dist: cryptography==48.0.0; extra == "frozen"
|
|
103
111
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
112
|
+
Requires-Dist: debugpy==1.8.20; extra == "frozen"
|
|
104
113
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
114
|
+
Requires-Dist: defusedxml==0.7.1; extra == "frozen"
|
|
105
115
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
106
116
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
107
|
-
Requires-Dist: dkist-processing-common==14.0
|
|
108
|
-
Requires-Dist: dkist-processing-core==7.
|
|
117
|
+
Requires-Dist: dkist-processing-common==14.1.0; extra == "frozen"
|
|
118
|
+
Requires-Dist: dkist-processing-core==7.3.0; extra == "frozen"
|
|
109
119
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
110
|
-
Requires-Dist: dkist-processing-test==1.42.
|
|
120
|
+
Requires-Dist: dkist-processing-test==1.42.7; extra == "frozen"
|
|
111
121
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
112
122
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
113
123
|
Requires-Dist: dkist_fits_specifications==4.26.0; extra == "frozen"
|
|
114
124
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
115
125
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
116
|
-
Requires-Dist:
|
|
126
|
+
Requires-Dist: executing==2.2.1; extra == "frozen"
|
|
127
|
+
Requires-Dist: fastapi==0.136.1; extra == "frozen"
|
|
117
128
|
Requires-Dist: fastapi-cli==0.0.24; extra == "frozen"
|
|
118
129
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
119
130
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
120
131
|
Requires-Dist: fonttools==4.62.1; extra == "frozen"
|
|
132
|
+
Requires-Dist: fqdn==1.5.1; extra == "frozen"
|
|
121
133
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
122
134
|
Requires-Dist: fsspec==2026.4.0; extra == "frozen"
|
|
123
135
|
Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
@@ -134,13 +146,29 @@ Requires-Dist: humanize==4.15.0; extra == "frozen"
|
|
|
134
146
|
Requires-Dist: idna==3.13; extra == "frozen"
|
|
135
147
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
136
148
|
Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
|
|
149
|
+
Requires-Dist: ipykernel==7.2.0; extra == "frozen"
|
|
150
|
+
Requires-Dist: ipython==9.13.0; extra == "frozen"
|
|
151
|
+
Requires-Dist: ipython_pygments_lexers==1.1.1; extra == "frozen"
|
|
152
|
+
Requires-Dist: isoduration==20.11.0; extra == "frozen"
|
|
137
153
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
154
|
+
Requires-Dist: jedi==0.20.0; extra == "frozen"
|
|
138
155
|
Requires-Dist: jmespath==1.1.0; extra == "frozen"
|
|
156
|
+
Requires-Dist: json5==0.14.0; extra == "frozen"
|
|
157
|
+
Requires-Dist: jsonpointer==3.1.1; extra == "frozen"
|
|
139
158
|
Requires-Dist: jsonschema==4.26.0; extra == "frozen"
|
|
140
159
|
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
160
|
+
Requires-Dist: jupyter-events==0.12.1; extra == "frozen"
|
|
161
|
+
Requires-Dist: jupyter-lsp==2.3.1; extra == "frozen"
|
|
162
|
+
Requires-Dist: jupyter_client==8.8.0; extra == "frozen"
|
|
141
163
|
Requires-Dist: jupyter_core==5.9.1; extra == "frozen"
|
|
164
|
+
Requires-Dist: jupyter_server==2.18.2; extra == "frozen"
|
|
165
|
+
Requires-Dist: jupyter_server_terminals==0.5.4; extra == "frozen"
|
|
166
|
+
Requires-Dist: jupyterlab==4.5.7; extra == "frozen"
|
|
167
|
+
Requires-Dist: jupyterlab_pygments==0.3.0; extra == "frozen"
|
|
168
|
+
Requires-Dist: jupyterlab_server==2.28.0; extra == "frozen"
|
|
142
169
|
Requires-Dist: kiwisolver==1.5.0; extra == "frozen"
|
|
143
170
|
Requires-Dist: kombu==5.6.2; extra == "frozen"
|
|
171
|
+
Requires-Dist: lark==1.3.1; extra == "frozen"
|
|
144
172
|
Requires-Dist: lazy-object-proxy==1.12.0; extra == "frozen"
|
|
145
173
|
Requires-Dist: libcst==1.8.6; extra == "frozen"
|
|
146
174
|
Requires-Dist: linkify-it-py==2.1.0; extra == "frozen"
|
|
@@ -148,16 +176,23 @@ Requires-Dist: llvmlite==0.44.0; extra == "frozen"
|
|
|
148
176
|
Requires-Dist: lmfit==1.3.4; extra == "frozen"
|
|
149
177
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
150
178
|
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
151
|
-
Requires-Dist: markdown-it-py==4.
|
|
179
|
+
Requires-Dist: markdown-it-py==4.1.0; extra == "frozen"
|
|
152
180
|
Requires-Dist: matplotlib==3.10.9; extra == "frozen"
|
|
181
|
+
Requires-Dist: matplotlib-inline==0.2.1; extra == "frozen"
|
|
153
182
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
154
183
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
184
|
+
Requires-Dist: mistune==3.2.1; extra == "frozen"
|
|
155
185
|
Requires-Dist: more-itertools==11.0.2; extra == "frozen"
|
|
156
186
|
Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
157
187
|
Requires-Dist: msgspec==0.21.1; extra == "frozen"
|
|
158
188
|
Requires-Dist: multidict==6.7.1; extra == "frozen"
|
|
159
189
|
Requires-Dist: natsort==8.4.0; extra == "frozen"
|
|
190
|
+
Requires-Dist: nbclient==0.10.4; extra == "frozen"
|
|
191
|
+
Requires-Dist: nbconvert==7.17.1; extra == "frozen"
|
|
160
192
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
193
|
+
Requires-Dist: nest-asyncio==1.6.0; extra == "frozen"
|
|
194
|
+
Requires-Dist: notebook==7.5.6; extra == "frozen"
|
|
195
|
+
Requires-Dist: notebook_shim==0.2.4; extra == "frozen"
|
|
161
196
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
162
197
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
163
198
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
@@ -188,10 +223,14 @@ Requires-Dist: opentelemetry-util-http==0.62b1; extra == "frozen"
|
|
|
188
223
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
189
224
|
Requires-Dist: packaging==26.2; extra == "frozen"
|
|
190
225
|
Requires-Dist: pandas==3.0.2; extra == "frozen"
|
|
226
|
+
Requires-Dist: pandocfilters==1.5.1; extra == "frozen"
|
|
191
227
|
Requires-Dist: parfive==2.3.1; extra == "frozen"
|
|
228
|
+
Requires-Dist: parso==0.8.7; extra == "frozen"
|
|
229
|
+
Requires-Dist: pathlib_abc==0.5.2; extra == "frozen"
|
|
192
230
|
Requires-Dist: pathspec==1.1.1; extra == "frozen"
|
|
193
231
|
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
194
|
-
Requires-Dist:
|
|
232
|
+
Requires-Dist: pexpect==4.9.0; extra == "frozen"
|
|
233
|
+
Requires-Dist: pika==1.4.0; extra == "frozen"
|
|
195
234
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
196
235
|
Requires-Dist: pip==26.1.1; extra == "frozen"
|
|
197
236
|
Requires-Dist: platformdirs==4.9.6; extra == "frozen"
|
|
@@ -204,8 +243,11 @@ Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
|
204
243
|
Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
205
244
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
206
245
|
Requires-Dist: psycopg2-binary==2.9.12; extra == "frozen"
|
|
246
|
+
Requires-Dist: ptyprocess==0.7.0; extra == "frozen"
|
|
247
|
+
Requires-Dist: pure_eval==0.2.3; extra == "frozen"
|
|
207
248
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
208
249
|
Requires-Dist: pydantic==2.13.4; extra == "frozen"
|
|
250
|
+
Requires-Dist: pydantic-extra-types==2.11.1; extra == "frozen"
|
|
209
251
|
Requires-Dist: pydantic-settings==2.14.0; extra == "frozen"
|
|
210
252
|
Requires-Dist: pydantic_core==2.46.4; extra == "frozen"
|
|
211
253
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
@@ -214,12 +256,17 @@ Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
|
214
256
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
215
257
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
216
258
|
Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
|
|
259
|
+
Requires-Dist: python-json-logger==4.1.0; extra == "frozen"
|
|
217
260
|
Requires-Dist: python-multipart==0.0.27; extra == "frozen"
|
|
218
261
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
219
262
|
Requires-Dist: pytz==2026.2; extra == "frozen"
|
|
263
|
+
Requires-Dist: pyzmq==27.1.0; extra == "frozen"
|
|
220
264
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
221
265
|
Requires-Dist: referencing==0.37.0; extra == "frozen"
|
|
222
266
|
Requires-Dist: requests==2.33.1; extra == "frozen"
|
|
267
|
+
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
268
|
+
Requires-Dist: rfc3986-validator==0.1.1; extra == "frozen"
|
|
269
|
+
Requires-Dist: rfc3987-syntax==1.1.0; extra == "frozen"
|
|
223
270
|
Requires-Dist: rich==15.0.0; extra == "frozen"
|
|
224
271
|
Requires-Dist: rich-argparse==1.8.0; extra == "frozen"
|
|
225
272
|
Requires-Dist: rich-toolkit==0.19.7; extra == "frozen"
|
|
@@ -228,13 +275,16 @@ Requires-Dist: s3transfer==0.17.0; extra == "frozen"
|
|
|
228
275
|
Requires-Dist: scipy==1.17.1; extra == "frozen"
|
|
229
276
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
230
277
|
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
278
|
+
Requires-Dist: setuptools==82.0.1; extra == "frozen"
|
|
231
279
|
Requires-Dist: shellingham==1.5.4; extra == "frozen"
|
|
232
280
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
233
281
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
234
282
|
Requires-Dist: solar-wavelength-calibration==2.0.3; extra == "frozen"
|
|
283
|
+
Requires-Dist: soupsieve==2.8.3; extra == "frozen"
|
|
235
284
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
236
285
|
Requires-Dist: sqlparse==0.5.5; extra == "frozen"
|
|
237
|
-
Requires-Dist:
|
|
286
|
+
Requires-Dist: stack-data==0.6.3; extra == "frozen"
|
|
287
|
+
Requires-Dist: starlette==0.52.1; extra == "frozen"
|
|
238
288
|
Requires-Dist: structlog==25.5.0; extra == "frozen"
|
|
239
289
|
Requires-Dist: sunpy==7.1.2; extra == "frozen"
|
|
240
290
|
Requires-Dist: svcs==25.1.0; extra == "frozen"
|
|
@@ -242,7 +292,9 @@ Requires-Dist: tabulate==0.10.0; extra == "frozen"
|
|
|
242
292
|
Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
243
293
|
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
244
294
|
Requires-Dist: termcolor==3.3.0; extra == "frozen"
|
|
295
|
+
Requires-Dist: terminado==0.18.1; extra == "frozen"
|
|
245
296
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
297
|
+
Requires-Dist: tinycss2==1.4.0; extra == "frozen"
|
|
246
298
|
Requires-Dist: tornado==6.5.5; extra == "frozen"
|
|
247
299
|
Requires-Dist: tqdm==4.67.3; extra == "frozen"
|
|
248
300
|
Requires-Dist: traitlets==5.15.0; extra == "frozen"
|
|
@@ -253,7 +305,8 @@ Requires-Dist: tzdata==2026.2; extra == "frozen"
|
|
|
253
305
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
254
306
|
Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
|
|
255
307
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
256
|
-
Requires-Dist: universal_pathlib==0.
|
|
308
|
+
Requires-Dist: universal_pathlib==0.3.10; extra == "frozen"
|
|
309
|
+
Requires-Dist: uri-template==1.3.0; extra == "frozen"
|
|
257
310
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
258
311
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
259
312
|
Requires-Dist: uvicorn==0.46.0; extra == "frozen"
|
|
@@ -262,6 +315,9 @@ Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
|
262
315
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
263
316
|
Requires-Dist: watchfiles==1.1.1; extra == "frozen"
|
|
264
317
|
Requires-Dist: wcwidth==0.7.0; extra == "frozen"
|
|
318
|
+
Requires-Dist: webcolors==25.10.0; extra == "frozen"
|
|
319
|
+
Requires-Dist: webencodings==0.5.1; extra == "frozen"
|
|
320
|
+
Requires-Dist: websocket-client==1.9.0; extra == "frozen"
|
|
265
321
|
Requires-Dist: websockets==16.0; extra == "frozen"
|
|
266
322
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
267
323
|
Requires-Dist: wrapt==2.1.2; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==14.0
|
|
1
|
+
dkist-processing-common==14.1.0
|
|
2
2
|
dkist-header-validator==5.3.1
|
|
3
3
|
dkist-service-configuration==4.3.0
|
|
4
4
|
dkist-fits-specifications==4.26.0
|
|
@@ -22,8 +22,7 @@ PyYAML==6.0.3
|
|
|
22
22
|
PyYAML-ft==8.0.0
|
|
23
23
|
Pygments==2.20.0
|
|
24
24
|
SQLAlchemy==2.0.49
|
|
25
|
-
|
|
26
|
-
SQLAlchemy-Utils==0.42.1
|
|
25
|
+
Send2Trash==2.1.0
|
|
27
26
|
a2wsgi==1.10.10
|
|
28
27
|
aioftp==0.27.2
|
|
29
28
|
aiohappyeyeballs==2.6.1
|
|
@@ -36,8 +35,8 @@ amqp==5.3.1
|
|
|
36
35
|
annotated-doc==0.0.4
|
|
37
36
|
annotated-types==0.7.0
|
|
38
37
|
anyio==4.13.0
|
|
39
|
-
apache-airflow==3.1
|
|
40
|
-
apache-airflow-core==3.1
|
|
38
|
+
apache-airflow==3.2.1
|
|
39
|
+
apache-airflow-core==3.2.1
|
|
41
40
|
apache-airflow-providers-celery==3.19.0
|
|
42
41
|
apache-airflow-providers-common-compat==1.14.3
|
|
43
42
|
apache-airflow-providers-common-io==1.7.2
|
|
@@ -45,8 +44,12 @@ apache-airflow-providers-common-sql==1.35.0
|
|
|
45
44
|
apache-airflow-providers-postgres==6.6.3
|
|
46
45
|
apache-airflow-providers-smtp==3.0.0
|
|
47
46
|
apache-airflow-providers-standard==1.12.3
|
|
48
|
-
apache-airflow-task-sdk==1.1
|
|
47
|
+
apache-airflow-task-sdk==1.2.1
|
|
48
|
+
appnope==0.1.4
|
|
49
49
|
argcomplete==3.6.3
|
|
50
|
+
argon2-cffi==25.1.0
|
|
51
|
+
argon2-cffi-bindings==25.1.0
|
|
52
|
+
arrow==1.4.0
|
|
50
53
|
asdf==3.5.0
|
|
51
54
|
asdf_standard==1.5.0
|
|
52
55
|
asdf_transform_schemas==0.6.0
|
|
@@ -54,13 +57,17 @@ asgiref==3.11.1
|
|
|
54
57
|
asteval==1.0.8
|
|
55
58
|
astropy==7.0.2
|
|
56
59
|
astropy-iers-data==0.2026.5.4.1.4.54
|
|
60
|
+
asttokens==3.0.1
|
|
61
|
+
async-lru==2.3.0
|
|
57
62
|
asyncpg==0.31.0
|
|
58
63
|
attrs==26.1.0
|
|
59
64
|
babel==2.18.0
|
|
65
|
+
beautifulsoup4==4.14.3
|
|
60
66
|
billiard==4.2.4
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
67
|
+
bleach==6.3.0
|
|
68
|
+
boto3==1.43.5
|
|
69
|
+
botocore==1.43.5
|
|
70
|
+
cadwyn==6.2.2
|
|
64
71
|
celery==5.6.3
|
|
65
72
|
certifi==2026.4.22
|
|
66
73
|
cffi==2.0.0
|
|
@@ -70,28 +77,33 @@ click-didyoumean==0.3.1
|
|
|
70
77
|
click-plugins==1.1.1.2
|
|
71
78
|
click-repl==0.3.0
|
|
72
79
|
colorlog==6.10.1
|
|
80
|
+
comm==0.2.3
|
|
73
81
|
contourpy==1.3.3
|
|
74
82
|
cron_descriptor==2.0.8
|
|
75
83
|
croniter==6.2.2
|
|
76
84
|
cryptography==48.0.0
|
|
77
85
|
cycler==0.12.1
|
|
86
|
+
debugpy==1.8.20
|
|
78
87
|
decorator==5.2.1
|
|
88
|
+
defusedxml==0.7.1
|
|
79
89
|
dill==0.4.1
|
|
80
90
|
dkist-header-validator==5.3.1
|
|
81
|
-
dkist-processing-common==14.0
|
|
82
|
-
dkist-processing-core==7.
|
|
91
|
+
dkist-processing-common==14.1.0
|
|
92
|
+
dkist-processing-core==7.3.0
|
|
83
93
|
dkist-processing-pac==3.1.2
|
|
84
|
-
dkist-processing-test==1.42.
|
|
94
|
+
dkist-processing-test==1.42.7
|
|
85
95
|
dkist-service-configuration==4.3.0
|
|
86
96
|
dkist-spectral-lines==3.0.1
|
|
87
97
|
dkist_fits_specifications==4.26.0
|
|
88
98
|
dnspython==2.8.0
|
|
89
99
|
email-validator==2.3.0
|
|
90
|
-
|
|
100
|
+
executing==2.2.1
|
|
101
|
+
fastapi==0.136.1
|
|
91
102
|
fastapi-cli==0.0.24
|
|
92
103
|
fastjsonschema==2.21.2
|
|
93
104
|
flower==2.0.1
|
|
94
105
|
fonttools==4.62.1
|
|
106
|
+
fqdn==1.5.1
|
|
95
107
|
frozenlist==1.8.0
|
|
96
108
|
fsspec==2026.4.0
|
|
97
109
|
globus-sdk==4.5.0
|
|
@@ -108,13 +120,29 @@ humanize==4.15.0
|
|
|
108
120
|
idna==3.13
|
|
109
121
|
imageio-ffmpeg==0.6.0
|
|
110
122
|
importlib_metadata==8.7.1
|
|
123
|
+
ipykernel==7.2.0
|
|
124
|
+
ipython==9.13.0
|
|
125
|
+
ipython_pygments_lexers==1.1.1
|
|
126
|
+
isoduration==20.11.0
|
|
111
127
|
itsdangerous==2.2.0
|
|
128
|
+
jedi==0.20.0
|
|
112
129
|
jmespath==1.1.0
|
|
130
|
+
json5==0.14.0
|
|
131
|
+
jsonpointer==3.1.1
|
|
113
132
|
jsonschema==4.26.0
|
|
114
133
|
jsonschema-specifications==2025.9.1
|
|
134
|
+
jupyter-events==0.12.1
|
|
135
|
+
jupyter-lsp==2.3.1
|
|
136
|
+
jupyter_client==8.8.0
|
|
115
137
|
jupyter_core==5.9.1
|
|
138
|
+
jupyter_server==2.18.2
|
|
139
|
+
jupyter_server_terminals==0.5.4
|
|
140
|
+
jupyterlab==4.5.7
|
|
141
|
+
jupyterlab_pygments==0.3.0
|
|
142
|
+
jupyterlab_server==2.28.0
|
|
116
143
|
kiwisolver==1.5.0
|
|
117
144
|
kombu==5.6.2
|
|
145
|
+
lark==1.3.1
|
|
118
146
|
lazy-object-proxy==1.12.0
|
|
119
147
|
libcst==1.8.6
|
|
120
148
|
linkify-it-py==2.1.0
|
|
@@ -122,16 +150,23 @@ llvmlite==0.44.0
|
|
|
122
150
|
lmfit==1.3.4
|
|
123
151
|
lockfile==0.12.2
|
|
124
152
|
loguru==0.7.3
|
|
125
|
-
markdown-it-py==4.
|
|
153
|
+
markdown-it-py==4.1.0
|
|
126
154
|
matplotlib==3.10.9
|
|
155
|
+
matplotlib-inline==0.2.1
|
|
127
156
|
mdurl==0.1.2
|
|
128
157
|
methodtools==0.4.7
|
|
158
|
+
mistune==3.2.1
|
|
129
159
|
more-itertools==11.0.2
|
|
130
160
|
moviepy==2.2.1
|
|
131
161
|
msgspec==0.21.1
|
|
132
162
|
multidict==6.7.1
|
|
133
163
|
natsort==8.4.0
|
|
164
|
+
nbclient==0.10.4
|
|
165
|
+
nbconvert==7.17.1
|
|
134
166
|
nbformat==5.10.4
|
|
167
|
+
nest-asyncio==1.6.0
|
|
168
|
+
notebook==7.5.6
|
|
169
|
+
notebook_shim==0.2.4
|
|
135
170
|
numba==0.61.2
|
|
136
171
|
numpy==2.2.5
|
|
137
172
|
object-clerk==1.0.0
|
|
@@ -162,10 +197,14 @@ opentelemetry-util-http==0.62b1
|
|
|
162
197
|
outcome==1.3.0.post0
|
|
163
198
|
packaging==26.2
|
|
164
199
|
pandas==3.0.2
|
|
200
|
+
pandocfilters==1.5.1
|
|
165
201
|
parfive==2.3.1
|
|
202
|
+
parso==0.8.7
|
|
203
|
+
pathlib_abc==0.5.2
|
|
166
204
|
pathspec==1.1.1
|
|
167
205
|
pendulum==3.2.0
|
|
168
|
-
|
|
206
|
+
pexpect==4.9.0
|
|
207
|
+
pika==1.4.0
|
|
169
208
|
pillow==11.3.0
|
|
170
209
|
pip==26.1.1
|
|
171
210
|
platformdirs==4.9.6
|
|
@@ -178,8 +217,11 @@ propcache==0.4.1
|
|
|
178
217
|
protobuf==6.33.6
|
|
179
218
|
psutil==7.2.2
|
|
180
219
|
psycopg2-binary==2.9.12
|
|
220
|
+
ptyprocess==0.7.0
|
|
221
|
+
pure_eval==0.2.3
|
|
181
222
|
pycparser==3.0
|
|
182
223
|
pydantic==2.13.4
|
|
224
|
+
pydantic-extra-types==2.11.1
|
|
183
225
|
pydantic-settings==2.14.0
|
|
184
226
|
pydantic_core==2.46.4
|
|
185
227
|
pyerfa==2.0.1.5
|
|
@@ -188,12 +230,17 @@ pyparsing==3.3.2
|
|
|
188
230
|
python-daemon==3.1.2
|
|
189
231
|
python-dateutil==2.9.0.post0
|
|
190
232
|
python-dotenv==1.2.2
|
|
233
|
+
python-json-logger==4.1.0
|
|
191
234
|
python-multipart==0.0.27
|
|
192
235
|
python-slugify==8.0.4
|
|
193
236
|
pytz==2026.2
|
|
237
|
+
pyzmq==27.1.0
|
|
194
238
|
redis==6.4.0
|
|
195
239
|
referencing==0.37.0
|
|
196
240
|
requests==2.33.1
|
|
241
|
+
rfc3339-validator==0.1.4
|
|
242
|
+
rfc3986-validator==0.1.1
|
|
243
|
+
rfc3987-syntax==1.1.0
|
|
197
244
|
rich==15.0.0
|
|
198
245
|
rich-argparse==1.8.0
|
|
199
246
|
rich-toolkit==0.19.7
|
|
@@ -202,13 +249,16 @@ s3transfer==0.17.0
|
|
|
202
249
|
scipy==1.17.1
|
|
203
250
|
semantic-version==2.10.0
|
|
204
251
|
setproctitle==1.3.7
|
|
252
|
+
setuptools==82.0.1
|
|
205
253
|
shellingham==1.5.4
|
|
206
254
|
six==1.17.0
|
|
207
255
|
sniffio==1.3.1
|
|
208
256
|
solar-wavelength-calibration==2.0.3
|
|
257
|
+
soupsieve==2.8.3
|
|
209
258
|
sqids==0.5.1
|
|
210
259
|
sqlparse==0.5.5
|
|
211
|
-
|
|
260
|
+
stack-data==0.6.3
|
|
261
|
+
starlette==0.52.1
|
|
212
262
|
structlog==25.5.0
|
|
213
263
|
sunpy==7.1.2
|
|
214
264
|
svcs==25.1.0
|
|
@@ -216,7 +266,9 @@ tabulate==0.10.0
|
|
|
216
266
|
talus==1.3.4
|
|
217
267
|
tenacity==8.5.0
|
|
218
268
|
termcolor==3.3.0
|
|
269
|
+
terminado==0.18.1
|
|
219
270
|
text-unidecode==1.3
|
|
271
|
+
tinycss2==1.4.0
|
|
220
272
|
tornado==6.5.5
|
|
221
273
|
tqdm==4.67.3
|
|
222
274
|
traitlets==5.15.0
|
|
@@ -227,7 +279,8 @@ tzdata==2026.2
|
|
|
227
279
|
tzlocal==5.3.1
|
|
228
280
|
uc-micro-py==2.0.0
|
|
229
281
|
uncertainties==3.2.3
|
|
230
|
-
universal_pathlib==0.
|
|
282
|
+
universal_pathlib==0.3.10
|
|
283
|
+
uri-template==1.3.0
|
|
231
284
|
urllib3==2.6.3
|
|
232
285
|
uuid6==2025.0.1
|
|
233
286
|
uvicorn==0.46.0
|
|
@@ -236,6 +289,9 @@ vine==5.1.0
|
|
|
236
289
|
voluptuous==0.16.0
|
|
237
290
|
watchfiles==1.1.1
|
|
238
291
|
wcwidth==0.7.0
|
|
292
|
+
webcolors==25.10.0
|
|
293
|
+
webencodings==0.5.1
|
|
294
|
+
websocket-client==1.9.0
|
|
239
295
|
websockets==16.0
|
|
240
296
|
wirerope==1.0.0
|
|
241
297
|
wrapt==2.1.2
|
|
@@ -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-05-
|
|
12
|
+
version = "1.42.7"
|
|
13
|
+
date = 2026-05-06T17:34:56.428126
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.13",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 14.0
|
|
29
|
+
"dkist-processing-common == 14.1.0",
|
|
30
30
|
"dkist-header-validator == 5.3.1",
|
|
31
31
|
"dkist-service-configuration == 4.3.0",
|
|
32
32
|
"dkist-fits-specifications == 4.26.0",
|
|
@@ -74,8 +74,7 @@ frozen = [
|
|
|
74
74
|
"PyYAML-ft == 8.0.0",
|
|
75
75
|
"Pygments == 2.20.0",
|
|
76
76
|
"SQLAlchemy == 2.0.49",
|
|
77
|
-
"
|
|
78
|
-
"SQLAlchemy-Utils == 0.42.1",
|
|
77
|
+
"Send2Trash == 2.1.0",
|
|
79
78
|
"a2wsgi == 1.10.10",
|
|
80
79
|
"aioftp == 0.27.2",
|
|
81
80
|
"aiohappyeyeballs == 2.6.1",
|
|
@@ -88,8 +87,8 @@ frozen = [
|
|
|
88
87
|
"annotated-doc == 0.0.4",
|
|
89
88
|
"annotated-types == 0.7.0",
|
|
90
89
|
"anyio == 4.13.0",
|
|
91
|
-
"apache-airflow == 3.1
|
|
92
|
-
"apache-airflow-core == 3.1
|
|
90
|
+
"apache-airflow == 3.2.1",
|
|
91
|
+
"apache-airflow-core == 3.2.1",
|
|
93
92
|
"apache-airflow-providers-celery == 3.19.0",
|
|
94
93
|
"apache-airflow-providers-common-compat == 1.14.3",
|
|
95
94
|
"apache-airflow-providers-common-io == 1.7.2",
|
|
@@ -97,8 +96,12 @@ frozen = [
|
|
|
97
96
|
"apache-airflow-providers-postgres == 6.6.3",
|
|
98
97
|
"apache-airflow-providers-smtp == 3.0.0",
|
|
99
98
|
"apache-airflow-providers-standard == 1.12.3",
|
|
100
|
-
"apache-airflow-task-sdk == 1.1
|
|
99
|
+
"apache-airflow-task-sdk == 1.2.1",
|
|
100
|
+
"appnope == 0.1.4",
|
|
101
101
|
"argcomplete == 3.6.3",
|
|
102
|
+
"argon2-cffi == 25.1.0",
|
|
103
|
+
"argon2-cffi-bindings == 25.1.0",
|
|
104
|
+
"arrow == 1.4.0",
|
|
102
105
|
"asdf == 3.5.0",
|
|
103
106
|
"asdf_standard == 1.5.0",
|
|
104
107
|
"asdf_transform_schemas == 0.6.0",
|
|
@@ -106,13 +109,17 @@ frozen = [
|
|
|
106
109
|
"asteval == 1.0.8",
|
|
107
110
|
"astropy == 7.0.2",
|
|
108
111
|
"astropy-iers-data == 0.2026.5.4.1.4.54",
|
|
112
|
+
"asttokens == 3.0.1",
|
|
113
|
+
"async-lru == 2.3.0",
|
|
109
114
|
"asyncpg == 0.31.0",
|
|
110
115
|
"attrs == 26.1.0",
|
|
111
116
|
"babel == 2.18.0",
|
|
117
|
+
"beautifulsoup4 == 4.14.3",
|
|
112
118
|
"billiard == 4.2.4",
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
119
|
+
"bleach == 6.3.0",
|
|
120
|
+
"boto3 == 1.43.5",
|
|
121
|
+
"botocore == 1.43.5",
|
|
122
|
+
"cadwyn == 6.2.2",
|
|
116
123
|
"celery == 5.6.3",
|
|
117
124
|
"certifi == 2026.4.22",
|
|
118
125
|
"cffi == 2.0.0",
|
|
@@ -122,28 +129,33 @@ frozen = [
|
|
|
122
129
|
"click-plugins == 1.1.1.2",
|
|
123
130
|
"click-repl == 0.3.0",
|
|
124
131
|
"colorlog == 6.10.1",
|
|
132
|
+
"comm == 0.2.3",
|
|
125
133
|
"contourpy == 1.3.3",
|
|
126
134
|
"cron_descriptor == 2.0.8",
|
|
127
135
|
"croniter == 6.2.2",
|
|
128
136
|
"cryptography == 48.0.0",
|
|
129
137
|
"cycler == 0.12.1",
|
|
138
|
+
"debugpy == 1.8.20",
|
|
130
139
|
"decorator == 5.2.1",
|
|
140
|
+
"defusedxml == 0.7.1",
|
|
131
141
|
"dill == 0.4.1",
|
|
132
142
|
"dkist-header-validator == 5.3.1",
|
|
133
|
-
"dkist-processing-common == 14.0
|
|
134
|
-
"dkist-processing-core == 7.
|
|
143
|
+
"dkist-processing-common == 14.1.0",
|
|
144
|
+
"dkist-processing-core == 7.3.0",
|
|
135
145
|
"dkist-processing-pac == 3.1.2",
|
|
136
|
-
"dkist-processing-test == 1.42.
|
|
146
|
+
"dkist-processing-test == 1.42.7",
|
|
137
147
|
"dkist-service-configuration == 4.3.0",
|
|
138
148
|
"dkist-spectral-lines == 3.0.1",
|
|
139
149
|
"dkist_fits_specifications == 4.26.0",
|
|
140
150
|
"dnspython == 2.8.0",
|
|
141
151
|
"email-validator == 2.3.0",
|
|
142
|
-
"
|
|
152
|
+
"executing == 2.2.1",
|
|
153
|
+
"fastapi == 0.136.1",
|
|
143
154
|
"fastapi-cli == 0.0.24",
|
|
144
155
|
"fastjsonschema == 2.21.2",
|
|
145
156
|
"flower == 2.0.1",
|
|
146
157
|
"fonttools == 4.62.1",
|
|
158
|
+
"fqdn == 1.5.1",
|
|
147
159
|
"frozenlist == 1.8.0",
|
|
148
160
|
"fsspec == 2026.4.0",
|
|
149
161
|
"globus-sdk == 4.5.0",
|
|
@@ -160,13 +172,29 @@ frozen = [
|
|
|
160
172
|
"idna == 3.13",
|
|
161
173
|
"imageio-ffmpeg == 0.6.0",
|
|
162
174
|
"importlib_metadata == 8.7.1",
|
|
175
|
+
"ipykernel == 7.2.0",
|
|
176
|
+
"ipython == 9.13.0",
|
|
177
|
+
"ipython_pygments_lexers == 1.1.1",
|
|
178
|
+
"isoduration == 20.11.0",
|
|
163
179
|
"itsdangerous == 2.2.0",
|
|
180
|
+
"jedi == 0.20.0",
|
|
164
181
|
"jmespath == 1.1.0",
|
|
182
|
+
"json5 == 0.14.0",
|
|
183
|
+
"jsonpointer == 3.1.1",
|
|
165
184
|
"jsonschema == 4.26.0",
|
|
166
185
|
"jsonschema-specifications == 2025.9.1",
|
|
186
|
+
"jupyter-events == 0.12.1",
|
|
187
|
+
"jupyter-lsp == 2.3.1",
|
|
188
|
+
"jupyter_client == 8.8.0",
|
|
167
189
|
"jupyter_core == 5.9.1",
|
|
190
|
+
"jupyter_server == 2.18.2",
|
|
191
|
+
"jupyter_server_terminals == 0.5.4",
|
|
192
|
+
"jupyterlab == 4.5.7",
|
|
193
|
+
"jupyterlab_pygments == 0.3.0",
|
|
194
|
+
"jupyterlab_server == 2.28.0",
|
|
168
195
|
"kiwisolver == 1.5.0",
|
|
169
196
|
"kombu == 5.6.2",
|
|
197
|
+
"lark == 1.3.1",
|
|
170
198
|
"lazy-object-proxy == 1.12.0",
|
|
171
199
|
"libcst == 1.8.6",
|
|
172
200
|
"linkify-it-py == 2.1.0",
|
|
@@ -174,16 +202,23 @@ frozen = [
|
|
|
174
202
|
"lmfit == 1.3.4",
|
|
175
203
|
"lockfile == 0.12.2",
|
|
176
204
|
"loguru == 0.7.3",
|
|
177
|
-
"markdown-it-py == 4.
|
|
205
|
+
"markdown-it-py == 4.1.0",
|
|
178
206
|
"matplotlib == 3.10.9",
|
|
207
|
+
"matplotlib-inline == 0.2.1",
|
|
179
208
|
"mdurl == 0.1.2",
|
|
180
209
|
"methodtools == 0.4.7",
|
|
210
|
+
"mistune == 3.2.1",
|
|
181
211
|
"more-itertools == 11.0.2",
|
|
182
212
|
"moviepy == 2.2.1",
|
|
183
213
|
"msgspec == 0.21.1",
|
|
184
214
|
"multidict == 6.7.1",
|
|
185
215
|
"natsort == 8.4.0",
|
|
216
|
+
"nbclient == 0.10.4",
|
|
217
|
+
"nbconvert == 7.17.1",
|
|
186
218
|
"nbformat == 5.10.4",
|
|
219
|
+
"nest-asyncio == 1.6.0",
|
|
220
|
+
"notebook == 7.5.6",
|
|
221
|
+
"notebook_shim == 0.2.4",
|
|
187
222
|
"numba == 0.61.2",
|
|
188
223
|
"numpy == 2.2.5",
|
|
189
224
|
"object-clerk == 1.0.0",
|
|
@@ -214,10 +249,14 @@ frozen = [
|
|
|
214
249
|
"outcome == 1.3.0.post0",
|
|
215
250
|
"packaging == 26.2",
|
|
216
251
|
"pandas == 3.0.2",
|
|
252
|
+
"pandocfilters == 1.5.1",
|
|
217
253
|
"parfive == 2.3.1",
|
|
254
|
+
"parso == 0.8.7",
|
|
255
|
+
"pathlib_abc == 0.5.2",
|
|
218
256
|
"pathspec == 1.1.1",
|
|
219
257
|
"pendulum == 3.2.0",
|
|
220
|
-
"
|
|
258
|
+
"pexpect == 4.9.0",
|
|
259
|
+
"pika == 1.4.0",
|
|
221
260
|
"pillow == 11.3.0",
|
|
222
261
|
"pip == 26.1.1",
|
|
223
262
|
"platformdirs == 4.9.6",
|
|
@@ -230,8 +269,11 @@ frozen = [
|
|
|
230
269
|
"protobuf == 6.33.6",
|
|
231
270
|
"psutil == 7.2.2",
|
|
232
271
|
"psycopg2-binary == 2.9.12",
|
|
272
|
+
"ptyprocess == 0.7.0",
|
|
273
|
+
"pure_eval == 0.2.3",
|
|
233
274
|
"pycparser == 3.0",
|
|
234
275
|
"pydantic == 2.13.4",
|
|
276
|
+
"pydantic-extra-types == 2.11.1",
|
|
235
277
|
"pydantic-settings == 2.14.0",
|
|
236
278
|
"pydantic_core == 2.46.4",
|
|
237
279
|
"pyerfa == 2.0.1.5",
|
|
@@ -240,12 +282,17 @@ frozen = [
|
|
|
240
282
|
"python-daemon == 3.1.2",
|
|
241
283
|
"python-dateutil == 2.9.0.post0",
|
|
242
284
|
"python-dotenv == 1.2.2",
|
|
285
|
+
"python-json-logger == 4.1.0",
|
|
243
286
|
"python-multipart == 0.0.27",
|
|
244
287
|
"python-slugify == 8.0.4",
|
|
245
288
|
"pytz == 2026.2",
|
|
289
|
+
"pyzmq == 27.1.0",
|
|
246
290
|
"redis == 6.4.0",
|
|
247
291
|
"referencing == 0.37.0",
|
|
248
292
|
"requests == 2.33.1",
|
|
293
|
+
"rfc3339-validator == 0.1.4",
|
|
294
|
+
"rfc3986-validator == 0.1.1",
|
|
295
|
+
"rfc3987-syntax == 1.1.0",
|
|
249
296
|
"rich == 15.0.0",
|
|
250
297
|
"rich-argparse == 1.8.0",
|
|
251
298
|
"rich-toolkit == 0.19.7",
|
|
@@ -254,13 +301,16 @@ frozen = [
|
|
|
254
301
|
"scipy == 1.17.1",
|
|
255
302
|
"semantic-version == 2.10.0",
|
|
256
303
|
"setproctitle == 1.3.7",
|
|
304
|
+
"setuptools == 82.0.1",
|
|
257
305
|
"shellingham == 1.5.4",
|
|
258
306
|
"six == 1.17.0",
|
|
259
307
|
"sniffio == 1.3.1",
|
|
260
308
|
"solar-wavelength-calibration == 2.0.3",
|
|
309
|
+
"soupsieve == 2.8.3",
|
|
261
310
|
"sqids == 0.5.1",
|
|
262
311
|
"sqlparse == 0.5.5",
|
|
263
|
-
"
|
|
312
|
+
"stack-data == 0.6.3",
|
|
313
|
+
"starlette == 0.52.1",
|
|
264
314
|
"structlog == 25.5.0",
|
|
265
315
|
"sunpy == 7.1.2",
|
|
266
316
|
"svcs == 25.1.0",
|
|
@@ -268,7 +318,9 @@ frozen = [
|
|
|
268
318
|
"talus == 1.3.4",
|
|
269
319
|
"tenacity == 8.5.0",
|
|
270
320
|
"termcolor == 3.3.0",
|
|
321
|
+
"terminado == 0.18.1",
|
|
271
322
|
"text-unidecode == 1.3",
|
|
323
|
+
"tinycss2 == 1.4.0",
|
|
272
324
|
"tornado == 6.5.5",
|
|
273
325
|
"tqdm == 4.67.3",
|
|
274
326
|
"traitlets == 5.15.0",
|
|
@@ -279,7 +331,8 @@ frozen = [
|
|
|
279
331
|
"tzlocal == 5.3.1",
|
|
280
332
|
"uc-micro-py == 2.0.0",
|
|
281
333
|
"uncertainties == 3.2.3",
|
|
282
|
-
"universal_pathlib == 0.
|
|
334
|
+
"universal_pathlib == 0.3.10",
|
|
335
|
+
"uri-template == 1.3.0",
|
|
283
336
|
"urllib3 == 2.6.3",
|
|
284
337
|
"uuid6 == 2025.0.1",
|
|
285
338
|
"uvicorn == 0.46.0",
|
|
@@ -288,6 +341,9 @@ frozen = [
|
|
|
288
341
|
"voluptuous == 0.16.0",
|
|
289
342
|
"watchfiles == 1.1.1",
|
|
290
343
|
"wcwidth == 0.7.0",
|
|
344
|
+
"webcolors == 25.10.0",
|
|
345
|
+
"webencodings == 0.5.1",
|
|
346
|
+
"websocket-client == 1.9.0",
|
|
291
347
|
"websockets == 16.0",
|
|
292
348
|
"wirerope == 1.0.0",
|
|
293
349
|
"wrapt == 2.1.2",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/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.6 → dkist_processing_test-1.42.7}/dkist_processing_test/parsers/time.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/tasks/manual.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/tasks/movie.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/tasks/noop.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/dkist_processing_test/tasks/parse.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.6 → dkist_processing_test-1.42.7}/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
|