dkist-processing-dlnirsp 0.32.1rc3__tar.gz → 0.32.2__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_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/CHANGELOG.rst +19 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/PKG-INFO +68 -67
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp.egg-info/PKG-INFO +68 -67
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp.egg-info/SOURCES.txt +0 -1
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp.egg-info/requires.txt +67 -66
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/pyproject.toml +69 -68
- dkist_processing_dlnirsp-0.32.1rc3/changelog/113.misc.rst +0 -1
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/.gitignore +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/.pre-commit-config.yaml +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/.readthedocs.yml +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/.snyk +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/README.rst +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/SCIENCE_CHANGELOG.rst +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/changelog/.gitempty +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/config.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/dev_scripts/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/dev_scripts/test_slitbeam_group_assignment.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/models/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/models/constants.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/models/parameters.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/models/tags.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/models/task_name.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/parsers/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/parsers/dlnirsp_l0_fits_access.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/parsers/dlnirsp_l1_fits_acess.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/parsers/mosaic.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/parsers/task.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/parsers/time.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/parsers/wavelength.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/parsers/wcs_corrections.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tasks/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tasks/assemble_movie.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tasks/bad_pixel_map.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tasks/dark.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tasks/dlnirsp_base.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tasks/geometric.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tasks/ifu_drift.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tasks/instrument_polarization.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tasks/l1_output_data.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tasks/lamp.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tasks/linearity_correction.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tasks/make_movie_frames.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tasks/mixin/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tasks/mixin/corrections.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tasks/mixin/group_id.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tasks/parse.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tasks/quality_metrics.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tasks/science.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tasks/solar.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tasks/wavelength_calibration.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tasks/write_l1.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/conftest.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/local_trial_workflows/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_linearize_only.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_polcals_as_science.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_solar_gain_as_science.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_to_l1.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/local_trial_workflows/local_trial_dev_mockers.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/local_trial_workflows/local_trial_helpers.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/local_trial_workflows/translate_files.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/test_assemble_movie.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/test_assemble_quality.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/test_bad_pixel_map.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/test_corrections.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/test_dark.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/test_dlnirsp_base.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/test_dlnirsp_constants.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/test_dlnirsp_fits_access.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/test_geometric.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/test_group_id.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/test_ifu_drift.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/test_instrument_polarization_calibration.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/test_lamp.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/test_linearity_correction.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/test_make_movie_frames.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/test_parameters.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/test_parse.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/test_quality.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/test_science.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/test_solar.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/test_trial_create_quality_report.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/test_wavelength_calibration.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/test_workflows.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/tests/test_write_l1.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/workflows/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/workflows/l0_processing.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp/workflows/trial_workflow.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp.egg-info/dependency_links.txt +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp.egg-info/entry_points.txt +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/dkist_processing_dlnirsp.egg-info/top_level.txt +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/docs/Makefile +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/docs/bad_pixel_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/docs/changelog.rst +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/docs/conf.py +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/docs/gain.rst +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/docs/geometric.rst +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/docs/ifu_drift.rst +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/docs/index.rst +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/docs/l0_to_l1_dlnirsp.rst +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/docs/l0_to_l1_dlnirsp_full-trial.rst +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/docs/landing_page.rst +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/docs/linearization.rst +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/docs/make.bat +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/docs/polarization_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/docs/requirements_table.rst +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/docs/science_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/docs/scientific_changelog.rst +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/docs/wavelength_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/licenses/LICENSE.rst +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/science_towncrier.sh +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/setup.cfg +0 -0
- {dkist_processing_dlnirsp-0.32.1rc3 → dkist_processing_dlnirsp-0.32.2}/towncrier_science.toml +0 -0
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
v0.32.2 (2025-11-03)
|
|
2
|
+
====================
|
|
3
|
+
|
|
4
|
+
Misc
|
|
5
|
+
----
|
|
6
|
+
|
|
7
|
+
- Update dkist-processing-common to v11.8.0, which adds parameters to the ASDF files.
|
|
8
|
+
Update dkist-inventory to v1.11.1, which adds parameters to the ASDF file generation. (`#114 <https://bitbucket.org/dkistdc/dkist-processing-dlnirsp/pull-requests/114>`__)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
v0.32.1 (2025-10-09)
|
|
12
|
+
====================
|
|
13
|
+
|
|
14
|
+
Misc
|
|
15
|
+
----
|
|
16
|
+
|
|
17
|
+
- Update `dkist-processing-common` to v11.7.0, which makes constants for the dataset extras. (`#113 <https://bitbucket.org/dkistdc/dkist-processing-dlnirsp/pull-requests/113>`__)
|
|
18
|
+
|
|
19
|
+
|
|
1
20
|
v0.32.0 (2025-09-26)
|
|
2
21
|
====================
|
|
3
22
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-dlnirsp
|
|
3
|
-
Version: 0.32.
|
|
3
|
+
Version: 0.32.2
|
|
4
4
|
Summary: Science processing code for the DLNIRSP instrument on DKIST
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
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.8.0
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.1
|
|
18
18
|
Requires-Dist: dkist-processing-pac==3.1.1
|
|
19
19
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
@@ -43,10 +43,10 @@ Requires-Dist: dkist-processing-dlnirsp[asdf]; extra == "test"
|
|
|
43
43
|
Requires-Dist: dkist-processing-dlnirsp[quality]; extra == "test"
|
|
44
44
|
Provides-Extra: inventory
|
|
45
45
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
46
|
-
Requires-Dist: dkist-inventory==1.
|
|
46
|
+
Requires-Dist: dkist-inventory==1.11.1; extra == "inventory"
|
|
47
47
|
Provides-Extra: asdf
|
|
48
48
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
49
|
-
Requires-Dist: dkist-inventory[asdf]==1.
|
|
49
|
+
Requires-Dist: dkist-inventory[asdf]==1.11.1; extra == "asdf"
|
|
50
50
|
Provides-Extra: quality
|
|
51
51
|
Requires-Dist: dkist-quality==2.0.0; extra == "quality"
|
|
52
52
|
Provides-Extra: grogu
|
|
@@ -65,7 +65,7 @@ Requires-Dist: towncrier; extra == "docs"
|
|
|
65
65
|
Requires-Dist: dkist-sphinx-theme; extra == "docs"
|
|
66
66
|
Provides-Extra: frozen
|
|
67
67
|
Requires-Dist: ConfigUpdater==3.2; extra == "frozen"
|
|
68
|
-
Requires-Dist: Deprecated==1.
|
|
68
|
+
Requires-Dist: Deprecated==1.3.1; extra == "frozen"
|
|
69
69
|
Requires-Dist: Flask==2.2.5; extra == "frozen"
|
|
70
70
|
Requires-Dist: Flask-AppBuilder==4.5.3; extra == "frozen"
|
|
71
71
|
Requires-Dist: Flask-Babel==2.0.0; extra == "frozen"
|
|
@@ -90,66 +90,66 @@ Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
|
90
90
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
91
91
|
Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
92
92
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
93
|
-
Requires-Dist: aiohttp==3.13.
|
|
93
|
+
Requires-Dist: aiohttp==3.13.2; extra == "frozen"
|
|
94
94
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
95
|
-
Requires-Dist: aiosmtplib==
|
|
96
|
-
Requires-Dist: alembic==1.
|
|
95
|
+
Requires-Dist: aiosmtplib==5.0.0; extra == "frozen"
|
|
96
|
+
Requires-Dist: alembic==1.17.1; extra == "frozen"
|
|
97
97
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
98
98
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
99
99
|
Requires-Dist: anyio==4.11.0; extra == "frozen"
|
|
100
100
|
Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: apache-airflow-providers-celery==3.10.0; extra == "frozen"
|
|
102
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.
|
|
103
|
-
Requires-Dist: apache-airflow-providers-common-io==1.6.
|
|
104
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.28.
|
|
102
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.8.0; extra == "frozen"
|
|
103
|
+
Requires-Dist: apache-airflow-providers-common-io==1.6.4; extra == "frozen"
|
|
104
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.28.2; extra == "frozen"
|
|
105
105
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
106
106
|
Requires-Dist: apache-airflow-providers-ftp==3.13.2; extra == "frozen"
|
|
107
|
-
Requires-Dist: apache-airflow-providers-http==5.
|
|
108
|
-
Requires-Dist: apache-airflow-providers-imap==3.9.
|
|
109
|
-
Requires-Dist: apache-airflow-providers-postgres==6.
|
|
107
|
+
Requires-Dist: apache-airflow-providers-http==5.4.0; extra == "frozen"
|
|
108
|
+
Requires-Dist: apache-airflow-providers-imap==3.9.3; extra == "frozen"
|
|
109
|
+
Requires-Dist: apache-airflow-providers-postgres==6.4.0; extra == "frozen"
|
|
110
110
|
Requires-Dist: apache-airflow-providers-smtp==2.3.1; extra == "frozen"
|
|
111
111
|
Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
|
|
112
112
|
Requires-Dist: apispec==6.8.4; extra == "frozen"
|
|
113
|
-
Requires-Dist: argcomplete==3.6.
|
|
113
|
+
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
114
114
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
115
115
|
Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
117
117
|
Requires-Dist: asgiref==3.10.0; extra == "frozen"
|
|
118
118
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
119
119
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
120
|
-
Requires-Dist: astropy-iers-data==0.2025.
|
|
120
|
+
Requires-Dist: astropy-iers-data==0.2025.11.3.0.38.37; extra == "frozen"
|
|
121
121
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
122
122
|
Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
123
123
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
124
124
|
Requires-Dist: billiard==4.2.2; extra == "frozen"
|
|
125
125
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
126
|
-
Requires-Dist: boto3==1.40.
|
|
127
|
-
Requires-Dist: botocore==1.40.
|
|
126
|
+
Requires-Dist: boto3==1.40.64; extra == "frozen"
|
|
127
|
+
Requires-Dist: botocore==1.40.64; extra == "frozen"
|
|
128
128
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: celery==5.3.1; extra == "frozen"
|
|
130
130
|
Requires-Dist: certifi==2025.10.5; extra == "frozen"
|
|
131
131
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
132
|
-
Requires-Dist: charset-normalizer==3.4.
|
|
132
|
+
Requires-Dist: charset-normalizer==3.4.4; extra == "frozen"
|
|
133
133
|
Requires-Dist: click==8.3.0; extra == "frozen"
|
|
134
134
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
135
135
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
136
136
|
Requires-Dist: click-repl==0.3.0; extra == "frozen"
|
|
137
137
|
Requires-Dist: clickclick==20.10.2; extra == "frozen"
|
|
138
138
|
Requires-Dist: colorama==0.4.6; extra == "frozen"
|
|
139
|
-
Requires-Dist: colorlog==6.
|
|
139
|
+
Requires-Dist: colorlog==6.10.1; extra == "frozen"
|
|
140
140
|
Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
141
141
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
142
142
|
Requires-Dist: cron_descriptor==2.0.6; extra == "frozen"
|
|
143
143
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
144
|
-
Requires-Dist: cryptography==46.0.
|
|
144
|
+
Requires-Dist: cryptography==46.0.3; extra == "frozen"
|
|
145
145
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
146
146
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
147
147
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
148
148
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
149
149
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
150
|
-
Requires-Dist: dkist-processing-common==11.
|
|
150
|
+
Requires-Dist: dkist-processing-common==11.8.0; extra == "frozen"
|
|
151
151
|
Requires-Dist: dkist-processing-core==6.0.0; extra == "frozen"
|
|
152
|
-
Requires-Dist: dkist-processing-dlnirsp==0.32.
|
|
152
|
+
Requires-Dist: dkist-processing-dlnirsp==0.32.2; extra == "frozen"
|
|
153
153
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
154
154
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
155
155
|
Requires-Dist: dkist-service-configuration==4.1.7; extra == "frozen"
|
|
@@ -161,18 +161,19 @@ Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
|
161
161
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
162
162
|
Requires-Dist: fonttools==4.60.1; extra == "frozen"
|
|
163
163
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
164
|
-
Requires-Dist: fsspec==2025.
|
|
164
|
+
Requires-Dist: fsspec==2025.10.0; extra == "frozen"
|
|
165
165
|
Requires-Dist: globus-sdk==3.65.0; extra == "frozen"
|
|
166
166
|
Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
|
|
167
|
-
Requires-Dist: googleapis-common-protos==1.
|
|
167
|
+
Requires-Dist: googleapis-common-protos==1.71.0; extra == "frozen"
|
|
168
168
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
169
|
-
Requires-Dist:
|
|
169
|
+
Requires-Dist: greenlet==3.2.4; extra == "frozen"
|
|
170
|
+
Requires-Dist: grpcio==1.76.0; extra == "frozen"
|
|
170
171
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
171
172
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
172
173
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
173
174
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
174
|
-
Requires-Dist: humanize==4.
|
|
175
|
-
Requires-Dist: idna==3.
|
|
175
|
+
Requires-Dist: humanize==4.14.0; extra == "frozen"
|
|
176
|
+
Requires-Dist: idna==3.11; extra == "frozen"
|
|
176
177
|
Requires-Dist: imageio==2.37.0; extra == "frozen"
|
|
177
178
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
178
179
|
Requires-Dist: importlib_metadata==8.7.0; extra == "frozen"
|
|
@@ -181,9 +182,9 @@ Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
|
181
182
|
Requires-Dist: jmespath==1.0.1; extra == "frozen"
|
|
182
183
|
Requires-Dist: jsonschema==4.25.1; extra == "frozen"
|
|
183
184
|
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
184
|
-
Requires-Dist: jupyter_core==5.
|
|
185
|
+
Requires-Dist: jupyter_core==5.9.1; extra == "frozen"
|
|
185
186
|
Requires-Dist: kiwisolver==1.4.9; extra == "frozen"
|
|
186
|
-
Requires-Dist: kombu==5.
|
|
187
|
+
Requires-Dist: kombu==5.6.0; extra == "frozen"
|
|
187
188
|
Requires-Dist: lazy-object-proxy==1.12.0; extra == "frozen"
|
|
188
189
|
Requires-Dist: lazy_loader==0.4; extra == "frozen"
|
|
189
190
|
Requires-Dist: limits==5.6.0; extra == "frozen"
|
|
@@ -208,40 +209,40 @@ Requires-Dist: networkx==3.5; extra == "frozen"
|
|
|
208
209
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
209
210
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
210
211
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
211
|
-
Requires-Dist: opentelemetry-api==1.
|
|
212
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
213
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
214
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
215
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
216
|
-
Requires-Dist: opentelemetry-instrumentation==0.
|
|
217
|
-
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.
|
|
218
|
-
Requires-Dist: opentelemetry-instrumentation-asgi==0.
|
|
219
|
-
Requires-Dist: opentelemetry-instrumentation-botocore==0.
|
|
220
|
-
Requires-Dist: opentelemetry-instrumentation-celery==0.
|
|
221
|
-
Requires-Dist: opentelemetry-instrumentation-dbapi==0.
|
|
222
|
-
Requires-Dist: opentelemetry-instrumentation-fastapi==0.
|
|
223
|
-
Requires-Dist: opentelemetry-instrumentation-pika==0.
|
|
224
|
-
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.
|
|
225
|
-
Requires-Dist: opentelemetry-instrumentation-pymongo==0.
|
|
226
|
-
Requires-Dist: opentelemetry-instrumentation-redis==0.
|
|
227
|
-
Requires-Dist: opentelemetry-instrumentation-requests==0.
|
|
228
|
-
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.
|
|
229
|
-
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.
|
|
212
|
+
Requires-Dist: opentelemetry-api==1.38.0; extra == "frozen"
|
|
213
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.38.0; extra == "frozen"
|
|
214
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.38.0; extra == "frozen"
|
|
215
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.38.0; extra == "frozen"
|
|
216
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.38.0; extra == "frozen"
|
|
217
|
+
Requires-Dist: opentelemetry-instrumentation==0.59b0; extra == "frozen"
|
|
218
|
+
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.59b0; extra == "frozen"
|
|
219
|
+
Requires-Dist: opentelemetry-instrumentation-asgi==0.59b0; extra == "frozen"
|
|
220
|
+
Requires-Dist: opentelemetry-instrumentation-botocore==0.59b0; extra == "frozen"
|
|
221
|
+
Requires-Dist: opentelemetry-instrumentation-celery==0.59b0; extra == "frozen"
|
|
222
|
+
Requires-Dist: opentelemetry-instrumentation-dbapi==0.59b0; extra == "frozen"
|
|
223
|
+
Requires-Dist: opentelemetry-instrumentation-fastapi==0.59b0; extra == "frozen"
|
|
224
|
+
Requires-Dist: opentelemetry-instrumentation-pika==0.59b0; extra == "frozen"
|
|
225
|
+
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.59b0; extra == "frozen"
|
|
226
|
+
Requires-Dist: opentelemetry-instrumentation-pymongo==0.59b0; extra == "frozen"
|
|
227
|
+
Requires-Dist: opentelemetry-instrumentation-redis==0.59b0; extra == "frozen"
|
|
228
|
+
Requires-Dist: opentelemetry-instrumentation-requests==0.59b0; extra == "frozen"
|
|
229
|
+
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.59b0; extra == "frozen"
|
|
230
|
+
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.59b0; extra == "frozen"
|
|
230
231
|
Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
|
|
231
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
232
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
233
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
234
|
-
Requires-Dist: opentelemetry-util-http==0.
|
|
232
|
+
Requires-Dist: opentelemetry-proto==1.38.0; extra == "frozen"
|
|
233
|
+
Requires-Dist: opentelemetry-sdk==1.38.0; extra == "frozen"
|
|
234
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.59b0; extra == "frozen"
|
|
235
|
+
Requires-Dist: opentelemetry-util-http==0.59b0; extra == "frozen"
|
|
235
236
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
236
237
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
237
238
|
Requires-Dist: pandas==2.3.3; extra == "frozen"
|
|
238
239
|
Requires-Dist: parfive==2.2.0; extra == "frozen"
|
|
239
|
-
Requires-Dist: pathlib_abc==0.5.
|
|
240
|
+
Requires-Dist: pathlib_abc==0.5.2; extra == "frozen"
|
|
240
241
|
Requires-Dist: pathspec==0.12.1; extra == "frozen"
|
|
241
242
|
Requires-Dist: pendulum==3.1.0; extra == "frozen"
|
|
242
243
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
243
244
|
Requires-Dist: pillow==10.4.0; extra == "frozen"
|
|
244
|
-
Requires-Dist: pip==25.
|
|
245
|
+
Requires-Dist: pip==25.3; extra == "frozen"
|
|
245
246
|
Requires-Dist: platformdirs==4.5.0; extra == "frozen"
|
|
246
247
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
247
248
|
Requires-Dist: pooch==1.8.2; extra == "frozen"
|
|
@@ -250,29 +251,29 @@ Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
|
250
251
|
Requires-Dist: prometheus_client==0.23.1; extra == "frozen"
|
|
251
252
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
252
253
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
253
|
-
Requires-Dist: protobuf==6.
|
|
254
|
-
Requires-Dist: psutil==7.1.
|
|
255
|
-
Requires-Dist: psycopg2-binary==2.9.
|
|
254
|
+
Requires-Dist: protobuf==6.33.0; extra == "frozen"
|
|
255
|
+
Requires-Dist: psutil==7.1.3; extra == "frozen"
|
|
256
|
+
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
256
257
|
Requires-Dist: pycparser==2.23; extra == "frozen"
|
|
257
|
-
Requires-Dist: pydantic==2.12.
|
|
258
|
+
Requires-Dist: pydantic==2.12.3; extra == "frozen"
|
|
258
259
|
Requires-Dist: pydantic-settings==2.11.0; extra == "frozen"
|
|
259
|
-
Requires-Dist: pydantic_core==2.41.
|
|
260
|
+
Requires-Dist: pydantic_core==2.41.4; extra == "frozen"
|
|
260
261
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
261
262
|
Requires-Dist: pyparsing==3.2.5; extra == "frozen"
|
|
262
263
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
263
264
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
264
|
-
Requires-Dist: python-dotenv==1.
|
|
265
|
+
Requires-Dist: python-dotenv==1.2.1; extra == "frozen"
|
|
265
266
|
Requires-Dist: python-nvd3==0.16.0; extra == "frozen"
|
|
266
267
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
267
268
|
Requires-Dist: pytz==2025.2; extra == "frozen"
|
|
268
269
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
269
|
-
Requires-Dist: referencing==0.
|
|
270
|
+
Requires-Dist: referencing==0.37.0; extra == "frozen"
|
|
270
271
|
Requires-Dist: requests==2.32.5; extra == "frozen"
|
|
271
272
|
Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
|
|
272
273
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
273
274
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
274
|
-
Requires-Dist: rich-argparse==1.7.
|
|
275
|
-
Requires-Dist: rpds-py==0.
|
|
275
|
+
Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
|
|
276
|
+
Requires-Dist: rpds-py==0.28.0; extra == "frozen"
|
|
276
277
|
Requires-Dist: s3transfer==0.14.0; extra == "frozen"
|
|
277
278
|
Requires-Dist: scikit-image==0.25.2; extra == "frozen"
|
|
278
279
|
Requires-Dist: scipy==1.15.3; extra == "frozen"
|
|
@@ -287,9 +288,9 @@ Requires-Dist: sunpy==6.1.1; extra == "frozen"
|
|
|
287
288
|
Requires-Dist: tabulate==0.9.0; extra == "frozen"
|
|
288
289
|
Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
289
290
|
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
290
|
-
Requires-Dist: termcolor==3.
|
|
291
|
+
Requires-Dist: termcolor==3.2.0; extra == "frozen"
|
|
291
292
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
292
|
-
Requires-Dist: tifffile==2025.10.
|
|
293
|
+
Requires-Dist: tifffile==2025.10.16; extra == "frozen"
|
|
293
294
|
Requires-Dist: tornado==6.5.2; extra == "frozen"
|
|
294
295
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
295
296
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
@@ -298,7 +299,7 @@ Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
|
298
299
|
Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
299
300
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
300
301
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
301
|
-
Requires-Dist: universal_pathlib==0.3.
|
|
302
|
+
Requires-Dist: universal_pathlib==0.3.4; extra == "frozen"
|
|
302
303
|
Requires-Dist: urllib3==2.5.0; extra == "frozen"
|
|
303
304
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
304
305
|
Requires-Dist: voluptuous==0.15.2; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-dlnirsp
|
|
3
|
-
Version: 0.32.
|
|
3
|
+
Version: 0.32.2
|
|
4
4
|
Summary: Science processing code for the DLNIRSP instrument on DKIST
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
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.8.0
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.1
|
|
18
18
|
Requires-Dist: dkist-processing-pac==3.1.1
|
|
19
19
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
@@ -43,10 +43,10 @@ Requires-Dist: dkist-processing-dlnirsp[asdf]; extra == "test"
|
|
|
43
43
|
Requires-Dist: dkist-processing-dlnirsp[quality]; extra == "test"
|
|
44
44
|
Provides-Extra: inventory
|
|
45
45
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
46
|
-
Requires-Dist: dkist-inventory==1.
|
|
46
|
+
Requires-Dist: dkist-inventory==1.11.1; extra == "inventory"
|
|
47
47
|
Provides-Extra: asdf
|
|
48
48
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
49
|
-
Requires-Dist: dkist-inventory[asdf]==1.
|
|
49
|
+
Requires-Dist: dkist-inventory[asdf]==1.11.1; extra == "asdf"
|
|
50
50
|
Provides-Extra: quality
|
|
51
51
|
Requires-Dist: dkist-quality==2.0.0; extra == "quality"
|
|
52
52
|
Provides-Extra: grogu
|
|
@@ -65,7 +65,7 @@ Requires-Dist: towncrier; extra == "docs"
|
|
|
65
65
|
Requires-Dist: dkist-sphinx-theme; extra == "docs"
|
|
66
66
|
Provides-Extra: frozen
|
|
67
67
|
Requires-Dist: ConfigUpdater==3.2; extra == "frozen"
|
|
68
|
-
Requires-Dist: Deprecated==1.
|
|
68
|
+
Requires-Dist: Deprecated==1.3.1; extra == "frozen"
|
|
69
69
|
Requires-Dist: Flask==2.2.5; extra == "frozen"
|
|
70
70
|
Requires-Dist: Flask-AppBuilder==4.5.3; extra == "frozen"
|
|
71
71
|
Requires-Dist: Flask-Babel==2.0.0; extra == "frozen"
|
|
@@ -90,66 +90,66 @@ Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
|
90
90
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
91
91
|
Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
92
92
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
93
|
-
Requires-Dist: aiohttp==3.13.
|
|
93
|
+
Requires-Dist: aiohttp==3.13.2; extra == "frozen"
|
|
94
94
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
95
|
-
Requires-Dist: aiosmtplib==
|
|
96
|
-
Requires-Dist: alembic==1.
|
|
95
|
+
Requires-Dist: aiosmtplib==5.0.0; extra == "frozen"
|
|
96
|
+
Requires-Dist: alembic==1.17.1; extra == "frozen"
|
|
97
97
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
98
98
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
99
99
|
Requires-Dist: anyio==4.11.0; extra == "frozen"
|
|
100
100
|
Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: apache-airflow-providers-celery==3.10.0; extra == "frozen"
|
|
102
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.
|
|
103
|
-
Requires-Dist: apache-airflow-providers-common-io==1.6.
|
|
104
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.28.
|
|
102
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.8.0; extra == "frozen"
|
|
103
|
+
Requires-Dist: apache-airflow-providers-common-io==1.6.4; extra == "frozen"
|
|
104
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.28.2; extra == "frozen"
|
|
105
105
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
106
106
|
Requires-Dist: apache-airflow-providers-ftp==3.13.2; extra == "frozen"
|
|
107
|
-
Requires-Dist: apache-airflow-providers-http==5.
|
|
108
|
-
Requires-Dist: apache-airflow-providers-imap==3.9.
|
|
109
|
-
Requires-Dist: apache-airflow-providers-postgres==6.
|
|
107
|
+
Requires-Dist: apache-airflow-providers-http==5.4.0; extra == "frozen"
|
|
108
|
+
Requires-Dist: apache-airflow-providers-imap==3.9.3; extra == "frozen"
|
|
109
|
+
Requires-Dist: apache-airflow-providers-postgres==6.4.0; extra == "frozen"
|
|
110
110
|
Requires-Dist: apache-airflow-providers-smtp==2.3.1; extra == "frozen"
|
|
111
111
|
Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
|
|
112
112
|
Requires-Dist: apispec==6.8.4; extra == "frozen"
|
|
113
|
-
Requires-Dist: argcomplete==3.6.
|
|
113
|
+
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
114
114
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
115
115
|
Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
117
117
|
Requires-Dist: asgiref==3.10.0; extra == "frozen"
|
|
118
118
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
119
119
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
120
|
-
Requires-Dist: astropy-iers-data==0.2025.
|
|
120
|
+
Requires-Dist: astropy-iers-data==0.2025.11.3.0.38.37; extra == "frozen"
|
|
121
121
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
122
122
|
Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
123
123
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
124
124
|
Requires-Dist: billiard==4.2.2; extra == "frozen"
|
|
125
125
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
126
|
-
Requires-Dist: boto3==1.40.
|
|
127
|
-
Requires-Dist: botocore==1.40.
|
|
126
|
+
Requires-Dist: boto3==1.40.64; extra == "frozen"
|
|
127
|
+
Requires-Dist: botocore==1.40.64; extra == "frozen"
|
|
128
128
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: celery==5.3.1; extra == "frozen"
|
|
130
130
|
Requires-Dist: certifi==2025.10.5; extra == "frozen"
|
|
131
131
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
132
|
-
Requires-Dist: charset-normalizer==3.4.
|
|
132
|
+
Requires-Dist: charset-normalizer==3.4.4; extra == "frozen"
|
|
133
133
|
Requires-Dist: click==8.3.0; extra == "frozen"
|
|
134
134
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
135
135
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
136
136
|
Requires-Dist: click-repl==0.3.0; extra == "frozen"
|
|
137
137
|
Requires-Dist: clickclick==20.10.2; extra == "frozen"
|
|
138
138
|
Requires-Dist: colorama==0.4.6; extra == "frozen"
|
|
139
|
-
Requires-Dist: colorlog==6.
|
|
139
|
+
Requires-Dist: colorlog==6.10.1; extra == "frozen"
|
|
140
140
|
Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
141
141
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
142
142
|
Requires-Dist: cron_descriptor==2.0.6; extra == "frozen"
|
|
143
143
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
144
|
-
Requires-Dist: cryptography==46.0.
|
|
144
|
+
Requires-Dist: cryptography==46.0.3; extra == "frozen"
|
|
145
145
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
146
146
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
147
147
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
148
148
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
149
149
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
150
|
-
Requires-Dist: dkist-processing-common==11.
|
|
150
|
+
Requires-Dist: dkist-processing-common==11.8.0; extra == "frozen"
|
|
151
151
|
Requires-Dist: dkist-processing-core==6.0.0; extra == "frozen"
|
|
152
|
-
Requires-Dist: dkist-processing-dlnirsp==0.32.
|
|
152
|
+
Requires-Dist: dkist-processing-dlnirsp==0.32.2; extra == "frozen"
|
|
153
153
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
154
154
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
155
155
|
Requires-Dist: dkist-service-configuration==4.1.7; extra == "frozen"
|
|
@@ -161,18 +161,19 @@ Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
|
161
161
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
162
162
|
Requires-Dist: fonttools==4.60.1; extra == "frozen"
|
|
163
163
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
164
|
-
Requires-Dist: fsspec==2025.
|
|
164
|
+
Requires-Dist: fsspec==2025.10.0; extra == "frozen"
|
|
165
165
|
Requires-Dist: globus-sdk==3.65.0; extra == "frozen"
|
|
166
166
|
Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
|
|
167
|
-
Requires-Dist: googleapis-common-protos==1.
|
|
167
|
+
Requires-Dist: googleapis-common-protos==1.71.0; extra == "frozen"
|
|
168
168
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
169
|
-
Requires-Dist:
|
|
169
|
+
Requires-Dist: greenlet==3.2.4; extra == "frozen"
|
|
170
|
+
Requires-Dist: grpcio==1.76.0; extra == "frozen"
|
|
170
171
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
171
172
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
172
173
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
173
174
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
174
|
-
Requires-Dist: humanize==4.
|
|
175
|
-
Requires-Dist: idna==3.
|
|
175
|
+
Requires-Dist: humanize==4.14.0; extra == "frozen"
|
|
176
|
+
Requires-Dist: idna==3.11; extra == "frozen"
|
|
176
177
|
Requires-Dist: imageio==2.37.0; extra == "frozen"
|
|
177
178
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
178
179
|
Requires-Dist: importlib_metadata==8.7.0; extra == "frozen"
|
|
@@ -181,9 +182,9 @@ Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
|
181
182
|
Requires-Dist: jmespath==1.0.1; extra == "frozen"
|
|
182
183
|
Requires-Dist: jsonschema==4.25.1; extra == "frozen"
|
|
183
184
|
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
184
|
-
Requires-Dist: jupyter_core==5.
|
|
185
|
+
Requires-Dist: jupyter_core==5.9.1; extra == "frozen"
|
|
185
186
|
Requires-Dist: kiwisolver==1.4.9; extra == "frozen"
|
|
186
|
-
Requires-Dist: kombu==5.
|
|
187
|
+
Requires-Dist: kombu==5.6.0; extra == "frozen"
|
|
187
188
|
Requires-Dist: lazy-object-proxy==1.12.0; extra == "frozen"
|
|
188
189
|
Requires-Dist: lazy_loader==0.4; extra == "frozen"
|
|
189
190
|
Requires-Dist: limits==5.6.0; extra == "frozen"
|
|
@@ -208,40 +209,40 @@ Requires-Dist: networkx==3.5; extra == "frozen"
|
|
|
208
209
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
209
210
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
210
211
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
211
|
-
Requires-Dist: opentelemetry-api==1.
|
|
212
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
213
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
214
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
215
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
216
|
-
Requires-Dist: opentelemetry-instrumentation==0.
|
|
217
|
-
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.
|
|
218
|
-
Requires-Dist: opentelemetry-instrumentation-asgi==0.
|
|
219
|
-
Requires-Dist: opentelemetry-instrumentation-botocore==0.
|
|
220
|
-
Requires-Dist: opentelemetry-instrumentation-celery==0.
|
|
221
|
-
Requires-Dist: opentelemetry-instrumentation-dbapi==0.
|
|
222
|
-
Requires-Dist: opentelemetry-instrumentation-fastapi==0.
|
|
223
|
-
Requires-Dist: opentelemetry-instrumentation-pika==0.
|
|
224
|
-
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.
|
|
225
|
-
Requires-Dist: opentelemetry-instrumentation-pymongo==0.
|
|
226
|
-
Requires-Dist: opentelemetry-instrumentation-redis==0.
|
|
227
|
-
Requires-Dist: opentelemetry-instrumentation-requests==0.
|
|
228
|
-
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.
|
|
229
|
-
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.
|
|
212
|
+
Requires-Dist: opentelemetry-api==1.38.0; extra == "frozen"
|
|
213
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.38.0; extra == "frozen"
|
|
214
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.38.0; extra == "frozen"
|
|
215
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.38.0; extra == "frozen"
|
|
216
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.38.0; extra == "frozen"
|
|
217
|
+
Requires-Dist: opentelemetry-instrumentation==0.59b0; extra == "frozen"
|
|
218
|
+
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.59b0; extra == "frozen"
|
|
219
|
+
Requires-Dist: opentelemetry-instrumentation-asgi==0.59b0; extra == "frozen"
|
|
220
|
+
Requires-Dist: opentelemetry-instrumentation-botocore==0.59b0; extra == "frozen"
|
|
221
|
+
Requires-Dist: opentelemetry-instrumentation-celery==0.59b0; extra == "frozen"
|
|
222
|
+
Requires-Dist: opentelemetry-instrumentation-dbapi==0.59b0; extra == "frozen"
|
|
223
|
+
Requires-Dist: opentelemetry-instrumentation-fastapi==0.59b0; extra == "frozen"
|
|
224
|
+
Requires-Dist: opentelemetry-instrumentation-pika==0.59b0; extra == "frozen"
|
|
225
|
+
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.59b0; extra == "frozen"
|
|
226
|
+
Requires-Dist: opentelemetry-instrumentation-pymongo==0.59b0; extra == "frozen"
|
|
227
|
+
Requires-Dist: opentelemetry-instrumentation-redis==0.59b0; extra == "frozen"
|
|
228
|
+
Requires-Dist: opentelemetry-instrumentation-requests==0.59b0; extra == "frozen"
|
|
229
|
+
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.59b0; extra == "frozen"
|
|
230
|
+
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.59b0; extra == "frozen"
|
|
230
231
|
Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
|
|
231
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
232
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
233
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
234
|
-
Requires-Dist: opentelemetry-util-http==0.
|
|
232
|
+
Requires-Dist: opentelemetry-proto==1.38.0; extra == "frozen"
|
|
233
|
+
Requires-Dist: opentelemetry-sdk==1.38.0; extra == "frozen"
|
|
234
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.59b0; extra == "frozen"
|
|
235
|
+
Requires-Dist: opentelemetry-util-http==0.59b0; extra == "frozen"
|
|
235
236
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
236
237
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
237
238
|
Requires-Dist: pandas==2.3.3; extra == "frozen"
|
|
238
239
|
Requires-Dist: parfive==2.2.0; extra == "frozen"
|
|
239
|
-
Requires-Dist: pathlib_abc==0.5.
|
|
240
|
+
Requires-Dist: pathlib_abc==0.5.2; extra == "frozen"
|
|
240
241
|
Requires-Dist: pathspec==0.12.1; extra == "frozen"
|
|
241
242
|
Requires-Dist: pendulum==3.1.0; extra == "frozen"
|
|
242
243
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
243
244
|
Requires-Dist: pillow==10.4.0; extra == "frozen"
|
|
244
|
-
Requires-Dist: pip==25.
|
|
245
|
+
Requires-Dist: pip==25.3; extra == "frozen"
|
|
245
246
|
Requires-Dist: platformdirs==4.5.0; extra == "frozen"
|
|
246
247
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
247
248
|
Requires-Dist: pooch==1.8.2; extra == "frozen"
|
|
@@ -250,29 +251,29 @@ Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
|
250
251
|
Requires-Dist: prometheus_client==0.23.1; extra == "frozen"
|
|
251
252
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
252
253
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
253
|
-
Requires-Dist: protobuf==6.
|
|
254
|
-
Requires-Dist: psutil==7.1.
|
|
255
|
-
Requires-Dist: psycopg2-binary==2.9.
|
|
254
|
+
Requires-Dist: protobuf==6.33.0; extra == "frozen"
|
|
255
|
+
Requires-Dist: psutil==7.1.3; extra == "frozen"
|
|
256
|
+
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
256
257
|
Requires-Dist: pycparser==2.23; extra == "frozen"
|
|
257
|
-
Requires-Dist: pydantic==2.12.
|
|
258
|
+
Requires-Dist: pydantic==2.12.3; extra == "frozen"
|
|
258
259
|
Requires-Dist: pydantic-settings==2.11.0; extra == "frozen"
|
|
259
|
-
Requires-Dist: pydantic_core==2.41.
|
|
260
|
+
Requires-Dist: pydantic_core==2.41.4; extra == "frozen"
|
|
260
261
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
261
262
|
Requires-Dist: pyparsing==3.2.5; extra == "frozen"
|
|
262
263
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
263
264
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
264
|
-
Requires-Dist: python-dotenv==1.
|
|
265
|
+
Requires-Dist: python-dotenv==1.2.1; extra == "frozen"
|
|
265
266
|
Requires-Dist: python-nvd3==0.16.0; extra == "frozen"
|
|
266
267
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
267
268
|
Requires-Dist: pytz==2025.2; extra == "frozen"
|
|
268
269
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
269
|
-
Requires-Dist: referencing==0.
|
|
270
|
+
Requires-Dist: referencing==0.37.0; extra == "frozen"
|
|
270
271
|
Requires-Dist: requests==2.32.5; extra == "frozen"
|
|
271
272
|
Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
|
|
272
273
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
273
274
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
274
|
-
Requires-Dist: rich-argparse==1.7.
|
|
275
|
-
Requires-Dist: rpds-py==0.
|
|
275
|
+
Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
|
|
276
|
+
Requires-Dist: rpds-py==0.28.0; extra == "frozen"
|
|
276
277
|
Requires-Dist: s3transfer==0.14.0; extra == "frozen"
|
|
277
278
|
Requires-Dist: scikit-image==0.25.2; extra == "frozen"
|
|
278
279
|
Requires-Dist: scipy==1.15.3; extra == "frozen"
|
|
@@ -287,9 +288,9 @@ Requires-Dist: sunpy==6.1.1; extra == "frozen"
|
|
|
287
288
|
Requires-Dist: tabulate==0.9.0; extra == "frozen"
|
|
288
289
|
Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
289
290
|
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
290
|
-
Requires-Dist: termcolor==3.
|
|
291
|
+
Requires-Dist: termcolor==3.2.0; extra == "frozen"
|
|
291
292
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
292
|
-
Requires-Dist: tifffile==2025.10.
|
|
293
|
+
Requires-Dist: tifffile==2025.10.16; extra == "frozen"
|
|
293
294
|
Requires-Dist: tornado==6.5.2; extra == "frozen"
|
|
294
295
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
295
296
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
@@ -298,7 +299,7 @@ Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
|
298
299
|
Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
299
300
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
300
301
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
301
|
-
Requires-Dist: universal_pathlib==0.3.
|
|
302
|
+
Requires-Dist: universal_pathlib==0.3.4; extra == "frozen"
|
|
302
303
|
Requires-Dist: urllib3==2.5.0; extra == "frozen"
|
|
303
304
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
304
305
|
Requires-Dist: voluptuous==0.15.2; extra == "frozen"
|