dkist-processing-vbi 1.23.4rc1__tar.gz → 1.24.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/.readthedocs.yml +1 -1
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/CHANGELOG.rst +27 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/PKG-INFO +46 -50
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/bitbucket-pipelines.yml +1 -1
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi.egg-info/PKG-INFO +46 -50
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi.egg-info/SOURCES.txt +0 -1
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi.egg-info/requires.txt +43 -47
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/pyproject.toml +47 -51
- dkist_processing_vbi-1.23.4rc1/changelog/151.misc.rst +0 -1
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/.gitignore +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/.pre-commit-config.yaml +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/.snyk +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/README.rst +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/SCIENCE_CHANGELOG.rst +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/changelog/.gitempty +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/__init__.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/config.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/models/__init__.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/models/constants.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/models/filter.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/models/parameters.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/models/tags.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/parsers/__init__.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/parsers/mosaic_repeats.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/parsers/spatial_step_pattern.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/parsers/vbi_l0_fits_access.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/parsers/vbi_l1_fits_access.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/__init__.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/assemble_movie.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/dark.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/gain.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/make_movie_frames.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/parse.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/process_summit_processed.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/quality_metrics.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/science.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/vbi_base.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/write_l1.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/__init__.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/conftest.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/local_trial_workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/local_trial_workflows/l0_to_l1.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_assemble_movie.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_dark.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_gain.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_make_movie_frames.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_parse_l0.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_parse_summit.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_process_summit.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_quality_metrics.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_science.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_spatial_step_pattern.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_vbi_base.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_vbi_constants.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_workflows.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_write_l1.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/workflows/l0_processing.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/workflows/summit_data_processing.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/workflows/trial_workflows.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi.egg-info/dependency_links.txt +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi.egg-info/top_level.txt +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/docs/Makefile +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/docs/changelog.rst +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/docs/conf.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/docs/index.rst +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/docs/l0_to_l1_vbi_no-speckle-full-trial.rst +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/docs/l0_to_l1_vbi_no-speckle.rst +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/docs/l0_to_l1_vbi_summit-calibrated-full-trial.rst +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/docs/l0_to_l1_vbi_summit-calibrated.rst +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/docs/landing_page.rst +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/docs/make.bat +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/docs/requirements.txt +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/docs/requirements_table.rst +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/docs/scientific_changelog.rst +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/licenses/LICENSE.rst +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/science_towncrier.sh +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/setup.cfg +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/towncrier_science.toml +0 -0
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
v1.24.1 (2025-09-17)
|
|
2
|
+
====================
|
|
3
|
+
|
|
4
|
+
Misc
|
|
5
|
+
----
|
|
6
|
+
|
|
7
|
+
- Update dkist-processing-common to enable usage of the latest redis SDK. (`#153 <https://bitbucket.org/dkistdc/dkist-processing-vbi/pull-requests/153>`__)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
v1.24.0 (2025-09-08)
|
|
11
|
+
====================
|
|
12
|
+
|
|
13
|
+
Misc
|
|
14
|
+
----
|
|
15
|
+
|
|
16
|
+
- `#151 <https://bitbucket.org/dkistdc/dkist-processing-vbi/pull-requests/151>`__
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
v1.23.4 (2025-09-04)
|
|
20
|
+
====================
|
|
21
|
+
|
|
22
|
+
Misc
|
|
23
|
+
----
|
|
24
|
+
|
|
25
|
+
- Update `dkist-processing-common` to v11.4.0, which includes structure for metadata keys and additional constants. (`#151 <https://bitbucket.org/dkistdc/dkist-processing-vbi/pull-requests/151>`__)
|
|
26
|
+
|
|
27
|
+
|
|
1
28
|
v1.23.3 (2025-09-03)
|
|
2
29
|
====================
|
|
3
30
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-vbi
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.24.1
|
|
4
4
|
Summary: Processing code for the VBI instrument on DKIST
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -10,10 +10,10 @@ Project-URL: Documentation, https://docs.dkist.nso.edu/projects/vbi
|
|
|
10
10
|
Project-URL: Help, https://nso.atlassian.net/servicedesk/customer/portal/5
|
|
11
11
|
Classifier: Programming Language :: Python
|
|
12
12
|
Classifier: Programming Language :: Python :: 3
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.
|
|
14
|
-
Requires-Python: >=3.
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
+
Requires-Python: >=3.12
|
|
15
15
|
Description-Content-Type: text/x-rst
|
|
16
|
-
Requires-Dist: dkist-processing-common==11.
|
|
16
|
+
Requires-Dist: dkist-processing-common==11.5.1
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.1
|
|
18
18
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
19
19
|
Requires-Dist: dkist-fits-specifications==4.17.0
|
|
@@ -63,7 +63,7 @@ Requires-Dist: Flask-AppBuilder==4.5.3; extra == "frozen"
|
|
|
63
63
|
Requires-Dist: Flask-Babel==2.0.0; extra == "frozen"
|
|
64
64
|
Requires-Dist: Flask-Caching==2.3.1; extra == "frozen"
|
|
65
65
|
Requires-Dist: Flask-JWT-Extended==4.7.1; extra == "frozen"
|
|
66
|
-
Requires-Dist: Flask-Limiter==3.
|
|
66
|
+
Requires-Dist: Flask-Limiter==3.13; extra == "frozen"
|
|
67
67
|
Requires-Dist: Flask-Login==0.6.3; extra == "frozen"
|
|
68
68
|
Requires-Dist: Flask-SQLAlchemy==2.5.1; extra == "frozen"
|
|
69
69
|
Requires-Dist: Flask-Session==0.5.0; extra == "frozen"
|
|
@@ -88,19 +88,19 @@ Requires-Dist: alembic==1.16.5; extra == "frozen"
|
|
|
88
88
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
89
89
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
90
90
|
Requires-Dist: anyio==4.10.0; extra == "frozen"
|
|
91
|
-
Requires-Dist: apache-airflow==2.
|
|
92
|
-
Requires-Dist: apache-airflow-providers-celery==3.
|
|
91
|
+
Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
|
|
92
|
+
Requires-Dist: apache-airflow-providers-celery==3.10.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: apache-airflow-providers-common-compat==1.7.3; extra == "frozen"
|
|
94
94
|
Requires-Dist: apache-airflow-providers-common-io==1.6.2; extra == "frozen"
|
|
95
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
95
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.28.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
97
97
|
Requires-Dist: apache-airflow-providers-ftp==3.13.2; extra == "frozen"
|
|
98
|
-
Requires-Dist: apache-airflow-providers-http==5.3.
|
|
98
|
+
Requires-Dist: apache-airflow-providers-http==5.3.4; extra == "frozen"
|
|
99
99
|
Requires-Dist: apache-airflow-providers-imap==3.9.2; extra == "frozen"
|
|
100
|
-
Requires-Dist: apache-airflow-providers-postgres==6.
|
|
101
|
-
Requires-Dist: apache-airflow-providers-smtp==2.2.
|
|
100
|
+
Requires-Dist: apache-airflow-providers-postgres==6.3.0; extra == "frozen"
|
|
101
|
+
Requires-Dist: apache-airflow-providers-smtp==2.2.1; extra == "frozen"
|
|
102
102
|
Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
|
|
103
|
-
Requires-Dist: apispec==6.8.
|
|
103
|
+
Requires-Dist: apispec==6.8.3; extra == "frozen"
|
|
104
104
|
Requires-Dist: argcomplete==3.6.2; extra == "frozen"
|
|
105
105
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
106
106
|
Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
|
|
@@ -108,18 +108,18 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
108
108
|
Requires-Dist: asgiref==3.9.1; extra == "frozen"
|
|
109
109
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
110
110
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
111
|
-
Requires-Dist: astropy-iers-data==0.2025.9.
|
|
111
|
+
Requires-Dist: astropy-iers-data==0.2025.9.15.0.37.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
113
113
|
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
114
114
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
115
115
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
116
116
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
117
|
-
Requires-Dist: boto3==1.40.
|
|
118
|
-
Requires-Dist: botocore==1.40.
|
|
117
|
+
Requires-Dist: boto3==1.40.32; extra == "frozen"
|
|
118
|
+
Requires-Dist: botocore==1.40.32; extra == "frozen"
|
|
119
119
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
120
|
-
Requires-Dist: celery==5.
|
|
120
|
+
Requires-Dist: celery==5.3.1; extra == "frozen"
|
|
121
121
|
Requires-Dist: certifi==2025.8.3; extra == "frozen"
|
|
122
|
-
Requires-Dist: cffi==
|
|
122
|
+
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
123
123
|
Requires-Dist: charset-normalizer==3.4.3; extra == "frozen"
|
|
124
124
|
Requires-Dist: click==8.2.1; extra == "frozen"
|
|
125
125
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
@@ -132,35 +132,34 @@ Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
|
132
132
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
133
133
|
Requires-Dist: cron_descriptor==2.0.6; extra == "frozen"
|
|
134
134
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
135
|
-
Requires-Dist: cryptography==
|
|
135
|
+
Requires-Dist: cryptography==46.0.1; extra == "frozen"
|
|
136
136
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
137
137
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
138
138
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
139
139
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
140
140
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
141
|
-
Requires-Dist: dkist-processing-common==11.
|
|
142
|
-
Requires-Dist: dkist-processing-core==5.
|
|
141
|
+
Requires-Dist: dkist-processing-common==11.5.1; extra == "frozen"
|
|
142
|
+
Requires-Dist: dkist-processing-core==5.2.1; extra == "frozen"
|
|
143
143
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
144
144
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
145
|
-
Requires-Dist: dkist-processing-vbi==1.
|
|
145
|
+
Requires-Dist: dkist-processing-vbi==1.24.1; extra == "frozen"
|
|
146
146
|
Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
|
|
147
147
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
148
148
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
149
|
-
Requires-Dist: dnspython==2.
|
|
149
|
+
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
150
150
|
Requires-Dist: ecs-logging==2.2.0; extra == "frozen"
|
|
151
151
|
Requires-Dist: elastic-apm==6.24.0; extra == "frozen"
|
|
152
152
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
153
153
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
154
154
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
155
|
-
Requires-Dist: fonttools==4.
|
|
155
|
+
Requires-Dist: fonttools==4.60.0; extra == "frozen"
|
|
156
156
|
Requires-Dist: frozenlist==1.7.0; extra == "frozen"
|
|
157
157
|
Requires-Dist: fsspec==2025.9.0; extra == "frozen"
|
|
158
|
-
Requires-Dist: globus-sdk==3.
|
|
158
|
+
Requires-Dist: globus-sdk==3.63.0; extra == "frozen"
|
|
159
159
|
Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
|
|
160
160
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
161
161
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
162
|
-
Requires-Dist:
|
|
163
|
-
Requires-Dist: grpcio==1.74.0; extra == "frozen"
|
|
162
|
+
Requires-Dist: grpcio==1.75.0; extra == "frozen"
|
|
164
163
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
165
164
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
166
165
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -174,7 +173,7 @@ Requires-Dist: inflection==0.5.1; extra == "frozen"
|
|
|
174
173
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
175
174
|
Requires-Dist: jmespath==1.0.1; extra == "frozen"
|
|
176
175
|
Requires-Dist: jsonschema==4.25.1; extra == "frozen"
|
|
177
|
-
Requires-Dist: jsonschema-specifications==2025.
|
|
176
|
+
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
178
177
|
Requires-Dist: jupyter_core==5.8.1; extra == "frozen"
|
|
179
178
|
Requires-Dist: kiwisolver==1.4.9; extra == "frozen"
|
|
180
179
|
Requires-Dist: kombu==5.5.4; extra == "frozen"
|
|
@@ -199,15 +198,15 @@ Requires-Dist: multidict==6.6.4; extra == "frozen"
|
|
|
199
198
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
200
199
|
Requires-Dist: networkx==3.5; extra == "frozen"
|
|
201
200
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
202
|
-
Requires-Dist: object-clerk==0.
|
|
203
|
-
Requires-Dist: opentelemetry-api==1.
|
|
204
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
205
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
206
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
207
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
208
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
209
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
210
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
201
|
+
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
202
|
+
Requires-Dist: opentelemetry-api==1.37.0; extra == "frozen"
|
|
203
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.37.0; extra == "frozen"
|
|
204
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.37.0; extra == "frozen"
|
|
205
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.37.0; extra == "frozen"
|
|
206
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.37.0; extra == "frozen"
|
|
207
|
+
Requires-Dist: opentelemetry-proto==1.37.0; extra == "frozen"
|
|
208
|
+
Requires-Dist: opentelemetry-sdk==1.37.0; extra == "frozen"
|
|
209
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.58b0; extra == "frozen"
|
|
211
210
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
212
211
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
213
212
|
Requires-Dist: pandas==2.3.2; extra == "frozen"
|
|
@@ -225,37 +224,34 @@ Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
|
225
224
|
Requires-Dist: prometheus_client==0.22.1; extra == "frozen"
|
|
226
225
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
227
226
|
Requires-Dist: propcache==0.3.2; extra == "frozen"
|
|
228
|
-
Requires-Dist: protobuf==6.32.
|
|
227
|
+
Requires-Dist: protobuf==6.32.1; extra == "frozen"
|
|
229
228
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
230
229
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
231
|
-
Requires-Dist:
|
|
232
|
-
Requires-Dist:
|
|
233
|
-
Requires-Dist: pydantic==2.11.7; extra == "frozen"
|
|
230
|
+
Requires-Dist: pycparser==2.23; extra == "frozen"
|
|
231
|
+
Requires-Dist: pydantic==2.11.9; extra == "frozen"
|
|
234
232
|
Requires-Dist: pydantic-settings==2.10.1; extra == "frozen"
|
|
235
233
|
Requires-Dist: pydantic_core==2.33.2; extra == "frozen"
|
|
236
234
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
237
|
-
Requires-Dist: pyparsing==3.2.
|
|
235
|
+
Requires-Dist: pyparsing==3.2.4; extra == "frozen"
|
|
238
236
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
239
237
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
240
238
|
Requires-Dist: python-dotenv==1.1.1; extra == "frozen"
|
|
241
239
|
Requires-Dist: python-nvd3==0.16.0; extra == "frozen"
|
|
242
240
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
243
241
|
Requires-Dist: pytz==2025.2; extra == "frozen"
|
|
244
|
-
Requires-Dist: redis==4.
|
|
242
|
+
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
245
243
|
Requires-Dist: referencing==0.36.2; extra == "frozen"
|
|
246
244
|
Requires-Dist: requests==2.32.5; extra == "frozen"
|
|
247
245
|
Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
|
|
248
|
-
Requires-Dist: retry==0.9.2; extra == "frozen"
|
|
249
246
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
250
|
-
Requires-Dist: rich==
|
|
247
|
+
Requires-Dist: rich==14.1.0; extra == "frozen"
|
|
251
248
|
Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
|
|
252
249
|
Requires-Dist: rpds-py==0.27.1; extra == "frozen"
|
|
253
|
-
Requires-Dist: s3transfer==0.
|
|
250
|
+
Requires-Dist: s3transfer==0.14.0; extra == "frozen"
|
|
254
251
|
Requires-Dist: scikit-image==0.25.2; extra == "frozen"
|
|
255
252
|
Requires-Dist: scipy==1.15.3; extra == "frozen"
|
|
256
253
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
257
|
-
Requires-Dist: setproctitle==1.3.
|
|
258
|
-
Requires-Dist: setuptools==65.5.0; extra == "frozen"
|
|
254
|
+
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
259
255
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
260
256
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
261
257
|
Requires-Dist: solar-wavelength-calibration==1.0.1; extra == "frozen"
|
|
@@ -263,11 +259,11 @@ Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
|
263
259
|
Requires-Dist: sqlparse==0.5.3; extra == "frozen"
|
|
264
260
|
Requires-Dist: sunpy==6.1.1; extra == "frozen"
|
|
265
261
|
Requires-Dist: tabulate==0.9.0; extra == "frozen"
|
|
266
|
-
Requires-Dist: talus==1.
|
|
267
|
-
Requires-Dist: tenacity==
|
|
262
|
+
Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
263
|
+
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
268
264
|
Requires-Dist: termcolor==3.1.0; extra == "frozen"
|
|
269
265
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
270
|
-
Requires-Dist: tifffile==2025.
|
|
266
|
+
Requires-Dist: tifffile==2025.9.9; extra == "frozen"
|
|
271
267
|
Requires-Dist: tornado==6.5.2; extra == "frozen"
|
|
272
268
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
273
269
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-vbi
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.24.1
|
|
4
4
|
Summary: Processing code for the VBI instrument on DKIST
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -10,10 +10,10 @@ Project-URL: Documentation, https://docs.dkist.nso.edu/projects/vbi
|
|
|
10
10
|
Project-URL: Help, https://nso.atlassian.net/servicedesk/customer/portal/5
|
|
11
11
|
Classifier: Programming Language :: Python
|
|
12
12
|
Classifier: Programming Language :: Python :: 3
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.
|
|
14
|
-
Requires-Python: >=3.
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
+
Requires-Python: >=3.12
|
|
15
15
|
Description-Content-Type: text/x-rst
|
|
16
|
-
Requires-Dist: dkist-processing-common==11.
|
|
16
|
+
Requires-Dist: dkist-processing-common==11.5.1
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.1
|
|
18
18
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
19
19
|
Requires-Dist: dkist-fits-specifications==4.17.0
|
|
@@ -63,7 +63,7 @@ Requires-Dist: Flask-AppBuilder==4.5.3; extra == "frozen"
|
|
|
63
63
|
Requires-Dist: Flask-Babel==2.0.0; extra == "frozen"
|
|
64
64
|
Requires-Dist: Flask-Caching==2.3.1; extra == "frozen"
|
|
65
65
|
Requires-Dist: Flask-JWT-Extended==4.7.1; extra == "frozen"
|
|
66
|
-
Requires-Dist: Flask-Limiter==3.
|
|
66
|
+
Requires-Dist: Flask-Limiter==3.13; extra == "frozen"
|
|
67
67
|
Requires-Dist: Flask-Login==0.6.3; extra == "frozen"
|
|
68
68
|
Requires-Dist: Flask-SQLAlchemy==2.5.1; extra == "frozen"
|
|
69
69
|
Requires-Dist: Flask-Session==0.5.0; extra == "frozen"
|
|
@@ -88,19 +88,19 @@ Requires-Dist: alembic==1.16.5; extra == "frozen"
|
|
|
88
88
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
89
89
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
90
90
|
Requires-Dist: anyio==4.10.0; extra == "frozen"
|
|
91
|
-
Requires-Dist: apache-airflow==2.
|
|
92
|
-
Requires-Dist: apache-airflow-providers-celery==3.
|
|
91
|
+
Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
|
|
92
|
+
Requires-Dist: apache-airflow-providers-celery==3.10.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: apache-airflow-providers-common-compat==1.7.3; extra == "frozen"
|
|
94
94
|
Requires-Dist: apache-airflow-providers-common-io==1.6.2; extra == "frozen"
|
|
95
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
95
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.28.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
97
97
|
Requires-Dist: apache-airflow-providers-ftp==3.13.2; extra == "frozen"
|
|
98
|
-
Requires-Dist: apache-airflow-providers-http==5.3.
|
|
98
|
+
Requires-Dist: apache-airflow-providers-http==5.3.4; extra == "frozen"
|
|
99
99
|
Requires-Dist: apache-airflow-providers-imap==3.9.2; extra == "frozen"
|
|
100
|
-
Requires-Dist: apache-airflow-providers-postgres==6.
|
|
101
|
-
Requires-Dist: apache-airflow-providers-smtp==2.2.
|
|
100
|
+
Requires-Dist: apache-airflow-providers-postgres==6.3.0; extra == "frozen"
|
|
101
|
+
Requires-Dist: apache-airflow-providers-smtp==2.2.1; extra == "frozen"
|
|
102
102
|
Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
|
|
103
|
-
Requires-Dist: apispec==6.8.
|
|
103
|
+
Requires-Dist: apispec==6.8.3; extra == "frozen"
|
|
104
104
|
Requires-Dist: argcomplete==3.6.2; extra == "frozen"
|
|
105
105
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
106
106
|
Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
|
|
@@ -108,18 +108,18 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
108
108
|
Requires-Dist: asgiref==3.9.1; extra == "frozen"
|
|
109
109
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
110
110
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
111
|
-
Requires-Dist: astropy-iers-data==0.2025.9.
|
|
111
|
+
Requires-Dist: astropy-iers-data==0.2025.9.15.0.37.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
113
113
|
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
114
114
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
115
115
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
116
116
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
117
|
-
Requires-Dist: boto3==1.40.
|
|
118
|
-
Requires-Dist: botocore==1.40.
|
|
117
|
+
Requires-Dist: boto3==1.40.32; extra == "frozen"
|
|
118
|
+
Requires-Dist: botocore==1.40.32; extra == "frozen"
|
|
119
119
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
120
|
-
Requires-Dist: celery==5.
|
|
120
|
+
Requires-Dist: celery==5.3.1; extra == "frozen"
|
|
121
121
|
Requires-Dist: certifi==2025.8.3; extra == "frozen"
|
|
122
|
-
Requires-Dist: cffi==
|
|
122
|
+
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
123
123
|
Requires-Dist: charset-normalizer==3.4.3; extra == "frozen"
|
|
124
124
|
Requires-Dist: click==8.2.1; extra == "frozen"
|
|
125
125
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
@@ -132,35 +132,34 @@ Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
|
132
132
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
133
133
|
Requires-Dist: cron_descriptor==2.0.6; extra == "frozen"
|
|
134
134
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
135
|
-
Requires-Dist: cryptography==
|
|
135
|
+
Requires-Dist: cryptography==46.0.1; extra == "frozen"
|
|
136
136
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
137
137
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
138
138
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
139
139
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
140
140
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
141
|
-
Requires-Dist: dkist-processing-common==11.
|
|
142
|
-
Requires-Dist: dkist-processing-core==5.
|
|
141
|
+
Requires-Dist: dkist-processing-common==11.5.1; extra == "frozen"
|
|
142
|
+
Requires-Dist: dkist-processing-core==5.2.1; extra == "frozen"
|
|
143
143
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
144
144
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
145
|
-
Requires-Dist: dkist-processing-vbi==1.
|
|
145
|
+
Requires-Dist: dkist-processing-vbi==1.24.1; extra == "frozen"
|
|
146
146
|
Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
|
|
147
147
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
148
148
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
149
|
-
Requires-Dist: dnspython==2.
|
|
149
|
+
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
150
150
|
Requires-Dist: ecs-logging==2.2.0; extra == "frozen"
|
|
151
151
|
Requires-Dist: elastic-apm==6.24.0; extra == "frozen"
|
|
152
152
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
153
153
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
154
154
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
155
|
-
Requires-Dist: fonttools==4.
|
|
155
|
+
Requires-Dist: fonttools==4.60.0; extra == "frozen"
|
|
156
156
|
Requires-Dist: frozenlist==1.7.0; extra == "frozen"
|
|
157
157
|
Requires-Dist: fsspec==2025.9.0; extra == "frozen"
|
|
158
|
-
Requires-Dist: globus-sdk==3.
|
|
158
|
+
Requires-Dist: globus-sdk==3.63.0; extra == "frozen"
|
|
159
159
|
Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
|
|
160
160
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
161
161
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
162
|
-
Requires-Dist:
|
|
163
|
-
Requires-Dist: grpcio==1.74.0; extra == "frozen"
|
|
162
|
+
Requires-Dist: grpcio==1.75.0; extra == "frozen"
|
|
164
163
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
165
164
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
166
165
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -174,7 +173,7 @@ Requires-Dist: inflection==0.5.1; extra == "frozen"
|
|
|
174
173
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
175
174
|
Requires-Dist: jmespath==1.0.1; extra == "frozen"
|
|
176
175
|
Requires-Dist: jsonschema==4.25.1; extra == "frozen"
|
|
177
|
-
Requires-Dist: jsonschema-specifications==2025.
|
|
176
|
+
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
178
177
|
Requires-Dist: jupyter_core==5.8.1; extra == "frozen"
|
|
179
178
|
Requires-Dist: kiwisolver==1.4.9; extra == "frozen"
|
|
180
179
|
Requires-Dist: kombu==5.5.4; extra == "frozen"
|
|
@@ -199,15 +198,15 @@ Requires-Dist: multidict==6.6.4; extra == "frozen"
|
|
|
199
198
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
200
199
|
Requires-Dist: networkx==3.5; extra == "frozen"
|
|
201
200
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
202
|
-
Requires-Dist: object-clerk==0.
|
|
203
|
-
Requires-Dist: opentelemetry-api==1.
|
|
204
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
205
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
206
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
207
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
208
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
209
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
210
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
201
|
+
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
202
|
+
Requires-Dist: opentelemetry-api==1.37.0; extra == "frozen"
|
|
203
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.37.0; extra == "frozen"
|
|
204
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.37.0; extra == "frozen"
|
|
205
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.37.0; extra == "frozen"
|
|
206
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.37.0; extra == "frozen"
|
|
207
|
+
Requires-Dist: opentelemetry-proto==1.37.0; extra == "frozen"
|
|
208
|
+
Requires-Dist: opentelemetry-sdk==1.37.0; extra == "frozen"
|
|
209
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.58b0; extra == "frozen"
|
|
211
210
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
212
211
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
213
212
|
Requires-Dist: pandas==2.3.2; extra == "frozen"
|
|
@@ -225,37 +224,34 @@ Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
|
225
224
|
Requires-Dist: prometheus_client==0.22.1; extra == "frozen"
|
|
226
225
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
227
226
|
Requires-Dist: propcache==0.3.2; extra == "frozen"
|
|
228
|
-
Requires-Dist: protobuf==6.32.
|
|
227
|
+
Requires-Dist: protobuf==6.32.1; extra == "frozen"
|
|
229
228
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
230
229
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
231
|
-
Requires-Dist:
|
|
232
|
-
Requires-Dist:
|
|
233
|
-
Requires-Dist: pydantic==2.11.7; extra == "frozen"
|
|
230
|
+
Requires-Dist: pycparser==2.23; extra == "frozen"
|
|
231
|
+
Requires-Dist: pydantic==2.11.9; extra == "frozen"
|
|
234
232
|
Requires-Dist: pydantic-settings==2.10.1; extra == "frozen"
|
|
235
233
|
Requires-Dist: pydantic_core==2.33.2; extra == "frozen"
|
|
236
234
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
237
|
-
Requires-Dist: pyparsing==3.2.
|
|
235
|
+
Requires-Dist: pyparsing==3.2.4; extra == "frozen"
|
|
238
236
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
239
237
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
240
238
|
Requires-Dist: python-dotenv==1.1.1; extra == "frozen"
|
|
241
239
|
Requires-Dist: python-nvd3==0.16.0; extra == "frozen"
|
|
242
240
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
243
241
|
Requires-Dist: pytz==2025.2; extra == "frozen"
|
|
244
|
-
Requires-Dist: redis==4.
|
|
242
|
+
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
245
243
|
Requires-Dist: referencing==0.36.2; extra == "frozen"
|
|
246
244
|
Requires-Dist: requests==2.32.5; extra == "frozen"
|
|
247
245
|
Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
|
|
248
|
-
Requires-Dist: retry==0.9.2; extra == "frozen"
|
|
249
246
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
250
|
-
Requires-Dist: rich==
|
|
247
|
+
Requires-Dist: rich==14.1.0; extra == "frozen"
|
|
251
248
|
Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
|
|
252
249
|
Requires-Dist: rpds-py==0.27.1; extra == "frozen"
|
|
253
|
-
Requires-Dist: s3transfer==0.
|
|
250
|
+
Requires-Dist: s3transfer==0.14.0; extra == "frozen"
|
|
254
251
|
Requires-Dist: scikit-image==0.25.2; extra == "frozen"
|
|
255
252
|
Requires-Dist: scipy==1.15.3; extra == "frozen"
|
|
256
253
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
257
|
-
Requires-Dist: setproctitle==1.3.
|
|
258
|
-
Requires-Dist: setuptools==65.5.0; extra == "frozen"
|
|
254
|
+
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
259
255
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
260
256
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
261
257
|
Requires-Dist: solar-wavelength-calibration==1.0.1; extra == "frozen"
|
|
@@ -263,11 +259,11 @@ Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
|
263
259
|
Requires-Dist: sqlparse==0.5.3; extra == "frozen"
|
|
264
260
|
Requires-Dist: sunpy==6.1.1; extra == "frozen"
|
|
265
261
|
Requires-Dist: tabulate==0.9.0; extra == "frozen"
|
|
266
|
-
Requires-Dist: talus==1.
|
|
267
|
-
Requires-Dist: tenacity==
|
|
262
|
+
Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
263
|
+
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
268
264
|
Requires-Dist: termcolor==3.1.0; extra == "frozen"
|
|
269
265
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
270
|
-
Requires-Dist: tifffile==2025.
|
|
266
|
+
Requires-Dist: tifffile==2025.9.9; extra == "frozen"
|
|
271
267
|
Requires-Dist: tornado==6.5.2; extra == "frozen"
|
|
272
268
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
273
269
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==11.
|
|
1
|
+
dkist-processing-common==11.5.1
|
|
2
2
|
dkist-processing-math==2.2.1
|
|
3
3
|
dkist-header-validator==5.2.1
|
|
4
4
|
dkist-fits-specifications==4.17.0
|
|
@@ -32,7 +32,7 @@ Flask-AppBuilder==4.5.3
|
|
|
32
32
|
Flask-Babel==2.0.0
|
|
33
33
|
Flask-Caching==2.3.1
|
|
34
34
|
Flask-JWT-Extended==4.7.1
|
|
35
|
-
Flask-Limiter==3.
|
|
35
|
+
Flask-Limiter==3.13
|
|
36
36
|
Flask-Login==0.6.3
|
|
37
37
|
Flask-SQLAlchemy==2.5.1
|
|
38
38
|
Flask-Session==0.5.0
|
|
@@ -57,19 +57,19 @@ alembic==1.16.5
|
|
|
57
57
|
amqp==5.3.1
|
|
58
58
|
annotated-types==0.7.0
|
|
59
59
|
anyio==4.10.0
|
|
60
|
-
apache-airflow==2.
|
|
61
|
-
apache-airflow-providers-celery==3.
|
|
60
|
+
apache-airflow==2.11.0
|
|
61
|
+
apache-airflow-providers-celery==3.10.0
|
|
62
62
|
apache-airflow-providers-common-compat==1.7.3
|
|
63
63
|
apache-airflow-providers-common-io==1.6.2
|
|
64
|
-
apache-airflow-providers-common-sql==1.
|
|
64
|
+
apache-airflow-providers-common-sql==1.28.0
|
|
65
65
|
apache-airflow-providers-fab==1.5.3
|
|
66
66
|
apache-airflow-providers-ftp==3.13.2
|
|
67
|
-
apache-airflow-providers-http==5.3.
|
|
67
|
+
apache-airflow-providers-http==5.3.4
|
|
68
68
|
apache-airflow-providers-imap==3.9.2
|
|
69
|
-
apache-airflow-providers-postgres==6.
|
|
70
|
-
apache-airflow-providers-smtp==2.2.
|
|
69
|
+
apache-airflow-providers-postgres==6.3.0
|
|
70
|
+
apache-airflow-providers-smtp==2.2.1
|
|
71
71
|
apache-airflow-providers-sqlite==4.1.2
|
|
72
|
-
apispec==6.8.
|
|
72
|
+
apispec==6.8.3
|
|
73
73
|
argcomplete==3.6.2
|
|
74
74
|
asdf==3.5.0
|
|
75
75
|
asdf_standard==1.4.0
|
|
@@ -77,18 +77,18 @@ asdf_transform_schemas==0.6.0
|
|
|
77
77
|
asgiref==3.9.1
|
|
78
78
|
asteval==1.0.6
|
|
79
79
|
astropy==7.0.2
|
|
80
|
-
astropy-iers-data==0.2025.9.
|
|
80
|
+
astropy-iers-data==0.2025.9.15.0.37.0
|
|
81
81
|
asyncpg==0.30.0
|
|
82
82
|
attrs==25.3.0
|
|
83
83
|
babel==2.17.0
|
|
84
84
|
billiard==4.2.1
|
|
85
85
|
blinker==1.9.0
|
|
86
|
-
boto3==1.40.
|
|
87
|
-
botocore==1.40.
|
|
86
|
+
boto3==1.40.32
|
|
87
|
+
botocore==1.40.32
|
|
88
88
|
cachelib==0.13.0
|
|
89
|
-
celery==5.
|
|
89
|
+
celery==5.3.1
|
|
90
90
|
certifi==2025.8.3
|
|
91
|
-
cffi==
|
|
91
|
+
cffi==2.0.0
|
|
92
92
|
charset-normalizer==3.4.3
|
|
93
93
|
click==8.2.1
|
|
94
94
|
click-didyoumean==0.3.1
|
|
@@ -101,35 +101,34 @@ connexion==2.14.2
|
|
|
101
101
|
contourpy==1.3.3
|
|
102
102
|
cron_descriptor==2.0.6
|
|
103
103
|
croniter==6.0.0
|
|
104
|
-
cryptography==
|
|
104
|
+
cryptography==46.0.1
|
|
105
105
|
cycler==0.12.1
|
|
106
106
|
dacite==1.9.2
|
|
107
107
|
decorator==5.2.1
|
|
108
108
|
dill==0.4.0
|
|
109
109
|
dkist-header-validator==5.2.1
|
|
110
|
-
dkist-processing-common==11.
|
|
111
|
-
dkist-processing-core==5.
|
|
110
|
+
dkist-processing-common==11.5.1
|
|
111
|
+
dkist-processing-core==5.2.1
|
|
112
112
|
dkist-processing-math==2.2.1
|
|
113
113
|
dkist-processing-pac==3.1.1
|
|
114
|
-
dkist-processing-vbi==1.
|
|
114
|
+
dkist-processing-vbi==1.24.1
|
|
115
115
|
dkist-service-configuration==2.2
|
|
116
116
|
dkist-spectral-lines==3.0.0
|
|
117
117
|
dkist_fits_specifications==4.17.0
|
|
118
|
-
dnspython==2.
|
|
118
|
+
dnspython==2.8.0
|
|
119
119
|
ecs-logging==2.2.0
|
|
120
120
|
elastic-apm==6.24.0
|
|
121
121
|
email-validator==2.3.0
|
|
122
122
|
fastjsonschema==2.21.2
|
|
123
123
|
flower==2.0.1
|
|
124
|
-
fonttools==4.
|
|
124
|
+
fonttools==4.60.0
|
|
125
125
|
frozenlist==1.7.0
|
|
126
126
|
fsspec==2025.9.0
|
|
127
|
-
globus-sdk==3.
|
|
127
|
+
globus-sdk==3.63.0
|
|
128
128
|
google-re2==1.1.20250805
|
|
129
129
|
googleapis-common-protos==1.70.0
|
|
130
130
|
gqlclient==1.2.3
|
|
131
|
-
|
|
132
|
-
grpcio==1.74.0
|
|
131
|
+
grpcio==1.75.0
|
|
133
132
|
gunicorn==23.0.0
|
|
134
133
|
h11==0.16.0
|
|
135
134
|
httpcore==1.0.9
|
|
@@ -143,7 +142,7 @@ inflection==0.5.1
|
|
|
143
142
|
itsdangerous==2.2.0
|
|
144
143
|
jmespath==1.0.1
|
|
145
144
|
jsonschema==4.25.1
|
|
146
|
-
jsonschema-specifications==2025.
|
|
145
|
+
jsonschema-specifications==2025.9.1
|
|
147
146
|
jupyter_core==5.8.1
|
|
148
147
|
kiwisolver==1.4.9
|
|
149
148
|
kombu==5.5.4
|
|
@@ -168,15 +167,15 @@ multidict==6.6.4
|
|
|
168
167
|
nbformat==5.10.4
|
|
169
168
|
networkx==3.5
|
|
170
169
|
numpy==2.2.5
|
|
171
|
-
object-clerk==0.
|
|
172
|
-
opentelemetry-api==1.
|
|
173
|
-
opentelemetry-exporter-otlp==1.
|
|
174
|
-
opentelemetry-exporter-otlp-proto-common==1.
|
|
175
|
-
opentelemetry-exporter-otlp-proto-grpc==1.
|
|
176
|
-
opentelemetry-exporter-otlp-proto-http==1.
|
|
177
|
-
opentelemetry-proto==1.
|
|
178
|
-
opentelemetry-sdk==1.
|
|
179
|
-
opentelemetry-semantic-conventions==0.
|
|
170
|
+
object-clerk==1.0.0
|
|
171
|
+
opentelemetry-api==1.37.0
|
|
172
|
+
opentelemetry-exporter-otlp==1.37.0
|
|
173
|
+
opentelemetry-exporter-otlp-proto-common==1.37.0
|
|
174
|
+
opentelemetry-exporter-otlp-proto-grpc==1.37.0
|
|
175
|
+
opentelemetry-exporter-otlp-proto-http==1.37.0
|
|
176
|
+
opentelemetry-proto==1.37.0
|
|
177
|
+
opentelemetry-sdk==1.37.0
|
|
178
|
+
opentelemetry-semantic-conventions==0.58b0
|
|
180
179
|
ordered-set==4.1.0
|
|
181
180
|
packaging==25.0
|
|
182
181
|
pandas==2.3.2
|
|
@@ -194,37 +193,34 @@ proglog==0.1.12
|
|
|
194
193
|
prometheus_client==0.22.1
|
|
195
194
|
prompt_toolkit==3.0.52
|
|
196
195
|
propcache==0.3.2
|
|
197
|
-
protobuf==6.32.
|
|
196
|
+
protobuf==6.32.1
|
|
198
197
|
psutil==7.0.0
|
|
199
198
|
psycopg2-binary==2.9.10
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
pydantic==2.11.7
|
|
199
|
+
pycparser==2.23
|
|
200
|
+
pydantic==2.11.9
|
|
203
201
|
pydantic-settings==2.10.1
|
|
204
202
|
pydantic_core==2.33.2
|
|
205
203
|
pyerfa==2.0.1.5
|
|
206
|
-
pyparsing==3.2.
|
|
204
|
+
pyparsing==3.2.4
|
|
207
205
|
python-daemon==3.1.2
|
|
208
206
|
python-dateutil==2.9.0.post0
|
|
209
207
|
python-dotenv==1.1.1
|
|
210
208
|
python-nvd3==0.16.0
|
|
211
209
|
python-slugify==8.0.4
|
|
212
210
|
pytz==2025.2
|
|
213
|
-
redis==4.
|
|
211
|
+
redis==6.4.0
|
|
214
212
|
referencing==0.36.2
|
|
215
213
|
requests==2.32.5
|
|
216
214
|
requests-toolbelt==1.0.0
|
|
217
|
-
retry==0.9.2
|
|
218
215
|
rfc3339-validator==0.1.4
|
|
219
|
-
rich==
|
|
216
|
+
rich==14.1.0
|
|
220
217
|
rich-argparse==1.7.1
|
|
221
218
|
rpds-py==0.27.1
|
|
222
|
-
s3transfer==0.
|
|
219
|
+
s3transfer==0.14.0
|
|
223
220
|
scikit-image==0.25.2
|
|
224
221
|
scipy==1.15.3
|
|
225
222
|
semantic-version==2.10.0
|
|
226
|
-
setproctitle==1.3.
|
|
227
|
-
setuptools==65.5.0
|
|
223
|
+
setproctitle==1.3.7
|
|
228
224
|
six==1.17.0
|
|
229
225
|
sniffio==1.3.1
|
|
230
226
|
solar-wavelength-calibration==1.0.1
|
|
@@ -232,11 +228,11 @@ sqids==0.5.1
|
|
|
232
228
|
sqlparse==0.5.3
|
|
233
229
|
sunpy==6.1.1
|
|
234
230
|
tabulate==0.9.0
|
|
235
|
-
talus==1.
|
|
236
|
-
tenacity==
|
|
231
|
+
talus==1.3.4
|
|
232
|
+
tenacity==8.5.0
|
|
237
233
|
termcolor==3.1.0
|
|
238
234
|
text-unidecode==1.3
|
|
239
|
-
tifffile==2025.
|
|
235
|
+
tifffile==2025.9.9
|
|
240
236
|
tornado==6.5.2
|
|
241
237
|
tqdm==4.67.1
|
|
242
238
|
traitlets==5.14.3
|
|
@@ -9,13 +9,13 @@ 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-09-
|
|
12
|
+
version = "1.24.1"
|
|
13
|
+
date = 2025-09-17T11:15:37.688876
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
17
17
|
name = "dkist-processing-vbi"
|
|
18
|
-
requires-python = ">=3.
|
|
18
|
+
requires-python = ">=3.12"
|
|
19
19
|
description = "Processing code for the VBI instrument on DKIST"
|
|
20
20
|
readme = "README.rst"
|
|
21
21
|
authors = [ {name = "NSO / AURA", email = "dkistdc@nso.edu"} ]
|
|
@@ -23,10 +23,10 @@ license = {text = "BSD-3-Clause"}
|
|
|
23
23
|
classifiers = [
|
|
24
24
|
"Programming Language :: Python",
|
|
25
25
|
"Programming Language :: Python :: 3",
|
|
26
|
-
"Programming Language :: Python :: 3.
|
|
26
|
+
"Programming Language :: Python :: 3.12",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 11.
|
|
29
|
+
"dkist-processing-common == 11.5.1",
|
|
30
30
|
"dkist-processing-math == 2.2.1",
|
|
31
31
|
"dkist-header-validator == 5.2.1",
|
|
32
32
|
"dkist-fits-specifications == 4.17.0",
|
|
@@ -91,7 +91,7 @@ frozen = [
|
|
|
91
91
|
"Flask-Babel == 2.0.0",
|
|
92
92
|
"Flask-Caching == 2.3.1",
|
|
93
93
|
"Flask-JWT-Extended == 4.7.1",
|
|
94
|
-
"Flask-Limiter == 3.
|
|
94
|
+
"Flask-Limiter == 3.13",
|
|
95
95
|
"Flask-Login == 0.6.3",
|
|
96
96
|
"Flask-SQLAlchemy == 2.5.1",
|
|
97
97
|
"Flask-Session == 0.5.0",
|
|
@@ -116,19 +116,19 @@ frozen = [
|
|
|
116
116
|
"amqp == 5.3.1",
|
|
117
117
|
"annotated-types == 0.7.0",
|
|
118
118
|
"anyio == 4.10.0",
|
|
119
|
-
"apache-airflow == 2.
|
|
120
|
-
"apache-airflow-providers-celery == 3.
|
|
119
|
+
"apache-airflow == 2.11.0",
|
|
120
|
+
"apache-airflow-providers-celery == 3.10.0",
|
|
121
121
|
"apache-airflow-providers-common-compat == 1.7.3",
|
|
122
122
|
"apache-airflow-providers-common-io == 1.6.2",
|
|
123
|
-
"apache-airflow-providers-common-sql == 1.
|
|
123
|
+
"apache-airflow-providers-common-sql == 1.28.0",
|
|
124
124
|
"apache-airflow-providers-fab == 1.5.3",
|
|
125
125
|
"apache-airflow-providers-ftp == 3.13.2",
|
|
126
|
-
"apache-airflow-providers-http == 5.3.
|
|
126
|
+
"apache-airflow-providers-http == 5.3.4",
|
|
127
127
|
"apache-airflow-providers-imap == 3.9.2",
|
|
128
|
-
"apache-airflow-providers-postgres == 6.
|
|
129
|
-
"apache-airflow-providers-smtp == 2.2.
|
|
128
|
+
"apache-airflow-providers-postgres == 6.3.0",
|
|
129
|
+
"apache-airflow-providers-smtp == 2.2.1",
|
|
130
130
|
"apache-airflow-providers-sqlite == 4.1.2",
|
|
131
|
-
"apispec == 6.8.
|
|
131
|
+
"apispec == 6.8.3",
|
|
132
132
|
"argcomplete == 3.6.2",
|
|
133
133
|
"asdf == 3.5.0",
|
|
134
134
|
"asdf_standard == 1.4.0",
|
|
@@ -136,18 +136,18 @@ frozen = [
|
|
|
136
136
|
"asgiref == 3.9.1",
|
|
137
137
|
"asteval == 1.0.6",
|
|
138
138
|
"astropy == 7.0.2",
|
|
139
|
-
"astropy-iers-data == 0.2025.9.
|
|
139
|
+
"astropy-iers-data == 0.2025.9.15.0.37.0",
|
|
140
140
|
"asyncpg == 0.30.0",
|
|
141
141
|
"attrs == 25.3.0",
|
|
142
142
|
"babel == 2.17.0",
|
|
143
143
|
"billiard == 4.2.1",
|
|
144
144
|
"blinker == 1.9.0",
|
|
145
|
-
"boto3 == 1.40.
|
|
146
|
-
"botocore == 1.40.
|
|
145
|
+
"boto3 == 1.40.32",
|
|
146
|
+
"botocore == 1.40.32",
|
|
147
147
|
"cachelib == 0.13.0",
|
|
148
|
-
"celery == 5.
|
|
148
|
+
"celery == 5.3.1",
|
|
149
149
|
"certifi == 2025.8.3",
|
|
150
|
-
"cffi ==
|
|
150
|
+
"cffi == 2.0.0",
|
|
151
151
|
"charset-normalizer == 3.4.3",
|
|
152
152
|
"click == 8.2.1",
|
|
153
153
|
"click-didyoumean == 0.3.1",
|
|
@@ -160,35 +160,34 @@ frozen = [
|
|
|
160
160
|
"contourpy == 1.3.3",
|
|
161
161
|
"cron_descriptor == 2.0.6",
|
|
162
162
|
"croniter == 6.0.0",
|
|
163
|
-
"cryptography ==
|
|
163
|
+
"cryptography == 46.0.1",
|
|
164
164
|
"cycler == 0.12.1",
|
|
165
165
|
"dacite == 1.9.2",
|
|
166
166
|
"decorator == 5.2.1",
|
|
167
167
|
"dill == 0.4.0",
|
|
168
168
|
"dkist-header-validator == 5.2.1",
|
|
169
|
-
"dkist-processing-common == 11.
|
|
170
|
-
"dkist-processing-core == 5.
|
|
169
|
+
"dkist-processing-common == 11.5.1",
|
|
170
|
+
"dkist-processing-core == 5.2.1",
|
|
171
171
|
"dkist-processing-math == 2.2.1",
|
|
172
172
|
"dkist-processing-pac == 3.1.1",
|
|
173
|
-
"dkist-processing-vbi == 1.
|
|
173
|
+
"dkist-processing-vbi == 1.24.1",
|
|
174
174
|
"dkist-service-configuration == 2.2",
|
|
175
175
|
"dkist-spectral-lines == 3.0.0",
|
|
176
176
|
"dkist_fits_specifications == 4.17.0",
|
|
177
|
-
"dnspython == 2.
|
|
177
|
+
"dnspython == 2.8.0",
|
|
178
178
|
"ecs-logging == 2.2.0",
|
|
179
179
|
"elastic-apm == 6.24.0",
|
|
180
180
|
"email-validator == 2.3.0",
|
|
181
181
|
"fastjsonschema == 2.21.2",
|
|
182
182
|
"flower == 2.0.1",
|
|
183
|
-
"fonttools == 4.
|
|
183
|
+
"fonttools == 4.60.0",
|
|
184
184
|
"frozenlist == 1.7.0",
|
|
185
185
|
"fsspec == 2025.9.0",
|
|
186
|
-
"globus-sdk == 3.
|
|
186
|
+
"globus-sdk == 3.63.0",
|
|
187
187
|
"google-re2 == 1.1.20250805",
|
|
188
188
|
"googleapis-common-protos == 1.70.0",
|
|
189
189
|
"gqlclient == 1.2.3",
|
|
190
|
-
"
|
|
191
|
-
"grpcio == 1.74.0",
|
|
190
|
+
"grpcio == 1.75.0",
|
|
192
191
|
"gunicorn == 23.0.0",
|
|
193
192
|
"h11 == 0.16.0",
|
|
194
193
|
"httpcore == 1.0.9",
|
|
@@ -202,7 +201,7 @@ frozen = [
|
|
|
202
201
|
"itsdangerous == 2.2.0",
|
|
203
202
|
"jmespath == 1.0.1",
|
|
204
203
|
"jsonschema == 4.25.1",
|
|
205
|
-
"jsonschema-specifications == 2025.
|
|
204
|
+
"jsonschema-specifications == 2025.9.1",
|
|
206
205
|
"jupyter_core == 5.8.1",
|
|
207
206
|
"kiwisolver == 1.4.9",
|
|
208
207
|
"kombu == 5.5.4",
|
|
@@ -227,15 +226,15 @@ frozen = [
|
|
|
227
226
|
"nbformat == 5.10.4",
|
|
228
227
|
"networkx == 3.5",
|
|
229
228
|
"numpy == 2.2.5",
|
|
230
|
-
"object-clerk == 0.
|
|
231
|
-
"opentelemetry-api == 1.
|
|
232
|
-
"opentelemetry-exporter-otlp == 1.
|
|
233
|
-
"opentelemetry-exporter-otlp-proto-common == 1.
|
|
234
|
-
"opentelemetry-exporter-otlp-proto-grpc == 1.
|
|
235
|
-
"opentelemetry-exporter-otlp-proto-http == 1.
|
|
236
|
-
"opentelemetry-proto == 1.
|
|
237
|
-
"opentelemetry-sdk == 1.
|
|
238
|
-
"opentelemetry-semantic-conventions == 0.
|
|
229
|
+
"object-clerk == 1.0.0",
|
|
230
|
+
"opentelemetry-api == 1.37.0",
|
|
231
|
+
"opentelemetry-exporter-otlp == 1.37.0",
|
|
232
|
+
"opentelemetry-exporter-otlp-proto-common == 1.37.0",
|
|
233
|
+
"opentelemetry-exporter-otlp-proto-grpc == 1.37.0",
|
|
234
|
+
"opentelemetry-exporter-otlp-proto-http == 1.37.0",
|
|
235
|
+
"opentelemetry-proto == 1.37.0",
|
|
236
|
+
"opentelemetry-sdk == 1.37.0",
|
|
237
|
+
"opentelemetry-semantic-conventions == 0.58b0",
|
|
239
238
|
"ordered-set == 4.1.0",
|
|
240
239
|
"packaging == 25.0",
|
|
241
240
|
"pandas == 2.3.2",
|
|
@@ -253,37 +252,34 @@ frozen = [
|
|
|
253
252
|
"prometheus_client == 0.22.1",
|
|
254
253
|
"prompt_toolkit == 3.0.52",
|
|
255
254
|
"propcache == 0.3.2",
|
|
256
|
-
"protobuf == 6.32.
|
|
255
|
+
"protobuf == 6.32.1",
|
|
257
256
|
"psutil == 7.0.0",
|
|
258
257
|
"psycopg2-binary == 2.9.10",
|
|
259
|
-
"
|
|
260
|
-
"
|
|
261
|
-
"pydantic == 2.11.7",
|
|
258
|
+
"pycparser == 2.23",
|
|
259
|
+
"pydantic == 2.11.9",
|
|
262
260
|
"pydantic-settings == 2.10.1",
|
|
263
261
|
"pydantic_core == 2.33.2",
|
|
264
262
|
"pyerfa == 2.0.1.5",
|
|
265
|
-
"pyparsing == 3.2.
|
|
263
|
+
"pyparsing == 3.2.4",
|
|
266
264
|
"python-daemon == 3.1.2",
|
|
267
265
|
"python-dateutil == 2.9.0.post0",
|
|
268
266
|
"python-dotenv == 1.1.1",
|
|
269
267
|
"python-nvd3 == 0.16.0",
|
|
270
268
|
"python-slugify == 8.0.4",
|
|
271
269
|
"pytz == 2025.2",
|
|
272
|
-
"redis == 4.
|
|
270
|
+
"redis == 6.4.0",
|
|
273
271
|
"referencing == 0.36.2",
|
|
274
272
|
"requests == 2.32.5",
|
|
275
273
|
"requests-toolbelt == 1.0.0",
|
|
276
|
-
"retry == 0.9.2",
|
|
277
274
|
"rfc3339-validator == 0.1.4",
|
|
278
|
-
"rich ==
|
|
275
|
+
"rich == 14.1.0",
|
|
279
276
|
"rich-argparse == 1.7.1",
|
|
280
277
|
"rpds-py == 0.27.1",
|
|
281
|
-
"s3transfer == 0.
|
|
278
|
+
"s3transfer == 0.14.0",
|
|
282
279
|
"scikit-image == 0.25.2",
|
|
283
280
|
"scipy == 1.15.3",
|
|
284
281
|
"semantic-version == 2.10.0",
|
|
285
|
-
"setproctitle == 1.3.
|
|
286
|
-
"setuptools == 65.5.0",
|
|
282
|
+
"setproctitle == 1.3.7",
|
|
287
283
|
"six == 1.17.0",
|
|
288
284
|
"sniffio == 1.3.1",
|
|
289
285
|
"solar-wavelength-calibration == 1.0.1",
|
|
@@ -291,11 +287,11 @@ frozen = [
|
|
|
291
287
|
"sqlparse == 0.5.3",
|
|
292
288
|
"sunpy == 6.1.1",
|
|
293
289
|
"tabulate == 0.9.0",
|
|
294
|
-
"talus == 1.
|
|
295
|
-
"tenacity ==
|
|
290
|
+
"talus == 1.3.4",
|
|
291
|
+
"tenacity == 8.5.0",
|
|
296
292
|
"termcolor == 3.1.0",
|
|
297
293
|
"text-unidecode == 1.3",
|
|
298
|
-
"tifffile == 2025.
|
|
294
|
+
"tifffile == 2025.9.9",
|
|
299
295
|
"tornado == 6.5.2",
|
|
300
296
|
"tqdm == 4.67.1",
|
|
301
297
|
"traitlets == 5.14.3",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Update `dkist-processing-common` to v11.4.0, which includes structure for metadata keys and additional constants.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/models/filter.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/models/tags.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
|
{dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/dark.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/gain.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/parse.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/science.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
|
{dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/docs/l0_to_l1_vbi_no-speckle.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.1}/docs/scientific_changelog.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|