dkist-processing-visp 5.7.1__tar.gz → 5.7.3__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_visp-5.7.1 → dkist_processing_visp-5.7.3}/CHANGELOG.rst +18 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/PKG-INFO +45 -45
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp.egg-info/PKG-INFO +45 -45
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp.egg-info/requires.txt +44 -44
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/pyproject.toml +46 -46
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/.gitignore +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/.pre-commit-config.yaml +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/.readthedocs.yml +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/.snyk +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/README.rst +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/SCIENCE_CHANGELOG.rst +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/changelog/.gitempty +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/__init__.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/config.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/fonts/Lato-Regular.ttf +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/models/__init__.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/models/constants.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/models/dataset_extras.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/models/fits_access.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/models/metric_code.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/models/parameters.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/models/tags.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/models/task_name.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/parsers/__init__.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/parsers/map_repeats.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/parsers/modulator_states.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/parsers/polarimeter_mode.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/parsers/raster_step.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/parsers/spectrograph_configuration.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/parsers/time.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/parsers/visp_l0_fits_access.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/parsers/visp_l1_fits_access.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/__init__.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/assemble_movie.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/background_light.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/dark.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/geometric.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/instrument_polarization.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/l1_output_data.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/lamp.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/make_movie_frames.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/mixin/__init__.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/mixin/beam_access.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/mixin/corrections.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/mixin/downsample.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/parse.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/polcal_as_science.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/quality_metrics.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/science.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/solar.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/visp_base.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/wavelength_calibration.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/write_dataset_extras.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/write_l1.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/README.rst +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/__init__.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/conftest.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/header_models.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/local_trial_workflows/__init__.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/local_trial_workflows/l0_cals_only.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/local_trial_workflows/l0_polcals_as_science.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/local_trial_workflows/l0_solar_gain_as_science.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/local_trial_workflows/l0_to_l1.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/local_trial_workflows/local_trial_helpers.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_assemble_movie.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_assemble_quality.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_background_light.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_dark.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_downsample.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_fits_access.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_geometric.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_instrument_polarization.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_lamp.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_make_movie_frames.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_map_repeats.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_parameters.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_parse.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_polcal_as_science.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_quality.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_science.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_solar.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_trial_create_quality_report.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_visp_constants.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_wavelength_calibration.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_workflows.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_write_dataset_extras.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_write_l1.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/workflows/__init__.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/workflows/l0_processing.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/workflows/single_task_workflows.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp/workflows/trial_workflows.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp.egg-info/SOURCES.txt +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp.egg-info/dependency_links.txt +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp.egg-info/top_level.txt +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/docs/Makefile +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/docs/background_light.rst +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/docs/changelog.rst +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/docs/conf.py +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/docs/dataset_extras.rst +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/docs/gain_correction.rst +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/docs/geometric.rst +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/docs/index.rst +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/docs/l0_to_l1_visp.rst +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/docs/l0_to_l1_visp_full-trial.rst +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/docs/landing_page.rst +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/docs/make.bat +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/docs/polarization_calibration.rst +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/docs/requirements.txt +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/docs/requirements_table.rst +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/docs/science_calibration.rst +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/docs/scientific_changelog.rst +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/docs/wavelength_calibration.rst +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/licenses/LICENSE.rst +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/science_towncrier.sh +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/setup.cfg +0 -0
- {dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/towncrier_science.toml +0 -0
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
v5.7.3 (2026-04-27)
|
|
2
|
+
===================
|
|
3
|
+
|
|
4
|
+
Misc
|
|
5
|
+
----
|
|
6
|
+
|
|
7
|
+
- Update dkist-fits-specifications to SPEC-0122 revision L. (`#306 <https://bitbucket.org/dkistdc/dkist-processing-visp/pull-requests/306>`__)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
v5.7.2 (2026-04-23)
|
|
11
|
+
===================
|
|
12
|
+
|
|
13
|
+
Misc
|
|
14
|
+
----
|
|
15
|
+
|
|
16
|
+
- Update `dkist-processing-pac` to version 3.1.2, which contains lots of small improvements to the package, but no changes to the core code. (`#305 <https://bitbucket.org/dkistdc/dkist-processing-visp/pull-requests/305>`__)
|
|
17
|
+
|
|
18
|
+
|
|
1
19
|
v5.7.1 (2026-04-22)
|
|
2
20
|
===================
|
|
3
21
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-visp
|
|
3
|
-
Version: 5.7.
|
|
3
|
+
Version: 5.7.3
|
|
4
4
|
Summary: Science processing code for the ViSP instrument on DKIST
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -15,9 +15,9 @@ Requires-Python: >=3.13
|
|
|
15
15
|
Description-Content-Type: text/x-rst
|
|
16
16
|
Requires-Dist: dkist-processing-common==14.0.1
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.2
|
|
18
|
-
Requires-Dist: dkist-processing-pac==3.1.
|
|
18
|
+
Requires-Dist: dkist-processing-pac==3.1.2
|
|
19
19
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
20
|
-
Requires-Dist: dkist-fits-specifications==4.
|
|
20
|
+
Requires-Dist: dkist-fits-specifications==4.25.0
|
|
21
21
|
Requires-Dist: solar-wavelength-calibration==2.0.3
|
|
22
22
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
23
23
|
Requires-Dist: dkist-spectral-lines==3.0.1
|
|
@@ -94,9 +94,9 @@ Requires-Dist: apache-airflow-core==3.1.8; extra == "frozen"
|
|
|
94
94
|
Requires-Dist: apache-airflow-providers-celery==3.18.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: apache-airflow-providers-common-compat==1.14.3; extra == "frozen"
|
|
96
96
|
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
97
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
97
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.35.0; extra == "frozen"
|
|
98
98
|
Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
|
|
99
|
-
Requires-Dist: apache-airflow-providers-smtp==
|
|
99
|
+
Requires-Dist: apache-airflow-providers-smtp==3.0.0; extra == "frozen"
|
|
100
100
|
Requires-Dist: apache-airflow-providers-standard==1.12.3; extra == "frozen"
|
|
101
101
|
Requires-Dist: apache-airflow-task-sdk==1.1.8; extra == "frozen"
|
|
102
102
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
@@ -106,13 +106,13 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
106
106
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
108
108
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
109
|
-
Requires-Dist: astropy-iers-data==0.2026.4.
|
|
109
|
+
Requires-Dist: astropy-iers-data==0.2026.4.27.1.3.2; extra == "frozen"
|
|
110
110
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
111
111
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
113
113
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
114
|
-
Requires-Dist: boto3==1.42.
|
|
115
|
-
Requires-Dist: botocore==1.42.
|
|
114
|
+
Requires-Dist: boto3==1.42.97; extra == "frozen"
|
|
115
|
+
Requires-Dist: botocore==1.42.97; extra == "frozen"
|
|
116
116
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
117
117
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
118
118
|
Requires-Dist: certifi==2026.4.22; extra == "frozen"
|
|
@@ -126,7 +126,7 @@ Requires-Dist: colorlog==6.10.1; extra == "frozen"
|
|
|
126
126
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
127
127
|
Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
|
|
128
128
|
Requires-Dist: croniter==6.2.2; extra == "frozen"
|
|
129
|
-
Requires-Dist: cryptography==
|
|
129
|
+
Requires-Dist: cryptography==47.0.0; extra == "frozen"
|
|
130
130
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
131
131
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
132
132
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
@@ -134,11 +134,11 @@ Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
|
134
134
|
Requires-Dist: dkist-processing-common==14.0.1; extra == "frozen"
|
|
135
135
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
136
136
|
Requires-Dist: dkist-processing-math==2.2.2; extra == "frozen"
|
|
137
|
-
Requires-Dist: dkist-processing-pac==3.1.
|
|
138
|
-
Requires-Dist: dkist-processing-visp==5.7.
|
|
137
|
+
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
138
|
+
Requires-Dist: dkist-processing-visp==5.7.3; extra == "frozen"
|
|
139
139
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
140
140
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
141
|
-
Requires-Dist: dkist_fits_specifications==4.
|
|
141
|
+
Requires-Dist: dkist_fits_specifications==4.25.0; extra == "frozen"
|
|
142
142
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
143
143
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
144
144
|
Requires-Dist: fastapi==0.117.1; extra == "frozen"
|
|
@@ -152,7 +152,7 @@ Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
|
152
152
|
Requires-Dist: googleapis-common-protos==1.74.0; extra == "frozen"
|
|
153
153
|
Requires-Dist: gqlclient==2.0.0; extra == "frozen"
|
|
154
154
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
155
|
-
Requires-Dist: greenlet==3.
|
|
155
|
+
Requires-Dist: greenlet==3.5.0; extra == "frozen"
|
|
156
156
|
Requires-Dist: grpcio==1.80.0; extra == "frozen"
|
|
157
157
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
158
158
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -178,7 +178,7 @@ Requires-Dist: lmfit==1.3.4; extra == "frozen"
|
|
|
178
178
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
179
179
|
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
180
180
|
Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
|
|
181
|
-
Requires-Dist: matplotlib==3.10.
|
|
181
|
+
Requires-Dist: matplotlib==3.10.9; extra == "frozen"
|
|
182
182
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
183
183
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
184
184
|
Requires-Dist: more-itertools==11.0.2; extra == "frozen"
|
|
@@ -190,39 +190,39 @@ Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
|
190
190
|
Requires-Dist: networkx==3.6.1; extra == "frozen"
|
|
191
191
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
192
192
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
193
|
-
Requires-Dist: opentelemetry-api==1.41.
|
|
194
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.41.
|
|
195
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.
|
|
196
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.
|
|
197
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.
|
|
198
|
-
Requires-Dist: opentelemetry-instrumentation==0.
|
|
199
|
-
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.
|
|
200
|
-
Requires-Dist: opentelemetry-instrumentation-asgi==0.
|
|
201
|
-
Requires-Dist: opentelemetry-instrumentation-botocore==0.
|
|
202
|
-
Requires-Dist: opentelemetry-instrumentation-celery==0.
|
|
203
|
-
Requires-Dist: opentelemetry-instrumentation-dbapi==0.
|
|
204
|
-
Requires-Dist: opentelemetry-instrumentation-fastapi==0.
|
|
205
|
-
Requires-Dist: opentelemetry-instrumentation-pika==0.
|
|
206
|
-
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.
|
|
207
|
-
Requires-Dist: opentelemetry-instrumentation-pymongo==0.
|
|
208
|
-
Requires-Dist: opentelemetry-instrumentation-redis==0.
|
|
209
|
-
Requires-Dist: opentelemetry-instrumentation-requests==0.
|
|
210
|
-
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.
|
|
211
|
-
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.
|
|
193
|
+
Requires-Dist: opentelemetry-api==1.41.1; extra == "frozen"
|
|
194
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.41.1; extra == "frozen"
|
|
195
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.1; extra == "frozen"
|
|
196
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.1; extra == "frozen"
|
|
197
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.1; extra == "frozen"
|
|
198
|
+
Requires-Dist: opentelemetry-instrumentation==0.62b1; extra == "frozen"
|
|
199
|
+
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.62b1; extra == "frozen"
|
|
200
|
+
Requires-Dist: opentelemetry-instrumentation-asgi==0.62b1; extra == "frozen"
|
|
201
|
+
Requires-Dist: opentelemetry-instrumentation-botocore==0.62b1; extra == "frozen"
|
|
202
|
+
Requires-Dist: opentelemetry-instrumentation-celery==0.62b1; extra == "frozen"
|
|
203
|
+
Requires-Dist: opentelemetry-instrumentation-dbapi==0.62b1; extra == "frozen"
|
|
204
|
+
Requires-Dist: opentelemetry-instrumentation-fastapi==0.62b1; extra == "frozen"
|
|
205
|
+
Requires-Dist: opentelemetry-instrumentation-pika==0.62b1; extra == "frozen"
|
|
206
|
+
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.62b1; extra == "frozen"
|
|
207
|
+
Requires-Dist: opentelemetry-instrumentation-pymongo==0.62b1; extra == "frozen"
|
|
208
|
+
Requires-Dist: opentelemetry-instrumentation-redis==0.62b1; extra == "frozen"
|
|
209
|
+
Requires-Dist: opentelemetry-instrumentation-requests==0.62b1; extra == "frozen"
|
|
210
|
+
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.62b1; extra == "frozen"
|
|
211
|
+
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.62b1; extra == "frozen"
|
|
212
212
|
Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
|
|
213
|
-
Requires-Dist: opentelemetry-proto==1.41.
|
|
214
|
-
Requires-Dist: opentelemetry-sdk==1.41.
|
|
215
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
216
|
-
Requires-Dist: opentelemetry-util-http==0.
|
|
213
|
+
Requires-Dist: opentelemetry-proto==1.41.1; extra == "frozen"
|
|
214
|
+
Requires-Dist: opentelemetry-sdk==1.41.1; extra == "frozen"
|
|
215
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.62b1; extra == "frozen"
|
|
216
|
+
Requires-Dist: opentelemetry-util-http==0.62b1; extra == "frozen"
|
|
217
217
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
218
|
-
Requires-Dist: packaging==26.
|
|
218
|
+
Requires-Dist: packaging==26.2; extra == "frozen"
|
|
219
219
|
Requires-Dist: pandas==3.0.2; extra == "frozen"
|
|
220
220
|
Requires-Dist: parfive==2.3.1; extra == "frozen"
|
|
221
|
-
Requires-Dist: pathspec==1.
|
|
221
|
+
Requires-Dist: pathspec==1.1.1; extra == "frozen"
|
|
222
222
|
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
223
223
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
224
224
|
Requires-Dist: pillow==10.4.0; extra == "frozen"
|
|
225
|
-
Requires-Dist: pip==26.
|
|
225
|
+
Requires-Dist: pip==26.1; extra == "frozen"
|
|
226
226
|
Requires-Dist: platformdirs==4.9.6; extra == "frozen"
|
|
227
227
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
228
228
|
Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
@@ -243,7 +243,7 @@ Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
|
243
243
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
244
244
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
245
245
|
Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
|
|
246
|
-
Requires-Dist: python-multipart==0.0.
|
|
246
|
+
Requires-Dist: python-multipart==0.0.27; extra == "frozen"
|
|
247
247
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
248
248
|
Requires-Dist: pytz==2026.1.post1; extra == "frozen"
|
|
249
249
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
@@ -253,7 +253,7 @@ Requires-Dist: rich==15.0.0; extra == "frozen"
|
|
|
253
253
|
Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
|
|
254
254
|
Requires-Dist: rich-toolkit==0.19.7; extra == "frozen"
|
|
255
255
|
Requires-Dist: rpds-py==0.30.0; extra == "frozen"
|
|
256
|
-
Requires-Dist: s3transfer==0.16.
|
|
256
|
+
Requires-Dist: s3transfer==0.16.1; extra == "frozen"
|
|
257
257
|
Requires-Dist: scikit-image==0.25.2; extra == "frozen"
|
|
258
258
|
Requires-Dist: scikit-learn==1.6.1; extra == "frozen"
|
|
259
259
|
Requires-Dist: scipy==1.15.3; extra == "frozen"
|
|
@@ -279,17 +279,17 @@ Requires-Dist: tifffile==2026.4.11; extra == "frozen"
|
|
|
279
279
|
Requires-Dist: tornado==6.5.5; extra == "frozen"
|
|
280
280
|
Requires-Dist: tqdm==4.67.3; extra == "frozen"
|
|
281
281
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
282
|
-
Requires-Dist: typer==0.
|
|
282
|
+
Requires-Dist: typer==0.25.0; extra == "frozen"
|
|
283
283
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
284
284
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
285
|
-
Requires-Dist: tzdata==2026.
|
|
285
|
+
Requires-Dist: tzdata==2026.2; extra == "frozen"
|
|
286
286
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
287
287
|
Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
|
|
288
288
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
289
289
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
290
290
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
291
291
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
292
|
-
Requires-Dist: uvicorn==0.
|
|
292
|
+
Requires-Dist: uvicorn==0.46.0; extra == "frozen"
|
|
293
293
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
294
294
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
295
295
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
{dkist_processing_visp-5.7.1 → dkist_processing_visp-5.7.3}/dkist_processing_visp.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-visp
|
|
3
|
-
Version: 5.7.
|
|
3
|
+
Version: 5.7.3
|
|
4
4
|
Summary: Science processing code for the ViSP instrument on DKIST
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -15,9 +15,9 @@ Requires-Python: >=3.13
|
|
|
15
15
|
Description-Content-Type: text/x-rst
|
|
16
16
|
Requires-Dist: dkist-processing-common==14.0.1
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.2
|
|
18
|
-
Requires-Dist: dkist-processing-pac==3.1.
|
|
18
|
+
Requires-Dist: dkist-processing-pac==3.1.2
|
|
19
19
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
20
|
-
Requires-Dist: dkist-fits-specifications==4.
|
|
20
|
+
Requires-Dist: dkist-fits-specifications==4.25.0
|
|
21
21
|
Requires-Dist: solar-wavelength-calibration==2.0.3
|
|
22
22
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
23
23
|
Requires-Dist: dkist-spectral-lines==3.0.1
|
|
@@ -94,9 +94,9 @@ Requires-Dist: apache-airflow-core==3.1.8; extra == "frozen"
|
|
|
94
94
|
Requires-Dist: apache-airflow-providers-celery==3.18.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: apache-airflow-providers-common-compat==1.14.3; extra == "frozen"
|
|
96
96
|
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
97
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
97
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.35.0; extra == "frozen"
|
|
98
98
|
Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
|
|
99
|
-
Requires-Dist: apache-airflow-providers-smtp==
|
|
99
|
+
Requires-Dist: apache-airflow-providers-smtp==3.0.0; extra == "frozen"
|
|
100
100
|
Requires-Dist: apache-airflow-providers-standard==1.12.3; extra == "frozen"
|
|
101
101
|
Requires-Dist: apache-airflow-task-sdk==1.1.8; extra == "frozen"
|
|
102
102
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
@@ -106,13 +106,13 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
106
106
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
108
108
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
109
|
-
Requires-Dist: astropy-iers-data==0.2026.4.
|
|
109
|
+
Requires-Dist: astropy-iers-data==0.2026.4.27.1.3.2; extra == "frozen"
|
|
110
110
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
111
111
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
113
113
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
114
|
-
Requires-Dist: boto3==1.42.
|
|
115
|
-
Requires-Dist: botocore==1.42.
|
|
114
|
+
Requires-Dist: boto3==1.42.97; extra == "frozen"
|
|
115
|
+
Requires-Dist: botocore==1.42.97; extra == "frozen"
|
|
116
116
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
117
117
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
118
118
|
Requires-Dist: certifi==2026.4.22; extra == "frozen"
|
|
@@ -126,7 +126,7 @@ Requires-Dist: colorlog==6.10.1; extra == "frozen"
|
|
|
126
126
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
127
127
|
Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
|
|
128
128
|
Requires-Dist: croniter==6.2.2; extra == "frozen"
|
|
129
|
-
Requires-Dist: cryptography==
|
|
129
|
+
Requires-Dist: cryptography==47.0.0; extra == "frozen"
|
|
130
130
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
131
131
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
132
132
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
@@ -134,11 +134,11 @@ Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
|
134
134
|
Requires-Dist: dkist-processing-common==14.0.1; extra == "frozen"
|
|
135
135
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
136
136
|
Requires-Dist: dkist-processing-math==2.2.2; extra == "frozen"
|
|
137
|
-
Requires-Dist: dkist-processing-pac==3.1.
|
|
138
|
-
Requires-Dist: dkist-processing-visp==5.7.
|
|
137
|
+
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
138
|
+
Requires-Dist: dkist-processing-visp==5.7.3; extra == "frozen"
|
|
139
139
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
140
140
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
141
|
-
Requires-Dist: dkist_fits_specifications==4.
|
|
141
|
+
Requires-Dist: dkist_fits_specifications==4.25.0; extra == "frozen"
|
|
142
142
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
143
143
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
144
144
|
Requires-Dist: fastapi==0.117.1; extra == "frozen"
|
|
@@ -152,7 +152,7 @@ Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
|
152
152
|
Requires-Dist: googleapis-common-protos==1.74.0; extra == "frozen"
|
|
153
153
|
Requires-Dist: gqlclient==2.0.0; extra == "frozen"
|
|
154
154
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
155
|
-
Requires-Dist: greenlet==3.
|
|
155
|
+
Requires-Dist: greenlet==3.5.0; extra == "frozen"
|
|
156
156
|
Requires-Dist: grpcio==1.80.0; extra == "frozen"
|
|
157
157
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
158
158
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -178,7 +178,7 @@ Requires-Dist: lmfit==1.3.4; extra == "frozen"
|
|
|
178
178
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
179
179
|
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
180
180
|
Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
|
|
181
|
-
Requires-Dist: matplotlib==3.10.
|
|
181
|
+
Requires-Dist: matplotlib==3.10.9; extra == "frozen"
|
|
182
182
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
183
183
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
184
184
|
Requires-Dist: more-itertools==11.0.2; extra == "frozen"
|
|
@@ -190,39 +190,39 @@ Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
|
190
190
|
Requires-Dist: networkx==3.6.1; extra == "frozen"
|
|
191
191
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
192
192
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
193
|
-
Requires-Dist: opentelemetry-api==1.41.
|
|
194
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.41.
|
|
195
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.
|
|
196
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.
|
|
197
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.
|
|
198
|
-
Requires-Dist: opentelemetry-instrumentation==0.
|
|
199
|
-
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.
|
|
200
|
-
Requires-Dist: opentelemetry-instrumentation-asgi==0.
|
|
201
|
-
Requires-Dist: opentelemetry-instrumentation-botocore==0.
|
|
202
|
-
Requires-Dist: opentelemetry-instrumentation-celery==0.
|
|
203
|
-
Requires-Dist: opentelemetry-instrumentation-dbapi==0.
|
|
204
|
-
Requires-Dist: opentelemetry-instrumentation-fastapi==0.
|
|
205
|
-
Requires-Dist: opentelemetry-instrumentation-pika==0.
|
|
206
|
-
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.
|
|
207
|
-
Requires-Dist: opentelemetry-instrumentation-pymongo==0.
|
|
208
|
-
Requires-Dist: opentelemetry-instrumentation-redis==0.
|
|
209
|
-
Requires-Dist: opentelemetry-instrumentation-requests==0.
|
|
210
|
-
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.
|
|
211
|
-
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.
|
|
193
|
+
Requires-Dist: opentelemetry-api==1.41.1; extra == "frozen"
|
|
194
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.41.1; extra == "frozen"
|
|
195
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.1; extra == "frozen"
|
|
196
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.1; extra == "frozen"
|
|
197
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.1; extra == "frozen"
|
|
198
|
+
Requires-Dist: opentelemetry-instrumentation==0.62b1; extra == "frozen"
|
|
199
|
+
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.62b1; extra == "frozen"
|
|
200
|
+
Requires-Dist: opentelemetry-instrumentation-asgi==0.62b1; extra == "frozen"
|
|
201
|
+
Requires-Dist: opentelemetry-instrumentation-botocore==0.62b1; extra == "frozen"
|
|
202
|
+
Requires-Dist: opentelemetry-instrumentation-celery==0.62b1; extra == "frozen"
|
|
203
|
+
Requires-Dist: opentelemetry-instrumentation-dbapi==0.62b1; extra == "frozen"
|
|
204
|
+
Requires-Dist: opentelemetry-instrumentation-fastapi==0.62b1; extra == "frozen"
|
|
205
|
+
Requires-Dist: opentelemetry-instrumentation-pika==0.62b1; extra == "frozen"
|
|
206
|
+
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.62b1; extra == "frozen"
|
|
207
|
+
Requires-Dist: opentelemetry-instrumentation-pymongo==0.62b1; extra == "frozen"
|
|
208
|
+
Requires-Dist: opentelemetry-instrumentation-redis==0.62b1; extra == "frozen"
|
|
209
|
+
Requires-Dist: opentelemetry-instrumentation-requests==0.62b1; extra == "frozen"
|
|
210
|
+
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.62b1; extra == "frozen"
|
|
211
|
+
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.62b1; extra == "frozen"
|
|
212
212
|
Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
|
|
213
|
-
Requires-Dist: opentelemetry-proto==1.41.
|
|
214
|
-
Requires-Dist: opentelemetry-sdk==1.41.
|
|
215
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
216
|
-
Requires-Dist: opentelemetry-util-http==0.
|
|
213
|
+
Requires-Dist: opentelemetry-proto==1.41.1; extra == "frozen"
|
|
214
|
+
Requires-Dist: opentelemetry-sdk==1.41.1; extra == "frozen"
|
|
215
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.62b1; extra == "frozen"
|
|
216
|
+
Requires-Dist: opentelemetry-util-http==0.62b1; extra == "frozen"
|
|
217
217
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
218
|
-
Requires-Dist: packaging==26.
|
|
218
|
+
Requires-Dist: packaging==26.2; extra == "frozen"
|
|
219
219
|
Requires-Dist: pandas==3.0.2; extra == "frozen"
|
|
220
220
|
Requires-Dist: parfive==2.3.1; extra == "frozen"
|
|
221
|
-
Requires-Dist: pathspec==1.
|
|
221
|
+
Requires-Dist: pathspec==1.1.1; extra == "frozen"
|
|
222
222
|
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
223
223
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
224
224
|
Requires-Dist: pillow==10.4.0; extra == "frozen"
|
|
225
|
-
Requires-Dist: pip==26.
|
|
225
|
+
Requires-Dist: pip==26.1; extra == "frozen"
|
|
226
226
|
Requires-Dist: platformdirs==4.9.6; extra == "frozen"
|
|
227
227
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
228
228
|
Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
@@ -243,7 +243,7 @@ Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
|
243
243
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
244
244
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
245
245
|
Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
|
|
246
|
-
Requires-Dist: python-multipart==0.0.
|
|
246
|
+
Requires-Dist: python-multipart==0.0.27; extra == "frozen"
|
|
247
247
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
248
248
|
Requires-Dist: pytz==2026.1.post1; extra == "frozen"
|
|
249
249
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
@@ -253,7 +253,7 @@ Requires-Dist: rich==15.0.0; extra == "frozen"
|
|
|
253
253
|
Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
|
|
254
254
|
Requires-Dist: rich-toolkit==0.19.7; extra == "frozen"
|
|
255
255
|
Requires-Dist: rpds-py==0.30.0; extra == "frozen"
|
|
256
|
-
Requires-Dist: s3transfer==0.16.
|
|
256
|
+
Requires-Dist: s3transfer==0.16.1; extra == "frozen"
|
|
257
257
|
Requires-Dist: scikit-image==0.25.2; extra == "frozen"
|
|
258
258
|
Requires-Dist: scikit-learn==1.6.1; extra == "frozen"
|
|
259
259
|
Requires-Dist: scipy==1.15.3; extra == "frozen"
|
|
@@ -279,17 +279,17 @@ Requires-Dist: tifffile==2026.4.11; extra == "frozen"
|
|
|
279
279
|
Requires-Dist: tornado==6.5.5; extra == "frozen"
|
|
280
280
|
Requires-Dist: tqdm==4.67.3; extra == "frozen"
|
|
281
281
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
282
|
-
Requires-Dist: typer==0.
|
|
282
|
+
Requires-Dist: typer==0.25.0; extra == "frozen"
|
|
283
283
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
284
284
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
285
|
-
Requires-Dist: tzdata==2026.
|
|
285
|
+
Requires-Dist: tzdata==2026.2; extra == "frozen"
|
|
286
286
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
287
287
|
Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
|
|
288
288
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
289
289
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
290
290
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
291
291
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
292
|
-
Requires-Dist: uvicorn==0.
|
|
292
|
+
Requires-Dist: uvicorn==0.46.0; extra == "frozen"
|
|
293
293
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
294
294
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
295
295
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
dkist-processing-common==14.0.1
|
|
2
2
|
dkist-processing-math==2.2.2
|
|
3
|
-
dkist-processing-pac==3.1.
|
|
3
|
+
dkist-processing-pac==3.1.2
|
|
4
4
|
dkist-header-validator==5.3.1
|
|
5
|
-
dkist-fits-specifications==4.
|
|
5
|
+
dkist-fits-specifications==4.25.0
|
|
6
6
|
solar-wavelength-calibration==2.0.3
|
|
7
7
|
dkist-service-configuration==4.3.0
|
|
8
8
|
dkist-spectral-lines==3.0.1
|
|
@@ -60,9 +60,9 @@ apache-airflow-core==3.1.8
|
|
|
60
60
|
apache-airflow-providers-celery==3.18.0
|
|
61
61
|
apache-airflow-providers-common-compat==1.14.3
|
|
62
62
|
apache-airflow-providers-common-io==1.7.2
|
|
63
|
-
apache-airflow-providers-common-sql==1.
|
|
63
|
+
apache-airflow-providers-common-sql==1.35.0
|
|
64
64
|
apache-airflow-providers-postgres==6.6.3
|
|
65
|
-
apache-airflow-providers-smtp==
|
|
65
|
+
apache-airflow-providers-smtp==3.0.0
|
|
66
66
|
apache-airflow-providers-standard==1.12.3
|
|
67
67
|
apache-airflow-task-sdk==1.1.8
|
|
68
68
|
argcomplete==3.6.3
|
|
@@ -72,13 +72,13 @@ asdf_transform_schemas==0.6.0
|
|
|
72
72
|
asgiref==3.11.1
|
|
73
73
|
asteval==1.0.8
|
|
74
74
|
astropy==7.0.2
|
|
75
|
-
astropy-iers-data==0.2026.4.
|
|
75
|
+
astropy-iers-data==0.2026.4.27.1.3.2
|
|
76
76
|
asyncpg==0.31.0
|
|
77
77
|
attrs==26.1.0
|
|
78
78
|
babel==2.18.0
|
|
79
79
|
billiard==4.2.4
|
|
80
|
-
boto3==1.42.
|
|
81
|
-
botocore==1.42.
|
|
80
|
+
boto3==1.42.97
|
|
81
|
+
botocore==1.42.97
|
|
82
82
|
cadwyn==5.4.6
|
|
83
83
|
celery==5.6.3
|
|
84
84
|
certifi==2026.4.22
|
|
@@ -92,7 +92,7 @@ colorlog==6.10.1
|
|
|
92
92
|
contourpy==1.3.3
|
|
93
93
|
cron_descriptor==2.0.8
|
|
94
94
|
croniter==6.2.2
|
|
95
|
-
cryptography==
|
|
95
|
+
cryptography==47.0.0
|
|
96
96
|
cycler==0.12.1
|
|
97
97
|
decorator==5.2.1
|
|
98
98
|
dill==0.4.1
|
|
@@ -100,11 +100,11 @@ dkist-header-validator==5.3.1
|
|
|
100
100
|
dkist-processing-common==14.0.1
|
|
101
101
|
dkist-processing-core==7.2.1
|
|
102
102
|
dkist-processing-math==2.2.2
|
|
103
|
-
dkist-processing-pac==3.1.
|
|
104
|
-
dkist-processing-visp==5.7.
|
|
103
|
+
dkist-processing-pac==3.1.2
|
|
104
|
+
dkist-processing-visp==5.7.3
|
|
105
105
|
dkist-service-configuration==4.3.0
|
|
106
106
|
dkist-spectral-lines==3.0.1
|
|
107
|
-
dkist_fits_specifications==4.
|
|
107
|
+
dkist_fits_specifications==4.25.0
|
|
108
108
|
dnspython==2.8.0
|
|
109
109
|
email-validator==2.3.0
|
|
110
110
|
fastapi==0.117.1
|
|
@@ -118,7 +118,7 @@ globus-sdk==4.5.0
|
|
|
118
118
|
googleapis-common-protos==1.74.0
|
|
119
119
|
gqlclient==2.0.0
|
|
120
120
|
greenback==1.3.0
|
|
121
|
-
greenlet==3.
|
|
121
|
+
greenlet==3.5.0
|
|
122
122
|
grpcio==1.80.0
|
|
123
123
|
h11==0.16.0
|
|
124
124
|
httpcore==1.0.9
|
|
@@ -144,7 +144,7 @@ lmfit==1.3.4
|
|
|
144
144
|
lockfile==0.12.2
|
|
145
145
|
loguru==0.7.3
|
|
146
146
|
markdown-it-py==4.0.0
|
|
147
|
-
matplotlib==3.10.
|
|
147
|
+
matplotlib==3.10.9
|
|
148
148
|
mdurl==0.1.2
|
|
149
149
|
methodtools==0.4.7
|
|
150
150
|
more-itertools==11.0.2
|
|
@@ -156,39 +156,39 @@ nbformat==5.10.4
|
|
|
156
156
|
networkx==3.6.1
|
|
157
157
|
numpy==2.2.5
|
|
158
158
|
object-clerk==1.0.0
|
|
159
|
-
opentelemetry-api==1.41.
|
|
160
|
-
opentelemetry-exporter-otlp==1.41.
|
|
161
|
-
opentelemetry-exporter-otlp-proto-common==1.41.
|
|
162
|
-
opentelemetry-exporter-otlp-proto-grpc==1.41.
|
|
163
|
-
opentelemetry-exporter-otlp-proto-http==1.41.
|
|
164
|
-
opentelemetry-instrumentation==0.
|
|
165
|
-
opentelemetry-instrumentation-aiohttp-client==0.
|
|
166
|
-
opentelemetry-instrumentation-asgi==0.
|
|
167
|
-
opentelemetry-instrumentation-botocore==0.
|
|
168
|
-
opentelemetry-instrumentation-celery==0.
|
|
169
|
-
opentelemetry-instrumentation-dbapi==0.
|
|
170
|
-
opentelemetry-instrumentation-fastapi==0.
|
|
171
|
-
opentelemetry-instrumentation-pika==0.
|
|
172
|
-
opentelemetry-instrumentation-psycopg2==0.
|
|
173
|
-
opentelemetry-instrumentation-pymongo==0.
|
|
174
|
-
opentelemetry-instrumentation-redis==0.
|
|
175
|
-
opentelemetry-instrumentation-requests==0.
|
|
176
|
-
opentelemetry-instrumentation-sqlalchemy==0.
|
|
177
|
-
opentelemetry-instrumentation-system-metrics==0.
|
|
159
|
+
opentelemetry-api==1.41.1
|
|
160
|
+
opentelemetry-exporter-otlp==1.41.1
|
|
161
|
+
opentelemetry-exporter-otlp-proto-common==1.41.1
|
|
162
|
+
opentelemetry-exporter-otlp-proto-grpc==1.41.1
|
|
163
|
+
opentelemetry-exporter-otlp-proto-http==1.41.1
|
|
164
|
+
opentelemetry-instrumentation==0.62b1
|
|
165
|
+
opentelemetry-instrumentation-aiohttp-client==0.62b1
|
|
166
|
+
opentelemetry-instrumentation-asgi==0.62b1
|
|
167
|
+
opentelemetry-instrumentation-botocore==0.62b1
|
|
168
|
+
opentelemetry-instrumentation-celery==0.62b1
|
|
169
|
+
opentelemetry-instrumentation-dbapi==0.62b1
|
|
170
|
+
opentelemetry-instrumentation-fastapi==0.62b1
|
|
171
|
+
opentelemetry-instrumentation-pika==0.62b1
|
|
172
|
+
opentelemetry-instrumentation-psycopg2==0.62b1
|
|
173
|
+
opentelemetry-instrumentation-pymongo==0.62b1
|
|
174
|
+
opentelemetry-instrumentation-redis==0.62b1
|
|
175
|
+
opentelemetry-instrumentation-requests==0.62b1
|
|
176
|
+
opentelemetry-instrumentation-sqlalchemy==0.62b1
|
|
177
|
+
opentelemetry-instrumentation-system-metrics==0.62b1
|
|
178
178
|
opentelemetry-propagator-aws-xray==1.0.2
|
|
179
|
-
opentelemetry-proto==1.41.
|
|
180
|
-
opentelemetry-sdk==1.41.
|
|
181
|
-
opentelemetry-semantic-conventions==0.
|
|
182
|
-
opentelemetry-util-http==0.
|
|
179
|
+
opentelemetry-proto==1.41.1
|
|
180
|
+
opentelemetry-sdk==1.41.1
|
|
181
|
+
opentelemetry-semantic-conventions==0.62b1
|
|
182
|
+
opentelemetry-util-http==0.62b1
|
|
183
183
|
outcome==1.3.0.post0
|
|
184
|
-
packaging==26.
|
|
184
|
+
packaging==26.2
|
|
185
185
|
pandas==3.0.2
|
|
186
186
|
parfive==2.3.1
|
|
187
|
-
pathspec==1.
|
|
187
|
+
pathspec==1.1.1
|
|
188
188
|
pendulum==3.2.0
|
|
189
189
|
pika==1.3.2
|
|
190
190
|
pillow==10.4.0
|
|
191
|
-
pip==26.
|
|
191
|
+
pip==26.1
|
|
192
192
|
platformdirs==4.9.6
|
|
193
193
|
pluggy==1.6.0
|
|
194
194
|
pooch==1.9.0
|
|
@@ -209,7 +209,7 @@ pyparsing==3.3.2
|
|
|
209
209
|
python-daemon==3.1.2
|
|
210
210
|
python-dateutil==2.9.0.post0
|
|
211
211
|
python-dotenv==1.2.2
|
|
212
|
-
python-multipart==0.0.
|
|
212
|
+
python-multipart==0.0.27
|
|
213
213
|
python-slugify==8.0.4
|
|
214
214
|
pytz==2026.1.post1
|
|
215
215
|
redis==6.4.0
|
|
@@ -219,7 +219,7 @@ rich==15.0.0
|
|
|
219
219
|
rich-argparse==1.7.2
|
|
220
220
|
rich-toolkit==0.19.7
|
|
221
221
|
rpds-py==0.30.0
|
|
222
|
-
s3transfer==0.16.
|
|
222
|
+
s3transfer==0.16.1
|
|
223
223
|
scikit-image==0.25.2
|
|
224
224
|
scikit-learn==1.6.1
|
|
225
225
|
scipy==1.15.3
|
|
@@ -245,17 +245,17 @@ tifffile==2026.4.11
|
|
|
245
245
|
tornado==6.5.5
|
|
246
246
|
tqdm==4.67.3
|
|
247
247
|
traitlets==5.14.3
|
|
248
|
-
typer==0.
|
|
248
|
+
typer==0.25.0
|
|
249
249
|
typing-inspection==0.4.2
|
|
250
250
|
typing_extensions==4.15.0
|
|
251
|
-
tzdata==2026.
|
|
251
|
+
tzdata==2026.2
|
|
252
252
|
tzlocal==5.3.1
|
|
253
253
|
uc-micro-py==2.0.0
|
|
254
254
|
uncertainties==3.2.3
|
|
255
255
|
universal_pathlib==0.2.6
|
|
256
256
|
urllib3==2.6.3
|
|
257
257
|
uuid6==2025.0.1
|
|
258
|
-
uvicorn==0.
|
|
258
|
+
uvicorn==0.46.0
|
|
259
259
|
uvloop==0.22.1
|
|
260
260
|
vine==5.1.0
|
|
261
261
|
voluptuous==0.16.0
|