dkist-processing-test 1.23.20rc3__tar.gz → 1.23.20rc5__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.23.20rc3/dkist_processing_test.egg-info → dkist_processing_test-1.23.20rc5}/PKG-INFO +38 -38
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5/dkist_processing_test.egg-info}/PKG-INFO +38 -38
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test.egg-info/requires.txt +37 -37
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/pyproject.toml +39 -39
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/.gitignore +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/.snyk +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/README.rst +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/tests/parameter_models.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/tests/test_parameters.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.23.
|
|
3
|
+
Version: 1.23.20rc5
|
|
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==10.6.
|
|
15
|
+
Requires-Dist: dkist-processing-common==10.6.1rc5
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.1.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.2
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.11.0
|
|
@@ -45,12 +45,12 @@ Requires-Dist: Flask-AppBuilder==4.5.3; extra == "frozen"
|
|
|
45
45
|
Requires-Dist: Flask-Babel==2.0.0; extra == "frozen"
|
|
46
46
|
Requires-Dist: Flask-Caching==2.3.1; extra == "frozen"
|
|
47
47
|
Requires-Dist: Flask-JWT-Extended==4.7.1; extra == "frozen"
|
|
48
|
-
Requires-Dist: Flask-Limiter==3.
|
|
48
|
+
Requires-Dist: Flask-Limiter==3.11.0; extra == "frozen"
|
|
49
49
|
Requires-Dist: Flask-Login==0.6.3; extra == "frozen"
|
|
50
50
|
Requires-Dist: Flask-SQLAlchemy==2.5.1; extra == "frozen"
|
|
51
51
|
Requires-Dist: Flask-Session==0.5.0; extra == "frozen"
|
|
52
52
|
Requires-Dist: Flask-WTF==1.2.2; extra == "frozen"
|
|
53
|
-
Requires-Dist: Jinja2==3.1.
|
|
53
|
+
Requires-Dist: Jinja2==3.1.6; extra == "frozen"
|
|
54
54
|
Requires-Dist: Mako==1.3.9; extra == "frozen"
|
|
55
55
|
Requires-Dist: MarkupSafe==3.0.2; extra == "frozen"
|
|
56
56
|
Requires-Dist: PyJWT==2.10.1; extra == "frozen"
|
|
@@ -62,7 +62,7 @@ Requires-Dist: SQLAlchemy-Utils==0.41.2; extra == "frozen"
|
|
|
62
62
|
Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
63
63
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
64
64
|
Requires-Dist: aioftp==0.24.1; extra == "frozen"
|
|
65
|
-
Requires-Dist: aiohappyeyeballs==2.
|
|
65
|
+
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
66
66
|
Requires-Dist: aiohttp==3.11.13; extra == "frozen"
|
|
67
67
|
Requires-Dist: aiosignal==1.3.2; extra == "frozen"
|
|
68
68
|
Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
|
|
@@ -71,33 +71,33 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
|
71
71
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
72
72
|
Requires-Dist: anyio==4.8.0; extra == "frozen"
|
|
73
73
|
Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
|
|
74
|
-
Requires-Dist: apache-airflow-providers-celery==3.10.
|
|
75
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.5.
|
|
76
|
-
Requires-Dist: apache-airflow-providers-common-io==1.5.
|
|
77
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
74
|
+
Requires-Dist: apache-airflow-providers-celery==3.10.3; extra == "frozen"
|
|
75
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.5.1; extra == "frozen"
|
|
76
|
+
Requires-Dist: apache-airflow-providers-common-io==1.5.1; extra == "frozen"
|
|
77
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.24.0; extra == "frozen"
|
|
78
78
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
79
|
-
Requires-Dist: apache-airflow-providers-ftp==3.12.
|
|
80
|
-
Requires-Dist: apache-airflow-providers-http==5.2.
|
|
81
|
-
Requires-Dist: apache-airflow-providers-imap==3.8.
|
|
82
|
-
Requires-Dist: apache-airflow-providers-postgres==6.1.
|
|
83
|
-
Requires-Dist: apache-airflow-providers-smtp==2.0.
|
|
84
|
-
Requires-Dist: apache-airflow-providers-sqlite==4.0.
|
|
79
|
+
Requires-Dist: apache-airflow-providers-ftp==3.12.3; extra == "frozen"
|
|
80
|
+
Requires-Dist: apache-airflow-providers-http==5.2.1; extra == "frozen"
|
|
81
|
+
Requires-Dist: apache-airflow-providers-imap==3.8.3; extra == "frozen"
|
|
82
|
+
Requires-Dist: apache-airflow-providers-postgres==6.1.1; extra == "frozen"
|
|
83
|
+
Requires-Dist: apache-airflow-providers-smtp==2.0.1; extra == "frozen"
|
|
84
|
+
Requires-Dist: apache-airflow-providers-sqlite==4.0.1; extra == "frozen"
|
|
85
85
|
Requires-Dist: apispec==6.8.1; extra == "frozen"
|
|
86
|
-
Requires-Dist: argcomplete==3.
|
|
86
|
+
Requires-Dist: argcomplete==3.6.0; extra == "frozen"
|
|
87
87
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
88
88
|
Requires-Dist: asdf_standard==1.1.1; extra == "frozen"
|
|
89
89
|
Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
|
|
90
90
|
Requires-Dist: asgiref==3.8.1; extra == "frozen"
|
|
91
91
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
92
92
|
Requires-Dist: astropy==6.1.5; extra == "frozen"
|
|
93
|
-
Requires-Dist: astropy-iers-data==0.2025.3.
|
|
93
|
+
Requires-Dist: astropy-iers-data==0.2025.3.10.0.29.26; extra == "frozen"
|
|
94
94
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
95
|
-
Requires-Dist: attrs==25.
|
|
95
|
+
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
97
97
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
98
98
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
99
|
-
Requires-Dist: boto3==1.37.
|
|
100
|
-
Requires-Dist: botocore==1.37.
|
|
99
|
+
Requires-Dist: boto3==1.37.12; extra == "frozen"
|
|
100
|
+
Requires-Dist: botocore==1.37.12; extra == "frozen"
|
|
101
101
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: celery==5.4.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: certifi==2025.1.31; extra == "frozen"
|
|
@@ -120,10 +120,10 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
120
120
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
121
121
|
Requires-Dist: dill==0.3.9; extra == "frozen"
|
|
122
122
|
Requires-Dist: dkist-header-validator==5.1.1; extra == "frozen"
|
|
123
|
-
Requires-Dist: dkist-processing-common==10.6.
|
|
123
|
+
Requires-Dist: dkist-processing-common==10.6.1rc5; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
126
|
-
Requires-Dist: dkist-processing-test==1.23.
|
|
126
|
+
Requires-Dist: dkist-processing-test==1.23.20rc5; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: dkist_fits_specifications==4.11.0; extra == "frozen"
|
|
@@ -135,13 +135,13 @@ Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
|
|
|
135
135
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
136
136
|
Requires-Dist: fonttools==4.56.0; extra == "frozen"
|
|
137
137
|
Requires-Dist: frozenlist==1.5.0; extra == "frozen"
|
|
138
|
-
Requires-Dist: fsspec==2025.
|
|
139
|
-
Requires-Dist: globus-sdk==3.
|
|
138
|
+
Requires-Dist: fsspec==2025.3.0; extra == "frozen"
|
|
139
|
+
Requires-Dist: globus-sdk==3.51.0; extra == "frozen"
|
|
140
140
|
Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
|
|
141
|
-
Requires-Dist: googleapis-common-protos==1.69.
|
|
141
|
+
Requires-Dist: googleapis-common-protos==1.69.1; extra == "frozen"
|
|
142
142
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
143
143
|
Requires-Dist: greenlet==3.1.1; extra == "frozen"
|
|
144
|
-
Requires-Dist: grpcio==1.
|
|
144
|
+
Requires-Dist: grpcio==1.71.0; extra == "frozen"
|
|
145
145
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
146
146
|
Requires-Dist: h11==0.14.0; extra == "frozen"
|
|
147
147
|
Requires-Dist: httpcore==1.0.7; extra == "frozen"
|
|
@@ -150,7 +150,7 @@ Requires-Dist: humanize==4.12.1; extra == "frozen"
|
|
|
150
150
|
Requires-Dist: idna==3.10; extra == "frozen"
|
|
151
151
|
Requires-Dist: imageio==2.37.0; extra == "frozen"
|
|
152
152
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
153
|
-
Requires-Dist: importlib_metadata==8.
|
|
153
|
+
Requires-Dist: importlib_metadata==8.6.1; extra == "frozen"
|
|
154
154
|
Requires-Dist: inflection==0.5.1; extra == "frozen"
|
|
155
155
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
156
156
|
Requires-Dist: jmespath==1.0.1; extra == "frozen"
|
|
@@ -158,12 +158,12 @@ Requires-Dist: jsonschema==4.23.0; extra == "frozen"
|
|
|
158
158
|
Requires-Dist: jsonschema-specifications==2024.10.1; extra == "frozen"
|
|
159
159
|
Requires-Dist: jupyter_core==5.7.2; extra == "frozen"
|
|
160
160
|
Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
|
|
161
|
-
Requires-Dist: kombu==5.
|
|
161
|
+
Requires-Dist: kombu==5.5.0; extra == "frozen"
|
|
162
162
|
Requires-Dist: lazy-object-proxy==1.10.0; extra == "frozen"
|
|
163
|
-
Requires-Dist: limits==4.
|
|
163
|
+
Requires-Dist: limits==4.2; extra == "frozen"
|
|
164
164
|
Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
|
|
165
165
|
Requires-Dist: llvmlite==0.42.0; extra == "frozen"
|
|
166
|
-
Requires-Dist: lmfit==1.3.
|
|
166
|
+
Requires-Dist: lmfit==1.3.3; extra == "frozen"
|
|
167
167
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
168
168
|
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
169
169
|
Requires-Dist: markdown-it-py==3.0.0; extra == "frozen"
|
|
@@ -181,14 +181,14 @@ Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
|
181
181
|
Requires-Dist: numba==0.59.1; extra == "frozen"
|
|
182
182
|
Requires-Dist: numpy==1.26.4; extra == "frozen"
|
|
183
183
|
Requires-Dist: object-clerk==0.1.1; extra == "frozen"
|
|
184
|
-
Requires-Dist: opentelemetry-api==1.
|
|
185
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
186
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
187
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
188
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
189
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
190
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
191
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
184
|
+
Requires-Dist: opentelemetry-api==1.31.0; extra == "frozen"
|
|
185
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.31.0; extra == "frozen"
|
|
186
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.31.0; extra == "frozen"
|
|
187
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.31.0; extra == "frozen"
|
|
188
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.31.0; extra == "frozen"
|
|
189
|
+
Requires-Dist: opentelemetry-proto==1.31.0; extra == "frozen"
|
|
190
|
+
Requires-Dist: opentelemetry-sdk==1.31.0; extra == "frozen"
|
|
191
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.52b0; extra == "frozen"
|
|
192
192
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
193
193
|
Requires-Dist: packaging==24.2; extra == "frozen"
|
|
194
194
|
Requires-Dist: pandas==2.2.3; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.23.
|
|
3
|
+
Version: 1.23.20rc5
|
|
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==10.6.
|
|
15
|
+
Requires-Dist: dkist-processing-common==10.6.1rc5
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.1.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.2
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.11.0
|
|
@@ -45,12 +45,12 @@ Requires-Dist: Flask-AppBuilder==4.5.3; extra == "frozen"
|
|
|
45
45
|
Requires-Dist: Flask-Babel==2.0.0; extra == "frozen"
|
|
46
46
|
Requires-Dist: Flask-Caching==2.3.1; extra == "frozen"
|
|
47
47
|
Requires-Dist: Flask-JWT-Extended==4.7.1; extra == "frozen"
|
|
48
|
-
Requires-Dist: Flask-Limiter==3.
|
|
48
|
+
Requires-Dist: Flask-Limiter==3.11.0; extra == "frozen"
|
|
49
49
|
Requires-Dist: Flask-Login==0.6.3; extra == "frozen"
|
|
50
50
|
Requires-Dist: Flask-SQLAlchemy==2.5.1; extra == "frozen"
|
|
51
51
|
Requires-Dist: Flask-Session==0.5.0; extra == "frozen"
|
|
52
52
|
Requires-Dist: Flask-WTF==1.2.2; extra == "frozen"
|
|
53
|
-
Requires-Dist: Jinja2==3.1.
|
|
53
|
+
Requires-Dist: Jinja2==3.1.6; extra == "frozen"
|
|
54
54
|
Requires-Dist: Mako==1.3.9; extra == "frozen"
|
|
55
55
|
Requires-Dist: MarkupSafe==3.0.2; extra == "frozen"
|
|
56
56
|
Requires-Dist: PyJWT==2.10.1; extra == "frozen"
|
|
@@ -62,7 +62,7 @@ Requires-Dist: SQLAlchemy-Utils==0.41.2; extra == "frozen"
|
|
|
62
62
|
Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
63
63
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
64
64
|
Requires-Dist: aioftp==0.24.1; extra == "frozen"
|
|
65
|
-
Requires-Dist: aiohappyeyeballs==2.
|
|
65
|
+
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
66
66
|
Requires-Dist: aiohttp==3.11.13; extra == "frozen"
|
|
67
67
|
Requires-Dist: aiosignal==1.3.2; extra == "frozen"
|
|
68
68
|
Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
|
|
@@ -71,33 +71,33 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
|
71
71
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
72
72
|
Requires-Dist: anyio==4.8.0; extra == "frozen"
|
|
73
73
|
Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
|
|
74
|
-
Requires-Dist: apache-airflow-providers-celery==3.10.
|
|
75
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.5.
|
|
76
|
-
Requires-Dist: apache-airflow-providers-common-io==1.5.
|
|
77
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
74
|
+
Requires-Dist: apache-airflow-providers-celery==3.10.3; extra == "frozen"
|
|
75
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.5.1; extra == "frozen"
|
|
76
|
+
Requires-Dist: apache-airflow-providers-common-io==1.5.1; extra == "frozen"
|
|
77
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.24.0; extra == "frozen"
|
|
78
78
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
79
|
-
Requires-Dist: apache-airflow-providers-ftp==3.12.
|
|
80
|
-
Requires-Dist: apache-airflow-providers-http==5.2.
|
|
81
|
-
Requires-Dist: apache-airflow-providers-imap==3.8.
|
|
82
|
-
Requires-Dist: apache-airflow-providers-postgres==6.1.
|
|
83
|
-
Requires-Dist: apache-airflow-providers-smtp==2.0.
|
|
84
|
-
Requires-Dist: apache-airflow-providers-sqlite==4.0.
|
|
79
|
+
Requires-Dist: apache-airflow-providers-ftp==3.12.3; extra == "frozen"
|
|
80
|
+
Requires-Dist: apache-airflow-providers-http==5.2.1; extra == "frozen"
|
|
81
|
+
Requires-Dist: apache-airflow-providers-imap==3.8.3; extra == "frozen"
|
|
82
|
+
Requires-Dist: apache-airflow-providers-postgres==6.1.1; extra == "frozen"
|
|
83
|
+
Requires-Dist: apache-airflow-providers-smtp==2.0.1; extra == "frozen"
|
|
84
|
+
Requires-Dist: apache-airflow-providers-sqlite==4.0.1; extra == "frozen"
|
|
85
85
|
Requires-Dist: apispec==6.8.1; extra == "frozen"
|
|
86
|
-
Requires-Dist: argcomplete==3.
|
|
86
|
+
Requires-Dist: argcomplete==3.6.0; extra == "frozen"
|
|
87
87
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
88
88
|
Requires-Dist: asdf_standard==1.1.1; extra == "frozen"
|
|
89
89
|
Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
|
|
90
90
|
Requires-Dist: asgiref==3.8.1; extra == "frozen"
|
|
91
91
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
92
92
|
Requires-Dist: astropy==6.1.5; extra == "frozen"
|
|
93
|
-
Requires-Dist: astropy-iers-data==0.2025.3.
|
|
93
|
+
Requires-Dist: astropy-iers-data==0.2025.3.10.0.29.26; extra == "frozen"
|
|
94
94
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
95
|
-
Requires-Dist: attrs==25.
|
|
95
|
+
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
97
97
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
98
98
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
99
|
-
Requires-Dist: boto3==1.37.
|
|
100
|
-
Requires-Dist: botocore==1.37.
|
|
99
|
+
Requires-Dist: boto3==1.37.12; extra == "frozen"
|
|
100
|
+
Requires-Dist: botocore==1.37.12; extra == "frozen"
|
|
101
101
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: celery==5.4.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: certifi==2025.1.31; extra == "frozen"
|
|
@@ -120,10 +120,10 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
120
120
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
121
121
|
Requires-Dist: dill==0.3.9; extra == "frozen"
|
|
122
122
|
Requires-Dist: dkist-header-validator==5.1.1; extra == "frozen"
|
|
123
|
-
Requires-Dist: dkist-processing-common==10.6.
|
|
123
|
+
Requires-Dist: dkist-processing-common==10.6.1rc5; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
126
|
-
Requires-Dist: dkist-processing-test==1.23.
|
|
126
|
+
Requires-Dist: dkist-processing-test==1.23.20rc5; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: dkist_fits_specifications==4.11.0; extra == "frozen"
|
|
@@ -135,13 +135,13 @@ Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
|
|
|
135
135
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
136
136
|
Requires-Dist: fonttools==4.56.0; extra == "frozen"
|
|
137
137
|
Requires-Dist: frozenlist==1.5.0; extra == "frozen"
|
|
138
|
-
Requires-Dist: fsspec==2025.
|
|
139
|
-
Requires-Dist: globus-sdk==3.
|
|
138
|
+
Requires-Dist: fsspec==2025.3.0; extra == "frozen"
|
|
139
|
+
Requires-Dist: globus-sdk==3.51.0; extra == "frozen"
|
|
140
140
|
Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
|
|
141
|
-
Requires-Dist: googleapis-common-protos==1.69.
|
|
141
|
+
Requires-Dist: googleapis-common-protos==1.69.1; extra == "frozen"
|
|
142
142
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
143
143
|
Requires-Dist: greenlet==3.1.1; extra == "frozen"
|
|
144
|
-
Requires-Dist: grpcio==1.
|
|
144
|
+
Requires-Dist: grpcio==1.71.0; extra == "frozen"
|
|
145
145
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
146
146
|
Requires-Dist: h11==0.14.0; extra == "frozen"
|
|
147
147
|
Requires-Dist: httpcore==1.0.7; extra == "frozen"
|
|
@@ -150,7 +150,7 @@ Requires-Dist: humanize==4.12.1; extra == "frozen"
|
|
|
150
150
|
Requires-Dist: idna==3.10; extra == "frozen"
|
|
151
151
|
Requires-Dist: imageio==2.37.0; extra == "frozen"
|
|
152
152
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
153
|
-
Requires-Dist: importlib_metadata==8.
|
|
153
|
+
Requires-Dist: importlib_metadata==8.6.1; extra == "frozen"
|
|
154
154
|
Requires-Dist: inflection==0.5.1; extra == "frozen"
|
|
155
155
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
156
156
|
Requires-Dist: jmespath==1.0.1; extra == "frozen"
|
|
@@ -158,12 +158,12 @@ Requires-Dist: jsonschema==4.23.0; extra == "frozen"
|
|
|
158
158
|
Requires-Dist: jsonschema-specifications==2024.10.1; extra == "frozen"
|
|
159
159
|
Requires-Dist: jupyter_core==5.7.2; extra == "frozen"
|
|
160
160
|
Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
|
|
161
|
-
Requires-Dist: kombu==5.
|
|
161
|
+
Requires-Dist: kombu==5.5.0; extra == "frozen"
|
|
162
162
|
Requires-Dist: lazy-object-proxy==1.10.0; extra == "frozen"
|
|
163
|
-
Requires-Dist: limits==4.
|
|
163
|
+
Requires-Dist: limits==4.2; extra == "frozen"
|
|
164
164
|
Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
|
|
165
165
|
Requires-Dist: llvmlite==0.42.0; extra == "frozen"
|
|
166
|
-
Requires-Dist: lmfit==1.3.
|
|
166
|
+
Requires-Dist: lmfit==1.3.3; extra == "frozen"
|
|
167
167
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
168
168
|
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
169
169
|
Requires-Dist: markdown-it-py==3.0.0; extra == "frozen"
|
|
@@ -181,14 +181,14 @@ Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
|
181
181
|
Requires-Dist: numba==0.59.1; extra == "frozen"
|
|
182
182
|
Requires-Dist: numpy==1.26.4; extra == "frozen"
|
|
183
183
|
Requires-Dist: object-clerk==0.1.1; extra == "frozen"
|
|
184
|
-
Requires-Dist: opentelemetry-api==1.
|
|
185
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
186
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
187
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
188
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
189
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
190
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
191
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
184
|
+
Requires-Dist: opentelemetry-api==1.31.0; extra == "frozen"
|
|
185
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.31.0; extra == "frozen"
|
|
186
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.31.0; extra == "frozen"
|
|
187
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.31.0; extra == "frozen"
|
|
188
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.31.0; extra == "frozen"
|
|
189
|
+
Requires-Dist: opentelemetry-proto==1.31.0; extra == "frozen"
|
|
190
|
+
Requires-Dist: opentelemetry-sdk==1.31.0; extra == "frozen"
|
|
191
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.52b0; extra == "frozen"
|
|
192
192
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
193
193
|
Requires-Dist: packaging==24.2; extra == "frozen"
|
|
194
194
|
Requires-Dist: pandas==2.2.3; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==10.6.
|
|
1
|
+
dkist-processing-common==10.6.1rc5
|
|
2
2
|
dkist-header-validator==5.1.1
|
|
3
3
|
dkist-service-configuration==2.2
|
|
4
4
|
dkist-fits-specifications==4.11.0
|
|
@@ -19,12 +19,12 @@ Flask-AppBuilder==4.5.3
|
|
|
19
19
|
Flask-Babel==2.0.0
|
|
20
20
|
Flask-Caching==2.3.1
|
|
21
21
|
Flask-JWT-Extended==4.7.1
|
|
22
|
-
Flask-Limiter==3.
|
|
22
|
+
Flask-Limiter==3.11.0
|
|
23
23
|
Flask-Login==0.6.3
|
|
24
24
|
Flask-SQLAlchemy==2.5.1
|
|
25
25
|
Flask-Session==0.5.0
|
|
26
26
|
Flask-WTF==1.2.2
|
|
27
|
-
Jinja2==3.1.
|
|
27
|
+
Jinja2==3.1.6
|
|
28
28
|
Mako==1.3.9
|
|
29
29
|
MarkupSafe==3.0.2
|
|
30
30
|
PyJWT==2.10.1
|
|
@@ -36,7 +36,7 @@ SQLAlchemy-Utils==0.41.2
|
|
|
36
36
|
WTForms==3.2.1
|
|
37
37
|
Werkzeug==2.2.3
|
|
38
38
|
aioftp==0.24.1
|
|
39
|
-
aiohappyeyeballs==2.
|
|
39
|
+
aiohappyeyeballs==2.6.1
|
|
40
40
|
aiohttp==3.11.13
|
|
41
41
|
aiosignal==1.3.2
|
|
42
42
|
aiosqlite==0.21.0
|
|
@@ -45,33 +45,33 @@ amqp==5.3.1
|
|
|
45
45
|
annotated-types==0.7.0
|
|
46
46
|
anyio==4.8.0
|
|
47
47
|
apache-airflow==2.10.5
|
|
48
|
-
apache-airflow-providers-celery==3.10.
|
|
49
|
-
apache-airflow-providers-common-compat==1.5.
|
|
50
|
-
apache-airflow-providers-common-io==1.5.
|
|
51
|
-
apache-airflow-providers-common-sql==1.
|
|
48
|
+
apache-airflow-providers-celery==3.10.3
|
|
49
|
+
apache-airflow-providers-common-compat==1.5.1
|
|
50
|
+
apache-airflow-providers-common-io==1.5.1
|
|
51
|
+
apache-airflow-providers-common-sql==1.24.0
|
|
52
52
|
apache-airflow-providers-fab==1.5.3
|
|
53
|
-
apache-airflow-providers-ftp==3.12.
|
|
54
|
-
apache-airflow-providers-http==5.2.
|
|
55
|
-
apache-airflow-providers-imap==3.8.
|
|
56
|
-
apache-airflow-providers-postgres==6.1.
|
|
57
|
-
apache-airflow-providers-smtp==2.0.
|
|
58
|
-
apache-airflow-providers-sqlite==4.0.
|
|
53
|
+
apache-airflow-providers-ftp==3.12.3
|
|
54
|
+
apache-airflow-providers-http==5.2.1
|
|
55
|
+
apache-airflow-providers-imap==3.8.3
|
|
56
|
+
apache-airflow-providers-postgres==6.1.1
|
|
57
|
+
apache-airflow-providers-smtp==2.0.1
|
|
58
|
+
apache-airflow-providers-sqlite==4.0.1
|
|
59
59
|
apispec==6.8.1
|
|
60
|
-
argcomplete==3.
|
|
60
|
+
argcomplete==3.6.0
|
|
61
61
|
asdf==3.5.0
|
|
62
62
|
asdf_standard==1.1.1
|
|
63
63
|
asdf_transform_schemas==0.5.0
|
|
64
64
|
asgiref==3.8.1
|
|
65
65
|
asteval==1.0.6
|
|
66
66
|
astropy==6.1.5
|
|
67
|
-
astropy-iers-data==0.2025.3.
|
|
67
|
+
astropy-iers-data==0.2025.3.10.0.29.26
|
|
68
68
|
asyncpg==0.30.0
|
|
69
|
-
attrs==25.
|
|
69
|
+
attrs==25.3.0
|
|
70
70
|
babel==2.17.0
|
|
71
71
|
billiard==4.2.1
|
|
72
72
|
blinker==1.9.0
|
|
73
|
-
boto3==1.37.
|
|
74
|
-
botocore==1.37.
|
|
73
|
+
boto3==1.37.12
|
|
74
|
+
botocore==1.37.12
|
|
75
75
|
cachelib==0.13.0
|
|
76
76
|
celery==5.4.0
|
|
77
77
|
certifi==2025.1.31
|
|
@@ -94,10 +94,10 @@ dacite==1.9.2
|
|
|
94
94
|
decorator==5.2.1
|
|
95
95
|
dill==0.3.9
|
|
96
96
|
dkist-header-validator==5.1.1
|
|
97
|
-
dkist-processing-common==10.6.
|
|
97
|
+
dkist-processing-common==10.6.1rc5
|
|
98
98
|
dkist-processing-core==5.1.0
|
|
99
99
|
dkist-processing-pac==3.1.1
|
|
100
|
-
dkist-processing-test==1.23.
|
|
100
|
+
dkist-processing-test==1.23.20rc5
|
|
101
101
|
dkist-service-configuration==2.2
|
|
102
102
|
dkist-spectral-lines==3.0.0
|
|
103
103
|
dkist_fits_specifications==4.11.0
|
|
@@ -109,13 +109,13 @@ fastjsonschema==2.21.1
|
|
|
109
109
|
flower==2.0.1
|
|
110
110
|
fonttools==4.56.0
|
|
111
111
|
frozenlist==1.5.0
|
|
112
|
-
fsspec==2025.
|
|
113
|
-
globus-sdk==3.
|
|
112
|
+
fsspec==2025.3.0
|
|
113
|
+
globus-sdk==3.51.0
|
|
114
114
|
google-re2==1.1.20240702
|
|
115
|
-
googleapis-common-protos==1.69.
|
|
115
|
+
googleapis-common-protos==1.69.1
|
|
116
116
|
gqlclient==1.2.3
|
|
117
117
|
greenlet==3.1.1
|
|
118
|
-
grpcio==1.
|
|
118
|
+
grpcio==1.71.0
|
|
119
119
|
gunicorn==23.0.0
|
|
120
120
|
h11==0.14.0
|
|
121
121
|
httpcore==1.0.7
|
|
@@ -124,7 +124,7 @@ humanize==4.12.1
|
|
|
124
124
|
idna==3.10
|
|
125
125
|
imageio==2.37.0
|
|
126
126
|
imageio-ffmpeg==0.6.0
|
|
127
|
-
importlib_metadata==8.
|
|
127
|
+
importlib_metadata==8.6.1
|
|
128
128
|
inflection==0.5.1
|
|
129
129
|
itsdangerous==2.2.0
|
|
130
130
|
jmespath==1.0.1
|
|
@@ -132,12 +132,12 @@ jsonschema==4.23.0
|
|
|
132
132
|
jsonschema-specifications==2024.10.1
|
|
133
133
|
jupyter_core==5.7.2
|
|
134
134
|
kiwisolver==1.4.8
|
|
135
|
-
kombu==5.
|
|
135
|
+
kombu==5.5.0
|
|
136
136
|
lazy-object-proxy==1.10.0
|
|
137
|
-
limits==4.
|
|
137
|
+
limits==4.2
|
|
138
138
|
linkify-it-py==2.0.3
|
|
139
139
|
llvmlite==0.42.0
|
|
140
|
-
lmfit==1.3.
|
|
140
|
+
lmfit==1.3.3
|
|
141
141
|
lockfile==0.12.2
|
|
142
142
|
loguru==0.7.3
|
|
143
143
|
markdown-it-py==3.0.0
|
|
@@ -155,14 +155,14 @@ nbformat==5.10.4
|
|
|
155
155
|
numba==0.59.1
|
|
156
156
|
numpy==1.26.4
|
|
157
157
|
object-clerk==0.1.1
|
|
158
|
-
opentelemetry-api==1.
|
|
159
|
-
opentelemetry-exporter-otlp==1.
|
|
160
|
-
opentelemetry-exporter-otlp-proto-common==1.
|
|
161
|
-
opentelemetry-exporter-otlp-proto-grpc==1.
|
|
162
|
-
opentelemetry-exporter-otlp-proto-http==1.
|
|
163
|
-
opentelemetry-proto==1.
|
|
164
|
-
opentelemetry-sdk==1.
|
|
165
|
-
opentelemetry-semantic-conventions==0.
|
|
158
|
+
opentelemetry-api==1.31.0
|
|
159
|
+
opentelemetry-exporter-otlp==1.31.0
|
|
160
|
+
opentelemetry-exporter-otlp-proto-common==1.31.0
|
|
161
|
+
opentelemetry-exporter-otlp-proto-grpc==1.31.0
|
|
162
|
+
opentelemetry-exporter-otlp-proto-http==1.31.0
|
|
163
|
+
opentelemetry-proto==1.31.0
|
|
164
|
+
opentelemetry-sdk==1.31.0
|
|
165
|
+
opentelemetry-semantic-conventions==0.52b0
|
|
166
166
|
ordered-set==4.1.0
|
|
167
167
|
packaging==24.2
|
|
168
168
|
pandas==2.2.3
|
|
@@ -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.23.
|
|
13
|
-
date = 2025-03-
|
|
12
|
+
version = "1.23.20rc5"
|
|
13
|
+
date = 2025-03-13T14:25:41.522220
|
|
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 == 10.6.
|
|
29
|
+
"dkist-processing-common == 10.6.1rc5",
|
|
30
30
|
"dkist-header-validator == 5.1.1",
|
|
31
31
|
"dkist-service-configuration == 2.2",
|
|
32
32
|
"dkist-fits-specifications == 4.11.0",
|
|
@@ -71,12 +71,12 @@ frozen = [
|
|
|
71
71
|
"Flask-Babel == 2.0.0",
|
|
72
72
|
"Flask-Caching == 2.3.1",
|
|
73
73
|
"Flask-JWT-Extended == 4.7.1",
|
|
74
|
-
"Flask-Limiter == 3.
|
|
74
|
+
"Flask-Limiter == 3.11.0",
|
|
75
75
|
"Flask-Login == 0.6.3",
|
|
76
76
|
"Flask-SQLAlchemy == 2.5.1",
|
|
77
77
|
"Flask-Session == 0.5.0",
|
|
78
78
|
"Flask-WTF == 1.2.2",
|
|
79
|
-
"Jinja2 == 3.1.
|
|
79
|
+
"Jinja2 == 3.1.6",
|
|
80
80
|
"Mako == 1.3.9",
|
|
81
81
|
"MarkupSafe == 3.0.2",
|
|
82
82
|
"PyJWT == 2.10.1",
|
|
@@ -88,7 +88,7 @@ frozen = [
|
|
|
88
88
|
"WTForms == 3.2.1",
|
|
89
89
|
"Werkzeug == 2.2.3",
|
|
90
90
|
"aioftp == 0.24.1",
|
|
91
|
-
"aiohappyeyeballs == 2.
|
|
91
|
+
"aiohappyeyeballs == 2.6.1",
|
|
92
92
|
"aiohttp == 3.11.13",
|
|
93
93
|
"aiosignal == 1.3.2",
|
|
94
94
|
"aiosqlite == 0.21.0",
|
|
@@ -97,33 +97,33 @@ frozen = [
|
|
|
97
97
|
"annotated-types == 0.7.0",
|
|
98
98
|
"anyio == 4.8.0",
|
|
99
99
|
"apache-airflow == 2.10.5",
|
|
100
|
-
"apache-airflow-providers-celery == 3.10.
|
|
101
|
-
"apache-airflow-providers-common-compat == 1.5.
|
|
102
|
-
"apache-airflow-providers-common-io == 1.5.
|
|
103
|
-
"apache-airflow-providers-common-sql == 1.
|
|
100
|
+
"apache-airflow-providers-celery == 3.10.3",
|
|
101
|
+
"apache-airflow-providers-common-compat == 1.5.1",
|
|
102
|
+
"apache-airflow-providers-common-io == 1.5.1",
|
|
103
|
+
"apache-airflow-providers-common-sql == 1.24.0",
|
|
104
104
|
"apache-airflow-providers-fab == 1.5.3",
|
|
105
|
-
"apache-airflow-providers-ftp == 3.12.
|
|
106
|
-
"apache-airflow-providers-http == 5.2.
|
|
107
|
-
"apache-airflow-providers-imap == 3.8.
|
|
108
|
-
"apache-airflow-providers-postgres == 6.1.
|
|
109
|
-
"apache-airflow-providers-smtp == 2.0.
|
|
110
|
-
"apache-airflow-providers-sqlite == 4.0.
|
|
105
|
+
"apache-airflow-providers-ftp == 3.12.3",
|
|
106
|
+
"apache-airflow-providers-http == 5.2.1",
|
|
107
|
+
"apache-airflow-providers-imap == 3.8.3",
|
|
108
|
+
"apache-airflow-providers-postgres == 6.1.1",
|
|
109
|
+
"apache-airflow-providers-smtp == 2.0.1",
|
|
110
|
+
"apache-airflow-providers-sqlite == 4.0.1",
|
|
111
111
|
"apispec == 6.8.1",
|
|
112
|
-
"argcomplete == 3.
|
|
112
|
+
"argcomplete == 3.6.0",
|
|
113
113
|
"asdf == 3.5.0",
|
|
114
114
|
"asdf_standard == 1.1.1",
|
|
115
115
|
"asdf_transform_schemas == 0.5.0",
|
|
116
116
|
"asgiref == 3.8.1",
|
|
117
117
|
"asteval == 1.0.6",
|
|
118
118
|
"astropy == 6.1.5",
|
|
119
|
-
"astropy-iers-data == 0.2025.3.
|
|
119
|
+
"astropy-iers-data == 0.2025.3.10.0.29.26",
|
|
120
120
|
"asyncpg == 0.30.0",
|
|
121
|
-
"attrs == 25.
|
|
121
|
+
"attrs == 25.3.0",
|
|
122
122
|
"babel == 2.17.0",
|
|
123
123
|
"billiard == 4.2.1",
|
|
124
124
|
"blinker == 1.9.0",
|
|
125
|
-
"boto3 == 1.37.
|
|
126
|
-
"botocore == 1.37.
|
|
125
|
+
"boto3 == 1.37.12",
|
|
126
|
+
"botocore == 1.37.12",
|
|
127
127
|
"cachelib == 0.13.0",
|
|
128
128
|
"celery == 5.4.0",
|
|
129
129
|
"certifi == 2025.1.31",
|
|
@@ -146,10 +146,10 @@ frozen = [
|
|
|
146
146
|
"decorator == 5.2.1",
|
|
147
147
|
"dill == 0.3.9",
|
|
148
148
|
"dkist-header-validator == 5.1.1",
|
|
149
|
-
"dkist-processing-common == 10.6.
|
|
149
|
+
"dkist-processing-common == 10.6.1rc5",
|
|
150
150
|
"dkist-processing-core == 5.1.0",
|
|
151
151
|
"dkist-processing-pac == 3.1.1",
|
|
152
|
-
"dkist-processing-test == 1.23.
|
|
152
|
+
"dkist-processing-test == 1.23.20rc5",
|
|
153
153
|
"dkist-service-configuration == 2.2",
|
|
154
154
|
"dkist-spectral-lines == 3.0.0",
|
|
155
155
|
"dkist_fits_specifications == 4.11.0",
|
|
@@ -161,13 +161,13 @@ frozen = [
|
|
|
161
161
|
"flower == 2.0.1",
|
|
162
162
|
"fonttools == 4.56.0",
|
|
163
163
|
"frozenlist == 1.5.0",
|
|
164
|
-
"fsspec == 2025.
|
|
165
|
-
"globus-sdk == 3.
|
|
164
|
+
"fsspec == 2025.3.0",
|
|
165
|
+
"globus-sdk == 3.51.0",
|
|
166
166
|
"google-re2 == 1.1.20240702",
|
|
167
|
-
"googleapis-common-protos == 1.69.
|
|
167
|
+
"googleapis-common-protos == 1.69.1",
|
|
168
168
|
"gqlclient == 1.2.3",
|
|
169
169
|
"greenlet == 3.1.1",
|
|
170
|
-
"grpcio == 1.
|
|
170
|
+
"grpcio == 1.71.0",
|
|
171
171
|
"gunicorn == 23.0.0",
|
|
172
172
|
"h11 == 0.14.0",
|
|
173
173
|
"httpcore == 1.0.7",
|
|
@@ -176,7 +176,7 @@ frozen = [
|
|
|
176
176
|
"idna == 3.10",
|
|
177
177
|
"imageio == 2.37.0",
|
|
178
178
|
"imageio-ffmpeg == 0.6.0",
|
|
179
|
-
"importlib_metadata == 8.
|
|
179
|
+
"importlib_metadata == 8.6.1",
|
|
180
180
|
"inflection == 0.5.1",
|
|
181
181
|
"itsdangerous == 2.2.0",
|
|
182
182
|
"jmespath == 1.0.1",
|
|
@@ -184,12 +184,12 @@ frozen = [
|
|
|
184
184
|
"jsonschema-specifications == 2024.10.1",
|
|
185
185
|
"jupyter_core == 5.7.2",
|
|
186
186
|
"kiwisolver == 1.4.8",
|
|
187
|
-
"kombu == 5.
|
|
187
|
+
"kombu == 5.5.0",
|
|
188
188
|
"lazy-object-proxy == 1.10.0",
|
|
189
|
-
"limits == 4.
|
|
189
|
+
"limits == 4.2",
|
|
190
190
|
"linkify-it-py == 2.0.3",
|
|
191
191
|
"llvmlite == 0.42.0",
|
|
192
|
-
"lmfit == 1.3.
|
|
192
|
+
"lmfit == 1.3.3",
|
|
193
193
|
"lockfile == 0.12.2",
|
|
194
194
|
"loguru == 0.7.3",
|
|
195
195
|
"markdown-it-py == 3.0.0",
|
|
@@ -207,14 +207,14 @@ frozen = [
|
|
|
207
207
|
"numba == 0.59.1",
|
|
208
208
|
"numpy == 1.26.4",
|
|
209
209
|
"object-clerk == 0.1.1",
|
|
210
|
-
"opentelemetry-api == 1.
|
|
211
|
-
"opentelemetry-exporter-otlp == 1.
|
|
212
|
-
"opentelemetry-exporter-otlp-proto-common == 1.
|
|
213
|
-
"opentelemetry-exporter-otlp-proto-grpc == 1.
|
|
214
|
-
"opentelemetry-exporter-otlp-proto-http == 1.
|
|
215
|
-
"opentelemetry-proto == 1.
|
|
216
|
-
"opentelemetry-sdk == 1.
|
|
217
|
-
"opentelemetry-semantic-conventions == 0.
|
|
210
|
+
"opentelemetry-api == 1.31.0",
|
|
211
|
+
"opentelemetry-exporter-otlp == 1.31.0",
|
|
212
|
+
"opentelemetry-exporter-otlp-proto-common == 1.31.0",
|
|
213
|
+
"opentelemetry-exporter-otlp-proto-grpc == 1.31.0",
|
|
214
|
+
"opentelemetry-exporter-otlp-proto-http == 1.31.0",
|
|
215
|
+
"opentelemetry-proto == 1.31.0",
|
|
216
|
+
"opentelemetry-sdk == 1.31.0",
|
|
217
|
+
"opentelemetry-semantic-conventions == 0.52b0",
|
|
218
218
|
"ordered-set == 4.1.0",
|
|
219
219
|
"packaging == 24.2",
|
|
220
220
|
"pandas == 2.2.3",
|
|
File without changes
|
{dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/.pre-commit-config.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.23.20rc3 → dkist_processing_test-1.23.20rc5}/bitbucket-pipelines.yml
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
|
|
File without changes
|
|
File without changes
|