dkist-processing-test 1.34.0__tar.gz → 1.34.1rc1__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.34.0/dkist_processing_test.egg-info → dkist_processing_test-1.34.1rc1}/PKG-INFO +49 -48
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1/dkist_processing_test.egg-info}/PKG-INFO +49 -48
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test.egg-info/requires.txt +48 -47
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/pyproject.toml +50 -49
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/.gitignore +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/.snyk +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/README.rst +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.34.
|
|
3
|
+
Version: 1.34.1rc1
|
|
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.11
|
|
13
13
|
Requires-Python: >=3.11
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==11.2.
|
|
15
|
+
Requires-Dist: dkist-processing-common==11.2.1rc1
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.17.0
|
|
@@ -63,24 +63,24 @@ Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
|
63
63
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
64
64
|
Requires-Dist: aioftp==0.26.2; extra == "frozen"
|
|
65
65
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
66
|
-
Requires-Dist: aiohttp==3.12.
|
|
66
|
+
Requires-Dist: aiohttp==3.12.15; extra == "frozen"
|
|
67
67
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
68
68
|
Requires-Dist: alembic==1.16.4; extra == "frozen"
|
|
69
69
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
70
70
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
71
|
-
Requires-Dist: anyio==4.
|
|
71
|
+
Requires-Dist: anyio==4.10.0; extra == "frozen"
|
|
72
72
|
Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
|
|
73
|
-
Requires-Dist: apache-airflow-providers-celery==3.12.
|
|
74
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.7.
|
|
75
|
-
Requires-Dist: apache-airflow-providers-common-io==1.6.
|
|
76
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.27.
|
|
73
|
+
Requires-Dist: apache-airflow-providers-celery==3.12.2; extra == "frozen"
|
|
74
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.7.3; extra == "frozen"
|
|
75
|
+
Requires-Dist: apache-airflow-providers-common-io==1.6.2; extra == "frozen"
|
|
76
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.27.5; extra == "frozen"
|
|
77
77
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
78
|
-
Requires-Dist: apache-airflow-providers-ftp==3.13.
|
|
79
|
-
Requires-Dist: apache-airflow-providers-http==5.3.
|
|
80
|
-
Requires-Dist: apache-airflow-providers-imap==3.9.
|
|
81
|
-
Requires-Dist: apache-airflow-providers-postgres==6.2.
|
|
82
|
-
Requires-Dist: apache-airflow-providers-smtp==2.
|
|
83
|
-
Requires-Dist: apache-airflow-providers-sqlite==4.1.
|
|
78
|
+
Requires-Dist: apache-airflow-providers-ftp==3.13.2; extra == "frozen"
|
|
79
|
+
Requires-Dist: apache-airflow-providers-http==5.3.3; extra == "frozen"
|
|
80
|
+
Requires-Dist: apache-airflow-providers-imap==3.9.2; extra == "frozen"
|
|
81
|
+
Requires-Dist: apache-airflow-providers-postgres==6.2.3; extra == "frozen"
|
|
82
|
+
Requires-Dist: apache-airflow-providers-smtp==2.2.0; extra == "frozen"
|
|
83
|
+
Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
|
|
84
84
|
Requires-Dist: apispec==6.8.2; extra == "frozen"
|
|
85
85
|
Requires-Dist: argcomplete==3.6.2; extra == "frozen"
|
|
86
86
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
@@ -89,19 +89,19 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
89
89
|
Requires-Dist: asgiref==3.9.1; extra == "frozen"
|
|
90
90
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
91
91
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
92
|
-
Requires-Dist: astropy-iers-data==0.2025.
|
|
92
|
+
Requires-Dist: astropy-iers-data==0.2025.8.11.0.41.9; extra == "frozen"
|
|
93
93
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
94
94
|
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
97
97
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
98
|
-
Requires-Dist: boto3==1.
|
|
99
|
-
Requires-Dist: botocore==1.
|
|
98
|
+
Requires-Dist: boto3==1.40.6; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.40.6; extra == "frozen"
|
|
100
100
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: celery==5.5.3; extra == "frozen"
|
|
102
|
-
Requires-Dist: certifi==2025.
|
|
102
|
+
Requires-Dist: certifi==2025.8.3; extra == "frozen"
|
|
103
103
|
Requires-Dist: cffi==1.17.1; extra == "frozen"
|
|
104
|
-
Requires-Dist: charset-normalizer==3.4.
|
|
104
|
+
Requires-Dist: charset-normalizer==3.4.3; extra == "frozen"
|
|
105
105
|
Requires-Dist: click==8.2.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
@@ -110,19 +110,19 @@ Requires-Dist: clickclick==20.10.2; extra == "frozen"
|
|
|
110
110
|
Requires-Dist: colorama==0.4.6; extra == "frozen"
|
|
111
111
|
Requires-Dist: colorlog==6.9.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
113
|
-
Requires-Dist: contourpy==1.3.
|
|
113
|
+
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
114
114
|
Requires-Dist: cron-descriptor==1.4.5; extra == "frozen"
|
|
115
115
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
116
|
-
Requires-Dist: cryptography==45.0.
|
|
116
|
+
Requires-Dist: cryptography==45.0.6; extra == "frozen"
|
|
117
117
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
118
118
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
119
119
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
120
120
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
121
121
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
122
|
-
Requires-Dist: dkist-processing-common==11.2.
|
|
122
|
+
Requires-Dist: dkist-processing-common==11.2.1rc1; extra == "frozen"
|
|
123
123
|
Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
125
|
-
Requires-Dist: dkist-processing-test==1.34.
|
|
125
|
+
Requires-Dist: dkist-processing-test==1.34.1rc1; extra == "frozen"
|
|
126
126
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
@@ -135,11 +135,12 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
|
135
135
|
Requires-Dist: fonttools==4.59.0; extra == "frozen"
|
|
136
136
|
Requires-Dist: frozenlist==1.7.0; extra == "frozen"
|
|
137
137
|
Requires-Dist: fsspec==2025.7.0; extra == "frozen"
|
|
138
|
-
Requires-Dist: globus-sdk==3.
|
|
139
|
-
Requires-Dist: google-re2==1.1.
|
|
138
|
+
Requires-Dist: globus-sdk==3.62.0; extra == "frozen"
|
|
139
|
+
Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
|
|
140
140
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
141
141
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
142
|
-
Requires-Dist:
|
|
142
|
+
Requires-Dist: greenlet==3.2.4; extra == "frozen"
|
|
143
|
+
Requires-Dist: grpcio==1.74.0; extra == "frozen"
|
|
143
144
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
144
145
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
145
146
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -155,38 +156,38 @@ Requires-Dist: jmespath==1.0.1; extra == "frozen"
|
|
|
155
156
|
Requires-Dist: jsonschema==4.25.0; extra == "frozen"
|
|
156
157
|
Requires-Dist: jsonschema-specifications==2025.4.1; extra == "frozen"
|
|
157
158
|
Requires-Dist: jupyter_core==5.8.1; extra == "frozen"
|
|
158
|
-
Requires-Dist: kiwisolver==1.4.
|
|
159
|
+
Requires-Dist: kiwisolver==1.4.9; extra == "frozen"
|
|
159
160
|
Requires-Dist: kombu==5.5.4; extra == "frozen"
|
|
160
161
|
Requires-Dist: lazy-object-proxy==1.11.0; extra == "frozen"
|
|
161
|
-
Requires-Dist: limits==5.
|
|
162
|
+
Requires-Dist: limits==5.5.0; extra == "frozen"
|
|
162
163
|
Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
|
|
163
164
|
Requires-Dist: llvmlite==0.44.0; extra == "frozen"
|
|
164
|
-
Requires-Dist: lmfit==1.3.
|
|
165
|
+
Requires-Dist: lmfit==1.3.4; extra == "frozen"
|
|
165
166
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
166
167
|
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
167
|
-
Requires-Dist: markdown-it-py==
|
|
168
|
+
Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
|
|
168
169
|
Requires-Dist: marshmallow==3.26.1; extra == "frozen"
|
|
169
170
|
Requires-Dist: marshmallow-oneofschema==3.2.0; extra == "frozen"
|
|
170
171
|
Requires-Dist: marshmallow-sqlalchemy==0.28.2; extra == "frozen"
|
|
171
|
-
Requires-Dist: matplotlib==3.10.
|
|
172
|
-
Requires-Dist: mdit-py-plugins==0.
|
|
172
|
+
Requires-Dist: matplotlib==3.10.5; extra == "frozen"
|
|
173
|
+
Requires-Dist: mdit-py-plugins==0.5.0; extra == "frozen"
|
|
173
174
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
174
175
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
175
176
|
Requires-Dist: more-itertools==10.7.0; extra == "frozen"
|
|
176
177
|
Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
177
|
-
Requires-Dist: multidict==6.6.
|
|
178
|
+
Requires-Dist: multidict==6.6.4; extra == "frozen"
|
|
178
179
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
179
180
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
180
181
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
181
182
|
Requires-Dist: object-clerk==0.1.2; extra == "frozen"
|
|
182
|
-
Requires-Dist: opentelemetry-api==1.
|
|
183
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
184
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
185
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
186
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
187
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
188
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
189
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
183
|
+
Requires-Dist: opentelemetry-api==1.36.0; extra == "frozen"
|
|
184
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.36.0; extra == "frozen"
|
|
185
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.36.0; extra == "frozen"
|
|
186
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.36.0; extra == "frozen"
|
|
187
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.36.0; extra == "frozen"
|
|
188
|
+
Requires-Dist: opentelemetry-proto==1.36.0; extra == "frozen"
|
|
189
|
+
Requires-Dist: opentelemetry-sdk==1.36.0; extra == "frozen"
|
|
190
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.57b0; extra == "frozen"
|
|
190
191
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
191
192
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
192
193
|
Requires-Dist: pandas==2.3.1; extra == "frozen"
|
|
@@ -195,7 +196,7 @@ Requires-Dist: pathspec==0.12.1; extra == "frozen"
|
|
|
195
196
|
Requires-Dist: pendulum==3.1.0; extra == "frozen"
|
|
196
197
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
197
198
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
198
|
-
Requires-Dist: pip==25.
|
|
199
|
+
Requires-Dist: pip==25.2; extra == "frozen"
|
|
199
200
|
Requires-Dist: platformdirs==4.3.8; extra == "frozen"
|
|
200
201
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
201
202
|
Requires-Dist: pooch==1.8.2; extra == "frozen"
|
|
@@ -228,24 +229,24 @@ Requires-Dist: retry==0.9.2; extra == "frozen"
|
|
|
228
229
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
229
230
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
230
231
|
Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
|
|
231
|
-
Requires-Dist: rpds-py==0.
|
|
232
|
-
Requires-Dist: s3transfer==0.13.
|
|
233
|
-
Requires-Dist: scipy==1.16.
|
|
232
|
+
Requires-Dist: rpds-py==0.27.0; extra == "frozen"
|
|
233
|
+
Requires-Dist: s3transfer==0.13.1; extra == "frozen"
|
|
234
|
+
Requires-Dist: scipy==1.16.1; extra == "frozen"
|
|
234
235
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
235
236
|
Requires-Dist: setproctitle==1.3.6; extra == "frozen"
|
|
236
237
|
Requires-Dist: setuptools==65.5.0; extra == "frozen"
|
|
237
238
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
238
239
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
239
|
-
Requires-Dist: solar-wavelength-calibration==1.0; extra == "frozen"
|
|
240
|
+
Requires-Dist: solar-wavelength-calibration==1.0.1; extra == "frozen"
|
|
240
241
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
241
242
|
Requires-Dist: sqlparse==0.5.3; extra == "frozen"
|
|
242
|
-
Requires-Dist: sunpy==7.0.
|
|
243
|
+
Requires-Dist: sunpy==7.0.1; extra == "frozen"
|
|
243
244
|
Requires-Dist: tabulate==0.9.0; extra == "frozen"
|
|
244
245
|
Requires-Dist: talus==1.1.0; extra == "frozen"
|
|
245
246
|
Requires-Dist: tenacity==9.1.2; extra == "frozen"
|
|
246
247
|
Requires-Dist: termcolor==3.1.0; extra == "frozen"
|
|
247
248
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
248
|
-
Requires-Dist: tornado==6.5.
|
|
249
|
+
Requires-Dist: tornado==6.5.2; extra == "frozen"
|
|
249
250
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
250
251
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
251
252
|
Requires-Dist: typing-inspection==0.4.1; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.34.
|
|
3
|
+
Version: 1.34.1rc1
|
|
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.11
|
|
13
13
|
Requires-Python: >=3.11
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==11.2.
|
|
15
|
+
Requires-Dist: dkist-processing-common==11.2.1rc1
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.17.0
|
|
@@ -63,24 +63,24 @@ Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
|
63
63
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
64
64
|
Requires-Dist: aioftp==0.26.2; extra == "frozen"
|
|
65
65
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
66
|
-
Requires-Dist: aiohttp==3.12.
|
|
66
|
+
Requires-Dist: aiohttp==3.12.15; extra == "frozen"
|
|
67
67
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
68
68
|
Requires-Dist: alembic==1.16.4; extra == "frozen"
|
|
69
69
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
70
70
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
71
|
-
Requires-Dist: anyio==4.
|
|
71
|
+
Requires-Dist: anyio==4.10.0; extra == "frozen"
|
|
72
72
|
Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
|
|
73
|
-
Requires-Dist: apache-airflow-providers-celery==3.12.
|
|
74
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.7.
|
|
75
|
-
Requires-Dist: apache-airflow-providers-common-io==1.6.
|
|
76
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.27.
|
|
73
|
+
Requires-Dist: apache-airflow-providers-celery==3.12.2; extra == "frozen"
|
|
74
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.7.3; extra == "frozen"
|
|
75
|
+
Requires-Dist: apache-airflow-providers-common-io==1.6.2; extra == "frozen"
|
|
76
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.27.5; extra == "frozen"
|
|
77
77
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
78
|
-
Requires-Dist: apache-airflow-providers-ftp==3.13.
|
|
79
|
-
Requires-Dist: apache-airflow-providers-http==5.3.
|
|
80
|
-
Requires-Dist: apache-airflow-providers-imap==3.9.
|
|
81
|
-
Requires-Dist: apache-airflow-providers-postgres==6.2.
|
|
82
|
-
Requires-Dist: apache-airflow-providers-smtp==2.
|
|
83
|
-
Requires-Dist: apache-airflow-providers-sqlite==4.1.
|
|
78
|
+
Requires-Dist: apache-airflow-providers-ftp==3.13.2; extra == "frozen"
|
|
79
|
+
Requires-Dist: apache-airflow-providers-http==5.3.3; extra == "frozen"
|
|
80
|
+
Requires-Dist: apache-airflow-providers-imap==3.9.2; extra == "frozen"
|
|
81
|
+
Requires-Dist: apache-airflow-providers-postgres==6.2.3; extra == "frozen"
|
|
82
|
+
Requires-Dist: apache-airflow-providers-smtp==2.2.0; extra == "frozen"
|
|
83
|
+
Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
|
|
84
84
|
Requires-Dist: apispec==6.8.2; extra == "frozen"
|
|
85
85
|
Requires-Dist: argcomplete==3.6.2; extra == "frozen"
|
|
86
86
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
@@ -89,19 +89,19 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
89
89
|
Requires-Dist: asgiref==3.9.1; extra == "frozen"
|
|
90
90
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
91
91
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
92
|
-
Requires-Dist: astropy-iers-data==0.2025.
|
|
92
|
+
Requires-Dist: astropy-iers-data==0.2025.8.11.0.41.9; extra == "frozen"
|
|
93
93
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
94
94
|
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
97
97
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
98
|
-
Requires-Dist: boto3==1.
|
|
99
|
-
Requires-Dist: botocore==1.
|
|
98
|
+
Requires-Dist: boto3==1.40.6; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.40.6; extra == "frozen"
|
|
100
100
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: celery==5.5.3; extra == "frozen"
|
|
102
|
-
Requires-Dist: certifi==2025.
|
|
102
|
+
Requires-Dist: certifi==2025.8.3; extra == "frozen"
|
|
103
103
|
Requires-Dist: cffi==1.17.1; extra == "frozen"
|
|
104
|
-
Requires-Dist: charset-normalizer==3.4.
|
|
104
|
+
Requires-Dist: charset-normalizer==3.4.3; extra == "frozen"
|
|
105
105
|
Requires-Dist: click==8.2.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
@@ -110,19 +110,19 @@ Requires-Dist: clickclick==20.10.2; extra == "frozen"
|
|
|
110
110
|
Requires-Dist: colorama==0.4.6; extra == "frozen"
|
|
111
111
|
Requires-Dist: colorlog==6.9.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
113
|
-
Requires-Dist: contourpy==1.3.
|
|
113
|
+
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
114
114
|
Requires-Dist: cron-descriptor==1.4.5; extra == "frozen"
|
|
115
115
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
116
|
-
Requires-Dist: cryptography==45.0.
|
|
116
|
+
Requires-Dist: cryptography==45.0.6; extra == "frozen"
|
|
117
117
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
118
118
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
119
119
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
120
120
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
121
121
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
122
|
-
Requires-Dist: dkist-processing-common==11.2.
|
|
122
|
+
Requires-Dist: dkist-processing-common==11.2.1rc1; extra == "frozen"
|
|
123
123
|
Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
125
|
-
Requires-Dist: dkist-processing-test==1.34.
|
|
125
|
+
Requires-Dist: dkist-processing-test==1.34.1rc1; extra == "frozen"
|
|
126
126
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
@@ -135,11 +135,12 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
|
135
135
|
Requires-Dist: fonttools==4.59.0; extra == "frozen"
|
|
136
136
|
Requires-Dist: frozenlist==1.7.0; extra == "frozen"
|
|
137
137
|
Requires-Dist: fsspec==2025.7.0; extra == "frozen"
|
|
138
|
-
Requires-Dist: globus-sdk==3.
|
|
139
|
-
Requires-Dist: google-re2==1.1.
|
|
138
|
+
Requires-Dist: globus-sdk==3.62.0; extra == "frozen"
|
|
139
|
+
Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
|
|
140
140
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
141
141
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
142
|
-
Requires-Dist:
|
|
142
|
+
Requires-Dist: greenlet==3.2.4; extra == "frozen"
|
|
143
|
+
Requires-Dist: grpcio==1.74.0; extra == "frozen"
|
|
143
144
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
144
145
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
145
146
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -155,38 +156,38 @@ Requires-Dist: jmespath==1.0.1; extra == "frozen"
|
|
|
155
156
|
Requires-Dist: jsonschema==4.25.0; extra == "frozen"
|
|
156
157
|
Requires-Dist: jsonschema-specifications==2025.4.1; extra == "frozen"
|
|
157
158
|
Requires-Dist: jupyter_core==5.8.1; extra == "frozen"
|
|
158
|
-
Requires-Dist: kiwisolver==1.4.
|
|
159
|
+
Requires-Dist: kiwisolver==1.4.9; extra == "frozen"
|
|
159
160
|
Requires-Dist: kombu==5.5.4; extra == "frozen"
|
|
160
161
|
Requires-Dist: lazy-object-proxy==1.11.0; extra == "frozen"
|
|
161
|
-
Requires-Dist: limits==5.
|
|
162
|
+
Requires-Dist: limits==5.5.0; extra == "frozen"
|
|
162
163
|
Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
|
|
163
164
|
Requires-Dist: llvmlite==0.44.0; extra == "frozen"
|
|
164
|
-
Requires-Dist: lmfit==1.3.
|
|
165
|
+
Requires-Dist: lmfit==1.3.4; extra == "frozen"
|
|
165
166
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
166
167
|
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
167
|
-
Requires-Dist: markdown-it-py==
|
|
168
|
+
Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
|
|
168
169
|
Requires-Dist: marshmallow==3.26.1; extra == "frozen"
|
|
169
170
|
Requires-Dist: marshmallow-oneofschema==3.2.0; extra == "frozen"
|
|
170
171
|
Requires-Dist: marshmallow-sqlalchemy==0.28.2; extra == "frozen"
|
|
171
|
-
Requires-Dist: matplotlib==3.10.
|
|
172
|
-
Requires-Dist: mdit-py-plugins==0.
|
|
172
|
+
Requires-Dist: matplotlib==3.10.5; extra == "frozen"
|
|
173
|
+
Requires-Dist: mdit-py-plugins==0.5.0; extra == "frozen"
|
|
173
174
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
174
175
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
175
176
|
Requires-Dist: more-itertools==10.7.0; extra == "frozen"
|
|
176
177
|
Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
177
|
-
Requires-Dist: multidict==6.6.
|
|
178
|
+
Requires-Dist: multidict==6.6.4; extra == "frozen"
|
|
178
179
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
179
180
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
180
181
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
181
182
|
Requires-Dist: object-clerk==0.1.2; extra == "frozen"
|
|
182
|
-
Requires-Dist: opentelemetry-api==1.
|
|
183
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
184
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
185
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
186
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
187
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
188
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
189
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
183
|
+
Requires-Dist: opentelemetry-api==1.36.0; extra == "frozen"
|
|
184
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.36.0; extra == "frozen"
|
|
185
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.36.0; extra == "frozen"
|
|
186
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.36.0; extra == "frozen"
|
|
187
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.36.0; extra == "frozen"
|
|
188
|
+
Requires-Dist: opentelemetry-proto==1.36.0; extra == "frozen"
|
|
189
|
+
Requires-Dist: opentelemetry-sdk==1.36.0; extra == "frozen"
|
|
190
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.57b0; extra == "frozen"
|
|
190
191
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
191
192
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
192
193
|
Requires-Dist: pandas==2.3.1; extra == "frozen"
|
|
@@ -195,7 +196,7 @@ Requires-Dist: pathspec==0.12.1; extra == "frozen"
|
|
|
195
196
|
Requires-Dist: pendulum==3.1.0; extra == "frozen"
|
|
196
197
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
197
198
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
198
|
-
Requires-Dist: pip==25.
|
|
199
|
+
Requires-Dist: pip==25.2; extra == "frozen"
|
|
199
200
|
Requires-Dist: platformdirs==4.3.8; extra == "frozen"
|
|
200
201
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
201
202
|
Requires-Dist: pooch==1.8.2; extra == "frozen"
|
|
@@ -228,24 +229,24 @@ Requires-Dist: retry==0.9.2; extra == "frozen"
|
|
|
228
229
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
229
230
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
230
231
|
Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
|
|
231
|
-
Requires-Dist: rpds-py==0.
|
|
232
|
-
Requires-Dist: s3transfer==0.13.
|
|
233
|
-
Requires-Dist: scipy==1.16.
|
|
232
|
+
Requires-Dist: rpds-py==0.27.0; extra == "frozen"
|
|
233
|
+
Requires-Dist: s3transfer==0.13.1; extra == "frozen"
|
|
234
|
+
Requires-Dist: scipy==1.16.1; extra == "frozen"
|
|
234
235
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
235
236
|
Requires-Dist: setproctitle==1.3.6; extra == "frozen"
|
|
236
237
|
Requires-Dist: setuptools==65.5.0; extra == "frozen"
|
|
237
238
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
238
239
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
239
|
-
Requires-Dist: solar-wavelength-calibration==1.0; extra == "frozen"
|
|
240
|
+
Requires-Dist: solar-wavelength-calibration==1.0.1; extra == "frozen"
|
|
240
241
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
241
242
|
Requires-Dist: sqlparse==0.5.3; extra == "frozen"
|
|
242
|
-
Requires-Dist: sunpy==7.0.
|
|
243
|
+
Requires-Dist: sunpy==7.0.1; extra == "frozen"
|
|
243
244
|
Requires-Dist: tabulate==0.9.0; extra == "frozen"
|
|
244
245
|
Requires-Dist: talus==1.1.0; extra == "frozen"
|
|
245
246
|
Requires-Dist: tenacity==9.1.2; extra == "frozen"
|
|
246
247
|
Requires-Dist: termcolor==3.1.0; extra == "frozen"
|
|
247
248
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
248
|
-
Requires-Dist: tornado==6.5.
|
|
249
|
+
Requires-Dist: tornado==6.5.2; extra == "frozen"
|
|
249
250
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
250
251
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
251
252
|
Requires-Dist: typing-inspection==0.4.1; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==11.2.
|
|
1
|
+
dkist-processing-common==11.2.1rc1
|
|
2
2
|
dkist-header-validator==5.2.1
|
|
3
3
|
dkist-service-configuration==2.3.0
|
|
4
4
|
dkist-fits-specifications==4.17.0
|
|
@@ -37,24 +37,24 @@ WTForms==3.2.1
|
|
|
37
37
|
Werkzeug==2.2.3
|
|
38
38
|
aioftp==0.26.2
|
|
39
39
|
aiohappyeyeballs==2.6.1
|
|
40
|
-
aiohttp==3.12.
|
|
40
|
+
aiohttp==3.12.15
|
|
41
41
|
aiosignal==1.4.0
|
|
42
42
|
alembic==1.16.4
|
|
43
43
|
amqp==5.3.1
|
|
44
44
|
annotated-types==0.7.0
|
|
45
|
-
anyio==4.
|
|
45
|
+
anyio==4.10.0
|
|
46
46
|
apache-airflow==2.10.5
|
|
47
|
-
apache-airflow-providers-celery==3.12.
|
|
48
|
-
apache-airflow-providers-common-compat==1.7.
|
|
49
|
-
apache-airflow-providers-common-io==1.6.
|
|
50
|
-
apache-airflow-providers-common-sql==1.27.
|
|
47
|
+
apache-airflow-providers-celery==3.12.2
|
|
48
|
+
apache-airflow-providers-common-compat==1.7.3
|
|
49
|
+
apache-airflow-providers-common-io==1.6.2
|
|
50
|
+
apache-airflow-providers-common-sql==1.27.5
|
|
51
51
|
apache-airflow-providers-fab==1.5.3
|
|
52
|
-
apache-airflow-providers-ftp==3.13.
|
|
53
|
-
apache-airflow-providers-http==5.3.
|
|
54
|
-
apache-airflow-providers-imap==3.9.
|
|
55
|
-
apache-airflow-providers-postgres==6.2.
|
|
56
|
-
apache-airflow-providers-smtp==2.
|
|
57
|
-
apache-airflow-providers-sqlite==4.1.
|
|
52
|
+
apache-airflow-providers-ftp==3.13.2
|
|
53
|
+
apache-airflow-providers-http==5.3.3
|
|
54
|
+
apache-airflow-providers-imap==3.9.2
|
|
55
|
+
apache-airflow-providers-postgres==6.2.3
|
|
56
|
+
apache-airflow-providers-smtp==2.2.0
|
|
57
|
+
apache-airflow-providers-sqlite==4.1.2
|
|
58
58
|
apispec==6.8.2
|
|
59
59
|
argcomplete==3.6.2
|
|
60
60
|
asdf==3.5.0
|
|
@@ -63,19 +63,19 @@ asdf_transform_schemas==0.6.0
|
|
|
63
63
|
asgiref==3.9.1
|
|
64
64
|
asteval==1.0.6
|
|
65
65
|
astropy==7.0.2
|
|
66
|
-
astropy-iers-data==0.2025.
|
|
66
|
+
astropy-iers-data==0.2025.8.11.0.41.9
|
|
67
67
|
asyncpg==0.30.0
|
|
68
68
|
attrs==25.3.0
|
|
69
69
|
babel==2.17.0
|
|
70
70
|
billiard==4.2.1
|
|
71
71
|
blinker==1.9.0
|
|
72
|
-
boto3==1.
|
|
73
|
-
botocore==1.
|
|
72
|
+
boto3==1.40.6
|
|
73
|
+
botocore==1.40.6
|
|
74
74
|
cachelib==0.13.0
|
|
75
75
|
celery==5.5.3
|
|
76
|
-
certifi==2025.
|
|
76
|
+
certifi==2025.8.3
|
|
77
77
|
cffi==1.17.1
|
|
78
|
-
charset-normalizer==3.4.
|
|
78
|
+
charset-normalizer==3.4.3
|
|
79
79
|
click==8.2.1
|
|
80
80
|
click-didyoumean==0.3.1
|
|
81
81
|
click-plugins==1.1.1.2
|
|
@@ -84,19 +84,19 @@ clickclick==20.10.2
|
|
|
84
84
|
colorama==0.4.6
|
|
85
85
|
colorlog==6.9.0
|
|
86
86
|
connexion==2.14.2
|
|
87
|
-
contourpy==1.3.
|
|
87
|
+
contourpy==1.3.3
|
|
88
88
|
cron-descriptor==1.4.5
|
|
89
89
|
croniter==6.0.0
|
|
90
|
-
cryptography==45.0.
|
|
90
|
+
cryptography==45.0.6
|
|
91
91
|
cycler==0.12.1
|
|
92
92
|
dacite==1.9.2
|
|
93
93
|
decorator==5.2.1
|
|
94
94
|
dill==0.4.0
|
|
95
95
|
dkist-header-validator==5.2.1
|
|
96
|
-
dkist-processing-common==11.2.
|
|
96
|
+
dkist-processing-common==11.2.1rc1
|
|
97
97
|
dkist-processing-core==5.1.1
|
|
98
98
|
dkist-processing-pac==3.1.1
|
|
99
|
-
dkist-processing-test==1.34.
|
|
99
|
+
dkist-processing-test==1.34.1rc1
|
|
100
100
|
dkist-service-configuration==2.3.0
|
|
101
101
|
dkist-spectral-lines==3.0.0
|
|
102
102
|
dkist_fits_specifications==4.17.0
|
|
@@ -109,11 +109,12 @@ flower==2.0.1
|
|
|
109
109
|
fonttools==4.59.0
|
|
110
110
|
frozenlist==1.7.0
|
|
111
111
|
fsspec==2025.7.0
|
|
112
|
-
globus-sdk==3.
|
|
113
|
-
google-re2==1.1.
|
|
112
|
+
globus-sdk==3.62.0
|
|
113
|
+
google-re2==1.1.20250805
|
|
114
114
|
googleapis-common-protos==1.70.0
|
|
115
115
|
gqlclient==1.2.3
|
|
116
|
-
|
|
116
|
+
greenlet==3.2.4
|
|
117
|
+
grpcio==1.74.0
|
|
117
118
|
gunicorn==23.0.0
|
|
118
119
|
h11==0.16.0
|
|
119
120
|
httpcore==1.0.9
|
|
@@ -129,38 +130,38 @@ jmespath==1.0.1
|
|
|
129
130
|
jsonschema==4.25.0
|
|
130
131
|
jsonschema-specifications==2025.4.1
|
|
131
132
|
jupyter_core==5.8.1
|
|
132
|
-
kiwisolver==1.4.
|
|
133
|
+
kiwisolver==1.4.9
|
|
133
134
|
kombu==5.5.4
|
|
134
135
|
lazy-object-proxy==1.11.0
|
|
135
|
-
limits==5.
|
|
136
|
+
limits==5.5.0
|
|
136
137
|
linkify-it-py==2.0.3
|
|
137
138
|
llvmlite==0.44.0
|
|
138
|
-
lmfit==1.3.
|
|
139
|
+
lmfit==1.3.4
|
|
139
140
|
lockfile==0.12.2
|
|
140
141
|
loguru==0.7.3
|
|
141
|
-
markdown-it-py==
|
|
142
|
+
markdown-it-py==4.0.0
|
|
142
143
|
marshmallow==3.26.1
|
|
143
144
|
marshmallow-oneofschema==3.2.0
|
|
144
145
|
marshmallow-sqlalchemy==0.28.2
|
|
145
|
-
matplotlib==3.10.
|
|
146
|
-
mdit-py-plugins==0.
|
|
146
|
+
matplotlib==3.10.5
|
|
147
|
+
mdit-py-plugins==0.5.0
|
|
147
148
|
mdurl==0.1.2
|
|
148
149
|
methodtools==0.4.7
|
|
149
150
|
more-itertools==10.7.0
|
|
150
151
|
moviepy==2.2.1
|
|
151
|
-
multidict==6.6.
|
|
152
|
+
multidict==6.6.4
|
|
152
153
|
nbformat==5.10.4
|
|
153
154
|
numba==0.61.2
|
|
154
155
|
numpy==2.2.5
|
|
155
156
|
object-clerk==0.1.2
|
|
156
|
-
opentelemetry-api==1.
|
|
157
|
-
opentelemetry-exporter-otlp==1.
|
|
158
|
-
opentelemetry-exporter-otlp-proto-common==1.
|
|
159
|
-
opentelemetry-exporter-otlp-proto-grpc==1.
|
|
160
|
-
opentelemetry-exporter-otlp-proto-http==1.
|
|
161
|
-
opentelemetry-proto==1.
|
|
162
|
-
opentelemetry-sdk==1.
|
|
163
|
-
opentelemetry-semantic-conventions==0.
|
|
157
|
+
opentelemetry-api==1.36.0
|
|
158
|
+
opentelemetry-exporter-otlp==1.36.0
|
|
159
|
+
opentelemetry-exporter-otlp-proto-common==1.36.0
|
|
160
|
+
opentelemetry-exporter-otlp-proto-grpc==1.36.0
|
|
161
|
+
opentelemetry-exporter-otlp-proto-http==1.36.0
|
|
162
|
+
opentelemetry-proto==1.36.0
|
|
163
|
+
opentelemetry-sdk==1.36.0
|
|
164
|
+
opentelemetry-semantic-conventions==0.57b0
|
|
164
165
|
ordered-set==4.1.0
|
|
165
166
|
packaging==25.0
|
|
166
167
|
pandas==2.3.1
|
|
@@ -169,7 +170,7 @@ pathspec==0.12.1
|
|
|
169
170
|
pendulum==3.1.0
|
|
170
171
|
pika==1.3.2
|
|
171
172
|
pillow==11.3.0
|
|
172
|
-
pip==25.
|
|
173
|
+
pip==25.2
|
|
173
174
|
platformdirs==4.3.8
|
|
174
175
|
pluggy==1.6.0
|
|
175
176
|
pooch==1.8.2
|
|
@@ -202,24 +203,24 @@ retry==0.9.2
|
|
|
202
203
|
rfc3339-validator==0.1.4
|
|
203
204
|
rich==13.9.4
|
|
204
205
|
rich-argparse==1.7.1
|
|
205
|
-
rpds-py==0.
|
|
206
|
-
s3transfer==0.13.
|
|
207
|
-
scipy==1.16.
|
|
206
|
+
rpds-py==0.27.0
|
|
207
|
+
s3transfer==0.13.1
|
|
208
|
+
scipy==1.16.1
|
|
208
209
|
semantic-version==2.10.0
|
|
209
210
|
setproctitle==1.3.6
|
|
210
211
|
setuptools==65.5.0
|
|
211
212
|
six==1.17.0
|
|
212
213
|
sniffio==1.3.1
|
|
213
|
-
solar-wavelength-calibration==1.0
|
|
214
|
+
solar-wavelength-calibration==1.0.1
|
|
214
215
|
sqids==0.5.1
|
|
215
216
|
sqlparse==0.5.3
|
|
216
|
-
sunpy==7.0.
|
|
217
|
+
sunpy==7.0.1
|
|
217
218
|
tabulate==0.9.0
|
|
218
219
|
talus==1.1.0
|
|
219
220
|
tenacity==9.1.2
|
|
220
221
|
termcolor==3.1.0
|
|
221
222
|
text-unidecode==1.3
|
|
222
|
-
tornado==6.5.
|
|
223
|
+
tornado==6.5.2
|
|
223
224
|
tqdm==4.67.1
|
|
224
225
|
traitlets==5.14.3
|
|
225
226
|
typing-inspection==0.4.1
|
|
@@ -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.34.
|
|
13
|
-
date = 2025-
|
|
12
|
+
version = "1.34.1rc1"
|
|
13
|
+
date = 2025-08-11T09:01:39.167212
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.11",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 11.2.
|
|
29
|
+
"dkist-processing-common == 11.2.1rc1",
|
|
30
30
|
"dkist-header-validator == 5.2.1",
|
|
31
31
|
"dkist-service-configuration == 2.3.0",
|
|
32
32
|
"dkist-fits-specifications == 4.17.0",
|
|
@@ -89,24 +89,24 @@ frozen = [
|
|
|
89
89
|
"Werkzeug == 2.2.3",
|
|
90
90
|
"aioftp == 0.26.2",
|
|
91
91
|
"aiohappyeyeballs == 2.6.1",
|
|
92
|
-
"aiohttp == 3.12.
|
|
92
|
+
"aiohttp == 3.12.15",
|
|
93
93
|
"aiosignal == 1.4.0",
|
|
94
94
|
"alembic == 1.16.4",
|
|
95
95
|
"amqp == 5.3.1",
|
|
96
96
|
"annotated-types == 0.7.0",
|
|
97
|
-
"anyio == 4.
|
|
97
|
+
"anyio == 4.10.0",
|
|
98
98
|
"apache-airflow == 2.10.5",
|
|
99
|
-
"apache-airflow-providers-celery == 3.12.
|
|
100
|
-
"apache-airflow-providers-common-compat == 1.7.
|
|
101
|
-
"apache-airflow-providers-common-io == 1.6.
|
|
102
|
-
"apache-airflow-providers-common-sql == 1.27.
|
|
99
|
+
"apache-airflow-providers-celery == 3.12.2",
|
|
100
|
+
"apache-airflow-providers-common-compat == 1.7.3",
|
|
101
|
+
"apache-airflow-providers-common-io == 1.6.2",
|
|
102
|
+
"apache-airflow-providers-common-sql == 1.27.5",
|
|
103
103
|
"apache-airflow-providers-fab == 1.5.3",
|
|
104
|
-
"apache-airflow-providers-ftp == 3.13.
|
|
105
|
-
"apache-airflow-providers-http == 5.3.
|
|
106
|
-
"apache-airflow-providers-imap == 3.9.
|
|
107
|
-
"apache-airflow-providers-postgres == 6.2.
|
|
108
|
-
"apache-airflow-providers-smtp == 2.
|
|
109
|
-
"apache-airflow-providers-sqlite == 4.1.
|
|
104
|
+
"apache-airflow-providers-ftp == 3.13.2",
|
|
105
|
+
"apache-airflow-providers-http == 5.3.3",
|
|
106
|
+
"apache-airflow-providers-imap == 3.9.2",
|
|
107
|
+
"apache-airflow-providers-postgres == 6.2.3",
|
|
108
|
+
"apache-airflow-providers-smtp == 2.2.0",
|
|
109
|
+
"apache-airflow-providers-sqlite == 4.1.2",
|
|
110
110
|
"apispec == 6.8.2",
|
|
111
111
|
"argcomplete == 3.6.2",
|
|
112
112
|
"asdf == 3.5.0",
|
|
@@ -115,19 +115,19 @@ frozen = [
|
|
|
115
115
|
"asgiref == 3.9.1",
|
|
116
116
|
"asteval == 1.0.6",
|
|
117
117
|
"astropy == 7.0.2",
|
|
118
|
-
"astropy-iers-data == 0.2025.
|
|
118
|
+
"astropy-iers-data == 0.2025.8.11.0.41.9",
|
|
119
119
|
"asyncpg == 0.30.0",
|
|
120
120
|
"attrs == 25.3.0",
|
|
121
121
|
"babel == 2.17.0",
|
|
122
122
|
"billiard == 4.2.1",
|
|
123
123
|
"blinker == 1.9.0",
|
|
124
|
-
"boto3 == 1.
|
|
125
|
-
"botocore == 1.
|
|
124
|
+
"boto3 == 1.40.6",
|
|
125
|
+
"botocore == 1.40.6",
|
|
126
126
|
"cachelib == 0.13.0",
|
|
127
127
|
"celery == 5.5.3",
|
|
128
|
-
"certifi == 2025.
|
|
128
|
+
"certifi == 2025.8.3",
|
|
129
129
|
"cffi == 1.17.1",
|
|
130
|
-
"charset-normalizer == 3.4.
|
|
130
|
+
"charset-normalizer == 3.4.3",
|
|
131
131
|
"click == 8.2.1",
|
|
132
132
|
"click-didyoumean == 0.3.1",
|
|
133
133
|
"click-plugins == 1.1.1.2",
|
|
@@ -136,19 +136,19 @@ frozen = [
|
|
|
136
136
|
"colorama == 0.4.6",
|
|
137
137
|
"colorlog == 6.9.0",
|
|
138
138
|
"connexion == 2.14.2",
|
|
139
|
-
"contourpy == 1.3.
|
|
139
|
+
"contourpy == 1.3.3",
|
|
140
140
|
"cron-descriptor == 1.4.5",
|
|
141
141
|
"croniter == 6.0.0",
|
|
142
|
-
"cryptography == 45.0.
|
|
142
|
+
"cryptography == 45.0.6",
|
|
143
143
|
"cycler == 0.12.1",
|
|
144
144
|
"dacite == 1.9.2",
|
|
145
145
|
"decorator == 5.2.1",
|
|
146
146
|
"dill == 0.4.0",
|
|
147
147
|
"dkist-header-validator == 5.2.1",
|
|
148
|
-
"dkist-processing-common == 11.2.
|
|
148
|
+
"dkist-processing-common == 11.2.1rc1",
|
|
149
149
|
"dkist-processing-core == 5.1.1",
|
|
150
150
|
"dkist-processing-pac == 3.1.1",
|
|
151
|
-
"dkist-processing-test == 1.34.
|
|
151
|
+
"dkist-processing-test == 1.34.1rc1",
|
|
152
152
|
"dkist-service-configuration == 2.3.0",
|
|
153
153
|
"dkist-spectral-lines == 3.0.0",
|
|
154
154
|
"dkist_fits_specifications == 4.17.0",
|
|
@@ -161,11 +161,12 @@ frozen = [
|
|
|
161
161
|
"fonttools == 4.59.0",
|
|
162
162
|
"frozenlist == 1.7.0",
|
|
163
163
|
"fsspec == 2025.7.0",
|
|
164
|
-
"globus-sdk == 3.
|
|
165
|
-
"google-re2 == 1.1.
|
|
164
|
+
"globus-sdk == 3.62.0",
|
|
165
|
+
"google-re2 == 1.1.20250805",
|
|
166
166
|
"googleapis-common-protos == 1.70.0",
|
|
167
167
|
"gqlclient == 1.2.3",
|
|
168
|
-
"
|
|
168
|
+
"greenlet == 3.2.4",
|
|
169
|
+
"grpcio == 1.74.0",
|
|
169
170
|
"gunicorn == 23.0.0",
|
|
170
171
|
"h11 == 0.16.0",
|
|
171
172
|
"httpcore == 1.0.9",
|
|
@@ -181,38 +182,38 @@ frozen = [
|
|
|
181
182
|
"jsonschema == 4.25.0",
|
|
182
183
|
"jsonschema-specifications == 2025.4.1",
|
|
183
184
|
"jupyter_core == 5.8.1",
|
|
184
|
-
"kiwisolver == 1.4.
|
|
185
|
+
"kiwisolver == 1.4.9",
|
|
185
186
|
"kombu == 5.5.4",
|
|
186
187
|
"lazy-object-proxy == 1.11.0",
|
|
187
|
-
"limits == 5.
|
|
188
|
+
"limits == 5.5.0",
|
|
188
189
|
"linkify-it-py == 2.0.3",
|
|
189
190
|
"llvmlite == 0.44.0",
|
|
190
|
-
"lmfit == 1.3.
|
|
191
|
+
"lmfit == 1.3.4",
|
|
191
192
|
"lockfile == 0.12.2",
|
|
192
193
|
"loguru == 0.7.3",
|
|
193
|
-
"markdown-it-py ==
|
|
194
|
+
"markdown-it-py == 4.0.0",
|
|
194
195
|
"marshmallow == 3.26.1",
|
|
195
196
|
"marshmallow-oneofschema == 3.2.0",
|
|
196
197
|
"marshmallow-sqlalchemy == 0.28.2",
|
|
197
|
-
"matplotlib == 3.10.
|
|
198
|
-
"mdit-py-plugins == 0.
|
|
198
|
+
"matplotlib == 3.10.5",
|
|
199
|
+
"mdit-py-plugins == 0.5.0",
|
|
199
200
|
"mdurl == 0.1.2",
|
|
200
201
|
"methodtools == 0.4.7",
|
|
201
202
|
"more-itertools == 10.7.0",
|
|
202
203
|
"moviepy == 2.2.1",
|
|
203
|
-
"multidict == 6.6.
|
|
204
|
+
"multidict == 6.6.4",
|
|
204
205
|
"nbformat == 5.10.4",
|
|
205
206
|
"numba == 0.61.2",
|
|
206
207
|
"numpy == 2.2.5",
|
|
207
208
|
"object-clerk == 0.1.2",
|
|
208
|
-
"opentelemetry-api == 1.
|
|
209
|
-
"opentelemetry-exporter-otlp == 1.
|
|
210
|
-
"opentelemetry-exporter-otlp-proto-common == 1.
|
|
211
|
-
"opentelemetry-exporter-otlp-proto-grpc == 1.
|
|
212
|
-
"opentelemetry-exporter-otlp-proto-http == 1.
|
|
213
|
-
"opentelemetry-proto == 1.
|
|
214
|
-
"opentelemetry-sdk == 1.
|
|
215
|
-
"opentelemetry-semantic-conventions == 0.
|
|
209
|
+
"opentelemetry-api == 1.36.0",
|
|
210
|
+
"opentelemetry-exporter-otlp == 1.36.0",
|
|
211
|
+
"opentelemetry-exporter-otlp-proto-common == 1.36.0",
|
|
212
|
+
"opentelemetry-exporter-otlp-proto-grpc == 1.36.0",
|
|
213
|
+
"opentelemetry-exporter-otlp-proto-http == 1.36.0",
|
|
214
|
+
"opentelemetry-proto == 1.36.0",
|
|
215
|
+
"opentelemetry-sdk == 1.36.0",
|
|
216
|
+
"opentelemetry-semantic-conventions == 0.57b0",
|
|
216
217
|
"ordered-set == 4.1.0",
|
|
217
218
|
"packaging == 25.0",
|
|
218
219
|
"pandas == 2.3.1",
|
|
@@ -221,7 +222,7 @@ frozen = [
|
|
|
221
222
|
"pendulum == 3.1.0",
|
|
222
223
|
"pika == 1.3.2",
|
|
223
224
|
"pillow == 11.3.0",
|
|
224
|
-
"pip == 25.
|
|
225
|
+
"pip == 25.2",
|
|
225
226
|
"platformdirs == 4.3.8",
|
|
226
227
|
"pluggy == 1.6.0",
|
|
227
228
|
"pooch == 1.8.2",
|
|
@@ -254,24 +255,24 @@ frozen = [
|
|
|
254
255
|
"rfc3339-validator == 0.1.4",
|
|
255
256
|
"rich == 13.9.4",
|
|
256
257
|
"rich-argparse == 1.7.1",
|
|
257
|
-
"rpds-py == 0.
|
|
258
|
-
"s3transfer == 0.13.
|
|
259
|
-
"scipy == 1.16.
|
|
258
|
+
"rpds-py == 0.27.0",
|
|
259
|
+
"s3transfer == 0.13.1",
|
|
260
|
+
"scipy == 1.16.1",
|
|
260
261
|
"semantic-version == 2.10.0",
|
|
261
262
|
"setproctitle == 1.3.6",
|
|
262
263
|
"setuptools == 65.5.0",
|
|
263
264
|
"six == 1.17.0",
|
|
264
265
|
"sniffio == 1.3.1",
|
|
265
|
-
"solar-wavelength-calibration == 1.0",
|
|
266
|
+
"solar-wavelength-calibration == 1.0.1",
|
|
266
267
|
"sqids == 0.5.1",
|
|
267
268
|
"sqlparse == 0.5.3",
|
|
268
|
-
"sunpy == 7.0.
|
|
269
|
+
"sunpy == 7.0.1",
|
|
269
270
|
"tabulate == 0.9.0",
|
|
270
271
|
"talus == 1.1.0",
|
|
271
272
|
"tenacity == 9.1.2",
|
|
272
273
|
"termcolor == 3.1.0",
|
|
273
274
|
"text-unidecode == 1.3",
|
|
274
|
-
"tornado == 6.5.
|
|
275
|
+
"tornado == 6.5.2",
|
|
275
276
|
"tqdm == 4.67.1",
|
|
276
277
|
"traitlets == 5.14.3",
|
|
277
278
|
"typing-inspection == 0.4.1",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/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.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.34.0 → dkist_processing_test-1.34.1rc1}/dkist_processing_test/tasks/noop.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|