dkist-processing-test 1.36.0__tar.gz → 1.36.1__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.
Potentially problematic release.
This version of dkist-processing-test might be problematic. Click here for more details.
- {dkist_processing_test-1.36.0/dkist_processing_test.egg-info → dkist_processing_test-1.36.1}/PKG-INFO +32 -30
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/tests/test_tasks.py +12 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1/dkist_processing_test.egg-info}/PKG-INFO +32 -30
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test.egg-info/requires.txt +31 -29
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/pyproject.toml +33 -31
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/.gitignore +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/.snyk +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/README.rst +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.36.
|
|
3
|
+
Version: 1.36.1
|
|
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.12
|
|
13
13
|
Requires-Python: >=3.12
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==11.
|
|
15
|
+
Requires-Dist: dkist-processing-common==11.7.0
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.1.7
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.17.0
|
|
@@ -45,14 +45,14 @@ Requires-Dist: Flask-AppBuilder==4.5.3; extra == "frozen"
|
|
|
45
45
|
Requires-Dist: Flask-Babel==2.0.0; extra == "frozen"
|
|
46
46
|
Requires-Dist: Flask-Caching==2.3.1; extra == "frozen"
|
|
47
47
|
Requires-Dist: Flask-JWT-Extended==4.7.1; extra == "frozen"
|
|
48
|
-
Requires-Dist: Flask-Limiter==3.
|
|
48
|
+
Requires-Dist: Flask-Limiter==3.12; extra == "frozen"
|
|
49
49
|
Requires-Dist: Flask-Login==0.6.3; extra == "frozen"
|
|
50
50
|
Requires-Dist: Flask-SQLAlchemy==2.5.1; extra == "frozen"
|
|
51
51
|
Requires-Dist: Flask-Session==0.5.0; extra == "frozen"
|
|
52
52
|
Requires-Dist: Flask-WTF==1.2.2; extra == "frozen"
|
|
53
53
|
Requires-Dist: Jinja2==3.1.6; extra == "frozen"
|
|
54
54
|
Requires-Dist: Mako==1.3.10; extra == "frozen"
|
|
55
|
-
Requires-Dist: MarkupSafe==3.0.
|
|
55
|
+
Requires-Dist: MarkupSafe==3.0.3; extra == "frozen"
|
|
56
56
|
Requires-Dist: PyJWT==2.10.1; extra == "frozen"
|
|
57
57
|
Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
58
58
|
Requires-Dist: Pygments==2.19.2; extra == "frozen"
|
|
@@ -63,7 +63,7 @@ Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
|
63
63
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
64
64
|
Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
65
65
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
66
|
-
Requires-Dist: aiohttp==3.
|
|
66
|
+
Requires-Dist: aiohttp==3.13.0; extra == "frozen"
|
|
67
67
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
68
68
|
Requires-Dist: aiosmtplib==4.0.2; extra == "frozen"
|
|
69
69
|
Requires-Dist: alembic==1.16.5; extra == "frozen"
|
|
@@ -80,27 +80,27 @@ Requires-Dist: apache-airflow-providers-ftp==3.13.2; extra == "frozen"
|
|
|
80
80
|
Requires-Dist: apache-airflow-providers-http==5.3.4; extra == "frozen"
|
|
81
81
|
Requires-Dist: apache-airflow-providers-imap==3.9.2; extra == "frozen"
|
|
82
82
|
Requires-Dist: apache-airflow-providers-postgres==6.3.0; extra == "frozen"
|
|
83
|
-
Requires-Dist: apache-airflow-providers-smtp==2.3.
|
|
83
|
+
Requires-Dist: apache-airflow-providers-smtp==2.3.1; extra == "frozen"
|
|
84
84
|
Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
|
|
85
85
|
Requires-Dist: apispec==6.8.4; extra == "frozen"
|
|
86
86
|
Requires-Dist: argcomplete==3.6.2; extra == "frozen"
|
|
87
87
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
88
88
|
Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
|
|
89
89
|
Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
90
|
-
Requires-Dist: asgiref==3.
|
|
90
|
+
Requires-Dist: asgiref==3.10.0; extra == "frozen"
|
|
91
91
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
92
92
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
93
|
-
Requires-Dist: astropy-iers-data==0.2025.
|
|
93
|
+
Requires-Dist: astropy-iers-data==0.2025.10.6.0.35.25; extra == "frozen"
|
|
94
94
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
95
|
-
Requires-Dist: attrs==25.
|
|
95
|
+
Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
97
97
|
Requires-Dist: billiard==4.2.2; extra == "frozen"
|
|
98
98
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
99
|
-
Requires-Dist: boto3==1.40.
|
|
100
|
-
Requires-Dist: botocore==1.40.
|
|
99
|
+
Requires-Dist: boto3==1.40.48; extra == "frozen"
|
|
100
|
+
Requires-Dist: botocore==1.40.48; extra == "frozen"
|
|
101
101
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: celery==5.3.1; extra == "frozen"
|
|
103
|
-
Requires-Dist: certifi==2025.
|
|
103
|
+
Requires-Dist: certifi==2025.10.5; extra == "frozen"
|
|
104
104
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
105
105
|
Requires-Dist: charset-normalizer==3.4.3; extra == "frozen"
|
|
106
106
|
Requires-Dist: click==8.3.0; extra == "frozen"
|
|
@@ -114,16 +114,16 @@ Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
|
114
114
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
115
115
|
Requires-Dist: cron_descriptor==2.0.6; extra == "frozen"
|
|
116
116
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
117
|
-
Requires-Dist: cryptography==46.0.
|
|
117
|
+
Requires-Dist: cryptography==46.0.2; extra == "frozen"
|
|
118
118
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
119
119
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
120
120
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
121
121
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
122
122
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
123
|
-
Requires-Dist: dkist-processing-common==11.
|
|
123
|
+
Requires-Dist: dkist-processing-common==11.7.0; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-core==6.0.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
126
|
-
Requires-Dist: dkist-processing-test==1.36.
|
|
126
|
+
Requires-Dist: dkist-processing-test==1.36.1; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-service-configuration==4.1.7; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
@@ -131,13 +131,14 @@ Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
|
131
131
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
132
132
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
133
133
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
134
|
-
Requires-Dist: fonttools==4.60.
|
|
135
|
-
Requires-Dist: frozenlist==1.
|
|
134
|
+
Requires-Dist: fonttools==4.60.1; extra == "frozen"
|
|
135
|
+
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
136
136
|
Requires-Dist: fsspec==2025.9.0; extra == "frozen"
|
|
137
|
-
Requires-Dist: globus-sdk==3.
|
|
137
|
+
Requires-Dist: globus-sdk==3.65.0; extra == "frozen"
|
|
138
138
|
Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
|
|
139
139
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
140
140
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
141
|
+
Requires-Dist: greenlet==3.2.4; extra == "frozen"
|
|
141
142
|
Requires-Dist: grpcio==1.75.1; extra == "frozen"
|
|
142
143
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
143
144
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -157,7 +158,7 @@ Requires-Dist: jupyter_core==5.8.1; extra == "frozen"
|
|
|
157
158
|
Requires-Dist: kiwisolver==1.4.9; extra == "frozen"
|
|
158
159
|
Requires-Dist: kombu==5.5.4; extra == "frozen"
|
|
159
160
|
Requires-Dist: lazy-object-proxy==1.12.0; extra == "frozen"
|
|
160
|
-
Requires-Dist: limits==5.
|
|
161
|
+
Requires-Dist: limits==5.6.0; extra == "frozen"
|
|
161
162
|
Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
|
|
162
163
|
Requires-Dist: llvmlite==0.44.0; extra == "frozen"
|
|
163
164
|
Requires-Dist: lmfit==1.3.4; extra == "frozen"
|
|
@@ -167,13 +168,13 @@ Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
|
|
|
167
168
|
Requires-Dist: marshmallow==3.26.1; extra == "frozen"
|
|
168
169
|
Requires-Dist: marshmallow-oneofschema==3.2.0; extra == "frozen"
|
|
169
170
|
Requires-Dist: marshmallow-sqlalchemy==0.28.2; extra == "frozen"
|
|
170
|
-
Requires-Dist: matplotlib==3.10.
|
|
171
|
+
Requires-Dist: matplotlib==3.10.7; extra == "frozen"
|
|
171
172
|
Requires-Dist: mdit-py-plugins==0.5.0; extra == "frozen"
|
|
172
173
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
173
174
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
174
175
|
Requires-Dist: more-itertools==10.8.0; extra == "frozen"
|
|
175
176
|
Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
176
|
-
Requires-Dist: multidict==6.
|
|
177
|
+
Requires-Dist: multidict==6.7.0; extra == "frozen"
|
|
177
178
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
178
179
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
179
180
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
@@ -204,28 +205,29 @@ Requires-Dist: opentelemetry-semantic-conventions==0.58b0; extra == "frozen"
|
|
|
204
205
|
Requires-Dist: opentelemetry-util-http==0.58b0; extra == "frozen"
|
|
205
206
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
206
207
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
207
|
-
Requires-Dist: pandas==2.3.
|
|
208
|
+
Requires-Dist: pandas==2.3.3; extra == "frozen"
|
|
208
209
|
Requires-Dist: parfive==2.2.0; extra == "frozen"
|
|
210
|
+
Requires-Dist: pathlib_abc==0.5.1; extra == "frozen"
|
|
209
211
|
Requires-Dist: pathspec==0.12.1; extra == "frozen"
|
|
210
212
|
Requires-Dist: pendulum==3.1.0; extra == "frozen"
|
|
211
213
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
212
214
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
213
215
|
Requires-Dist: pip==25.2; extra == "frozen"
|
|
214
|
-
Requires-Dist: platformdirs==4.
|
|
216
|
+
Requires-Dist: platformdirs==4.5.0; extra == "frozen"
|
|
215
217
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
216
218
|
Requires-Dist: pooch==1.8.2; extra == "frozen"
|
|
217
219
|
Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
218
220
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
219
221
|
Requires-Dist: prometheus_client==0.23.1; extra == "frozen"
|
|
220
222
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
221
|
-
Requires-Dist: propcache==0.
|
|
223
|
+
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
222
224
|
Requires-Dist: protobuf==6.32.1; extra == "frozen"
|
|
223
225
|
Requires-Dist: psutil==7.1.0; extra == "frozen"
|
|
224
226
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
225
227
|
Requires-Dist: pycparser==2.23; extra == "frozen"
|
|
226
|
-
Requires-Dist: pydantic==2.
|
|
228
|
+
Requires-Dist: pydantic==2.12.0; extra == "frozen"
|
|
227
229
|
Requires-Dist: pydantic-settings==2.11.0; extra == "frozen"
|
|
228
|
-
Requires-Dist: pydantic_core==2.
|
|
230
|
+
Requires-Dist: pydantic_core==2.41.1; extra == "frozen"
|
|
229
231
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
230
232
|
Requires-Dist: pyparsing==3.2.5; extra == "frozen"
|
|
231
233
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
@@ -239,7 +241,7 @@ Requires-Dist: referencing==0.36.2; extra == "frozen"
|
|
|
239
241
|
Requires-Dist: requests==2.32.5; extra == "frozen"
|
|
240
242
|
Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
|
|
241
243
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
242
|
-
Requires-Dist: rich==
|
|
244
|
+
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
243
245
|
Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
|
|
244
246
|
Requires-Dist: rpds-py==0.27.1; extra == "frozen"
|
|
245
247
|
Requires-Dist: s3transfer==0.14.0; extra == "frozen"
|
|
@@ -260,12 +262,12 @@ Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
|
260
262
|
Requires-Dist: tornado==6.5.2; extra == "frozen"
|
|
261
263
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
262
264
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
263
|
-
Requires-Dist: typing-inspection==0.4.
|
|
265
|
+
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
264
266
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
265
267
|
Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
266
268
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
267
269
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
268
|
-
Requires-Dist: universal_pathlib==0.
|
|
270
|
+
Requires-Dist: universal_pathlib==0.3.3; extra == "frozen"
|
|
269
271
|
Requires-Dist: urllib3==2.5.0; extra == "frozen"
|
|
270
272
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
271
273
|
Requires-Dist: voluptuous==0.15.2; extra == "frozen"
|
|
@@ -273,7 +275,7 @@ Requires-Dist: wcwidth==0.2.14; extra == "frozen"
|
|
|
273
275
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
274
276
|
Requires-Dist: wrapt==1.17.3; extra == "frozen"
|
|
275
277
|
Requires-Dist: yamale==6.0.0; extra == "frozen"
|
|
276
|
-
Requires-Dist: yarl==1.
|
|
278
|
+
Requires-Dist: yarl==1.22.0; extra == "frozen"
|
|
277
279
|
Requires-Dist: zipp==3.23.0; extra == "frozen"
|
|
278
280
|
|
|
279
281
|
dkist-processing-test
|
|
@@ -447,6 +447,18 @@ class CommonDataset(Spec122Dataset):
|
|
|
447
447
|
self.add_constant_key("DKIST008", num_dsps_repeats)
|
|
448
448
|
self.add_constant_key("BZERO", 0)
|
|
449
449
|
self.add_constant_key("BSCALE", 1)
|
|
450
|
+
self.add_constant_key("CAM__001", "camera_id")
|
|
451
|
+
self.add_constant_key("CAM__002", "camera_name")
|
|
452
|
+
self.add_constant_key("CAM__003", 1) # camera_bit_depth
|
|
453
|
+
self.add_constant_key("CAM__009", 1) # hardware_binning_x
|
|
454
|
+
self.add_constant_key("CAM__010", 1) # hardware_binning_y
|
|
455
|
+
self.add_constant_key("CAM__011", 1) # software_binning_x
|
|
456
|
+
self.add_constant_key("CAM__012", 1) # software_binning_y
|
|
457
|
+
self.add_constant_key("ID___014", "v1") # hls_version
|
|
458
|
+
self.add_constant_key("TELTRACK", "Fixed Solar Rotation Tracking")
|
|
459
|
+
self.add_constant_key("TTBLTRCK", "fixed angle on sun")
|
|
460
|
+
self.add_constant_key("TELSCAN", "Raster")
|
|
461
|
+
self.add_constant_key("CAM__014", 10) # num_raw_frames_per_fpa
|
|
450
462
|
|
|
451
463
|
# Because these test data are from "ViSP" we need to add these keys,
|
|
452
464
|
# which would normally be added by the `*-processing-visp` science task (although they are not
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.36.
|
|
3
|
+
Version: 1.36.1
|
|
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.12
|
|
13
13
|
Requires-Python: >=3.12
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==11.
|
|
15
|
+
Requires-Dist: dkist-processing-common==11.7.0
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.1.7
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.17.0
|
|
@@ -45,14 +45,14 @@ Requires-Dist: Flask-AppBuilder==4.5.3; extra == "frozen"
|
|
|
45
45
|
Requires-Dist: Flask-Babel==2.0.0; extra == "frozen"
|
|
46
46
|
Requires-Dist: Flask-Caching==2.3.1; extra == "frozen"
|
|
47
47
|
Requires-Dist: Flask-JWT-Extended==4.7.1; extra == "frozen"
|
|
48
|
-
Requires-Dist: Flask-Limiter==3.
|
|
48
|
+
Requires-Dist: Flask-Limiter==3.12; extra == "frozen"
|
|
49
49
|
Requires-Dist: Flask-Login==0.6.3; extra == "frozen"
|
|
50
50
|
Requires-Dist: Flask-SQLAlchemy==2.5.1; extra == "frozen"
|
|
51
51
|
Requires-Dist: Flask-Session==0.5.0; extra == "frozen"
|
|
52
52
|
Requires-Dist: Flask-WTF==1.2.2; extra == "frozen"
|
|
53
53
|
Requires-Dist: Jinja2==3.1.6; extra == "frozen"
|
|
54
54
|
Requires-Dist: Mako==1.3.10; extra == "frozen"
|
|
55
|
-
Requires-Dist: MarkupSafe==3.0.
|
|
55
|
+
Requires-Dist: MarkupSafe==3.0.3; extra == "frozen"
|
|
56
56
|
Requires-Dist: PyJWT==2.10.1; extra == "frozen"
|
|
57
57
|
Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
58
58
|
Requires-Dist: Pygments==2.19.2; extra == "frozen"
|
|
@@ -63,7 +63,7 @@ Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
|
63
63
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
64
64
|
Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
65
65
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
66
|
-
Requires-Dist: aiohttp==3.
|
|
66
|
+
Requires-Dist: aiohttp==3.13.0; extra == "frozen"
|
|
67
67
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
68
68
|
Requires-Dist: aiosmtplib==4.0.2; extra == "frozen"
|
|
69
69
|
Requires-Dist: alembic==1.16.5; extra == "frozen"
|
|
@@ -80,27 +80,27 @@ Requires-Dist: apache-airflow-providers-ftp==3.13.2; extra == "frozen"
|
|
|
80
80
|
Requires-Dist: apache-airflow-providers-http==5.3.4; extra == "frozen"
|
|
81
81
|
Requires-Dist: apache-airflow-providers-imap==3.9.2; extra == "frozen"
|
|
82
82
|
Requires-Dist: apache-airflow-providers-postgres==6.3.0; extra == "frozen"
|
|
83
|
-
Requires-Dist: apache-airflow-providers-smtp==2.3.
|
|
83
|
+
Requires-Dist: apache-airflow-providers-smtp==2.3.1; extra == "frozen"
|
|
84
84
|
Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
|
|
85
85
|
Requires-Dist: apispec==6.8.4; extra == "frozen"
|
|
86
86
|
Requires-Dist: argcomplete==3.6.2; extra == "frozen"
|
|
87
87
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
88
88
|
Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
|
|
89
89
|
Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
90
|
-
Requires-Dist: asgiref==3.
|
|
90
|
+
Requires-Dist: asgiref==3.10.0; extra == "frozen"
|
|
91
91
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
92
92
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
93
|
-
Requires-Dist: astropy-iers-data==0.2025.
|
|
93
|
+
Requires-Dist: astropy-iers-data==0.2025.10.6.0.35.25; extra == "frozen"
|
|
94
94
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
95
|
-
Requires-Dist: attrs==25.
|
|
95
|
+
Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
97
97
|
Requires-Dist: billiard==4.2.2; extra == "frozen"
|
|
98
98
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
99
|
-
Requires-Dist: boto3==1.40.
|
|
100
|
-
Requires-Dist: botocore==1.40.
|
|
99
|
+
Requires-Dist: boto3==1.40.48; extra == "frozen"
|
|
100
|
+
Requires-Dist: botocore==1.40.48; extra == "frozen"
|
|
101
101
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: celery==5.3.1; extra == "frozen"
|
|
103
|
-
Requires-Dist: certifi==2025.
|
|
103
|
+
Requires-Dist: certifi==2025.10.5; extra == "frozen"
|
|
104
104
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
105
105
|
Requires-Dist: charset-normalizer==3.4.3; extra == "frozen"
|
|
106
106
|
Requires-Dist: click==8.3.0; extra == "frozen"
|
|
@@ -114,16 +114,16 @@ Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
|
114
114
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
115
115
|
Requires-Dist: cron_descriptor==2.0.6; extra == "frozen"
|
|
116
116
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
117
|
-
Requires-Dist: cryptography==46.0.
|
|
117
|
+
Requires-Dist: cryptography==46.0.2; extra == "frozen"
|
|
118
118
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
119
119
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
120
120
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
121
121
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
122
122
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
123
|
-
Requires-Dist: dkist-processing-common==11.
|
|
123
|
+
Requires-Dist: dkist-processing-common==11.7.0; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-core==6.0.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
126
|
-
Requires-Dist: dkist-processing-test==1.36.
|
|
126
|
+
Requires-Dist: dkist-processing-test==1.36.1; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-service-configuration==4.1.7; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
@@ -131,13 +131,14 @@ Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
|
131
131
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
132
132
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
133
133
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
134
|
-
Requires-Dist: fonttools==4.60.
|
|
135
|
-
Requires-Dist: frozenlist==1.
|
|
134
|
+
Requires-Dist: fonttools==4.60.1; extra == "frozen"
|
|
135
|
+
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
136
136
|
Requires-Dist: fsspec==2025.9.0; extra == "frozen"
|
|
137
|
-
Requires-Dist: globus-sdk==3.
|
|
137
|
+
Requires-Dist: globus-sdk==3.65.0; extra == "frozen"
|
|
138
138
|
Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
|
|
139
139
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
140
140
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
141
|
+
Requires-Dist: greenlet==3.2.4; extra == "frozen"
|
|
141
142
|
Requires-Dist: grpcio==1.75.1; extra == "frozen"
|
|
142
143
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
143
144
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -157,7 +158,7 @@ Requires-Dist: jupyter_core==5.8.1; extra == "frozen"
|
|
|
157
158
|
Requires-Dist: kiwisolver==1.4.9; extra == "frozen"
|
|
158
159
|
Requires-Dist: kombu==5.5.4; extra == "frozen"
|
|
159
160
|
Requires-Dist: lazy-object-proxy==1.12.0; extra == "frozen"
|
|
160
|
-
Requires-Dist: limits==5.
|
|
161
|
+
Requires-Dist: limits==5.6.0; extra == "frozen"
|
|
161
162
|
Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
|
|
162
163
|
Requires-Dist: llvmlite==0.44.0; extra == "frozen"
|
|
163
164
|
Requires-Dist: lmfit==1.3.4; extra == "frozen"
|
|
@@ -167,13 +168,13 @@ Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
|
|
|
167
168
|
Requires-Dist: marshmallow==3.26.1; extra == "frozen"
|
|
168
169
|
Requires-Dist: marshmallow-oneofschema==3.2.0; extra == "frozen"
|
|
169
170
|
Requires-Dist: marshmallow-sqlalchemy==0.28.2; extra == "frozen"
|
|
170
|
-
Requires-Dist: matplotlib==3.10.
|
|
171
|
+
Requires-Dist: matplotlib==3.10.7; extra == "frozen"
|
|
171
172
|
Requires-Dist: mdit-py-plugins==0.5.0; extra == "frozen"
|
|
172
173
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
173
174
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
174
175
|
Requires-Dist: more-itertools==10.8.0; extra == "frozen"
|
|
175
176
|
Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
176
|
-
Requires-Dist: multidict==6.
|
|
177
|
+
Requires-Dist: multidict==6.7.0; extra == "frozen"
|
|
177
178
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
178
179
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
179
180
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
@@ -204,28 +205,29 @@ Requires-Dist: opentelemetry-semantic-conventions==0.58b0; extra == "frozen"
|
|
|
204
205
|
Requires-Dist: opentelemetry-util-http==0.58b0; extra == "frozen"
|
|
205
206
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
206
207
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
207
|
-
Requires-Dist: pandas==2.3.
|
|
208
|
+
Requires-Dist: pandas==2.3.3; extra == "frozen"
|
|
208
209
|
Requires-Dist: parfive==2.2.0; extra == "frozen"
|
|
210
|
+
Requires-Dist: pathlib_abc==0.5.1; extra == "frozen"
|
|
209
211
|
Requires-Dist: pathspec==0.12.1; extra == "frozen"
|
|
210
212
|
Requires-Dist: pendulum==3.1.0; extra == "frozen"
|
|
211
213
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
212
214
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
213
215
|
Requires-Dist: pip==25.2; extra == "frozen"
|
|
214
|
-
Requires-Dist: platformdirs==4.
|
|
216
|
+
Requires-Dist: platformdirs==4.5.0; extra == "frozen"
|
|
215
217
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
216
218
|
Requires-Dist: pooch==1.8.2; extra == "frozen"
|
|
217
219
|
Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
218
220
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
219
221
|
Requires-Dist: prometheus_client==0.23.1; extra == "frozen"
|
|
220
222
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
221
|
-
Requires-Dist: propcache==0.
|
|
223
|
+
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
222
224
|
Requires-Dist: protobuf==6.32.1; extra == "frozen"
|
|
223
225
|
Requires-Dist: psutil==7.1.0; extra == "frozen"
|
|
224
226
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
225
227
|
Requires-Dist: pycparser==2.23; extra == "frozen"
|
|
226
|
-
Requires-Dist: pydantic==2.
|
|
228
|
+
Requires-Dist: pydantic==2.12.0; extra == "frozen"
|
|
227
229
|
Requires-Dist: pydantic-settings==2.11.0; extra == "frozen"
|
|
228
|
-
Requires-Dist: pydantic_core==2.
|
|
230
|
+
Requires-Dist: pydantic_core==2.41.1; extra == "frozen"
|
|
229
231
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
230
232
|
Requires-Dist: pyparsing==3.2.5; extra == "frozen"
|
|
231
233
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
@@ -239,7 +241,7 @@ Requires-Dist: referencing==0.36.2; extra == "frozen"
|
|
|
239
241
|
Requires-Dist: requests==2.32.5; extra == "frozen"
|
|
240
242
|
Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
|
|
241
243
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
242
|
-
Requires-Dist: rich==
|
|
244
|
+
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
243
245
|
Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
|
|
244
246
|
Requires-Dist: rpds-py==0.27.1; extra == "frozen"
|
|
245
247
|
Requires-Dist: s3transfer==0.14.0; extra == "frozen"
|
|
@@ -260,12 +262,12 @@ Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
|
260
262
|
Requires-Dist: tornado==6.5.2; extra == "frozen"
|
|
261
263
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
262
264
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
263
|
-
Requires-Dist: typing-inspection==0.4.
|
|
265
|
+
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
264
266
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
265
267
|
Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
266
268
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
267
269
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
268
|
-
Requires-Dist: universal_pathlib==0.
|
|
270
|
+
Requires-Dist: universal_pathlib==0.3.3; extra == "frozen"
|
|
269
271
|
Requires-Dist: urllib3==2.5.0; extra == "frozen"
|
|
270
272
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
271
273
|
Requires-Dist: voluptuous==0.15.2; extra == "frozen"
|
|
@@ -273,7 +275,7 @@ Requires-Dist: wcwidth==0.2.14; extra == "frozen"
|
|
|
273
275
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
274
276
|
Requires-Dist: wrapt==1.17.3; extra == "frozen"
|
|
275
277
|
Requires-Dist: yamale==6.0.0; extra == "frozen"
|
|
276
|
-
Requires-Dist: yarl==1.
|
|
278
|
+
Requires-Dist: yarl==1.22.0; extra == "frozen"
|
|
277
279
|
Requires-Dist: zipp==3.23.0; extra == "frozen"
|
|
278
280
|
|
|
279
281
|
dkist-processing-test
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==11.
|
|
1
|
+
dkist-processing-common==11.7.0
|
|
2
2
|
dkist-header-validator==5.2.1
|
|
3
3
|
dkist-service-configuration==4.1.7
|
|
4
4
|
dkist-fits-specifications==4.17.0
|
|
@@ -19,14 +19,14 @@ Flask-AppBuilder==4.5.3
|
|
|
19
19
|
Flask-Babel==2.0.0
|
|
20
20
|
Flask-Caching==2.3.1
|
|
21
21
|
Flask-JWT-Extended==4.7.1
|
|
22
|
-
Flask-Limiter==3.
|
|
22
|
+
Flask-Limiter==3.12
|
|
23
23
|
Flask-Login==0.6.3
|
|
24
24
|
Flask-SQLAlchemy==2.5.1
|
|
25
25
|
Flask-Session==0.5.0
|
|
26
26
|
Flask-WTF==1.2.2
|
|
27
27
|
Jinja2==3.1.6
|
|
28
28
|
Mako==1.3.10
|
|
29
|
-
MarkupSafe==3.0.
|
|
29
|
+
MarkupSafe==3.0.3
|
|
30
30
|
PyJWT==2.10.1
|
|
31
31
|
PyYAML==6.0.3
|
|
32
32
|
Pygments==2.19.2
|
|
@@ -37,7 +37,7 @@ WTForms==3.2.1
|
|
|
37
37
|
Werkzeug==2.2.3
|
|
38
38
|
aioftp==0.27.2
|
|
39
39
|
aiohappyeyeballs==2.6.1
|
|
40
|
-
aiohttp==3.
|
|
40
|
+
aiohttp==3.13.0
|
|
41
41
|
aiosignal==1.4.0
|
|
42
42
|
aiosmtplib==4.0.2
|
|
43
43
|
alembic==1.16.5
|
|
@@ -54,27 +54,27 @@ apache-airflow-providers-ftp==3.13.2
|
|
|
54
54
|
apache-airflow-providers-http==5.3.4
|
|
55
55
|
apache-airflow-providers-imap==3.9.2
|
|
56
56
|
apache-airflow-providers-postgres==6.3.0
|
|
57
|
-
apache-airflow-providers-smtp==2.3.
|
|
57
|
+
apache-airflow-providers-smtp==2.3.1
|
|
58
58
|
apache-airflow-providers-sqlite==4.1.2
|
|
59
59
|
apispec==6.8.4
|
|
60
60
|
argcomplete==3.6.2
|
|
61
61
|
asdf==3.5.0
|
|
62
62
|
asdf_standard==1.4.0
|
|
63
63
|
asdf_transform_schemas==0.6.0
|
|
64
|
-
asgiref==3.
|
|
64
|
+
asgiref==3.10.0
|
|
65
65
|
asteval==1.0.6
|
|
66
66
|
astropy==7.0.2
|
|
67
|
-
astropy-iers-data==0.2025.
|
|
67
|
+
astropy-iers-data==0.2025.10.6.0.35.25
|
|
68
68
|
asyncpg==0.30.0
|
|
69
|
-
attrs==25.
|
|
69
|
+
attrs==25.4.0
|
|
70
70
|
babel==2.17.0
|
|
71
71
|
billiard==4.2.2
|
|
72
72
|
blinker==1.9.0
|
|
73
|
-
boto3==1.40.
|
|
74
|
-
botocore==1.40.
|
|
73
|
+
boto3==1.40.48
|
|
74
|
+
botocore==1.40.48
|
|
75
75
|
cachelib==0.13.0
|
|
76
76
|
celery==5.3.1
|
|
77
|
-
certifi==2025.
|
|
77
|
+
certifi==2025.10.5
|
|
78
78
|
cffi==2.0.0
|
|
79
79
|
charset-normalizer==3.4.3
|
|
80
80
|
click==8.3.0
|
|
@@ -88,16 +88,16 @@ connexion==2.14.2
|
|
|
88
88
|
contourpy==1.3.3
|
|
89
89
|
cron_descriptor==2.0.6
|
|
90
90
|
croniter==6.0.0
|
|
91
|
-
cryptography==46.0.
|
|
91
|
+
cryptography==46.0.2
|
|
92
92
|
cycler==0.12.1
|
|
93
93
|
dacite==1.9.2
|
|
94
94
|
decorator==5.2.1
|
|
95
95
|
dill==0.4.0
|
|
96
96
|
dkist-header-validator==5.2.1
|
|
97
|
-
dkist-processing-common==11.
|
|
97
|
+
dkist-processing-common==11.7.0
|
|
98
98
|
dkist-processing-core==6.0.0
|
|
99
99
|
dkist-processing-pac==3.1.1
|
|
100
|
-
dkist-processing-test==1.36.
|
|
100
|
+
dkist-processing-test==1.36.1
|
|
101
101
|
dkist-service-configuration==4.1.7
|
|
102
102
|
dkist-spectral-lines==3.0.0
|
|
103
103
|
dkist_fits_specifications==4.17.0
|
|
@@ -105,13 +105,14 @@ dnspython==2.8.0
|
|
|
105
105
|
email-validator==2.3.0
|
|
106
106
|
fastjsonschema==2.21.2
|
|
107
107
|
flower==2.0.1
|
|
108
|
-
fonttools==4.60.
|
|
109
|
-
frozenlist==1.
|
|
108
|
+
fonttools==4.60.1
|
|
109
|
+
frozenlist==1.8.0
|
|
110
110
|
fsspec==2025.9.0
|
|
111
|
-
globus-sdk==3.
|
|
111
|
+
globus-sdk==3.65.0
|
|
112
112
|
google-re2==1.1.20250805
|
|
113
113
|
googleapis-common-protos==1.70.0
|
|
114
114
|
gqlclient==1.2.3
|
|
115
|
+
greenlet==3.2.4
|
|
115
116
|
grpcio==1.75.1
|
|
116
117
|
gunicorn==23.0.0
|
|
117
118
|
h11==0.16.0
|
|
@@ -131,7 +132,7 @@ jupyter_core==5.8.1
|
|
|
131
132
|
kiwisolver==1.4.9
|
|
132
133
|
kombu==5.5.4
|
|
133
134
|
lazy-object-proxy==1.12.0
|
|
134
|
-
limits==5.
|
|
135
|
+
limits==5.6.0
|
|
135
136
|
linkify-it-py==2.0.3
|
|
136
137
|
llvmlite==0.44.0
|
|
137
138
|
lmfit==1.3.4
|
|
@@ -141,13 +142,13 @@ markdown-it-py==4.0.0
|
|
|
141
142
|
marshmallow==3.26.1
|
|
142
143
|
marshmallow-oneofschema==3.2.0
|
|
143
144
|
marshmallow-sqlalchemy==0.28.2
|
|
144
|
-
matplotlib==3.10.
|
|
145
|
+
matplotlib==3.10.7
|
|
145
146
|
mdit-py-plugins==0.5.0
|
|
146
147
|
mdurl==0.1.2
|
|
147
148
|
methodtools==0.4.7
|
|
148
149
|
more-itertools==10.8.0
|
|
149
150
|
moviepy==2.2.1
|
|
150
|
-
multidict==6.
|
|
151
|
+
multidict==6.7.0
|
|
151
152
|
nbformat==5.10.4
|
|
152
153
|
numba==0.61.2
|
|
153
154
|
numpy==2.2.5
|
|
@@ -178,28 +179,29 @@ opentelemetry-semantic-conventions==0.58b0
|
|
|
178
179
|
opentelemetry-util-http==0.58b0
|
|
179
180
|
ordered-set==4.1.0
|
|
180
181
|
packaging==25.0
|
|
181
|
-
pandas==2.3.
|
|
182
|
+
pandas==2.3.3
|
|
182
183
|
parfive==2.2.0
|
|
184
|
+
pathlib_abc==0.5.1
|
|
183
185
|
pathspec==0.12.1
|
|
184
186
|
pendulum==3.1.0
|
|
185
187
|
pika==1.3.2
|
|
186
188
|
pillow==11.3.0
|
|
187
189
|
pip==25.2
|
|
188
|
-
platformdirs==4.
|
|
190
|
+
platformdirs==4.5.0
|
|
189
191
|
pluggy==1.6.0
|
|
190
192
|
pooch==1.8.2
|
|
191
193
|
prison==0.2.1
|
|
192
194
|
proglog==0.1.12
|
|
193
195
|
prometheus_client==0.23.1
|
|
194
196
|
prompt_toolkit==3.0.52
|
|
195
|
-
propcache==0.
|
|
197
|
+
propcache==0.4.1
|
|
196
198
|
protobuf==6.32.1
|
|
197
199
|
psutil==7.1.0
|
|
198
200
|
psycopg2-binary==2.9.10
|
|
199
201
|
pycparser==2.23
|
|
200
|
-
pydantic==2.
|
|
202
|
+
pydantic==2.12.0
|
|
201
203
|
pydantic-settings==2.11.0
|
|
202
|
-
pydantic_core==2.
|
|
204
|
+
pydantic_core==2.41.1
|
|
203
205
|
pyerfa==2.0.1.5
|
|
204
206
|
pyparsing==3.2.5
|
|
205
207
|
python-daemon==3.1.2
|
|
@@ -213,7 +215,7 @@ referencing==0.36.2
|
|
|
213
215
|
requests==2.32.5
|
|
214
216
|
requests-toolbelt==1.0.0
|
|
215
217
|
rfc3339-validator==0.1.4
|
|
216
|
-
rich==
|
|
218
|
+
rich==13.9.4
|
|
217
219
|
rich-argparse==1.7.1
|
|
218
220
|
rpds-py==0.27.1
|
|
219
221
|
s3transfer==0.14.0
|
|
@@ -234,12 +236,12 @@ text-unidecode==1.3
|
|
|
234
236
|
tornado==6.5.2
|
|
235
237
|
tqdm==4.67.1
|
|
236
238
|
traitlets==5.14.3
|
|
237
|
-
typing-inspection==0.4.
|
|
239
|
+
typing-inspection==0.4.2
|
|
238
240
|
typing_extensions==4.15.0
|
|
239
241
|
tzdata==2025.2
|
|
240
242
|
uc-micro-py==1.0.3
|
|
241
243
|
uncertainties==3.2.3
|
|
242
|
-
universal_pathlib==0.
|
|
244
|
+
universal_pathlib==0.3.3
|
|
243
245
|
urllib3==2.5.0
|
|
244
246
|
vine==5.1.0
|
|
245
247
|
voluptuous==0.15.2
|
|
@@ -247,7 +249,7 @@ wcwidth==0.2.14
|
|
|
247
249
|
wirerope==1.0.0
|
|
248
250
|
wrapt==1.17.3
|
|
249
251
|
yamale==6.0.0
|
|
250
|
-
yarl==1.
|
|
252
|
+
yarl==1.22.0
|
|
251
253
|
zipp==3.23.0
|
|
252
254
|
|
|
253
255
|
[inventory]
|
|
@@ -9,8 +9,8 @@ find = {}
|
|
|
9
9
|
|
|
10
10
|
[tool.dkist-dev-tools]
|
|
11
11
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "1.36.
|
|
13
|
-
date = 2025-
|
|
12
|
+
version = "1.36.1"
|
|
13
|
+
date = 2025-10-09T08:38:29.629714
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.12",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 11.
|
|
29
|
+
"dkist-processing-common == 11.7.0",
|
|
30
30
|
"dkist-header-validator == 5.2.1",
|
|
31
31
|
"dkist-service-configuration == 4.1.7",
|
|
32
32
|
"dkist-fits-specifications == 4.17.0",
|
|
@@ -71,14 +71,14 @@ frozen = [
|
|
|
71
71
|
"Flask-Babel == 2.0.0",
|
|
72
72
|
"Flask-Caching == 2.3.1",
|
|
73
73
|
"Flask-JWT-Extended == 4.7.1",
|
|
74
|
-
"Flask-Limiter == 3.
|
|
74
|
+
"Flask-Limiter == 3.12",
|
|
75
75
|
"Flask-Login == 0.6.3",
|
|
76
76
|
"Flask-SQLAlchemy == 2.5.1",
|
|
77
77
|
"Flask-Session == 0.5.0",
|
|
78
78
|
"Flask-WTF == 1.2.2",
|
|
79
79
|
"Jinja2 == 3.1.6",
|
|
80
80
|
"Mako == 1.3.10",
|
|
81
|
-
"MarkupSafe == 3.0.
|
|
81
|
+
"MarkupSafe == 3.0.3",
|
|
82
82
|
"PyJWT == 2.10.1",
|
|
83
83
|
"PyYAML == 6.0.3",
|
|
84
84
|
"Pygments == 2.19.2",
|
|
@@ -89,7 +89,7 @@ frozen = [
|
|
|
89
89
|
"Werkzeug == 2.2.3",
|
|
90
90
|
"aioftp == 0.27.2",
|
|
91
91
|
"aiohappyeyeballs == 2.6.1",
|
|
92
|
-
"aiohttp == 3.
|
|
92
|
+
"aiohttp == 3.13.0",
|
|
93
93
|
"aiosignal == 1.4.0",
|
|
94
94
|
"aiosmtplib == 4.0.2",
|
|
95
95
|
"alembic == 1.16.5",
|
|
@@ -106,27 +106,27 @@ frozen = [
|
|
|
106
106
|
"apache-airflow-providers-http == 5.3.4",
|
|
107
107
|
"apache-airflow-providers-imap == 3.9.2",
|
|
108
108
|
"apache-airflow-providers-postgres == 6.3.0",
|
|
109
|
-
"apache-airflow-providers-smtp == 2.3.
|
|
109
|
+
"apache-airflow-providers-smtp == 2.3.1",
|
|
110
110
|
"apache-airflow-providers-sqlite == 4.1.2",
|
|
111
111
|
"apispec == 6.8.4",
|
|
112
112
|
"argcomplete == 3.6.2",
|
|
113
113
|
"asdf == 3.5.0",
|
|
114
114
|
"asdf_standard == 1.4.0",
|
|
115
115
|
"asdf_transform_schemas == 0.6.0",
|
|
116
|
-
"asgiref == 3.
|
|
116
|
+
"asgiref == 3.10.0",
|
|
117
117
|
"asteval == 1.0.6",
|
|
118
118
|
"astropy == 7.0.2",
|
|
119
|
-
"astropy-iers-data == 0.2025.
|
|
119
|
+
"astropy-iers-data == 0.2025.10.6.0.35.25",
|
|
120
120
|
"asyncpg == 0.30.0",
|
|
121
|
-
"attrs == 25.
|
|
121
|
+
"attrs == 25.4.0",
|
|
122
122
|
"babel == 2.17.0",
|
|
123
123
|
"billiard == 4.2.2",
|
|
124
124
|
"blinker == 1.9.0",
|
|
125
|
-
"boto3 == 1.40.
|
|
126
|
-
"botocore == 1.40.
|
|
125
|
+
"boto3 == 1.40.48",
|
|
126
|
+
"botocore == 1.40.48",
|
|
127
127
|
"cachelib == 0.13.0",
|
|
128
128
|
"celery == 5.3.1",
|
|
129
|
-
"certifi == 2025.
|
|
129
|
+
"certifi == 2025.10.5",
|
|
130
130
|
"cffi == 2.0.0",
|
|
131
131
|
"charset-normalizer == 3.4.3",
|
|
132
132
|
"click == 8.3.0",
|
|
@@ -140,16 +140,16 @@ frozen = [
|
|
|
140
140
|
"contourpy == 1.3.3",
|
|
141
141
|
"cron_descriptor == 2.0.6",
|
|
142
142
|
"croniter == 6.0.0",
|
|
143
|
-
"cryptography == 46.0.
|
|
143
|
+
"cryptography == 46.0.2",
|
|
144
144
|
"cycler == 0.12.1",
|
|
145
145
|
"dacite == 1.9.2",
|
|
146
146
|
"decorator == 5.2.1",
|
|
147
147
|
"dill == 0.4.0",
|
|
148
148
|
"dkist-header-validator == 5.2.1",
|
|
149
|
-
"dkist-processing-common == 11.
|
|
149
|
+
"dkist-processing-common == 11.7.0",
|
|
150
150
|
"dkist-processing-core == 6.0.0",
|
|
151
151
|
"dkist-processing-pac == 3.1.1",
|
|
152
|
-
"dkist-processing-test == 1.36.
|
|
152
|
+
"dkist-processing-test == 1.36.1",
|
|
153
153
|
"dkist-service-configuration == 4.1.7",
|
|
154
154
|
"dkist-spectral-lines == 3.0.0",
|
|
155
155
|
"dkist_fits_specifications == 4.17.0",
|
|
@@ -157,13 +157,14 @@ frozen = [
|
|
|
157
157
|
"email-validator == 2.3.0",
|
|
158
158
|
"fastjsonschema == 2.21.2",
|
|
159
159
|
"flower == 2.0.1",
|
|
160
|
-
"fonttools == 4.60.
|
|
161
|
-
"frozenlist == 1.
|
|
160
|
+
"fonttools == 4.60.1",
|
|
161
|
+
"frozenlist == 1.8.0",
|
|
162
162
|
"fsspec == 2025.9.0",
|
|
163
|
-
"globus-sdk == 3.
|
|
163
|
+
"globus-sdk == 3.65.0",
|
|
164
164
|
"google-re2 == 1.1.20250805",
|
|
165
165
|
"googleapis-common-protos == 1.70.0",
|
|
166
166
|
"gqlclient == 1.2.3",
|
|
167
|
+
"greenlet == 3.2.4",
|
|
167
168
|
"grpcio == 1.75.1",
|
|
168
169
|
"gunicorn == 23.0.0",
|
|
169
170
|
"h11 == 0.16.0",
|
|
@@ -183,7 +184,7 @@ frozen = [
|
|
|
183
184
|
"kiwisolver == 1.4.9",
|
|
184
185
|
"kombu == 5.5.4",
|
|
185
186
|
"lazy-object-proxy == 1.12.0",
|
|
186
|
-
"limits == 5.
|
|
187
|
+
"limits == 5.6.0",
|
|
187
188
|
"linkify-it-py == 2.0.3",
|
|
188
189
|
"llvmlite == 0.44.0",
|
|
189
190
|
"lmfit == 1.3.4",
|
|
@@ -193,13 +194,13 @@ frozen = [
|
|
|
193
194
|
"marshmallow == 3.26.1",
|
|
194
195
|
"marshmallow-oneofschema == 3.2.0",
|
|
195
196
|
"marshmallow-sqlalchemy == 0.28.2",
|
|
196
|
-
"matplotlib == 3.10.
|
|
197
|
+
"matplotlib == 3.10.7",
|
|
197
198
|
"mdit-py-plugins == 0.5.0",
|
|
198
199
|
"mdurl == 0.1.2",
|
|
199
200
|
"methodtools == 0.4.7",
|
|
200
201
|
"more-itertools == 10.8.0",
|
|
201
202
|
"moviepy == 2.2.1",
|
|
202
|
-
"multidict == 6.
|
|
203
|
+
"multidict == 6.7.0",
|
|
203
204
|
"nbformat == 5.10.4",
|
|
204
205
|
"numba == 0.61.2",
|
|
205
206
|
"numpy == 2.2.5",
|
|
@@ -230,28 +231,29 @@ frozen = [
|
|
|
230
231
|
"opentelemetry-util-http == 0.58b0",
|
|
231
232
|
"ordered-set == 4.1.0",
|
|
232
233
|
"packaging == 25.0",
|
|
233
|
-
"pandas == 2.3.
|
|
234
|
+
"pandas == 2.3.3",
|
|
234
235
|
"parfive == 2.2.0",
|
|
236
|
+
"pathlib_abc == 0.5.1",
|
|
235
237
|
"pathspec == 0.12.1",
|
|
236
238
|
"pendulum == 3.1.0",
|
|
237
239
|
"pika == 1.3.2",
|
|
238
240
|
"pillow == 11.3.0",
|
|
239
241
|
"pip == 25.2",
|
|
240
|
-
"platformdirs == 4.
|
|
242
|
+
"platformdirs == 4.5.0",
|
|
241
243
|
"pluggy == 1.6.0",
|
|
242
244
|
"pooch == 1.8.2",
|
|
243
245
|
"prison == 0.2.1",
|
|
244
246
|
"proglog == 0.1.12",
|
|
245
247
|
"prometheus_client == 0.23.1",
|
|
246
248
|
"prompt_toolkit == 3.0.52",
|
|
247
|
-
"propcache == 0.
|
|
249
|
+
"propcache == 0.4.1",
|
|
248
250
|
"protobuf == 6.32.1",
|
|
249
251
|
"psutil == 7.1.0",
|
|
250
252
|
"psycopg2-binary == 2.9.10",
|
|
251
253
|
"pycparser == 2.23",
|
|
252
|
-
"pydantic == 2.
|
|
254
|
+
"pydantic == 2.12.0",
|
|
253
255
|
"pydantic-settings == 2.11.0",
|
|
254
|
-
"pydantic_core == 2.
|
|
256
|
+
"pydantic_core == 2.41.1",
|
|
255
257
|
"pyerfa == 2.0.1.5",
|
|
256
258
|
"pyparsing == 3.2.5",
|
|
257
259
|
"python-daemon == 3.1.2",
|
|
@@ -265,7 +267,7 @@ frozen = [
|
|
|
265
267
|
"requests == 2.32.5",
|
|
266
268
|
"requests-toolbelt == 1.0.0",
|
|
267
269
|
"rfc3339-validator == 0.1.4",
|
|
268
|
-
"rich ==
|
|
270
|
+
"rich == 13.9.4",
|
|
269
271
|
"rich-argparse == 1.7.1",
|
|
270
272
|
"rpds-py == 0.27.1",
|
|
271
273
|
"s3transfer == 0.14.0",
|
|
@@ -286,12 +288,12 @@ frozen = [
|
|
|
286
288
|
"tornado == 6.5.2",
|
|
287
289
|
"tqdm == 4.67.1",
|
|
288
290
|
"traitlets == 5.14.3",
|
|
289
|
-
"typing-inspection == 0.4.
|
|
291
|
+
"typing-inspection == 0.4.2",
|
|
290
292
|
"typing_extensions == 4.15.0",
|
|
291
293
|
"tzdata == 2025.2",
|
|
292
294
|
"uc-micro-py == 1.0.3",
|
|
293
295
|
"uncertainties == 3.2.3",
|
|
294
|
-
"universal_pathlib == 0.
|
|
296
|
+
"universal_pathlib == 0.3.3",
|
|
295
297
|
"urllib3 == 2.5.0",
|
|
296
298
|
"vine == 5.1.0",
|
|
297
299
|
"voluptuous == 0.15.2",
|
|
@@ -299,7 +301,7 @@ frozen = [
|
|
|
299
301
|
"wirerope == 1.0.0",
|
|
300
302
|
"wrapt == 1.17.3",
|
|
301
303
|
"yamale == 6.0.0",
|
|
302
|
-
"yarl == 1.
|
|
304
|
+
"yarl == 1.22.0",
|
|
303
305
|
"zipp == 3.23.0",
|
|
304
306
|
]
|
|
305
307
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/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.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/tasks/manual.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/tasks/movie.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/tasks/noop.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/dkist_processing_test/tasks/parse.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.36.0 → dkist_processing_test-1.36.1}/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
|