dkist-processing-test 1.25.8rc1__tar.gz → 1.26.0rc1__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.25.8rc1/dkist_processing_test.egg-info → dkist_processing_test-1.26.0rc1}/PKG-INFO +44 -44
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1/dkist_processing_test.egg-info}/PKG-INFO +44 -44
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test.egg-info/requires.txt +43 -43
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/pyproject.toml +45 -45
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/.gitignore +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/.snyk +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/README.rst +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/tests/parameter_models.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/tests/test_parameters.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.26.0rc1
|
|
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,29 +12,29 @@ 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==10.
|
|
15
|
+
Requires-Dist: dkist-processing-common==10.8.0rc1
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
17
|
-
Requires-Dist: dkist-service-configuration==2.
|
|
18
|
-
Requires-Dist: dkist-fits-specifications==4.
|
|
19
|
-
Requires-Dist: numba==0.
|
|
20
|
-
Requires-Dist: astropy==
|
|
21
|
-
Requires-Dist: numpy==
|
|
17
|
+
Requires-Dist: dkist-service-configuration==2.3.0
|
|
18
|
+
Requires-Dist: dkist-fits-specifications==4.14.0
|
|
19
|
+
Requires-Dist: numba==0.61.2
|
|
20
|
+
Requires-Dist: astropy==7.0.1
|
|
21
|
+
Requires-Dist: numpy==2.2.5
|
|
22
22
|
Requires-Dist: dkist-spectral-lines==3.0.0
|
|
23
23
|
Provides-Extra: test
|
|
24
24
|
Requires-Dist: pytest; extra == "test"
|
|
25
25
|
Requires-Dist: pytest-xdist; extra == "test"
|
|
26
26
|
Requires-Dist: pytest-cov; extra == "test"
|
|
27
27
|
Requires-Dist: pytest-mock; extra == "test"
|
|
28
|
-
Requires-Dist: dkist-data-simulator>=5.2.
|
|
28
|
+
Requires-Dist: dkist-data-simulator>=5.2.6; extra == "test"
|
|
29
29
|
Requires-Dist: dkist-processing-test[inventory]; extra == "test"
|
|
30
30
|
Requires-Dist: dkist-processing-test[asdf]; extra == "test"
|
|
31
31
|
Requires-Dist: dkist-processing-test[quality]; extra == "test"
|
|
32
32
|
Provides-Extra: inventory
|
|
33
33
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
34
|
-
Requires-Dist: dkist-inventory==1.8.
|
|
34
|
+
Requires-Dist: dkist-inventory==1.8.1; extra == "inventory"
|
|
35
35
|
Provides-Extra: asdf
|
|
36
36
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
|
-
Requires-Dist: dkist-inventory[asdf]==1.8.
|
|
37
|
+
Requires-Dist: dkist-inventory[asdf]==1.8.1; extra == "asdf"
|
|
38
38
|
Provides-Extra: quality
|
|
39
39
|
Requires-Dist: dkist-quality==1.2.1; extra == "quality"
|
|
40
40
|
Provides-Extra: frozen
|
|
@@ -73,7 +73,7 @@ Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
|
|
|
73
73
|
Requires-Dist: apache-airflow-providers-celery==3.10.6; extra == "frozen"
|
|
74
74
|
Requires-Dist: apache-airflow-providers-common-compat==1.6.1; extra == "frozen"
|
|
75
75
|
Requires-Dist: apache-airflow-providers-common-io==1.5.4; extra == "frozen"
|
|
76
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
76
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.27.0; extra == "frozen"
|
|
77
77
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
78
78
|
Requires-Dist: apache-airflow-providers-ftp==3.12.3; extra == "frozen"
|
|
79
79
|
Requires-Dist: apache-airflow-providers-http==5.2.2; extra == "frozen"
|
|
@@ -81,28 +81,28 @@ Requires-Dist: apache-airflow-providers-imap==3.8.3; extra == "frozen"
|
|
|
81
81
|
Requires-Dist: apache-airflow-providers-postgres==6.1.3; extra == "frozen"
|
|
82
82
|
Requires-Dist: apache-airflow-providers-smtp==2.0.3; extra == "frozen"
|
|
83
83
|
Requires-Dist: apache-airflow-providers-sqlite==4.0.2; extra == "frozen"
|
|
84
|
-
Requires-Dist: apispec==6.8.
|
|
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"
|
|
87
87
|
Requires-Dist: asdf_standard==1.1.1; extra == "frozen"
|
|
88
88
|
Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
|
|
89
89
|
Requires-Dist: asgiref==3.8.1; extra == "frozen"
|
|
90
90
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
91
|
-
Requires-Dist: astropy==
|
|
92
|
-
Requires-Dist: astropy-iers-data==0.2025.
|
|
91
|
+
Requires-Dist: astropy==7.0.1; extra == "frozen"
|
|
92
|
+
Requires-Dist: astropy-iers-data==0.2025.5.12.0.38.29; 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.38.
|
|
99
|
-
Requires-Dist: botocore==1.38.
|
|
98
|
+
Requires-Dist: boto3==1.38.13; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.38.13; extra == "frozen"
|
|
100
100
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: celery==5.5.2; extra == "frozen"
|
|
102
102
|
Requires-Dist: certifi==2025.4.26; extra == "frozen"
|
|
103
103
|
Requires-Dist: cffi==1.17.1; extra == "frozen"
|
|
104
|
-
Requires-Dist: charset-normalizer==3.4.
|
|
105
|
-
Requires-Dist: click==8.
|
|
104
|
+
Requires-Dist: charset-normalizer==3.4.2; extra == "frozen"
|
|
105
|
+
Requires-Dist: click==8.2.0; extra == "frozen"
|
|
106
106
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: click-plugins==1.1.1; extra == "frozen"
|
|
108
108
|
Requires-Dist: click-repl==0.3.0; extra == "frozen"
|
|
@@ -113,29 +113,29 @@ Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
|
113
113
|
Requires-Dist: contourpy==1.3.2; 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==44.0.
|
|
116
|
+
Requires-Dist: cryptography==44.0.3; 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==10.
|
|
122
|
+
Requires-Dist: dkist-processing-common==10.8.0rc1; extra == "frozen"
|
|
123
123
|
Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
125
|
-
Requires-Dist: dkist-processing-test==1.
|
|
126
|
-
Requires-Dist: dkist-service-configuration==2.
|
|
125
|
+
Requires-Dist: dkist-processing-test==1.26.0rc1; extra == "frozen"
|
|
126
|
+
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
128
|
-
Requires-Dist: dkist_fits_specifications==4.
|
|
128
|
+
Requires-Dist: dkist_fits_specifications==4.14.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: dnspython==2.7.0; extra == "frozen"
|
|
130
130
|
Requires-Dist: ecs-logging==2.2.0; extra == "frozen"
|
|
131
131
|
Requires-Dist: elastic-apm==6.23.0; extra == "frozen"
|
|
132
132
|
Requires-Dist: email_validator==2.2.0; extra == "frozen"
|
|
133
133
|
Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
|
|
134
134
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
135
|
-
Requires-Dist: fonttools==4.
|
|
135
|
+
Requires-Dist: fonttools==4.58.0; extra == "frozen"
|
|
136
136
|
Requires-Dist: frozenlist==1.6.0; extra == "frozen"
|
|
137
137
|
Requires-Dist: fsspec==2025.3.2; extra == "frozen"
|
|
138
|
-
Requires-Dist: globus-sdk==3.
|
|
138
|
+
Requires-Dist: globus-sdk==3.56.0; extra == "frozen"
|
|
139
139
|
Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
|
|
140
140
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
141
141
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
@@ -160,15 +160,15 @@ Requires-Dist: kombu==5.5.3; extra == "frozen"
|
|
|
160
160
|
Requires-Dist: lazy-object-proxy==1.11.0; extra == "frozen"
|
|
161
161
|
Requires-Dist: limits==5.1.0; extra == "frozen"
|
|
162
162
|
Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
|
|
163
|
-
Requires-Dist: llvmlite==0.
|
|
163
|
+
Requires-Dist: llvmlite==0.44.0; extra == "frozen"
|
|
164
164
|
Requires-Dist: lmfit==1.3.3; extra == "frozen"
|
|
165
165
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
166
166
|
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
167
167
|
Requires-Dist: markdown-it-py==3.0.0; extra == "frozen"
|
|
168
168
|
Requires-Dist: marshmallow==3.26.1; extra == "frozen"
|
|
169
|
-
Requires-Dist: marshmallow-oneofschema==3.
|
|
169
|
+
Requires-Dist: marshmallow-oneofschema==3.2.0; extra == "frozen"
|
|
170
170
|
Requires-Dist: marshmallow-sqlalchemy==0.28.2; extra == "frozen"
|
|
171
|
-
Requires-Dist: matplotlib==3.10.
|
|
171
|
+
Requires-Dist: matplotlib==3.10.3; extra == "frozen"
|
|
172
172
|
Requires-Dist: mdit-py-plugins==0.4.2; extra == "frozen"
|
|
173
173
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
174
174
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
@@ -176,30 +176,30 @@ Requires-Dist: more-itertools==10.7.0; extra == "frozen"
|
|
|
176
176
|
Requires-Dist: moviepy==2.1.2; extra == "frozen"
|
|
177
177
|
Requires-Dist: multidict==6.4.3; extra == "frozen"
|
|
178
178
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
179
|
-
Requires-Dist: numba==0.
|
|
180
|
-
Requires-Dist: numpy==
|
|
179
|
+
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
180
|
+
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
181
181
|
Requires-Dist: object-clerk==0.1.1; 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.
|
|
182
|
+
Requires-Dist: opentelemetry-api==1.33.0; extra == "frozen"
|
|
183
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.33.0; extra == "frozen"
|
|
184
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.33.0; extra == "frozen"
|
|
185
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.33.0; extra == "frozen"
|
|
186
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.33.0; extra == "frozen"
|
|
187
|
+
Requires-Dist: opentelemetry-proto==1.33.0; extra == "frozen"
|
|
188
|
+
Requires-Dist: opentelemetry-sdk==1.33.0; extra == "frozen"
|
|
189
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.54b0; extra == "frozen"
|
|
190
190
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
191
191
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
192
192
|
Requires-Dist: pandas==2.2.3; extra == "frozen"
|
|
193
|
-
Requires-Dist: parfive==2.
|
|
193
|
+
Requires-Dist: parfive==2.2.0; extra == "frozen"
|
|
194
194
|
Requires-Dist: pathspec==0.12.1; extra == "frozen"
|
|
195
195
|
Requires-Dist: pendulum==3.1.0; extra == "frozen"
|
|
196
196
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
197
197
|
Requires-Dist: pillow==10.4.0; extra == "frozen"
|
|
198
|
-
Requires-Dist: pip==25.1; extra == "frozen"
|
|
199
|
-
Requires-Dist: platformdirs==4.3.
|
|
198
|
+
Requires-Dist: pip==25.1.1; extra == "frozen"
|
|
199
|
+
Requires-Dist: platformdirs==4.3.8; extra == "frozen"
|
|
200
200
|
Requires-Dist: pluggy==1.5.0; extra == "frozen"
|
|
201
201
|
Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
202
|
-
Requires-Dist: proglog==0.1.
|
|
202
|
+
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
203
203
|
Requires-Dist: prometheus_client==0.21.1; extra == "frozen"
|
|
204
204
|
Requires-Dist: prompt_toolkit==3.0.51; extra == "frozen"
|
|
205
205
|
Requires-Dist: propcache==0.3.1; extra == "frozen"
|
|
@@ -229,10 +229,10 @@ Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
|
229
229
|
Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
|
|
230
230
|
Requires-Dist: rpds-py==0.24.0; extra == "frozen"
|
|
231
231
|
Requires-Dist: s3transfer==0.12.0; extra == "frozen"
|
|
232
|
-
Requires-Dist: scipy==1.15.
|
|
232
|
+
Requires-Dist: scipy==1.15.3; extra == "frozen"
|
|
233
233
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
234
234
|
Requires-Dist: setproctitle==1.3.6; extra == "frozen"
|
|
235
|
-
Requires-Dist: setuptools==
|
|
235
|
+
Requires-Dist: setuptools==69.2.0; extra == "frozen"
|
|
236
236
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
237
237
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
238
238
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.26.0rc1
|
|
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,29 +12,29 @@ 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==10.
|
|
15
|
+
Requires-Dist: dkist-processing-common==10.8.0rc1
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
17
|
-
Requires-Dist: dkist-service-configuration==2.
|
|
18
|
-
Requires-Dist: dkist-fits-specifications==4.
|
|
19
|
-
Requires-Dist: numba==0.
|
|
20
|
-
Requires-Dist: astropy==
|
|
21
|
-
Requires-Dist: numpy==
|
|
17
|
+
Requires-Dist: dkist-service-configuration==2.3.0
|
|
18
|
+
Requires-Dist: dkist-fits-specifications==4.14.0
|
|
19
|
+
Requires-Dist: numba==0.61.2
|
|
20
|
+
Requires-Dist: astropy==7.0.1
|
|
21
|
+
Requires-Dist: numpy==2.2.5
|
|
22
22
|
Requires-Dist: dkist-spectral-lines==3.0.0
|
|
23
23
|
Provides-Extra: test
|
|
24
24
|
Requires-Dist: pytest; extra == "test"
|
|
25
25
|
Requires-Dist: pytest-xdist; extra == "test"
|
|
26
26
|
Requires-Dist: pytest-cov; extra == "test"
|
|
27
27
|
Requires-Dist: pytest-mock; extra == "test"
|
|
28
|
-
Requires-Dist: dkist-data-simulator>=5.2.
|
|
28
|
+
Requires-Dist: dkist-data-simulator>=5.2.6; extra == "test"
|
|
29
29
|
Requires-Dist: dkist-processing-test[inventory]; extra == "test"
|
|
30
30
|
Requires-Dist: dkist-processing-test[asdf]; extra == "test"
|
|
31
31
|
Requires-Dist: dkist-processing-test[quality]; extra == "test"
|
|
32
32
|
Provides-Extra: inventory
|
|
33
33
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
34
|
-
Requires-Dist: dkist-inventory==1.8.
|
|
34
|
+
Requires-Dist: dkist-inventory==1.8.1; extra == "inventory"
|
|
35
35
|
Provides-Extra: asdf
|
|
36
36
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
|
-
Requires-Dist: dkist-inventory[asdf]==1.8.
|
|
37
|
+
Requires-Dist: dkist-inventory[asdf]==1.8.1; extra == "asdf"
|
|
38
38
|
Provides-Extra: quality
|
|
39
39
|
Requires-Dist: dkist-quality==1.2.1; extra == "quality"
|
|
40
40
|
Provides-Extra: frozen
|
|
@@ -73,7 +73,7 @@ Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
|
|
|
73
73
|
Requires-Dist: apache-airflow-providers-celery==3.10.6; extra == "frozen"
|
|
74
74
|
Requires-Dist: apache-airflow-providers-common-compat==1.6.1; extra == "frozen"
|
|
75
75
|
Requires-Dist: apache-airflow-providers-common-io==1.5.4; extra == "frozen"
|
|
76
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
76
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.27.0; extra == "frozen"
|
|
77
77
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
78
78
|
Requires-Dist: apache-airflow-providers-ftp==3.12.3; extra == "frozen"
|
|
79
79
|
Requires-Dist: apache-airflow-providers-http==5.2.2; extra == "frozen"
|
|
@@ -81,28 +81,28 @@ Requires-Dist: apache-airflow-providers-imap==3.8.3; extra == "frozen"
|
|
|
81
81
|
Requires-Dist: apache-airflow-providers-postgres==6.1.3; extra == "frozen"
|
|
82
82
|
Requires-Dist: apache-airflow-providers-smtp==2.0.3; extra == "frozen"
|
|
83
83
|
Requires-Dist: apache-airflow-providers-sqlite==4.0.2; extra == "frozen"
|
|
84
|
-
Requires-Dist: apispec==6.8.
|
|
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"
|
|
87
87
|
Requires-Dist: asdf_standard==1.1.1; extra == "frozen"
|
|
88
88
|
Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
|
|
89
89
|
Requires-Dist: asgiref==3.8.1; extra == "frozen"
|
|
90
90
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
91
|
-
Requires-Dist: astropy==
|
|
92
|
-
Requires-Dist: astropy-iers-data==0.2025.
|
|
91
|
+
Requires-Dist: astropy==7.0.1; extra == "frozen"
|
|
92
|
+
Requires-Dist: astropy-iers-data==0.2025.5.12.0.38.29; 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.38.
|
|
99
|
-
Requires-Dist: botocore==1.38.
|
|
98
|
+
Requires-Dist: boto3==1.38.13; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.38.13; extra == "frozen"
|
|
100
100
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: celery==5.5.2; extra == "frozen"
|
|
102
102
|
Requires-Dist: certifi==2025.4.26; extra == "frozen"
|
|
103
103
|
Requires-Dist: cffi==1.17.1; extra == "frozen"
|
|
104
|
-
Requires-Dist: charset-normalizer==3.4.
|
|
105
|
-
Requires-Dist: click==8.
|
|
104
|
+
Requires-Dist: charset-normalizer==3.4.2; extra == "frozen"
|
|
105
|
+
Requires-Dist: click==8.2.0; extra == "frozen"
|
|
106
106
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: click-plugins==1.1.1; extra == "frozen"
|
|
108
108
|
Requires-Dist: click-repl==0.3.0; extra == "frozen"
|
|
@@ -113,29 +113,29 @@ Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
|
113
113
|
Requires-Dist: contourpy==1.3.2; 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==44.0.
|
|
116
|
+
Requires-Dist: cryptography==44.0.3; 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==10.
|
|
122
|
+
Requires-Dist: dkist-processing-common==10.8.0rc1; extra == "frozen"
|
|
123
123
|
Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
125
|
-
Requires-Dist: dkist-processing-test==1.
|
|
126
|
-
Requires-Dist: dkist-service-configuration==2.
|
|
125
|
+
Requires-Dist: dkist-processing-test==1.26.0rc1; extra == "frozen"
|
|
126
|
+
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
128
|
-
Requires-Dist: dkist_fits_specifications==4.
|
|
128
|
+
Requires-Dist: dkist_fits_specifications==4.14.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: dnspython==2.7.0; extra == "frozen"
|
|
130
130
|
Requires-Dist: ecs-logging==2.2.0; extra == "frozen"
|
|
131
131
|
Requires-Dist: elastic-apm==6.23.0; extra == "frozen"
|
|
132
132
|
Requires-Dist: email_validator==2.2.0; extra == "frozen"
|
|
133
133
|
Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
|
|
134
134
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
135
|
-
Requires-Dist: fonttools==4.
|
|
135
|
+
Requires-Dist: fonttools==4.58.0; extra == "frozen"
|
|
136
136
|
Requires-Dist: frozenlist==1.6.0; extra == "frozen"
|
|
137
137
|
Requires-Dist: fsspec==2025.3.2; extra == "frozen"
|
|
138
|
-
Requires-Dist: globus-sdk==3.
|
|
138
|
+
Requires-Dist: globus-sdk==3.56.0; extra == "frozen"
|
|
139
139
|
Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
|
|
140
140
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
141
141
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
@@ -160,15 +160,15 @@ Requires-Dist: kombu==5.5.3; extra == "frozen"
|
|
|
160
160
|
Requires-Dist: lazy-object-proxy==1.11.0; extra == "frozen"
|
|
161
161
|
Requires-Dist: limits==5.1.0; extra == "frozen"
|
|
162
162
|
Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
|
|
163
|
-
Requires-Dist: llvmlite==0.
|
|
163
|
+
Requires-Dist: llvmlite==0.44.0; extra == "frozen"
|
|
164
164
|
Requires-Dist: lmfit==1.3.3; extra == "frozen"
|
|
165
165
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
166
166
|
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
167
167
|
Requires-Dist: markdown-it-py==3.0.0; extra == "frozen"
|
|
168
168
|
Requires-Dist: marshmallow==3.26.1; extra == "frozen"
|
|
169
|
-
Requires-Dist: marshmallow-oneofschema==3.
|
|
169
|
+
Requires-Dist: marshmallow-oneofschema==3.2.0; extra == "frozen"
|
|
170
170
|
Requires-Dist: marshmallow-sqlalchemy==0.28.2; extra == "frozen"
|
|
171
|
-
Requires-Dist: matplotlib==3.10.
|
|
171
|
+
Requires-Dist: matplotlib==3.10.3; extra == "frozen"
|
|
172
172
|
Requires-Dist: mdit-py-plugins==0.4.2; extra == "frozen"
|
|
173
173
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
174
174
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
@@ -176,30 +176,30 @@ Requires-Dist: more-itertools==10.7.0; extra == "frozen"
|
|
|
176
176
|
Requires-Dist: moviepy==2.1.2; extra == "frozen"
|
|
177
177
|
Requires-Dist: multidict==6.4.3; extra == "frozen"
|
|
178
178
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
179
|
-
Requires-Dist: numba==0.
|
|
180
|
-
Requires-Dist: numpy==
|
|
179
|
+
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
180
|
+
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
181
181
|
Requires-Dist: object-clerk==0.1.1; 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.
|
|
182
|
+
Requires-Dist: opentelemetry-api==1.33.0; extra == "frozen"
|
|
183
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.33.0; extra == "frozen"
|
|
184
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.33.0; extra == "frozen"
|
|
185
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.33.0; extra == "frozen"
|
|
186
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.33.0; extra == "frozen"
|
|
187
|
+
Requires-Dist: opentelemetry-proto==1.33.0; extra == "frozen"
|
|
188
|
+
Requires-Dist: opentelemetry-sdk==1.33.0; extra == "frozen"
|
|
189
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.54b0; extra == "frozen"
|
|
190
190
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
191
191
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
192
192
|
Requires-Dist: pandas==2.2.3; extra == "frozen"
|
|
193
|
-
Requires-Dist: parfive==2.
|
|
193
|
+
Requires-Dist: parfive==2.2.0; extra == "frozen"
|
|
194
194
|
Requires-Dist: pathspec==0.12.1; extra == "frozen"
|
|
195
195
|
Requires-Dist: pendulum==3.1.0; extra == "frozen"
|
|
196
196
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
197
197
|
Requires-Dist: pillow==10.4.0; extra == "frozen"
|
|
198
|
-
Requires-Dist: pip==25.1; extra == "frozen"
|
|
199
|
-
Requires-Dist: platformdirs==4.3.
|
|
198
|
+
Requires-Dist: pip==25.1.1; extra == "frozen"
|
|
199
|
+
Requires-Dist: platformdirs==4.3.8; extra == "frozen"
|
|
200
200
|
Requires-Dist: pluggy==1.5.0; extra == "frozen"
|
|
201
201
|
Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
202
|
-
Requires-Dist: proglog==0.1.
|
|
202
|
+
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
203
203
|
Requires-Dist: prometheus_client==0.21.1; extra == "frozen"
|
|
204
204
|
Requires-Dist: prompt_toolkit==3.0.51; extra == "frozen"
|
|
205
205
|
Requires-Dist: propcache==0.3.1; extra == "frozen"
|
|
@@ -229,10 +229,10 @@ Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
|
229
229
|
Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
|
|
230
230
|
Requires-Dist: rpds-py==0.24.0; extra == "frozen"
|
|
231
231
|
Requires-Dist: s3transfer==0.12.0; extra == "frozen"
|
|
232
|
-
Requires-Dist: scipy==1.15.
|
|
232
|
+
Requires-Dist: scipy==1.15.3; extra == "frozen"
|
|
233
233
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
234
234
|
Requires-Dist: setproctitle==1.3.6; extra == "frozen"
|
|
235
|
-
Requires-Dist: setuptools==
|
|
235
|
+
Requires-Dist: setuptools==69.2.0; extra == "frozen"
|
|
236
236
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
237
237
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
238
238
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
dkist-processing-common==10.
|
|
1
|
+
dkist-processing-common==10.8.0rc1
|
|
2
2
|
dkist-header-validator==5.2.1
|
|
3
|
-
dkist-service-configuration==2.
|
|
4
|
-
dkist-fits-specifications==4.
|
|
5
|
-
numba==0.
|
|
6
|
-
astropy==
|
|
7
|
-
numpy==
|
|
3
|
+
dkist-service-configuration==2.3.0
|
|
4
|
+
dkist-fits-specifications==4.14.0
|
|
5
|
+
numba==0.61.2
|
|
6
|
+
astropy==7.0.1
|
|
7
|
+
numpy==2.2.5
|
|
8
8
|
dkist-spectral-lines==3.0.0
|
|
9
9
|
|
|
10
10
|
[asdf]
|
|
11
11
|
dkist-processing-common[asdf]
|
|
12
|
-
dkist-inventory[asdf]==1.8.
|
|
12
|
+
dkist-inventory[asdf]==1.8.1
|
|
13
13
|
|
|
14
14
|
[frozen]
|
|
15
15
|
ConfigUpdater==3.2
|
|
@@ -47,7 +47,7 @@ apache-airflow==2.10.5
|
|
|
47
47
|
apache-airflow-providers-celery==3.10.6
|
|
48
48
|
apache-airflow-providers-common-compat==1.6.1
|
|
49
49
|
apache-airflow-providers-common-io==1.5.4
|
|
50
|
-
apache-airflow-providers-common-sql==1.
|
|
50
|
+
apache-airflow-providers-common-sql==1.27.0
|
|
51
51
|
apache-airflow-providers-fab==1.5.3
|
|
52
52
|
apache-airflow-providers-ftp==3.12.3
|
|
53
53
|
apache-airflow-providers-http==5.2.2
|
|
@@ -55,28 +55,28 @@ apache-airflow-providers-imap==3.8.3
|
|
|
55
55
|
apache-airflow-providers-postgres==6.1.3
|
|
56
56
|
apache-airflow-providers-smtp==2.0.3
|
|
57
57
|
apache-airflow-providers-sqlite==4.0.2
|
|
58
|
-
apispec==6.8.
|
|
58
|
+
apispec==6.8.2
|
|
59
59
|
argcomplete==3.6.2
|
|
60
60
|
asdf==3.5.0
|
|
61
61
|
asdf_standard==1.1.1
|
|
62
62
|
asdf_transform_schemas==0.5.0
|
|
63
63
|
asgiref==3.8.1
|
|
64
64
|
asteval==1.0.6
|
|
65
|
-
astropy==
|
|
66
|
-
astropy-iers-data==0.2025.
|
|
65
|
+
astropy==7.0.1
|
|
66
|
+
astropy-iers-data==0.2025.5.12.0.38.29
|
|
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.38.
|
|
73
|
-
botocore==1.38.
|
|
72
|
+
boto3==1.38.13
|
|
73
|
+
botocore==1.38.13
|
|
74
74
|
cachelib==0.13.0
|
|
75
75
|
celery==5.5.2
|
|
76
76
|
certifi==2025.4.26
|
|
77
77
|
cffi==1.17.1
|
|
78
|
-
charset-normalizer==3.4.
|
|
79
|
-
click==8.
|
|
78
|
+
charset-normalizer==3.4.2
|
|
79
|
+
click==8.2.0
|
|
80
80
|
click-didyoumean==0.3.1
|
|
81
81
|
click-plugins==1.1.1
|
|
82
82
|
click-repl==0.3.0
|
|
@@ -87,29 +87,29 @@ connexion==2.14.2
|
|
|
87
87
|
contourpy==1.3.2
|
|
88
88
|
cron-descriptor==1.4.5
|
|
89
89
|
croniter==6.0.0
|
|
90
|
-
cryptography==44.0.
|
|
90
|
+
cryptography==44.0.3
|
|
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==10.
|
|
96
|
+
dkist-processing-common==10.8.0rc1
|
|
97
97
|
dkist-processing-core==5.1.0
|
|
98
98
|
dkist-processing-pac==3.1.1
|
|
99
|
-
dkist-processing-test==1.
|
|
100
|
-
dkist-service-configuration==2.
|
|
99
|
+
dkist-processing-test==1.26.0rc1
|
|
100
|
+
dkist-service-configuration==2.3.0
|
|
101
101
|
dkist-spectral-lines==3.0.0
|
|
102
|
-
dkist_fits_specifications==4.
|
|
102
|
+
dkist_fits_specifications==4.14.0
|
|
103
103
|
dnspython==2.7.0
|
|
104
104
|
ecs-logging==2.2.0
|
|
105
105
|
elastic-apm==6.23.0
|
|
106
106
|
email_validator==2.2.0
|
|
107
107
|
fastjsonschema==2.21.1
|
|
108
108
|
flower==2.0.1
|
|
109
|
-
fonttools==4.
|
|
109
|
+
fonttools==4.58.0
|
|
110
110
|
frozenlist==1.6.0
|
|
111
111
|
fsspec==2025.3.2
|
|
112
|
-
globus-sdk==3.
|
|
112
|
+
globus-sdk==3.56.0
|
|
113
113
|
google-re2==1.1.20240702
|
|
114
114
|
googleapis-common-protos==1.70.0
|
|
115
115
|
gqlclient==1.2.3
|
|
@@ -134,15 +134,15 @@ kombu==5.5.3
|
|
|
134
134
|
lazy-object-proxy==1.11.0
|
|
135
135
|
limits==5.1.0
|
|
136
136
|
linkify-it-py==2.0.3
|
|
137
|
-
llvmlite==0.
|
|
137
|
+
llvmlite==0.44.0
|
|
138
138
|
lmfit==1.3.3
|
|
139
139
|
lockfile==0.12.2
|
|
140
140
|
loguru==0.7.3
|
|
141
141
|
markdown-it-py==3.0.0
|
|
142
142
|
marshmallow==3.26.1
|
|
143
|
-
marshmallow-oneofschema==3.
|
|
143
|
+
marshmallow-oneofschema==3.2.0
|
|
144
144
|
marshmallow-sqlalchemy==0.28.2
|
|
145
|
-
matplotlib==3.10.
|
|
145
|
+
matplotlib==3.10.3
|
|
146
146
|
mdit-py-plugins==0.4.2
|
|
147
147
|
mdurl==0.1.2
|
|
148
148
|
methodtools==0.4.7
|
|
@@ -150,30 +150,30 @@ more-itertools==10.7.0
|
|
|
150
150
|
moviepy==2.1.2
|
|
151
151
|
multidict==6.4.3
|
|
152
152
|
nbformat==5.10.4
|
|
153
|
-
numba==0.
|
|
154
|
-
numpy==
|
|
153
|
+
numba==0.61.2
|
|
154
|
+
numpy==2.2.5
|
|
155
155
|
object-clerk==0.1.1
|
|
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.
|
|
156
|
+
opentelemetry-api==1.33.0
|
|
157
|
+
opentelemetry-exporter-otlp==1.33.0
|
|
158
|
+
opentelemetry-exporter-otlp-proto-common==1.33.0
|
|
159
|
+
opentelemetry-exporter-otlp-proto-grpc==1.33.0
|
|
160
|
+
opentelemetry-exporter-otlp-proto-http==1.33.0
|
|
161
|
+
opentelemetry-proto==1.33.0
|
|
162
|
+
opentelemetry-sdk==1.33.0
|
|
163
|
+
opentelemetry-semantic-conventions==0.54b0
|
|
164
164
|
ordered-set==4.1.0
|
|
165
165
|
packaging==25.0
|
|
166
166
|
pandas==2.2.3
|
|
167
|
-
parfive==2.
|
|
167
|
+
parfive==2.2.0
|
|
168
168
|
pathspec==0.12.1
|
|
169
169
|
pendulum==3.1.0
|
|
170
170
|
pika==1.3.2
|
|
171
171
|
pillow==10.4.0
|
|
172
|
-
pip==25.1
|
|
173
|
-
platformdirs==4.3.
|
|
172
|
+
pip==25.1.1
|
|
173
|
+
platformdirs==4.3.8
|
|
174
174
|
pluggy==1.5.0
|
|
175
175
|
prison==0.2.1
|
|
176
|
-
proglog==0.1.
|
|
176
|
+
proglog==0.1.12
|
|
177
177
|
prometheus_client==0.21.1
|
|
178
178
|
prompt_toolkit==3.0.51
|
|
179
179
|
propcache==0.3.1
|
|
@@ -203,10 +203,10 @@ rich==13.9.4
|
|
|
203
203
|
rich-argparse==1.7.0
|
|
204
204
|
rpds-py==0.24.0
|
|
205
205
|
s3transfer==0.12.0
|
|
206
|
-
scipy==1.15.
|
|
206
|
+
scipy==1.15.3
|
|
207
207
|
semantic-version==2.10.0
|
|
208
208
|
setproctitle==1.3.6
|
|
209
|
-
setuptools==
|
|
209
|
+
setuptools==69.2.0
|
|
210
210
|
six==1.17.0
|
|
211
211
|
sniffio==1.3.1
|
|
212
212
|
sqids==0.5.1
|
|
@@ -238,7 +238,7 @@ zipp==3.21.0
|
|
|
238
238
|
|
|
239
239
|
[inventory]
|
|
240
240
|
dkist-processing-common[inventory]
|
|
241
|
-
dkist-inventory==1.8.
|
|
241
|
+
dkist-inventory==1.8.1
|
|
242
242
|
|
|
243
243
|
[quality]
|
|
244
244
|
dkist-quality==1.2.1
|
|
@@ -248,7 +248,7 @@ pytest
|
|
|
248
248
|
pytest-xdist
|
|
249
249
|
pytest-cov
|
|
250
250
|
pytest-mock
|
|
251
|
-
dkist-data-simulator>=5.2.
|
|
251
|
+
dkist-data-simulator>=5.2.6
|
|
252
252
|
dkist-processing-test[inventory]
|
|
253
253
|
dkist-processing-test[asdf]
|
|
254
254
|
dkist-processing-test[quality]
|
|
@@ -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.
|
|
13
|
-
date = 2025-
|
|
12
|
+
version = "1.26.0rc1"
|
|
13
|
+
date = 2025-05-12T10:27:40.455583
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,13 +26,13 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.11",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 10.
|
|
29
|
+
"dkist-processing-common == 10.8.0rc1",
|
|
30
30
|
"dkist-header-validator == 5.2.1",
|
|
31
|
-
"dkist-service-configuration == 2.
|
|
32
|
-
"dkist-fits-specifications == 4.
|
|
33
|
-
"numba == 0.
|
|
34
|
-
"astropy ==
|
|
35
|
-
"numpy ==
|
|
31
|
+
"dkist-service-configuration == 2.3.0",
|
|
32
|
+
"dkist-fits-specifications == 4.14.0",
|
|
33
|
+
"numba == 0.61.2",
|
|
34
|
+
"astropy == 7.0.1",
|
|
35
|
+
"numpy == 2.2.5",
|
|
36
36
|
"dkist-spectral-lines == 3.0.0"
|
|
37
37
|
]
|
|
38
38
|
|
|
@@ -47,18 +47,18 @@ test = [
|
|
|
47
47
|
"pytest-xdist",
|
|
48
48
|
"pytest-cov",
|
|
49
49
|
"pytest-mock",
|
|
50
|
-
"dkist-data-simulator >= 5.2.
|
|
50
|
+
"dkist-data-simulator >= 5.2.6",
|
|
51
51
|
"dkist-processing-test[inventory]",
|
|
52
52
|
"dkist-processing-test[asdf]",
|
|
53
53
|
"dkist-processing-test[quality]",
|
|
54
54
|
]
|
|
55
55
|
inventory = [
|
|
56
56
|
"dkist-processing-common[inventory]",
|
|
57
|
-
"dkist-inventory==1.8.
|
|
57
|
+
"dkist-inventory==1.8.1",
|
|
58
58
|
]
|
|
59
59
|
asdf = [
|
|
60
60
|
"dkist-processing-common[asdf]",
|
|
61
|
-
"dkist-inventory[asdf]==1.8.
|
|
61
|
+
"dkist-inventory[asdf]==1.8.1",
|
|
62
62
|
]
|
|
63
63
|
quality = [
|
|
64
64
|
"dkist-quality == 1.2.1",
|
|
@@ -99,7 +99,7 @@ frozen = [
|
|
|
99
99
|
"apache-airflow-providers-celery == 3.10.6",
|
|
100
100
|
"apache-airflow-providers-common-compat == 1.6.1",
|
|
101
101
|
"apache-airflow-providers-common-io == 1.5.4",
|
|
102
|
-
"apache-airflow-providers-common-sql == 1.
|
|
102
|
+
"apache-airflow-providers-common-sql == 1.27.0",
|
|
103
103
|
"apache-airflow-providers-fab == 1.5.3",
|
|
104
104
|
"apache-airflow-providers-ftp == 3.12.3",
|
|
105
105
|
"apache-airflow-providers-http == 5.2.2",
|
|
@@ -107,28 +107,28 @@ frozen = [
|
|
|
107
107
|
"apache-airflow-providers-postgres == 6.1.3",
|
|
108
108
|
"apache-airflow-providers-smtp == 2.0.3",
|
|
109
109
|
"apache-airflow-providers-sqlite == 4.0.2",
|
|
110
|
-
"apispec == 6.8.
|
|
110
|
+
"apispec == 6.8.2",
|
|
111
111
|
"argcomplete == 3.6.2",
|
|
112
112
|
"asdf == 3.5.0",
|
|
113
113
|
"asdf_standard == 1.1.1",
|
|
114
114
|
"asdf_transform_schemas == 0.5.0",
|
|
115
115
|
"asgiref == 3.8.1",
|
|
116
116
|
"asteval == 1.0.6",
|
|
117
|
-
"astropy ==
|
|
118
|
-
"astropy-iers-data == 0.2025.
|
|
117
|
+
"astropy == 7.0.1",
|
|
118
|
+
"astropy-iers-data == 0.2025.5.12.0.38.29",
|
|
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.38.
|
|
125
|
-
"botocore == 1.38.
|
|
124
|
+
"boto3 == 1.38.13",
|
|
125
|
+
"botocore == 1.38.13",
|
|
126
126
|
"cachelib == 0.13.0",
|
|
127
127
|
"celery == 5.5.2",
|
|
128
128
|
"certifi == 2025.4.26",
|
|
129
129
|
"cffi == 1.17.1",
|
|
130
|
-
"charset-normalizer == 3.4.
|
|
131
|
-
"click == 8.
|
|
130
|
+
"charset-normalizer == 3.4.2",
|
|
131
|
+
"click == 8.2.0",
|
|
132
132
|
"click-didyoumean == 0.3.1",
|
|
133
133
|
"click-plugins == 1.1.1",
|
|
134
134
|
"click-repl == 0.3.0",
|
|
@@ -139,29 +139,29 @@ frozen = [
|
|
|
139
139
|
"contourpy == 1.3.2",
|
|
140
140
|
"cron-descriptor == 1.4.5",
|
|
141
141
|
"croniter == 6.0.0",
|
|
142
|
-
"cryptography == 44.0.
|
|
142
|
+
"cryptography == 44.0.3",
|
|
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 == 10.
|
|
148
|
+
"dkist-processing-common == 10.8.0rc1",
|
|
149
149
|
"dkist-processing-core == 5.1.0",
|
|
150
150
|
"dkist-processing-pac == 3.1.1",
|
|
151
|
-
"dkist-processing-test == 1.
|
|
152
|
-
"dkist-service-configuration == 2.
|
|
151
|
+
"dkist-processing-test == 1.26.0rc1",
|
|
152
|
+
"dkist-service-configuration == 2.3.0",
|
|
153
153
|
"dkist-spectral-lines == 3.0.0",
|
|
154
|
-
"dkist_fits_specifications == 4.
|
|
154
|
+
"dkist_fits_specifications == 4.14.0",
|
|
155
155
|
"dnspython == 2.7.0",
|
|
156
156
|
"ecs-logging == 2.2.0",
|
|
157
157
|
"elastic-apm == 6.23.0",
|
|
158
158
|
"email_validator == 2.2.0",
|
|
159
159
|
"fastjsonschema == 2.21.1",
|
|
160
160
|
"flower == 2.0.1",
|
|
161
|
-
"fonttools == 4.
|
|
161
|
+
"fonttools == 4.58.0",
|
|
162
162
|
"frozenlist == 1.6.0",
|
|
163
163
|
"fsspec == 2025.3.2",
|
|
164
|
-
"globus-sdk == 3.
|
|
164
|
+
"globus-sdk == 3.56.0",
|
|
165
165
|
"google-re2 == 1.1.20240702",
|
|
166
166
|
"googleapis-common-protos == 1.70.0",
|
|
167
167
|
"gqlclient == 1.2.3",
|
|
@@ -186,15 +186,15 @@ frozen = [
|
|
|
186
186
|
"lazy-object-proxy == 1.11.0",
|
|
187
187
|
"limits == 5.1.0",
|
|
188
188
|
"linkify-it-py == 2.0.3",
|
|
189
|
-
"llvmlite == 0.
|
|
189
|
+
"llvmlite == 0.44.0",
|
|
190
190
|
"lmfit == 1.3.3",
|
|
191
191
|
"lockfile == 0.12.2",
|
|
192
192
|
"loguru == 0.7.3",
|
|
193
193
|
"markdown-it-py == 3.0.0",
|
|
194
194
|
"marshmallow == 3.26.1",
|
|
195
|
-
"marshmallow-oneofschema == 3.
|
|
195
|
+
"marshmallow-oneofschema == 3.2.0",
|
|
196
196
|
"marshmallow-sqlalchemy == 0.28.2",
|
|
197
|
-
"matplotlib == 3.10.
|
|
197
|
+
"matplotlib == 3.10.3",
|
|
198
198
|
"mdit-py-plugins == 0.4.2",
|
|
199
199
|
"mdurl == 0.1.2",
|
|
200
200
|
"methodtools == 0.4.7",
|
|
@@ -202,30 +202,30 @@ frozen = [
|
|
|
202
202
|
"moviepy == 2.1.2",
|
|
203
203
|
"multidict == 6.4.3",
|
|
204
204
|
"nbformat == 5.10.4",
|
|
205
|
-
"numba == 0.
|
|
206
|
-
"numpy ==
|
|
205
|
+
"numba == 0.61.2",
|
|
206
|
+
"numpy == 2.2.5",
|
|
207
207
|
"object-clerk == 0.1.1",
|
|
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.
|
|
208
|
+
"opentelemetry-api == 1.33.0",
|
|
209
|
+
"opentelemetry-exporter-otlp == 1.33.0",
|
|
210
|
+
"opentelemetry-exporter-otlp-proto-common == 1.33.0",
|
|
211
|
+
"opentelemetry-exporter-otlp-proto-grpc == 1.33.0",
|
|
212
|
+
"opentelemetry-exporter-otlp-proto-http == 1.33.0",
|
|
213
|
+
"opentelemetry-proto == 1.33.0",
|
|
214
|
+
"opentelemetry-sdk == 1.33.0",
|
|
215
|
+
"opentelemetry-semantic-conventions == 0.54b0",
|
|
216
216
|
"ordered-set == 4.1.0",
|
|
217
217
|
"packaging == 25.0",
|
|
218
218
|
"pandas == 2.2.3",
|
|
219
|
-
"parfive == 2.
|
|
219
|
+
"parfive == 2.2.0",
|
|
220
220
|
"pathspec == 0.12.1",
|
|
221
221
|
"pendulum == 3.1.0",
|
|
222
222
|
"pika == 1.3.2",
|
|
223
223
|
"pillow == 10.4.0",
|
|
224
|
-
"pip == 25.1",
|
|
225
|
-
"platformdirs == 4.3.
|
|
224
|
+
"pip == 25.1.1",
|
|
225
|
+
"platformdirs == 4.3.8",
|
|
226
226
|
"pluggy == 1.5.0",
|
|
227
227
|
"prison == 0.2.1",
|
|
228
|
-
"proglog == 0.1.
|
|
228
|
+
"proglog == 0.1.12",
|
|
229
229
|
"prometheus_client == 0.21.1",
|
|
230
230
|
"prompt_toolkit == 3.0.51",
|
|
231
231
|
"propcache == 0.3.1",
|
|
@@ -255,10 +255,10 @@ frozen = [
|
|
|
255
255
|
"rich-argparse == 1.7.0",
|
|
256
256
|
"rpds-py == 0.24.0",
|
|
257
257
|
"s3transfer == 0.12.0",
|
|
258
|
-
"scipy == 1.15.
|
|
258
|
+
"scipy == 1.15.3",
|
|
259
259
|
"semantic-version == 2.10.0",
|
|
260
260
|
"setproctitle == 1.3.6",
|
|
261
|
-
"setuptools ==
|
|
261
|
+
"setuptools == 69.2.0",
|
|
262
262
|
"six == 1.17.0",
|
|
263
263
|
"sniffio == 1.3.1",
|
|
264
264
|
"sqids == 0.5.1",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.26.0rc1}/dkist_processing_test/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|