dkist-processing-test 1.25.6__tar.gz → 1.25.7rc1__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.6/dkist_processing_test.egg-info → dkist_processing_test-1.25.7rc1}/PKG-INFO +12 -13
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1/dkist_processing_test.egg-info}/PKG-INFO +12 -13
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test.egg-info/requires.txt +11 -12
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/pyproject.toml +13 -14
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/.gitignore +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/.snyk +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/README.rst +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tests/parameter_models.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tests/test_parameters.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.25.
|
|
3
|
+
Version: 1.25.7rc1
|
|
4
4
|
Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -31,10 +31,10 @@ Requires-Dist: dkist-processing-test[asdf]; extra == "test"
|
|
|
31
31
|
Requires-Dist: dkist-processing-test[quality]; extra == "test"
|
|
32
32
|
Provides-Extra: inventory
|
|
33
33
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
34
|
-
Requires-Dist: dkist-inventory==1.
|
|
34
|
+
Requires-Dist: dkist-inventory==1.8.0rc1; extra == "inventory"
|
|
35
35
|
Provides-Extra: asdf
|
|
36
36
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
|
-
Requires-Dist: dkist-inventory[asdf]==1.
|
|
37
|
+
Requires-Dist: dkist-inventory[asdf]==1.8.0rc1; extra == "asdf"
|
|
38
38
|
Provides-Extra: quality
|
|
39
39
|
Requires-Dist: dkist-quality==1.2.1; extra == "quality"
|
|
40
40
|
Provides-Extra: frozen
|
|
@@ -95,8 +95,8 @@ 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.38.1; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.38.1; extra == "frozen"
|
|
100
100
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: celery==5.5.1; extra == "frozen"
|
|
102
102
|
Requires-Dist: certifi==2025.1.31; extra == "frozen"
|
|
@@ -122,7 +122,7 @@ Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
|
122
122
|
Requires-Dist: dkist-processing-common==10.7.2; 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.25.
|
|
125
|
+
Requires-Dist: dkist-processing-test==1.25.7rc1; extra == "frozen"
|
|
126
126
|
Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist_fits_specifications==4.13.0; extra == "frozen"
|
|
@@ -139,7 +139,6 @@ Requires-Dist: globus-sdk==3.55.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"
|
|
142
|
-
Requires-Dist: greenlet==3.2.0; extra == "frozen"
|
|
143
142
|
Requires-Dist: grpcio==1.71.0; extra == "frozen"
|
|
144
143
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
145
144
|
Requires-Dist: h11==0.14.0; extra == "frozen"
|
|
@@ -154,12 +153,12 @@ Requires-Dist: inflection==0.5.1; extra == "frozen"
|
|
|
154
153
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
155
154
|
Requires-Dist: jmespath==1.0.1; extra == "frozen"
|
|
156
155
|
Requires-Dist: jsonschema==4.23.0; extra == "frozen"
|
|
157
|
-
Requires-Dist: jsonschema-specifications==
|
|
156
|
+
Requires-Dist: jsonschema-specifications==2025.4.1; extra == "frozen"
|
|
158
157
|
Requires-Dist: jupyter_core==5.7.2; extra == "frozen"
|
|
159
158
|
Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
|
|
160
159
|
Requires-Dist: kombu==5.5.3; extra == "frozen"
|
|
161
160
|
Requires-Dist: lazy-object-proxy==1.11.0; extra == "frozen"
|
|
162
|
-
Requires-Dist: limits==5.
|
|
161
|
+
Requires-Dist: limits==5.1.0; extra == "frozen"
|
|
163
162
|
Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
|
|
164
163
|
Requires-Dist: llvmlite==0.42.0; extra == "frozen"
|
|
165
164
|
Requires-Dist: lmfit==1.3.3; extra == "frozen"
|
|
@@ -173,7 +172,7 @@ Requires-Dist: matplotlib==3.10.1; extra == "frozen"
|
|
|
173
172
|
Requires-Dist: mdit-py-plugins==0.4.2; extra == "frozen"
|
|
174
173
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
175
174
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
176
|
-
Requires-Dist: more-itertools==10.
|
|
175
|
+
Requires-Dist: more-itertools==10.7.0; extra == "frozen"
|
|
177
176
|
Requires-Dist: moviepy==2.1.2; extra == "frozen"
|
|
178
177
|
Requires-Dist: multidict==6.4.3; extra == "frozen"
|
|
179
178
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
@@ -189,7 +188,7 @@ Requires-Dist: opentelemetry-proto==1.32.1; extra == "frozen"
|
|
|
189
188
|
Requires-Dist: opentelemetry-sdk==1.32.1; extra == "frozen"
|
|
190
189
|
Requires-Dist: opentelemetry-semantic-conventions==0.53b1; extra == "frozen"
|
|
191
190
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
192
|
-
Requires-Dist: packaging==
|
|
191
|
+
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
193
192
|
Requires-Dist: pandas==2.2.3; extra == "frozen"
|
|
194
193
|
Requires-Dist: parfive==2.1.0; extra == "frozen"
|
|
195
194
|
Requires-Dist: pathspec==0.12.1; extra == "frozen"
|
|
@@ -229,11 +228,11 @@ Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
|
229
228
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
230
229
|
Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
|
|
231
230
|
Requires-Dist: rpds-py==0.24.0; extra == "frozen"
|
|
232
|
-
Requires-Dist: s3transfer==0.
|
|
231
|
+
Requires-Dist: s3transfer==0.12.0; extra == "frozen"
|
|
233
232
|
Requires-Dist: scipy==1.15.2; extra == "frozen"
|
|
234
233
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
235
234
|
Requires-Dist: setproctitle==1.3.5; extra == "frozen"
|
|
236
|
-
Requires-Dist: setuptools==
|
|
235
|
+
Requires-Dist: setuptools==75.6.0; extra == "frozen"
|
|
237
236
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
238
237
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
239
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.25.
|
|
3
|
+
Version: 1.25.7rc1
|
|
4
4
|
Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -31,10 +31,10 @@ Requires-Dist: dkist-processing-test[asdf]; extra == "test"
|
|
|
31
31
|
Requires-Dist: dkist-processing-test[quality]; extra == "test"
|
|
32
32
|
Provides-Extra: inventory
|
|
33
33
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
34
|
-
Requires-Dist: dkist-inventory==1.
|
|
34
|
+
Requires-Dist: dkist-inventory==1.8.0rc1; extra == "inventory"
|
|
35
35
|
Provides-Extra: asdf
|
|
36
36
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
|
-
Requires-Dist: dkist-inventory[asdf]==1.
|
|
37
|
+
Requires-Dist: dkist-inventory[asdf]==1.8.0rc1; extra == "asdf"
|
|
38
38
|
Provides-Extra: quality
|
|
39
39
|
Requires-Dist: dkist-quality==1.2.1; extra == "quality"
|
|
40
40
|
Provides-Extra: frozen
|
|
@@ -95,8 +95,8 @@ 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.38.1; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.38.1; extra == "frozen"
|
|
100
100
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: celery==5.5.1; extra == "frozen"
|
|
102
102
|
Requires-Dist: certifi==2025.1.31; extra == "frozen"
|
|
@@ -122,7 +122,7 @@ Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
|
122
122
|
Requires-Dist: dkist-processing-common==10.7.2; 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.25.
|
|
125
|
+
Requires-Dist: dkist-processing-test==1.25.7rc1; extra == "frozen"
|
|
126
126
|
Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist_fits_specifications==4.13.0; extra == "frozen"
|
|
@@ -139,7 +139,6 @@ Requires-Dist: globus-sdk==3.55.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"
|
|
142
|
-
Requires-Dist: greenlet==3.2.0; extra == "frozen"
|
|
143
142
|
Requires-Dist: grpcio==1.71.0; extra == "frozen"
|
|
144
143
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
145
144
|
Requires-Dist: h11==0.14.0; extra == "frozen"
|
|
@@ -154,12 +153,12 @@ Requires-Dist: inflection==0.5.1; extra == "frozen"
|
|
|
154
153
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
155
154
|
Requires-Dist: jmespath==1.0.1; extra == "frozen"
|
|
156
155
|
Requires-Dist: jsonschema==4.23.0; extra == "frozen"
|
|
157
|
-
Requires-Dist: jsonschema-specifications==
|
|
156
|
+
Requires-Dist: jsonschema-specifications==2025.4.1; extra == "frozen"
|
|
158
157
|
Requires-Dist: jupyter_core==5.7.2; extra == "frozen"
|
|
159
158
|
Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
|
|
160
159
|
Requires-Dist: kombu==5.5.3; extra == "frozen"
|
|
161
160
|
Requires-Dist: lazy-object-proxy==1.11.0; extra == "frozen"
|
|
162
|
-
Requires-Dist: limits==5.
|
|
161
|
+
Requires-Dist: limits==5.1.0; extra == "frozen"
|
|
163
162
|
Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
|
|
164
163
|
Requires-Dist: llvmlite==0.42.0; extra == "frozen"
|
|
165
164
|
Requires-Dist: lmfit==1.3.3; extra == "frozen"
|
|
@@ -173,7 +172,7 @@ Requires-Dist: matplotlib==3.10.1; extra == "frozen"
|
|
|
173
172
|
Requires-Dist: mdit-py-plugins==0.4.2; extra == "frozen"
|
|
174
173
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
175
174
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
176
|
-
Requires-Dist: more-itertools==10.
|
|
175
|
+
Requires-Dist: more-itertools==10.7.0; extra == "frozen"
|
|
177
176
|
Requires-Dist: moviepy==2.1.2; extra == "frozen"
|
|
178
177
|
Requires-Dist: multidict==6.4.3; extra == "frozen"
|
|
179
178
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
@@ -189,7 +188,7 @@ Requires-Dist: opentelemetry-proto==1.32.1; extra == "frozen"
|
|
|
189
188
|
Requires-Dist: opentelemetry-sdk==1.32.1; extra == "frozen"
|
|
190
189
|
Requires-Dist: opentelemetry-semantic-conventions==0.53b1; extra == "frozen"
|
|
191
190
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
192
|
-
Requires-Dist: packaging==
|
|
191
|
+
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
193
192
|
Requires-Dist: pandas==2.2.3; extra == "frozen"
|
|
194
193
|
Requires-Dist: parfive==2.1.0; extra == "frozen"
|
|
195
194
|
Requires-Dist: pathspec==0.12.1; extra == "frozen"
|
|
@@ -229,11 +228,11 @@ Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
|
229
228
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
230
229
|
Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
|
|
231
230
|
Requires-Dist: rpds-py==0.24.0; extra == "frozen"
|
|
232
|
-
Requires-Dist: s3transfer==0.
|
|
231
|
+
Requires-Dist: s3transfer==0.12.0; extra == "frozen"
|
|
233
232
|
Requires-Dist: scipy==1.15.2; extra == "frozen"
|
|
234
233
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
235
234
|
Requires-Dist: setproctitle==1.3.5; extra == "frozen"
|
|
236
|
-
Requires-Dist: setuptools==
|
|
235
|
+
Requires-Dist: setuptools==75.6.0; extra == "frozen"
|
|
237
236
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
238
237
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
239
238
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
@@ -9,7 +9,7 @@ dkist-spectral-lines==3.0.0
|
|
|
9
9
|
|
|
10
10
|
[asdf]
|
|
11
11
|
dkist-processing-common[asdf]
|
|
12
|
-
dkist-inventory[asdf]==1.
|
|
12
|
+
dkist-inventory[asdf]==1.8.0rc1
|
|
13
13
|
|
|
14
14
|
[frozen]
|
|
15
15
|
ConfigUpdater==3.2
|
|
@@ -69,8 +69,8 @@ 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.38.1
|
|
73
|
+
botocore==1.38.1
|
|
74
74
|
cachelib==0.13.0
|
|
75
75
|
celery==5.5.1
|
|
76
76
|
certifi==2025.1.31
|
|
@@ -96,7 +96,7 @@ dkist-header-validator==5.2.1
|
|
|
96
96
|
dkist-processing-common==10.7.2
|
|
97
97
|
dkist-processing-core==5.1.0
|
|
98
98
|
dkist-processing-pac==3.1.1
|
|
99
|
-
dkist-processing-test==1.25.
|
|
99
|
+
dkist-processing-test==1.25.7rc1
|
|
100
100
|
dkist-service-configuration==2.2
|
|
101
101
|
dkist-spectral-lines==3.0.0
|
|
102
102
|
dkist_fits_specifications==4.13.0
|
|
@@ -113,7 +113,6 @@ globus-sdk==3.55.0
|
|
|
113
113
|
google-re2==1.1.20240702
|
|
114
114
|
googleapis-common-protos==1.70.0
|
|
115
115
|
gqlclient==1.2.3
|
|
116
|
-
greenlet==3.2.0
|
|
117
116
|
grpcio==1.71.0
|
|
118
117
|
gunicorn==23.0.0
|
|
119
118
|
h11==0.14.0
|
|
@@ -128,12 +127,12 @@ inflection==0.5.1
|
|
|
128
127
|
itsdangerous==2.2.0
|
|
129
128
|
jmespath==1.0.1
|
|
130
129
|
jsonschema==4.23.0
|
|
131
|
-
jsonschema-specifications==
|
|
130
|
+
jsonschema-specifications==2025.4.1
|
|
132
131
|
jupyter_core==5.7.2
|
|
133
132
|
kiwisolver==1.4.8
|
|
134
133
|
kombu==5.5.3
|
|
135
134
|
lazy-object-proxy==1.11.0
|
|
136
|
-
limits==5.
|
|
135
|
+
limits==5.1.0
|
|
137
136
|
linkify-it-py==2.0.3
|
|
138
137
|
llvmlite==0.42.0
|
|
139
138
|
lmfit==1.3.3
|
|
@@ -147,7 +146,7 @@ matplotlib==3.10.1
|
|
|
147
146
|
mdit-py-plugins==0.4.2
|
|
148
147
|
mdurl==0.1.2
|
|
149
148
|
methodtools==0.4.7
|
|
150
|
-
more-itertools==10.
|
|
149
|
+
more-itertools==10.7.0
|
|
151
150
|
moviepy==2.1.2
|
|
152
151
|
multidict==6.4.3
|
|
153
152
|
nbformat==5.10.4
|
|
@@ -163,7 +162,7 @@ opentelemetry-proto==1.32.1
|
|
|
163
162
|
opentelemetry-sdk==1.32.1
|
|
164
163
|
opentelemetry-semantic-conventions==0.53b1
|
|
165
164
|
ordered-set==4.1.0
|
|
166
|
-
packaging==
|
|
165
|
+
packaging==25.0
|
|
167
166
|
pandas==2.2.3
|
|
168
167
|
parfive==2.1.0
|
|
169
168
|
pathspec==0.12.1
|
|
@@ -203,11 +202,11 @@ rfc3339-validator==0.1.4
|
|
|
203
202
|
rich==13.9.4
|
|
204
203
|
rich-argparse==1.7.0
|
|
205
204
|
rpds-py==0.24.0
|
|
206
|
-
s3transfer==0.
|
|
205
|
+
s3transfer==0.12.0
|
|
207
206
|
scipy==1.15.2
|
|
208
207
|
semantic-version==2.10.0
|
|
209
208
|
setproctitle==1.3.5
|
|
210
|
-
setuptools==
|
|
209
|
+
setuptools==75.6.0
|
|
211
210
|
six==1.17.0
|
|
212
211
|
sniffio==1.3.1
|
|
213
212
|
sqids==0.5.1
|
|
@@ -239,7 +238,7 @@ zipp==3.21.0
|
|
|
239
238
|
|
|
240
239
|
[inventory]
|
|
241
240
|
dkist-processing-common[inventory]
|
|
242
|
-
dkist-inventory==1.
|
|
241
|
+
dkist-inventory==1.8.0rc1
|
|
243
242
|
|
|
244
243
|
[quality]
|
|
245
244
|
dkist-quality==1.2.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.25.
|
|
13
|
-
date = 2025-04-
|
|
12
|
+
version = "1.25.7rc1"
|
|
13
|
+
date = 2025-04-24T09:44:28.965660
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -54,11 +54,11 @@ test = [
|
|
|
54
54
|
]
|
|
55
55
|
inventory = [
|
|
56
56
|
"dkist-processing-common[inventory]",
|
|
57
|
-
"dkist-inventory==1.
|
|
57
|
+
"dkist-inventory==1.8.0rc1",
|
|
58
58
|
]
|
|
59
59
|
asdf = [
|
|
60
60
|
"dkist-processing-common[asdf]",
|
|
61
|
-
"dkist-inventory[asdf]==1.
|
|
61
|
+
"dkist-inventory[asdf]==1.8.0rc1",
|
|
62
62
|
]
|
|
63
63
|
quality = [
|
|
64
64
|
"dkist-quality == 1.2.1",
|
|
@@ -121,8 +121,8 @@ frozen = [
|
|
|
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.38.1",
|
|
125
|
+
"botocore == 1.38.1",
|
|
126
126
|
"cachelib == 0.13.0",
|
|
127
127
|
"celery == 5.5.1",
|
|
128
128
|
"certifi == 2025.1.31",
|
|
@@ -148,7 +148,7 @@ frozen = [
|
|
|
148
148
|
"dkist-processing-common == 10.7.2",
|
|
149
149
|
"dkist-processing-core == 5.1.0",
|
|
150
150
|
"dkist-processing-pac == 3.1.1",
|
|
151
|
-
"dkist-processing-test == 1.25.
|
|
151
|
+
"dkist-processing-test == 1.25.7rc1",
|
|
152
152
|
"dkist-service-configuration == 2.2",
|
|
153
153
|
"dkist-spectral-lines == 3.0.0",
|
|
154
154
|
"dkist_fits_specifications == 4.13.0",
|
|
@@ -165,7 +165,6 @@ frozen = [
|
|
|
165
165
|
"google-re2 == 1.1.20240702",
|
|
166
166
|
"googleapis-common-protos == 1.70.0",
|
|
167
167
|
"gqlclient == 1.2.3",
|
|
168
|
-
"greenlet == 3.2.0",
|
|
169
168
|
"grpcio == 1.71.0",
|
|
170
169
|
"gunicorn == 23.0.0",
|
|
171
170
|
"h11 == 0.14.0",
|
|
@@ -180,12 +179,12 @@ frozen = [
|
|
|
180
179
|
"itsdangerous == 2.2.0",
|
|
181
180
|
"jmespath == 1.0.1",
|
|
182
181
|
"jsonschema == 4.23.0",
|
|
183
|
-
"jsonschema-specifications ==
|
|
182
|
+
"jsonschema-specifications == 2025.4.1",
|
|
184
183
|
"jupyter_core == 5.7.2",
|
|
185
184
|
"kiwisolver == 1.4.8",
|
|
186
185
|
"kombu == 5.5.3",
|
|
187
186
|
"lazy-object-proxy == 1.11.0",
|
|
188
|
-
"limits == 5.
|
|
187
|
+
"limits == 5.1.0",
|
|
189
188
|
"linkify-it-py == 2.0.3",
|
|
190
189
|
"llvmlite == 0.42.0",
|
|
191
190
|
"lmfit == 1.3.3",
|
|
@@ -199,7 +198,7 @@ frozen = [
|
|
|
199
198
|
"mdit-py-plugins == 0.4.2",
|
|
200
199
|
"mdurl == 0.1.2",
|
|
201
200
|
"methodtools == 0.4.7",
|
|
202
|
-
"more-itertools == 10.
|
|
201
|
+
"more-itertools == 10.7.0",
|
|
203
202
|
"moviepy == 2.1.2",
|
|
204
203
|
"multidict == 6.4.3",
|
|
205
204
|
"nbformat == 5.10.4",
|
|
@@ -215,7 +214,7 @@ frozen = [
|
|
|
215
214
|
"opentelemetry-sdk == 1.32.1",
|
|
216
215
|
"opentelemetry-semantic-conventions == 0.53b1",
|
|
217
216
|
"ordered-set == 4.1.0",
|
|
218
|
-
"packaging ==
|
|
217
|
+
"packaging == 25.0",
|
|
219
218
|
"pandas == 2.2.3",
|
|
220
219
|
"parfive == 2.1.0",
|
|
221
220
|
"pathspec == 0.12.1",
|
|
@@ -255,11 +254,11 @@ frozen = [
|
|
|
255
254
|
"rich == 13.9.4",
|
|
256
255
|
"rich-argparse == 1.7.0",
|
|
257
256
|
"rpds-py == 0.24.0",
|
|
258
|
-
"s3transfer == 0.
|
|
257
|
+
"s3transfer == 0.12.0",
|
|
259
258
|
"scipy == 1.15.2",
|
|
260
259
|
"semantic-version == 2.10.0",
|
|
261
260
|
"setproctitle == 1.3.5",
|
|
262
|
-
"setuptools ==
|
|
261
|
+
"setuptools == 75.6.0",
|
|
263
262
|
"six == 1.17.0",
|
|
264
263
|
"sniffio == 1.3.1",
|
|
265
264
|
"sqids == 0.5.1",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7rc1}/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.25.6 → dkist_processing_test-1.25.7rc1}/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.25.6 → dkist_processing_test-1.25.7rc1}/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
|
|
File without changes
|
|
File without changes
|