dkist-processing-dlnirsp 0.32.5__tar.gz → 0.32.6__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.5 → dkist_processing_dlnirsp-0.32.6}/CHANGELOG.rst +9 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/PKG-INFO +49 -46
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/README.rst +10 -6
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp.egg-info/PKG-INFO +49 -46
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp.egg-info/requires.txt +38 -39
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/pyproject.toml +40 -41
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/.gitignore +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/.pre-commit-config.yaml +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/.readthedocs.yml +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/.snyk +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/SCIENCE_CHANGELOG.rst +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/changelog/.gitempty +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/config.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/dev_scripts/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/dev_scripts/test_slitbeam_group_assignment.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/models/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/models/constants.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/models/fits_access.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/models/parameters.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/models/tags.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/models/task_name.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/parsers/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/parsers/dlnirsp_l0_fits_access.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/parsers/dlnirsp_l1_fits_acess.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/parsers/mosaic.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/parsers/task.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/parsers/time.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/parsers/wavelength.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/parsers/wcs_corrections.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tasks/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tasks/assemble_movie.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tasks/bad_pixel_map.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tasks/dark.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tasks/dlnirsp_base.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tasks/geometric.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tasks/ifu_drift.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tasks/instrument_polarization.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tasks/l1_output_data.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tasks/lamp.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tasks/linearity_correction.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tasks/make_movie_frames.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tasks/mixin/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tasks/mixin/corrections.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tasks/mixin/group_id.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tasks/parse.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tasks/quality_metrics.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tasks/science.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tasks/solar.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tasks/wavelength_calibration.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tasks/write_l1.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/conftest.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/local_trial_workflows/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_linearize_only.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_polcals_as_science.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_solar_gain_as_science.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_to_l1.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/local_trial_workflows/local_trial_dev_mockers.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/local_trial_workflows/local_trial_helpers.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/local_trial_workflows/translate_files.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/test_assemble_movie.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/test_assemble_quality.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/test_bad_pixel_map.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/test_corrections.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/test_dark.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/test_dlnirsp_base.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/test_dlnirsp_constants.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/test_dlnirsp_fits_access.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/test_geometric.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/test_group_id.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/test_ifu_drift.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/test_instrument_polarization_calibration.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/test_lamp.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/test_linearity_correction.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/test_make_movie_frames.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/test_parameters.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/test_parse.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/test_quality.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/test_science.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/test_solar.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/test_trial_create_quality_report.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/test_wavelength_calibration.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/test_workflows.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/tests/test_write_l1.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/workflows/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/workflows/l0_processing.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp/workflows/trial_workflow.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp.egg-info/SOURCES.txt +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp.egg-info/dependency_links.txt +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp.egg-info/entry_points.txt +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/dkist_processing_dlnirsp.egg-info/top_level.txt +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/docs/Makefile +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/docs/bad_pixel_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/docs/changelog.rst +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/docs/conf.py +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/docs/gain.rst +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/docs/geometric.rst +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/docs/ifu_drift.rst +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/docs/index.rst +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/docs/l0_to_l1_dlnirsp.rst +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/docs/l0_to_l1_dlnirsp_full-trial.rst +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/docs/landing_page.rst +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/docs/linearization.rst +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/docs/make.bat +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/docs/polarization_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/docs/requirements_table.rst +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/docs/science_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/docs/scientific_changelog.rst +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/docs/wavelength_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/licenses/LICENSE.rst +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/science_towncrier.sh +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/setup.cfg +0 -0
- {dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/towncrier_science.toml +0 -0
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
v0.32.6 (2025-12-05)
|
|
2
|
+
====================
|
|
3
|
+
|
|
4
|
+
Misc
|
|
5
|
+
----
|
|
6
|
+
|
|
7
|
+
- Update dkist-processing-common to 11.9.0 to take advantage of globus account pools for inbound and outbound transfers. (`#119 <https://bitbucket.org/dkistdc/dkist-processing-dlnirsp/pull-requests/119>`__)
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
v0.32.5 (2025-12-02)
|
|
2
11
|
====================
|
|
3
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-dlnirsp
|
|
3
|
-
Version: 0.32.
|
|
3
|
+
Version: 0.32.6
|
|
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,13 +13,13 @@ 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.9.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
|
|
20
20
|
Requires-Dist: dkist-fits-specifications==4.17.0
|
|
21
21
|
Requires-Dist: dkist-spectral-lines==3.0.0
|
|
22
|
-
Requires-Dist: dkist-service-configuration==4.1.
|
|
22
|
+
Requires-Dist: dkist-service-configuration==4.1.13
|
|
23
23
|
Requires-Dist: astropy==7.0.2
|
|
24
24
|
Requires-Dist: numpy==2.2.5
|
|
25
25
|
Requires-Dist: numba==0.61.2
|
|
@@ -99,10 +99,10 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
|
99
99
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
100
100
|
Requires-Dist: anyio==4.12.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
|
|
102
|
-
Requires-Dist: apache-airflow-providers-celery==3.
|
|
102
|
+
Requires-Dist: apache-airflow-providers-celery==3.14.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: apache-airflow-providers-common-compat==1.10.0; extra == "frozen"
|
|
104
104
|
Requires-Dist: apache-airflow-providers-common-io==1.7.0; extra == "frozen"
|
|
105
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
105
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.30.0; extra == "frozen"
|
|
106
106
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
107
107
|
Requires-Dist: apache-airflow-providers-ftp==3.14.0; extra == "frozen"
|
|
108
108
|
Requires-Dist: apache-airflow-providers-http==5.6.0; extra == "frozen"
|
|
@@ -124,8 +124,8 @@ Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
|
124
124
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
126
126
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
127
|
-
Requires-Dist: boto3==1.42.
|
|
128
|
-
Requires-Dist: botocore==1.42.
|
|
127
|
+
Requires-Dist: boto3==1.42.3; extra == "frozen"
|
|
128
|
+
Requires-Dist: botocore==1.42.3; extra == "frozen"
|
|
129
129
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
130
130
|
Requires-Dist: celery==5.6.0; extra == "frozen"
|
|
131
131
|
Requires-Dist: certifi==2025.11.12; extra == "frozen"
|
|
@@ -148,12 +148,12 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
148
148
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
149
149
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
150
150
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
151
|
-
Requires-Dist: dkist-processing-common==11.
|
|
152
|
-
Requires-Dist: dkist-processing-core==6.0.
|
|
153
|
-
Requires-Dist: dkist-processing-dlnirsp==0.32.
|
|
151
|
+
Requires-Dist: dkist-processing-common==11.9.0; extra == "frozen"
|
|
152
|
+
Requires-Dist: dkist-processing-core==6.0.1; extra == "frozen"
|
|
153
|
+
Requires-Dist: dkist-processing-dlnirsp==0.32.6; extra == "frozen"
|
|
154
154
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
155
155
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
156
|
-
Requires-Dist: dkist-service-configuration==4.1.
|
|
156
|
+
Requires-Dist: dkist-service-configuration==4.1.13; extra == "frozen"
|
|
157
157
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
158
158
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
159
159
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
@@ -163,12 +163,11 @@ Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
|
163
163
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
164
164
|
Requires-Dist: fonttools==4.61.0; extra == "frozen"
|
|
165
165
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
166
|
-
Requires-Dist: fsspec==2025.
|
|
167
|
-
Requires-Dist: globus-sdk==
|
|
166
|
+
Requires-Dist: fsspec==2025.12.0; extra == "frozen"
|
|
167
|
+
Requires-Dist: globus-sdk==4.2.0; extra == "frozen"
|
|
168
168
|
Requires-Dist: google-re2==1.1.20251105; extra == "frozen"
|
|
169
169
|
Requires-Dist: googleapis-common-protos==1.72.0; extra == "frozen"
|
|
170
170
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
171
|
-
Requires-Dist: greenlet==3.2.4; extra == "frozen"
|
|
172
171
|
Requires-Dist: grpcio==1.76.0; extra == "frozen"
|
|
173
172
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
174
173
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -210,30 +209,30 @@ Requires-Dist: networkx==3.6; extra == "frozen"
|
|
|
210
209
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
211
210
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
212
211
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
213
|
-
Requires-Dist: opentelemetry-api==1.
|
|
214
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
215
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
216
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
217
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
218
|
-
Requires-Dist: opentelemetry-instrumentation==0.
|
|
219
|
-
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.
|
|
220
|
-
Requires-Dist: opentelemetry-instrumentation-asgi==0.
|
|
221
|
-
Requires-Dist: opentelemetry-instrumentation-botocore==0.
|
|
222
|
-
Requires-Dist: opentelemetry-instrumentation-celery==0.
|
|
223
|
-
Requires-Dist: opentelemetry-instrumentation-dbapi==0.
|
|
224
|
-
Requires-Dist: opentelemetry-instrumentation-fastapi==0.
|
|
225
|
-
Requires-Dist: opentelemetry-instrumentation-pika==0.
|
|
226
|
-
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.
|
|
227
|
-
Requires-Dist: opentelemetry-instrumentation-pymongo==0.
|
|
228
|
-
Requires-Dist: opentelemetry-instrumentation-redis==0.
|
|
229
|
-
Requires-Dist: opentelemetry-instrumentation-requests==0.
|
|
230
|
-
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.
|
|
231
|
-
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.
|
|
212
|
+
Requires-Dist: opentelemetry-api==1.39.0; extra == "frozen"
|
|
213
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.39.0; extra == "frozen"
|
|
214
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.39.0; extra == "frozen"
|
|
215
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.39.0; extra == "frozen"
|
|
216
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.39.0; extra == "frozen"
|
|
217
|
+
Requires-Dist: opentelemetry-instrumentation==0.60b0; extra == "frozen"
|
|
218
|
+
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.60b0; extra == "frozen"
|
|
219
|
+
Requires-Dist: opentelemetry-instrumentation-asgi==0.60b0; extra == "frozen"
|
|
220
|
+
Requires-Dist: opentelemetry-instrumentation-botocore==0.60b0; extra == "frozen"
|
|
221
|
+
Requires-Dist: opentelemetry-instrumentation-celery==0.60b0; extra == "frozen"
|
|
222
|
+
Requires-Dist: opentelemetry-instrumentation-dbapi==0.60b0; extra == "frozen"
|
|
223
|
+
Requires-Dist: opentelemetry-instrumentation-fastapi==0.60b0; extra == "frozen"
|
|
224
|
+
Requires-Dist: opentelemetry-instrumentation-pika==0.60b0; extra == "frozen"
|
|
225
|
+
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.60b0; extra == "frozen"
|
|
226
|
+
Requires-Dist: opentelemetry-instrumentation-pymongo==0.60b0; extra == "frozen"
|
|
227
|
+
Requires-Dist: opentelemetry-instrumentation-redis==0.60b0; extra == "frozen"
|
|
228
|
+
Requires-Dist: opentelemetry-instrumentation-requests==0.60b0; extra == "frozen"
|
|
229
|
+
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.60b0; extra == "frozen"
|
|
230
|
+
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.60b0; extra == "frozen"
|
|
232
231
|
Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
|
|
233
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
234
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
235
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
236
|
-
Requires-Dist: opentelemetry-util-http==0.
|
|
232
|
+
Requires-Dist: opentelemetry-proto==1.39.0; extra == "frozen"
|
|
233
|
+
Requires-Dist: opentelemetry-sdk==1.39.0; extra == "frozen"
|
|
234
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.60b0; extra == "frozen"
|
|
235
|
+
Requires-Dist: opentelemetry-util-http==0.60b0; extra == "frozen"
|
|
237
236
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
238
237
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
239
238
|
Requires-Dist: pandas==2.3.3; extra == "frozen"
|
|
@@ -244,7 +243,7 @@ Requires-Dist: pendulum==3.1.0; extra == "frozen"
|
|
|
244
243
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
245
244
|
Requires-Dist: pillow==10.4.0; extra == "frozen"
|
|
246
245
|
Requires-Dist: pip==25.3; extra == "frozen"
|
|
247
|
-
Requires-Dist: platformdirs==4.5.
|
|
246
|
+
Requires-Dist: platformdirs==4.5.1; extra == "frozen"
|
|
248
247
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
249
248
|
Requires-Dist: pooch==1.8.2; extra == "frozen"
|
|
250
249
|
Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
@@ -300,8 +299,8 @@ Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
|
300
299
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
301
300
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
302
301
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
303
|
-
Requires-Dist: universal_pathlib==0.3.
|
|
304
|
-
Requires-Dist: urllib3==2.
|
|
302
|
+
Requires-Dist: universal_pathlib==0.3.7; extra == "frozen"
|
|
303
|
+
Requires-Dist: urllib3==2.6.0; extra == "frozen"
|
|
305
304
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
306
305
|
Requires-Dist: voluptuous==0.15.2; extra == "frozen"
|
|
307
306
|
Requires-Dist: wcwidth==0.2.14; extra == "frozen"
|
|
@@ -346,6 +345,10 @@ Environment Variables
|
|
|
346
345
|
- annotation=str required=False default='unknown-service-version' alias_priority=2 validation_alias='DKIST_SERVICE_VERSION' description='Service version for OpenTelemetry'
|
|
347
346
|
* - NOMAD_ALLOC_ID
|
|
348
347
|
- annotation=str required=False default='unknown-allocation-id' alias_priority=2 validation_alias='NOMAD_ALLOC_ID' description='Nomad allocation ID for OpenTelemetry'
|
|
348
|
+
* - NOMAD_ALLOC_NAME
|
|
349
|
+
- annotation=str required=False default='unknown-allocation-name' alias='NOMAD_ALLOC_NAME' alias_priority=2 description='Allocation name for the deployed container the task is running on.'
|
|
350
|
+
* - NOMAD_GROUP_NAME
|
|
351
|
+
- annotation=str required=False default='unknown-allocation-group' alias='NOMAD_GROUP_NAME' alias_priority=2 description='Allocation group for the deployed container the task is running on'
|
|
349
352
|
* - OTEL_EXPORTER_OTLP_TRACES_INSECURE
|
|
350
353
|
- annotation=bool required=False default=True description='Use insecure connection for OTLP traces'
|
|
351
354
|
* - OTEL_EXPORTER_OTLP_METRICS_INSECURE
|
|
@@ -386,12 +389,12 @@ Environment Variables
|
|
|
386
389
|
- annotation=Union[dict, NoneType] required=False default=None description='S3 upload configuration for the object store.'
|
|
387
390
|
* - S3_DOWNLOAD_CONFIG
|
|
388
391
|
- annotation=Union[dict, NoneType] required=False default=None description='S3 download configuration for the object store.'
|
|
389
|
-
* -
|
|
390
|
-
- annotation=
|
|
391
|
-
* -
|
|
392
|
-
- annotation=
|
|
393
|
-
* -
|
|
394
|
-
- annotation=
|
|
392
|
+
* - GLOBUS_MAX_RETRIES
|
|
393
|
+
- annotation=int required=False default=5 description='Max retries for transient errors on calls to the globus api.'
|
|
394
|
+
* - GLOBUS_INBOUND_CLIENT_CREDENTIALS
|
|
395
|
+
- annotation=list[GlobusClientCredential] required=False default_factory=list description='Globus client credentials for inbound transfers.' examples=[[{'client_id': 'id1', 'client_secret': 'secret1'}, {'client_id': 'id2', 'client_secret': 'secret2'}]]
|
|
396
|
+
* - GLOBUS_OUTBOUND_CLIENT_CREDENTIALS
|
|
397
|
+
- annotation=list[GlobusClientCredential] required=False default_factory=list description='Globus client credentials for outbound transfers.' examples=[[{'client_id': 'id3', 'client_secret': 'secret3'}, {'client_id': 'id4', 'client_secret': 'secret4'}]]
|
|
395
398
|
* - OBJECT_STORE_ENDPOINT
|
|
396
399
|
- annotation=Union[str, NoneType] required=False default=None description='Object store Globus Endpoint ID.'
|
|
397
400
|
* - SCRATCH_ENDPOINT
|
|
@@ -33,6 +33,10 @@ Environment Variables
|
|
|
33
33
|
- annotation=str required=False default='unknown-service-version' alias_priority=2 validation_alias='DKIST_SERVICE_VERSION' description='Service version for OpenTelemetry'
|
|
34
34
|
* - NOMAD_ALLOC_ID
|
|
35
35
|
- annotation=str required=False default='unknown-allocation-id' alias_priority=2 validation_alias='NOMAD_ALLOC_ID' description='Nomad allocation ID for OpenTelemetry'
|
|
36
|
+
* - NOMAD_ALLOC_NAME
|
|
37
|
+
- annotation=str required=False default='unknown-allocation-name' alias='NOMAD_ALLOC_NAME' alias_priority=2 description='Allocation name for the deployed container the task is running on.'
|
|
38
|
+
* - NOMAD_GROUP_NAME
|
|
39
|
+
- annotation=str required=False default='unknown-allocation-group' alias='NOMAD_GROUP_NAME' alias_priority=2 description='Allocation group for the deployed container the task is running on'
|
|
36
40
|
* - OTEL_EXPORTER_OTLP_TRACES_INSECURE
|
|
37
41
|
- annotation=bool required=False default=True description='Use insecure connection for OTLP traces'
|
|
38
42
|
* - OTEL_EXPORTER_OTLP_METRICS_INSECURE
|
|
@@ -73,12 +77,12 @@ Environment Variables
|
|
|
73
77
|
- annotation=Union[dict, NoneType] required=False default=None description='S3 upload configuration for the object store.'
|
|
74
78
|
* - S3_DOWNLOAD_CONFIG
|
|
75
79
|
- annotation=Union[dict, NoneType] required=False default=None description='S3 download configuration for the object store.'
|
|
76
|
-
* -
|
|
77
|
-
- annotation=
|
|
78
|
-
* -
|
|
79
|
-
- annotation=
|
|
80
|
-
* -
|
|
81
|
-
- annotation=
|
|
80
|
+
* - GLOBUS_MAX_RETRIES
|
|
81
|
+
- annotation=int required=False default=5 description='Max retries for transient errors on calls to the globus api.'
|
|
82
|
+
* - GLOBUS_INBOUND_CLIENT_CREDENTIALS
|
|
83
|
+
- annotation=list[GlobusClientCredential] required=False default_factory=list description='Globus client credentials for inbound transfers.' examples=[[{'client_id': 'id1', 'client_secret': 'secret1'}, {'client_id': 'id2', 'client_secret': 'secret2'}]]
|
|
84
|
+
* - GLOBUS_OUTBOUND_CLIENT_CREDENTIALS
|
|
85
|
+
- annotation=list[GlobusClientCredential] required=False default_factory=list description='Globus client credentials for outbound transfers.' examples=[[{'client_id': 'id3', 'client_secret': 'secret3'}, {'client_id': 'id4', 'client_secret': 'secret4'}]]
|
|
82
86
|
* - OBJECT_STORE_ENDPOINT
|
|
83
87
|
- annotation=Union[str, NoneType] required=False default=None description='Object store Globus Endpoint ID.'
|
|
84
88
|
* - SCRATCH_ENDPOINT
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-dlnirsp
|
|
3
|
-
Version: 0.32.
|
|
3
|
+
Version: 0.32.6
|
|
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,13 +13,13 @@ 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.9.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
|
|
20
20
|
Requires-Dist: dkist-fits-specifications==4.17.0
|
|
21
21
|
Requires-Dist: dkist-spectral-lines==3.0.0
|
|
22
|
-
Requires-Dist: dkist-service-configuration==4.1.
|
|
22
|
+
Requires-Dist: dkist-service-configuration==4.1.13
|
|
23
23
|
Requires-Dist: astropy==7.0.2
|
|
24
24
|
Requires-Dist: numpy==2.2.5
|
|
25
25
|
Requires-Dist: numba==0.61.2
|
|
@@ -99,10 +99,10 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
|
99
99
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
100
100
|
Requires-Dist: anyio==4.12.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
|
|
102
|
-
Requires-Dist: apache-airflow-providers-celery==3.
|
|
102
|
+
Requires-Dist: apache-airflow-providers-celery==3.14.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: apache-airflow-providers-common-compat==1.10.0; extra == "frozen"
|
|
104
104
|
Requires-Dist: apache-airflow-providers-common-io==1.7.0; extra == "frozen"
|
|
105
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
105
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.30.0; extra == "frozen"
|
|
106
106
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
107
107
|
Requires-Dist: apache-airflow-providers-ftp==3.14.0; extra == "frozen"
|
|
108
108
|
Requires-Dist: apache-airflow-providers-http==5.6.0; extra == "frozen"
|
|
@@ -124,8 +124,8 @@ Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
|
124
124
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
126
126
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
127
|
-
Requires-Dist: boto3==1.42.
|
|
128
|
-
Requires-Dist: botocore==1.42.
|
|
127
|
+
Requires-Dist: boto3==1.42.3; extra == "frozen"
|
|
128
|
+
Requires-Dist: botocore==1.42.3; extra == "frozen"
|
|
129
129
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
130
130
|
Requires-Dist: celery==5.6.0; extra == "frozen"
|
|
131
131
|
Requires-Dist: certifi==2025.11.12; extra == "frozen"
|
|
@@ -148,12 +148,12 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
148
148
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
149
149
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
150
150
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
151
|
-
Requires-Dist: dkist-processing-common==11.
|
|
152
|
-
Requires-Dist: dkist-processing-core==6.0.
|
|
153
|
-
Requires-Dist: dkist-processing-dlnirsp==0.32.
|
|
151
|
+
Requires-Dist: dkist-processing-common==11.9.0; extra == "frozen"
|
|
152
|
+
Requires-Dist: dkist-processing-core==6.0.1; extra == "frozen"
|
|
153
|
+
Requires-Dist: dkist-processing-dlnirsp==0.32.6; extra == "frozen"
|
|
154
154
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
155
155
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
156
|
-
Requires-Dist: dkist-service-configuration==4.1.
|
|
156
|
+
Requires-Dist: dkist-service-configuration==4.1.13; extra == "frozen"
|
|
157
157
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
158
158
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
159
159
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
@@ -163,12 +163,11 @@ Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
|
163
163
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
164
164
|
Requires-Dist: fonttools==4.61.0; extra == "frozen"
|
|
165
165
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
166
|
-
Requires-Dist: fsspec==2025.
|
|
167
|
-
Requires-Dist: globus-sdk==
|
|
166
|
+
Requires-Dist: fsspec==2025.12.0; extra == "frozen"
|
|
167
|
+
Requires-Dist: globus-sdk==4.2.0; extra == "frozen"
|
|
168
168
|
Requires-Dist: google-re2==1.1.20251105; extra == "frozen"
|
|
169
169
|
Requires-Dist: googleapis-common-protos==1.72.0; extra == "frozen"
|
|
170
170
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
171
|
-
Requires-Dist: greenlet==3.2.4; extra == "frozen"
|
|
172
171
|
Requires-Dist: grpcio==1.76.0; extra == "frozen"
|
|
173
172
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
174
173
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -210,30 +209,30 @@ Requires-Dist: networkx==3.6; extra == "frozen"
|
|
|
210
209
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
211
210
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
212
211
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
213
|
-
Requires-Dist: opentelemetry-api==1.
|
|
214
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
215
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
216
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
217
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
218
|
-
Requires-Dist: opentelemetry-instrumentation==0.
|
|
219
|
-
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.
|
|
220
|
-
Requires-Dist: opentelemetry-instrumentation-asgi==0.
|
|
221
|
-
Requires-Dist: opentelemetry-instrumentation-botocore==0.
|
|
222
|
-
Requires-Dist: opentelemetry-instrumentation-celery==0.
|
|
223
|
-
Requires-Dist: opentelemetry-instrumentation-dbapi==0.
|
|
224
|
-
Requires-Dist: opentelemetry-instrumentation-fastapi==0.
|
|
225
|
-
Requires-Dist: opentelemetry-instrumentation-pika==0.
|
|
226
|
-
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.
|
|
227
|
-
Requires-Dist: opentelemetry-instrumentation-pymongo==0.
|
|
228
|
-
Requires-Dist: opentelemetry-instrumentation-redis==0.
|
|
229
|
-
Requires-Dist: opentelemetry-instrumentation-requests==0.
|
|
230
|
-
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.
|
|
231
|
-
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.
|
|
212
|
+
Requires-Dist: opentelemetry-api==1.39.0; extra == "frozen"
|
|
213
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.39.0; extra == "frozen"
|
|
214
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.39.0; extra == "frozen"
|
|
215
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.39.0; extra == "frozen"
|
|
216
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.39.0; extra == "frozen"
|
|
217
|
+
Requires-Dist: opentelemetry-instrumentation==0.60b0; extra == "frozen"
|
|
218
|
+
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.60b0; extra == "frozen"
|
|
219
|
+
Requires-Dist: opentelemetry-instrumentation-asgi==0.60b0; extra == "frozen"
|
|
220
|
+
Requires-Dist: opentelemetry-instrumentation-botocore==0.60b0; extra == "frozen"
|
|
221
|
+
Requires-Dist: opentelemetry-instrumentation-celery==0.60b0; extra == "frozen"
|
|
222
|
+
Requires-Dist: opentelemetry-instrumentation-dbapi==0.60b0; extra == "frozen"
|
|
223
|
+
Requires-Dist: opentelemetry-instrumentation-fastapi==0.60b0; extra == "frozen"
|
|
224
|
+
Requires-Dist: opentelemetry-instrumentation-pika==0.60b0; extra == "frozen"
|
|
225
|
+
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.60b0; extra == "frozen"
|
|
226
|
+
Requires-Dist: opentelemetry-instrumentation-pymongo==0.60b0; extra == "frozen"
|
|
227
|
+
Requires-Dist: opentelemetry-instrumentation-redis==0.60b0; extra == "frozen"
|
|
228
|
+
Requires-Dist: opentelemetry-instrumentation-requests==0.60b0; extra == "frozen"
|
|
229
|
+
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.60b0; extra == "frozen"
|
|
230
|
+
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.60b0; extra == "frozen"
|
|
232
231
|
Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
|
|
233
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
234
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
235
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
236
|
-
Requires-Dist: opentelemetry-util-http==0.
|
|
232
|
+
Requires-Dist: opentelemetry-proto==1.39.0; extra == "frozen"
|
|
233
|
+
Requires-Dist: opentelemetry-sdk==1.39.0; extra == "frozen"
|
|
234
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.60b0; extra == "frozen"
|
|
235
|
+
Requires-Dist: opentelemetry-util-http==0.60b0; extra == "frozen"
|
|
237
236
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
238
237
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
239
238
|
Requires-Dist: pandas==2.3.3; extra == "frozen"
|
|
@@ -244,7 +243,7 @@ Requires-Dist: pendulum==3.1.0; extra == "frozen"
|
|
|
244
243
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
245
244
|
Requires-Dist: pillow==10.4.0; extra == "frozen"
|
|
246
245
|
Requires-Dist: pip==25.3; extra == "frozen"
|
|
247
|
-
Requires-Dist: platformdirs==4.5.
|
|
246
|
+
Requires-Dist: platformdirs==4.5.1; extra == "frozen"
|
|
248
247
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
249
248
|
Requires-Dist: pooch==1.8.2; extra == "frozen"
|
|
250
249
|
Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
@@ -300,8 +299,8 @@ Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
|
300
299
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
301
300
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
302
301
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
303
|
-
Requires-Dist: universal_pathlib==0.3.
|
|
304
|
-
Requires-Dist: urllib3==2.
|
|
302
|
+
Requires-Dist: universal_pathlib==0.3.7; extra == "frozen"
|
|
303
|
+
Requires-Dist: urllib3==2.6.0; extra == "frozen"
|
|
305
304
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
306
305
|
Requires-Dist: voluptuous==0.15.2; extra == "frozen"
|
|
307
306
|
Requires-Dist: wcwidth==0.2.14; extra == "frozen"
|
|
@@ -346,6 +345,10 @@ Environment Variables
|
|
|
346
345
|
- annotation=str required=False default='unknown-service-version' alias_priority=2 validation_alias='DKIST_SERVICE_VERSION' description='Service version for OpenTelemetry'
|
|
347
346
|
* - NOMAD_ALLOC_ID
|
|
348
347
|
- annotation=str required=False default='unknown-allocation-id' alias_priority=2 validation_alias='NOMAD_ALLOC_ID' description='Nomad allocation ID for OpenTelemetry'
|
|
348
|
+
* - NOMAD_ALLOC_NAME
|
|
349
|
+
- annotation=str required=False default='unknown-allocation-name' alias='NOMAD_ALLOC_NAME' alias_priority=2 description='Allocation name for the deployed container the task is running on.'
|
|
350
|
+
* - NOMAD_GROUP_NAME
|
|
351
|
+
- annotation=str required=False default='unknown-allocation-group' alias='NOMAD_GROUP_NAME' alias_priority=2 description='Allocation group for the deployed container the task is running on'
|
|
349
352
|
* - OTEL_EXPORTER_OTLP_TRACES_INSECURE
|
|
350
353
|
- annotation=bool required=False default=True description='Use insecure connection for OTLP traces'
|
|
351
354
|
* - OTEL_EXPORTER_OTLP_METRICS_INSECURE
|
|
@@ -386,12 +389,12 @@ Environment Variables
|
|
|
386
389
|
- annotation=Union[dict, NoneType] required=False default=None description='S3 upload configuration for the object store.'
|
|
387
390
|
* - S3_DOWNLOAD_CONFIG
|
|
388
391
|
- annotation=Union[dict, NoneType] required=False default=None description='S3 download configuration for the object store.'
|
|
389
|
-
* -
|
|
390
|
-
- annotation=
|
|
391
|
-
* -
|
|
392
|
-
- annotation=
|
|
393
|
-
* -
|
|
394
|
-
- annotation=
|
|
392
|
+
* - GLOBUS_MAX_RETRIES
|
|
393
|
+
- annotation=int required=False default=5 description='Max retries for transient errors on calls to the globus api.'
|
|
394
|
+
* - GLOBUS_INBOUND_CLIENT_CREDENTIALS
|
|
395
|
+
- annotation=list[GlobusClientCredential] required=False default_factory=list description='Globus client credentials for inbound transfers.' examples=[[{'client_id': 'id1', 'client_secret': 'secret1'}, {'client_id': 'id2', 'client_secret': 'secret2'}]]
|
|
396
|
+
* - GLOBUS_OUTBOUND_CLIENT_CREDENTIALS
|
|
397
|
+
- annotation=list[GlobusClientCredential] required=False default_factory=list description='Globus client credentials for outbound transfers.' examples=[[{'client_id': 'id3', 'client_secret': 'secret3'}, {'client_id': 'id4', 'client_secret': 'secret4'}]]
|
|
395
398
|
* - OBJECT_STORE_ENDPOINT
|
|
396
399
|
- annotation=Union[str, NoneType] required=False default=None description='Object store Globus Endpoint ID.'
|
|
397
400
|
* - SCRATCH_ENDPOINT
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
dkist-processing-common==11.
|
|
1
|
+
dkist-processing-common==11.9.0
|
|
2
2
|
dkist-processing-math==2.2.1
|
|
3
3
|
dkist-processing-pac==3.1.1
|
|
4
4
|
dkist-header-validator==5.2.1
|
|
5
5
|
dkist-fits-specifications==4.17.0
|
|
6
6
|
dkist-spectral-lines==3.0.0
|
|
7
|
-
dkist-service-configuration==4.1.
|
|
7
|
+
dkist-service-configuration==4.1.13
|
|
8
8
|
astropy==7.0.2
|
|
9
9
|
numpy==2.2.5
|
|
10
10
|
numba==0.61.2
|
|
@@ -64,10 +64,10 @@ amqp==5.3.1
|
|
|
64
64
|
annotated-types==0.7.0
|
|
65
65
|
anyio==4.12.0
|
|
66
66
|
apache-airflow==2.11.0
|
|
67
|
-
apache-airflow-providers-celery==3.
|
|
67
|
+
apache-airflow-providers-celery==3.14.0
|
|
68
68
|
apache-airflow-providers-common-compat==1.10.0
|
|
69
69
|
apache-airflow-providers-common-io==1.7.0
|
|
70
|
-
apache-airflow-providers-common-sql==1.
|
|
70
|
+
apache-airflow-providers-common-sql==1.30.0
|
|
71
71
|
apache-airflow-providers-fab==1.5.3
|
|
72
72
|
apache-airflow-providers-ftp==3.14.0
|
|
73
73
|
apache-airflow-providers-http==5.6.0
|
|
@@ -89,8 +89,8 @@ attrs==25.4.0
|
|
|
89
89
|
babel==2.17.0
|
|
90
90
|
billiard==4.2.4
|
|
91
91
|
blinker==1.9.0
|
|
92
|
-
boto3==1.42.
|
|
93
|
-
botocore==1.42.
|
|
92
|
+
boto3==1.42.3
|
|
93
|
+
botocore==1.42.3
|
|
94
94
|
cachelib==0.13.0
|
|
95
95
|
celery==5.6.0
|
|
96
96
|
certifi==2025.11.12
|
|
@@ -113,12 +113,12 @@ dacite==1.9.2
|
|
|
113
113
|
decorator==5.2.1
|
|
114
114
|
dill==0.4.0
|
|
115
115
|
dkist-header-validator==5.2.1
|
|
116
|
-
dkist-processing-common==11.
|
|
117
|
-
dkist-processing-core==6.0.
|
|
118
|
-
dkist-processing-dlnirsp==0.32.
|
|
116
|
+
dkist-processing-common==11.9.0
|
|
117
|
+
dkist-processing-core==6.0.1
|
|
118
|
+
dkist-processing-dlnirsp==0.32.6
|
|
119
119
|
dkist-processing-math==2.2.1
|
|
120
120
|
dkist-processing-pac==3.1.1
|
|
121
|
-
dkist-service-configuration==4.1.
|
|
121
|
+
dkist-service-configuration==4.1.13
|
|
122
122
|
dkist-spectral-lines==3.0.0
|
|
123
123
|
dkist_fits_specifications==4.17.0
|
|
124
124
|
dnspython==2.8.0
|
|
@@ -128,12 +128,11 @@ fastjsonschema==2.21.2
|
|
|
128
128
|
flower==2.0.1
|
|
129
129
|
fonttools==4.61.0
|
|
130
130
|
frozenlist==1.8.0
|
|
131
|
-
fsspec==2025.
|
|
132
|
-
globus-sdk==
|
|
131
|
+
fsspec==2025.12.0
|
|
132
|
+
globus-sdk==4.2.0
|
|
133
133
|
google-re2==1.1.20251105
|
|
134
134
|
googleapis-common-protos==1.72.0
|
|
135
135
|
gqlclient==1.2.3
|
|
136
|
-
greenlet==3.2.4
|
|
137
136
|
grpcio==1.76.0
|
|
138
137
|
gunicorn==23.0.0
|
|
139
138
|
h11==0.16.0
|
|
@@ -175,30 +174,30 @@ networkx==3.6
|
|
|
175
174
|
numba==0.61.2
|
|
176
175
|
numpy==2.2.5
|
|
177
176
|
object-clerk==1.0.0
|
|
178
|
-
opentelemetry-api==1.
|
|
179
|
-
opentelemetry-exporter-otlp==1.
|
|
180
|
-
opentelemetry-exporter-otlp-proto-common==1.
|
|
181
|
-
opentelemetry-exporter-otlp-proto-grpc==1.
|
|
182
|
-
opentelemetry-exporter-otlp-proto-http==1.
|
|
183
|
-
opentelemetry-instrumentation==0.
|
|
184
|
-
opentelemetry-instrumentation-aiohttp-client==0.
|
|
185
|
-
opentelemetry-instrumentation-asgi==0.
|
|
186
|
-
opentelemetry-instrumentation-botocore==0.
|
|
187
|
-
opentelemetry-instrumentation-celery==0.
|
|
188
|
-
opentelemetry-instrumentation-dbapi==0.
|
|
189
|
-
opentelemetry-instrumentation-fastapi==0.
|
|
190
|
-
opentelemetry-instrumentation-pika==0.
|
|
191
|
-
opentelemetry-instrumentation-psycopg2==0.
|
|
192
|
-
opentelemetry-instrumentation-pymongo==0.
|
|
193
|
-
opentelemetry-instrumentation-redis==0.
|
|
194
|
-
opentelemetry-instrumentation-requests==0.
|
|
195
|
-
opentelemetry-instrumentation-sqlalchemy==0.
|
|
196
|
-
opentelemetry-instrumentation-system-metrics==0.
|
|
177
|
+
opentelemetry-api==1.39.0
|
|
178
|
+
opentelemetry-exporter-otlp==1.39.0
|
|
179
|
+
opentelemetry-exporter-otlp-proto-common==1.39.0
|
|
180
|
+
opentelemetry-exporter-otlp-proto-grpc==1.39.0
|
|
181
|
+
opentelemetry-exporter-otlp-proto-http==1.39.0
|
|
182
|
+
opentelemetry-instrumentation==0.60b0
|
|
183
|
+
opentelemetry-instrumentation-aiohttp-client==0.60b0
|
|
184
|
+
opentelemetry-instrumentation-asgi==0.60b0
|
|
185
|
+
opentelemetry-instrumentation-botocore==0.60b0
|
|
186
|
+
opentelemetry-instrumentation-celery==0.60b0
|
|
187
|
+
opentelemetry-instrumentation-dbapi==0.60b0
|
|
188
|
+
opentelemetry-instrumentation-fastapi==0.60b0
|
|
189
|
+
opentelemetry-instrumentation-pika==0.60b0
|
|
190
|
+
opentelemetry-instrumentation-psycopg2==0.60b0
|
|
191
|
+
opentelemetry-instrumentation-pymongo==0.60b0
|
|
192
|
+
opentelemetry-instrumentation-redis==0.60b0
|
|
193
|
+
opentelemetry-instrumentation-requests==0.60b0
|
|
194
|
+
opentelemetry-instrumentation-sqlalchemy==0.60b0
|
|
195
|
+
opentelemetry-instrumentation-system-metrics==0.60b0
|
|
197
196
|
opentelemetry-propagator-aws-xray==1.0.2
|
|
198
|
-
opentelemetry-proto==1.
|
|
199
|
-
opentelemetry-sdk==1.
|
|
200
|
-
opentelemetry-semantic-conventions==0.
|
|
201
|
-
opentelemetry-util-http==0.
|
|
197
|
+
opentelemetry-proto==1.39.0
|
|
198
|
+
opentelemetry-sdk==1.39.0
|
|
199
|
+
opentelemetry-semantic-conventions==0.60b0
|
|
200
|
+
opentelemetry-util-http==0.60b0
|
|
202
201
|
ordered-set==4.1.0
|
|
203
202
|
packaging==25.0
|
|
204
203
|
pandas==2.3.3
|
|
@@ -209,7 +208,7 @@ pendulum==3.1.0
|
|
|
209
208
|
pika==1.3.2
|
|
210
209
|
pillow==10.4.0
|
|
211
210
|
pip==25.3
|
|
212
|
-
platformdirs==4.5.
|
|
211
|
+
platformdirs==4.5.1
|
|
213
212
|
pluggy==1.6.0
|
|
214
213
|
pooch==1.8.2
|
|
215
214
|
prison==0.2.1
|
|
@@ -265,8 +264,8 @@ tzdata==2025.2
|
|
|
265
264
|
tzlocal==5.3.1
|
|
266
265
|
uc-micro-py==1.0.3
|
|
267
266
|
uncertainties==3.2.3
|
|
268
|
-
universal_pathlib==0.3.
|
|
269
|
-
urllib3==2.
|
|
267
|
+
universal_pathlib==0.3.7
|
|
268
|
+
urllib3==2.6.0
|
|
270
269
|
vine==5.1.0
|
|
271
270
|
voluptuous==0.15.2
|
|
272
271
|
wcwidth==0.2.14
|
|
@@ -9,8 +9,8 @@ find = {}
|
|
|
9
9
|
|
|
10
10
|
[tool.dkist-dev-tools]
|
|
11
11
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "0.32.
|
|
13
|
-
date = 2025-12-
|
|
12
|
+
version = "0.32.6"
|
|
13
|
+
date = 2025-12-05T11:36:26.772516
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,13 +26,13 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.12",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 11.
|
|
29
|
+
"dkist-processing-common == 11.9.0",
|
|
30
30
|
"dkist-processing-math == 2.2.1",
|
|
31
31
|
"dkist-processing-pac == 3.1.1",
|
|
32
32
|
"dkist-header-validator == 5.2.1",
|
|
33
33
|
"dkist-fits-specifications == 4.17.0",
|
|
34
34
|
"dkist-spectral-lines == 3.0.0",
|
|
35
|
-
"dkist-service-configuration == 4.1.
|
|
35
|
+
"dkist-service-configuration == 4.1.13",
|
|
36
36
|
"astropy == 7.0.2",
|
|
37
37
|
"numpy == 2.2.5",
|
|
38
38
|
"numba == 0.61.2",
|
|
@@ -127,10 +127,10 @@ frozen = [
|
|
|
127
127
|
"annotated-types == 0.7.0",
|
|
128
128
|
"anyio == 4.12.0",
|
|
129
129
|
"apache-airflow == 2.11.0",
|
|
130
|
-
"apache-airflow-providers-celery == 3.
|
|
130
|
+
"apache-airflow-providers-celery == 3.14.0",
|
|
131
131
|
"apache-airflow-providers-common-compat == 1.10.0",
|
|
132
132
|
"apache-airflow-providers-common-io == 1.7.0",
|
|
133
|
-
"apache-airflow-providers-common-sql == 1.
|
|
133
|
+
"apache-airflow-providers-common-sql == 1.30.0",
|
|
134
134
|
"apache-airflow-providers-fab == 1.5.3",
|
|
135
135
|
"apache-airflow-providers-ftp == 3.14.0",
|
|
136
136
|
"apache-airflow-providers-http == 5.6.0",
|
|
@@ -152,8 +152,8 @@ frozen = [
|
|
|
152
152
|
"babel == 2.17.0",
|
|
153
153
|
"billiard == 4.2.4",
|
|
154
154
|
"blinker == 1.9.0",
|
|
155
|
-
"boto3 == 1.42.
|
|
156
|
-
"botocore == 1.42.
|
|
155
|
+
"boto3 == 1.42.3",
|
|
156
|
+
"botocore == 1.42.3",
|
|
157
157
|
"cachelib == 0.13.0",
|
|
158
158
|
"celery == 5.6.0",
|
|
159
159
|
"certifi == 2025.11.12",
|
|
@@ -176,12 +176,12 @@ frozen = [
|
|
|
176
176
|
"decorator == 5.2.1",
|
|
177
177
|
"dill == 0.4.0",
|
|
178
178
|
"dkist-header-validator == 5.2.1",
|
|
179
|
-
"dkist-processing-common == 11.
|
|
180
|
-
"dkist-processing-core == 6.0.
|
|
181
|
-
"dkist-processing-dlnirsp == 0.32.
|
|
179
|
+
"dkist-processing-common == 11.9.0",
|
|
180
|
+
"dkist-processing-core == 6.0.1",
|
|
181
|
+
"dkist-processing-dlnirsp == 0.32.6",
|
|
182
182
|
"dkist-processing-math == 2.2.1",
|
|
183
183
|
"dkist-processing-pac == 3.1.1",
|
|
184
|
-
"dkist-service-configuration == 4.1.
|
|
184
|
+
"dkist-service-configuration == 4.1.13",
|
|
185
185
|
"dkist-spectral-lines == 3.0.0",
|
|
186
186
|
"dkist_fits_specifications == 4.17.0",
|
|
187
187
|
"dnspython == 2.8.0",
|
|
@@ -191,12 +191,11 @@ frozen = [
|
|
|
191
191
|
"flower == 2.0.1",
|
|
192
192
|
"fonttools == 4.61.0",
|
|
193
193
|
"frozenlist == 1.8.0",
|
|
194
|
-
"fsspec == 2025.
|
|
195
|
-
"globus-sdk ==
|
|
194
|
+
"fsspec == 2025.12.0",
|
|
195
|
+
"globus-sdk == 4.2.0",
|
|
196
196
|
"google-re2 == 1.1.20251105",
|
|
197
197
|
"googleapis-common-protos == 1.72.0",
|
|
198
198
|
"gqlclient == 1.2.3",
|
|
199
|
-
"greenlet == 3.2.4",
|
|
200
199
|
"grpcio == 1.76.0",
|
|
201
200
|
"gunicorn == 23.0.0",
|
|
202
201
|
"h11 == 0.16.0",
|
|
@@ -238,30 +237,30 @@ frozen = [
|
|
|
238
237
|
"numba == 0.61.2",
|
|
239
238
|
"numpy == 2.2.5",
|
|
240
239
|
"object-clerk == 1.0.0",
|
|
241
|
-
"opentelemetry-api == 1.
|
|
242
|
-
"opentelemetry-exporter-otlp == 1.
|
|
243
|
-
"opentelemetry-exporter-otlp-proto-common == 1.
|
|
244
|
-
"opentelemetry-exporter-otlp-proto-grpc == 1.
|
|
245
|
-
"opentelemetry-exporter-otlp-proto-http == 1.
|
|
246
|
-
"opentelemetry-instrumentation == 0.
|
|
247
|
-
"opentelemetry-instrumentation-aiohttp-client == 0.
|
|
248
|
-
"opentelemetry-instrumentation-asgi == 0.
|
|
249
|
-
"opentelemetry-instrumentation-botocore == 0.
|
|
250
|
-
"opentelemetry-instrumentation-celery == 0.
|
|
251
|
-
"opentelemetry-instrumentation-dbapi == 0.
|
|
252
|
-
"opentelemetry-instrumentation-fastapi == 0.
|
|
253
|
-
"opentelemetry-instrumentation-pika == 0.
|
|
254
|
-
"opentelemetry-instrumentation-psycopg2 == 0.
|
|
255
|
-
"opentelemetry-instrumentation-pymongo == 0.
|
|
256
|
-
"opentelemetry-instrumentation-redis == 0.
|
|
257
|
-
"opentelemetry-instrumentation-requests == 0.
|
|
258
|
-
"opentelemetry-instrumentation-sqlalchemy == 0.
|
|
259
|
-
"opentelemetry-instrumentation-system-metrics == 0.
|
|
240
|
+
"opentelemetry-api == 1.39.0",
|
|
241
|
+
"opentelemetry-exporter-otlp == 1.39.0",
|
|
242
|
+
"opentelemetry-exporter-otlp-proto-common == 1.39.0",
|
|
243
|
+
"opentelemetry-exporter-otlp-proto-grpc == 1.39.0",
|
|
244
|
+
"opentelemetry-exporter-otlp-proto-http == 1.39.0",
|
|
245
|
+
"opentelemetry-instrumentation == 0.60b0",
|
|
246
|
+
"opentelemetry-instrumentation-aiohttp-client == 0.60b0",
|
|
247
|
+
"opentelemetry-instrumentation-asgi == 0.60b0",
|
|
248
|
+
"opentelemetry-instrumentation-botocore == 0.60b0",
|
|
249
|
+
"opentelemetry-instrumentation-celery == 0.60b0",
|
|
250
|
+
"opentelemetry-instrumentation-dbapi == 0.60b0",
|
|
251
|
+
"opentelemetry-instrumentation-fastapi == 0.60b0",
|
|
252
|
+
"opentelemetry-instrumentation-pika == 0.60b0",
|
|
253
|
+
"opentelemetry-instrumentation-psycopg2 == 0.60b0",
|
|
254
|
+
"opentelemetry-instrumentation-pymongo == 0.60b0",
|
|
255
|
+
"opentelemetry-instrumentation-redis == 0.60b0",
|
|
256
|
+
"opentelemetry-instrumentation-requests == 0.60b0",
|
|
257
|
+
"opentelemetry-instrumentation-sqlalchemy == 0.60b0",
|
|
258
|
+
"opentelemetry-instrumentation-system-metrics == 0.60b0",
|
|
260
259
|
"opentelemetry-propagator-aws-xray == 1.0.2",
|
|
261
|
-
"opentelemetry-proto == 1.
|
|
262
|
-
"opentelemetry-sdk == 1.
|
|
263
|
-
"opentelemetry-semantic-conventions == 0.
|
|
264
|
-
"opentelemetry-util-http == 0.
|
|
260
|
+
"opentelemetry-proto == 1.39.0",
|
|
261
|
+
"opentelemetry-sdk == 1.39.0",
|
|
262
|
+
"opentelemetry-semantic-conventions == 0.60b0",
|
|
263
|
+
"opentelemetry-util-http == 0.60b0",
|
|
265
264
|
"ordered-set == 4.1.0",
|
|
266
265
|
"packaging == 25.0",
|
|
267
266
|
"pandas == 2.3.3",
|
|
@@ -272,7 +271,7 @@ frozen = [
|
|
|
272
271
|
"pika == 1.3.2",
|
|
273
272
|
"pillow == 10.4.0",
|
|
274
273
|
"pip == 25.3",
|
|
275
|
-
"platformdirs == 4.5.
|
|
274
|
+
"platformdirs == 4.5.1",
|
|
276
275
|
"pluggy == 1.6.0",
|
|
277
276
|
"pooch == 1.8.2",
|
|
278
277
|
"prison == 0.2.1",
|
|
@@ -328,8 +327,8 @@ frozen = [
|
|
|
328
327
|
"tzlocal == 5.3.1",
|
|
329
328
|
"uc-micro-py == 1.0.3",
|
|
330
329
|
"uncertainties == 3.2.3",
|
|
331
|
-
"universal_pathlib == 0.3.
|
|
332
|
-
"urllib3 == 2.
|
|
330
|
+
"universal_pathlib == 0.3.7",
|
|
331
|
+
"urllib3 == 2.6.0",
|
|
333
332
|
"vine == 5.1.0",
|
|
334
333
|
"voluptuous == 0.15.2",
|
|
335
334
|
"wcwidth == 0.2.14",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/docs/bad_pixel_calibration.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/docs/l0_to_l1_dlnirsp.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/docs/requirements_table.rst
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/docs/science_calibration.rst
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/docs/scientific_changelog.rst
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.32.5 → dkist_processing_dlnirsp-0.32.6}/docs/wavelength_calibration.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|