dkist-processing-vbi 1.26.0rc4__tar.gz → 1.26.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/.readthedocs.yml +1 -1
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/CHANGELOG.rst +46 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/PKG-INFO +48 -48
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/parsers/spatial_step_pattern.py +2 -2
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tasks/make_movie_frames.py +2 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi.egg-info/PKG-INFO +48 -48
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi.egg-info/SOURCES.txt +0 -1
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi.egg-info/requires.txt +47 -47
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/pyproject.toml +49 -49
- dkist_processing_vbi-1.26.0rc4/changelog/164.misc.rst +0 -1
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/.gitignore +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/.pre-commit-config.yaml +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/.snyk +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/README.rst +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/SCIENCE_CHANGELOG.rst +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/changelog/.gitempty +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/__init__.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/config.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/models/__init__.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/models/constants.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/models/filter.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/models/fits_access.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/models/parameters.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/models/tags.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/parsers/__init__.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/parsers/mosaic_repeats.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/parsers/vbi_l0_fits_access.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/parsers/vbi_l1_fits_access.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tasks/__init__.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tasks/assemble_movie.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tasks/dark.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tasks/gain.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tasks/parse.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tasks/process_summit_processed.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tasks/quality_metrics.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tasks/science.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tasks/vbi_base.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tasks/write_l1.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tests/__init__.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tests/conftest.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tests/local_trial_workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tests/local_trial_workflows/l0_to_l1.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tests/test_assemble_movie.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tests/test_dark.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tests/test_fits_access.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tests/test_gain.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tests/test_make_movie_frames.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tests/test_parse_l0.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tests/test_parse_summit.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tests/test_process_summit.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tests/test_quality_metrics.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tests/test_science.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tests/test_spatial_step_pattern.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tests/test_vbi_base.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tests/test_vbi_constants.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tests/test_workflows.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/tests/test_write_l1.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/workflows/l0_processing.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/workflows/summit_data_processing.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi/workflows/trial_workflows.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi.egg-info/dependency_links.txt +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/dkist_processing_vbi.egg-info/top_level.txt +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/docs/Makefile +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/docs/changelog.rst +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/docs/conf.py +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/docs/index.rst +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/docs/l0_to_l1_vbi_no-speckle-full-trial.rst +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/docs/l0_to_l1_vbi_no-speckle.rst +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/docs/l0_to_l1_vbi_summit-calibrated-full-trial.rst +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/docs/l0_to_l1_vbi_summit-calibrated.rst +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/docs/landing_page.rst +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/docs/make.bat +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/docs/requirements.txt +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/docs/requirements_table.rst +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/docs/scientific_changelog.rst +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/licenses/LICENSE.rst +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/science_towncrier.sh +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/setup.cfg +0 -0
- {dkist_processing_vbi-1.26.0rc4 → dkist_processing_vbi-1.26.4}/towncrier_science.toml +0 -0
|
@@ -1,3 +1,49 @@
|
|
|
1
|
+
v1.26.4 (2026-02-03)
|
|
2
|
+
====================
|
|
3
|
+
|
|
4
|
+
Misc
|
|
5
|
+
----
|
|
6
|
+
|
|
7
|
+
- Use `memmap=True` in `MakeVbiMovieFrames` task. This is a hopefully temporary fix while we improve memory management
|
|
8
|
+
in that task. (`#169 <https://bitbucket.org/dkistdc/dkist-processing-vbi/pull-requests/169>`__)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
v1.26.3 (2026-02-02)
|
|
12
|
+
====================
|
|
13
|
+
|
|
14
|
+
Misc
|
|
15
|
+
----
|
|
16
|
+
|
|
17
|
+
- Move to `dkist-processing-common` v12.3.0, which fixes file descriptor leaks. (`#168 <https://bitbucket.org/dkistdc/dkist-processing-vbi/pull-requests/168>`__)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
v1.26.2 (2026-01-30)
|
|
21
|
+
====================
|
|
22
|
+
|
|
23
|
+
Features
|
|
24
|
+
--------
|
|
25
|
+
|
|
26
|
+
- Integrate the dataset extras framework (`#167 <https://bitbucket.org/dkistdc/dkist-processing-vbi/pull-requests/167>`__)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
v1.26.1 (2026-01-26)
|
|
30
|
+
====================
|
|
31
|
+
|
|
32
|
+
Misc
|
|
33
|
+
----
|
|
34
|
+
|
|
35
|
+
- Update `dkist-processing-common` to v12.1.0 to take advantage of big speedups in the Parse task. (`#166 <https://bitbucket.org/dkistdc/dkist-processing-vbi/pull-requests/166>`__)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
v1.26.0 (2026-01-22)
|
|
39
|
+
====================
|
|
40
|
+
|
|
41
|
+
Misc
|
|
42
|
+
----
|
|
43
|
+
|
|
44
|
+
- Upgrade to use Airflow 3 and a minimum python version of 3.13. (`#164 <https://bitbucket.org/dkistdc/dkist-processing-vbi/pull-requests/164>`__)
|
|
45
|
+
|
|
46
|
+
|
|
1
47
|
v1.25.10 (2026-01-09)
|
|
2
48
|
=====================
|
|
3
49
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-vbi
|
|
3
|
-
Version: 1.26.
|
|
3
|
+
Version: 1.26.4
|
|
4
4
|
Summary: Processing code for the VBI instrument on DKIST
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -13,9 +13,9 @@ Classifier: Programming Language :: Python :: 3
|
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.13
|
|
14
14
|
Requires-Python: >=3.13
|
|
15
15
|
Description-Content-Type: text/x-rst
|
|
16
|
-
Requires-Dist: dkist-processing-common==12.0
|
|
16
|
+
Requires-Dist: dkist-processing-common==12.3.0
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.1
|
|
18
|
-
Requires-Dist: dkist-header-validator==5.
|
|
18
|
+
Requires-Dist: dkist-header-validator==5.3.0
|
|
19
19
|
Requires-Dist: dkist-fits-specifications==4.20.0
|
|
20
20
|
Requires-Dist: astropy==7.0.2
|
|
21
21
|
Requires-Dist: numpy==2.2.5
|
|
@@ -24,7 +24,7 @@ Requires-Dist: scipy==1.15.3
|
|
|
24
24
|
Requires-Dist: pillow==10.4.0
|
|
25
25
|
Requires-Dist: moviepy==2.1.2
|
|
26
26
|
Requires-Dist: dkist-spectral-lines==3.0.0
|
|
27
|
-
Requires-Dist: dkist-service-configuration==4.
|
|
27
|
+
Requires-Dist: dkist-service-configuration==4.2.0
|
|
28
28
|
Provides-Extra: test
|
|
29
29
|
Requires-Dist: pytest; extra == "test"
|
|
30
30
|
Requires-Dist: pytest-cov; extra == "test"
|
|
@@ -62,11 +62,11 @@ Requires-Dist: Jinja2==3.1.6; extra == "frozen"
|
|
|
62
62
|
Requires-Dist: Mako==1.3.10; extra == "frozen"
|
|
63
63
|
Requires-Dist: MarkupSafe==3.0.3; extra == "frozen"
|
|
64
64
|
Requires-Dist: PeakUtils==1.3.5; extra == "frozen"
|
|
65
|
-
Requires-Dist: PyJWT==2.
|
|
65
|
+
Requires-Dist: PyJWT==2.11.0; extra == "frozen"
|
|
66
66
|
Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
67
67
|
Requires-Dist: PyYAML-ft==8.0.0; extra == "frozen"
|
|
68
68
|
Requires-Dist: Pygments==2.19.2; extra == "frozen"
|
|
69
|
-
Requires-Dist: SQLAlchemy==2.0.
|
|
69
|
+
Requires-Dist: SQLAlchemy==2.0.46; extra == "frozen"
|
|
70
70
|
Requires-Dist: SQLAlchemy-JSONField==1.0.2; extra == "frozen"
|
|
71
71
|
Requires-Dist: SQLAlchemy-Utils==0.42.1; extra == "frozen"
|
|
72
72
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
@@ -74,36 +74,36 @@ Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
|
74
74
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
75
75
|
Requires-Dist: aiohttp==3.13.3; extra == "frozen"
|
|
76
76
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
77
|
-
Requires-Dist: aiosmtplib==5.
|
|
77
|
+
Requires-Dist: aiosmtplib==5.1.0; extra == "frozen"
|
|
78
78
|
Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
|
|
79
|
-
Requires-Dist: alembic==1.18.
|
|
79
|
+
Requires-Dist: alembic==1.18.3; extra == "frozen"
|
|
80
80
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
81
81
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
82
82
|
Requires-Dist: anyio==4.12.1; extra == "frozen"
|
|
83
83
|
Requires-Dist: apache-airflow==3.1.6; extra == "frozen"
|
|
84
84
|
Requires-Dist: apache-airflow-core==3.1.6; extra == "frozen"
|
|
85
|
-
Requires-Dist: apache-airflow-providers-celery==3.15.
|
|
86
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.
|
|
87
|
-
Requires-Dist: apache-airflow-providers-common-io==1.7.
|
|
88
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.30.
|
|
89
|
-
Requires-Dist: apache-airflow-providers-postgres==6.5.
|
|
90
|
-
Requires-Dist: apache-airflow-providers-smtp==2.4.
|
|
91
|
-
Requires-Dist: apache-airflow-providers-standard==1.
|
|
85
|
+
Requires-Dist: apache-airflow-providers-celery==3.15.2; extra == "frozen"
|
|
86
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.13.0; extra == "frozen"
|
|
87
|
+
Requires-Dist: apache-airflow-providers-common-io==1.7.1; extra == "frozen"
|
|
88
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.30.4; extra == "frozen"
|
|
89
|
+
Requires-Dist: apache-airflow-providers-postgres==6.5.3; extra == "frozen"
|
|
90
|
+
Requires-Dist: apache-airflow-providers-smtp==2.4.2; extra == "frozen"
|
|
91
|
+
Requires-Dist: apache-airflow-providers-standard==1.11.0; extra == "frozen"
|
|
92
92
|
Requires-Dist: apache-airflow-task-sdk==1.1.6; extra == "frozen"
|
|
93
93
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
94
94
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
97
|
-
Requires-Dist: asgiref==3.11.
|
|
97
|
+
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
98
98
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
99
99
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
100
|
-
Requires-Dist: astropy-iers-data==0.2026.
|
|
100
|
+
Requires-Dist: astropy-iers-data==0.2026.2.2.0.48.1; extra == "frozen"
|
|
101
101
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
103
|
-
Requires-Dist: babel==2.
|
|
103
|
+
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
104
104
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
105
|
-
Requires-Dist: boto3==1.42.
|
|
106
|
-
Requires-Dist: botocore==1.42.
|
|
105
|
+
Requires-Dist: boto3==1.42.40; extra == "frozen"
|
|
106
|
+
Requires-Dist: botocore==1.42.40; extra == "frozen"
|
|
107
107
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
108
108
|
Requires-Dist: celery==5.6.2; extra == "frozen"
|
|
109
109
|
Requires-Dist: certifi==2026.1.4; extra == "frozen"
|
|
@@ -117,18 +117,18 @@ Requires-Dist: colorlog==6.10.1; extra == "frozen"
|
|
|
117
117
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
118
118
|
Requires-Dist: cron_descriptor==2.0.6; extra == "frozen"
|
|
119
119
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
120
|
-
Requires-Dist: cryptography==46.0.
|
|
120
|
+
Requires-Dist: cryptography==46.0.4; extra == "frozen"
|
|
121
121
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
122
122
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
123
123
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
124
|
-
Requires-Dist: dill==0.4.
|
|
125
|
-
Requires-Dist: dkist-header-validator==5.
|
|
126
|
-
Requires-Dist: dkist-processing-common==12.0
|
|
127
|
-
Requires-Dist: dkist-processing-core==7.0.
|
|
124
|
+
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
125
|
+
Requires-Dist: dkist-header-validator==5.3.0; extra == "frozen"
|
|
126
|
+
Requires-Dist: dkist-processing-common==12.3.0; extra == "frozen"
|
|
127
|
+
Requires-Dist: dkist-processing-core==7.0.1; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
129
129
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
130
|
-
Requires-Dist: dkist-processing-vbi==1.26.
|
|
131
|
-
Requires-Dist: dkist-service-configuration==4.
|
|
130
|
+
Requires-Dist: dkist-processing-vbi==1.26.4; extra == "frozen"
|
|
131
|
+
Requires-Dist: dkist-service-configuration==4.2.0; extra == "frozen"
|
|
132
132
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
133
133
|
Requires-Dist: dkist_fits_specifications==4.20.0; extra == "frozen"
|
|
134
134
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
@@ -144,7 +144,7 @@ Requires-Dist: globus-sdk==4.3.1; extra == "frozen"
|
|
|
144
144
|
Requires-Dist: googleapis-common-protos==1.72.0; extra == "frozen"
|
|
145
145
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
146
146
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
147
|
-
Requires-Dist: greenlet==3.3.
|
|
147
|
+
Requires-Dist: greenlet==3.3.1; extra == "frozen"
|
|
148
148
|
Requires-Dist: grpcio==1.76.0; extra == "frozen"
|
|
149
149
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
150
150
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -155,7 +155,7 @@ Requires-Dist: idna==3.11; extra == "frozen"
|
|
|
155
155
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
156
156
|
Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
|
|
157
157
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
158
|
-
Requires-Dist: jmespath==1.0
|
|
158
|
+
Requires-Dist: jmespath==1.1.0; extra == "frozen"
|
|
159
159
|
Requires-Dist: jsonschema==4.26.0; extra == "frozen"
|
|
160
160
|
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
161
161
|
Requires-Dist: jupyter_core==5.9.1; extra == "frozen"
|
|
@@ -175,7 +175,7 @@ Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
|
175
175
|
Requires-Dist: more-itertools==10.8.0; extra == "frozen"
|
|
176
176
|
Requires-Dist: moviepy==2.1.2; extra == "frozen"
|
|
177
177
|
Requires-Dist: msgspec==0.20.0; extra == "frozen"
|
|
178
|
-
Requires-Dist: multidict==6.7.
|
|
178
|
+
Requires-Dist: multidict==6.7.1; extra == "frozen"
|
|
179
179
|
Requires-Dist: natsort==8.4.0; extra == "frozen"
|
|
180
180
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
181
181
|
Requires-Dist: networkx==3.6.1; extra == "frozen"
|
|
@@ -206,43 +206,43 @@ Requires-Dist: opentelemetry-sdk==1.39.1; extra == "frozen"
|
|
|
206
206
|
Requires-Dist: opentelemetry-semantic-conventions==0.60b1; extra == "frozen"
|
|
207
207
|
Requires-Dist: opentelemetry-util-http==0.60b1; extra == "frozen"
|
|
208
208
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
209
|
-
Requires-Dist: packaging==
|
|
210
|
-
Requires-Dist: pandas==
|
|
211
|
-
Requires-Dist: parfive==2.
|
|
212
|
-
Requires-Dist: pathspec==1.0.
|
|
213
|
-
Requires-Dist: pendulum==3.
|
|
209
|
+
Requires-Dist: packaging==26.0; extra == "frozen"
|
|
210
|
+
Requires-Dist: pandas==3.0.0; extra == "frozen"
|
|
211
|
+
Requires-Dist: parfive==2.3.1; extra == "frozen"
|
|
212
|
+
Requires-Dist: pathspec==1.0.4; extra == "frozen"
|
|
213
|
+
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
214
214
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
215
215
|
Requires-Dist: pillow==10.4.0; extra == "frozen"
|
|
216
|
-
Requires-Dist: pip==
|
|
216
|
+
Requires-Dist: pip==26.0; extra == "frozen"
|
|
217
217
|
Requires-Dist: platformdirs==4.5.1; extra == "frozen"
|
|
218
218
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
219
|
-
Requires-Dist: pooch==1.
|
|
219
|
+
Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
220
220
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
221
221
|
Requires-Dist: prometheus_client==0.24.1; extra == "frozen"
|
|
222
222
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
223
223
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
224
|
-
Requires-Dist: protobuf==6.33.
|
|
225
|
-
Requires-Dist: psutil==7.2.
|
|
224
|
+
Requires-Dist: protobuf==6.33.5; extra == "frozen"
|
|
225
|
+
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
226
226
|
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
227
|
-
Requires-Dist: pycparser==
|
|
227
|
+
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
228
228
|
Requires-Dist: pydantic==2.12.5; extra == "frozen"
|
|
229
229
|
Requires-Dist: pydantic-settings==2.12.0; extra == "frozen"
|
|
230
230
|
Requires-Dist: pydantic_core==2.41.5; extra == "frozen"
|
|
231
231
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
232
232
|
Requires-Dist: pygtrie==2.5.0; extra == "frozen"
|
|
233
|
-
Requires-Dist: pyparsing==3.3.
|
|
233
|
+
Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
234
234
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
235
235
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
236
236
|
Requires-Dist: python-dotenv==1.2.1; extra == "frozen"
|
|
237
|
-
Requires-Dist: python-multipart==0.0.
|
|
237
|
+
Requires-Dist: python-multipart==0.0.22; extra == "frozen"
|
|
238
238
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
239
239
|
Requires-Dist: pytz==2025.2; extra == "frozen"
|
|
240
240
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
241
241
|
Requires-Dist: referencing==0.37.0; extra == "frozen"
|
|
242
242
|
Requires-Dist: requests==2.32.5; extra == "frozen"
|
|
243
|
-
Requires-Dist: rich==14.2
|
|
243
|
+
Requires-Dist: rich==14.3.2; extra == "frozen"
|
|
244
244
|
Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
|
|
245
|
-
Requires-Dist: rich-toolkit==0.
|
|
245
|
+
Requires-Dist: rich-toolkit==0.18.1; extra == "frozen"
|
|
246
246
|
Requires-Dist: rpds-py==0.30.0; extra == "frozen"
|
|
247
247
|
Requires-Dist: s3transfer==0.16.0; extra == "frozen"
|
|
248
248
|
Requires-Dist: scikit-image==0.26.0; extra == "frozen"
|
|
@@ -264,9 +264,9 @@ Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
|
264
264
|
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
265
265
|
Requires-Dist: termcolor==3.3.0; extra == "frozen"
|
|
266
266
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
267
|
-
Requires-Dist: tifffile==2026.1.
|
|
267
|
+
Requires-Dist: tifffile==2026.1.28; extra == "frozen"
|
|
268
268
|
Requires-Dist: tornado==6.5.4; extra == "frozen"
|
|
269
|
-
Requires-Dist: tqdm==4.67.
|
|
269
|
+
Requires-Dist: tqdm==4.67.3; extra == "frozen"
|
|
270
270
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
271
271
|
Requires-Dist: typer==0.21.1; extra == "frozen"
|
|
272
272
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
@@ -274,7 +274,7 @@ Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
|
274
274
|
Requires-Dist: tzdata==2025.3; extra == "frozen"
|
|
275
275
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
276
276
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
277
|
-
Requires-Dist: uncertainties==3.2.
|
|
277
|
+
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
278
278
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
279
279
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
280
280
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
@@ -283,7 +283,7 @@ Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
|
283
283
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
284
284
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
285
285
|
Requires-Dist: watchfiles==1.1.1; extra == "frozen"
|
|
286
|
-
Requires-Dist: wcwidth==0.
|
|
286
|
+
Requires-Dist: wcwidth==0.5.3; extra == "frozen"
|
|
287
287
|
Requires-Dist: websockets==16.0; extra == "frozen"
|
|
288
288
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
289
289
|
Requires-Dist: wrapt==1.17.3; extra == "frozen"
|
|
@@ -28,13 +28,13 @@ class SpatialStepPatternBud(TaskUniqueBud):
|
|
|
28
28
|
ip_task_types=TaskName.observe.value,
|
|
29
29
|
)
|
|
30
30
|
|
|
31
|
-
def getter(self
|
|
31
|
+
def getter(self):
|
|
32
32
|
"""
|
|
33
33
|
Get a unique value and ensure it describes a valid step pattern.
|
|
34
34
|
|
|
35
35
|
See this Bud's class docstring for more information.
|
|
36
36
|
"""
|
|
37
|
-
spatial_step_str = super().getter(
|
|
37
|
+
spatial_step_str = super().getter()
|
|
38
38
|
pos_list = spatial_step_str.split(",")
|
|
39
39
|
num_positions = len(pos_list)
|
|
40
40
|
|
|
@@ -76,6 +76,7 @@ class MakeVbiMovieFrames(VbiTaskBase):
|
|
|
76
76
|
VbiTag.mosaic(mosaic),
|
|
77
77
|
],
|
|
78
78
|
decoder=fits_hdu_decoder,
|
|
79
|
+
memmap=True,
|
|
79
80
|
)
|
|
80
81
|
|
|
81
82
|
# We're doing it with a list right now to save having to construct a second generator just to get
|
|
@@ -126,6 +127,7 @@ class MakeVbiMovieFrames(VbiTaskBase):
|
|
|
126
127
|
],
|
|
127
128
|
decoder=fits_access_decoder,
|
|
128
129
|
fits_access_class=VbiL1FitsAccess,
|
|
130
|
+
memmap=True,
|
|
129
131
|
)
|
|
130
132
|
)
|
|
131
133
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-vbi
|
|
3
|
-
Version: 1.26.
|
|
3
|
+
Version: 1.26.4
|
|
4
4
|
Summary: Processing code for the VBI instrument on DKIST
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -13,9 +13,9 @@ Classifier: Programming Language :: Python :: 3
|
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.13
|
|
14
14
|
Requires-Python: >=3.13
|
|
15
15
|
Description-Content-Type: text/x-rst
|
|
16
|
-
Requires-Dist: dkist-processing-common==12.0
|
|
16
|
+
Requires-Dist: dkist-processing-common==12.3.0
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.1
|
|
18
|
-
Requires-Dist: dkist-header-validator==5.
|
|
18
|
+
Requires-Dist: dkist-header-validator==5.3.0
|
|
19
19
|
Requires-Dist: dkist-fits-specifications==4.20.0
|
|
20
20
|
Requires-Dist: astropy==7.0.2
|
|
21
21
|
Requires-Dist: numpy==2.2.5
|
|
@@ -24,7 +24,7 @@ Requires-Dist: scipy==1.15.3
|
|
|
24
24
|
Requires-Dist: pillow==10.4.0
|
|
25
25
|
Requires-Dist: moviepy==2.1.2
|
|
26
26
|
Requires-Dist: dkist-spectral-lines==3.0.0
|
|
27
|
-
Requires-Dist: dkist-service-configuration==4.
|
|
27
|
+
Requires-Dist: dkist-service-configuration==4.2.0
|
|
28
28
|
Provides-Extra: test
|
|
29
29
|
Requires-Dist: pytest; extra == "test"
|
|
30
30
|
Requires-Dist: pytest-cov; extra == "test"
|
|
@@ -62,11 +62,11 @@ Requires-Dist: Jinja2==3.1.6; extra == "frozen"
|
|
|
62
62
|
Requires-Dist: Mako==1.3.10; extra == "frozen"
|
|
63
63
|
Requires-Dist: MarkupSafe==3.0.3; extra == "frozen"
|
|
64
64
|
Requires-Dist: PeakUtils==1.3.5; extra == "frozen"
|
|
65
|
-
Requires-Dist: PyJWT==2.
|
|
65
|
+
Requires-Dist: PyJWT==2.11.0; extra == "frozen"
|
|
66
66
|
Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
67
67
|
Requires-Dist: PyYAML-ft==8.0.0; extra == "frozen"
|
|
68
68
|
Requires-Dist: Pygments==2.19.2; extra == "frozen"
|
|
69
|
-
Requires-Dist: SQLAlchemy==2.0.
|
|
69
|
+
Requires-Dist: SQLAlchemy==2.0.46; extra == "frozen"
|
|
70
70
|
Requires-Dist: SQLAlchemy-JSONField==1.0.2; extra == "frozen"
|
|
71
71
|
Requires-Dist: SQLAlchemy-Utils==0.42.1; extra == "frozen"
|
|
72
72
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
@@ -74,36 +74,36 @@ Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
|
74
74
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
75
75
|
Requires-Dist: aiohttp==3.13.3; extra == "frozen"
|
|
76
76
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
77
|
-
Requires-Dist: aiosmtplib==5.
|
|
77
|
+
Requires-Dist: aiosmtplib==5.1.0; extra == "frozen"
|
|
78
78
|
Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
|
|
79
|
-
Requires-Dist: alembic==1.18.
|
|
79
|
+
Requires-Dist: alembic==1.18.3; extra == "frozen"
|
|
80
80
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
81
81
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
82
82
|
Requires-Dist: anyio==4.12.1; extra == "frozen"
|
|
83
83
|
Requires-Dist: apache-airflow==3.1.6; extra == "frozen"
|
|
84
84
|
Requires-Dist: apache-airflow-core==3.1.6; extra == "frozen"
|
|
85
|
-
Requires-Dist: apache-airflow-providers-celery==3.15.
|
|
86
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.
|
|
87
|
-
Requires-Dist: apache-airflow-providers-common-io==1.7.
|
|
88
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.30.
|
|
89
|
-
Requires-Dist: apache-airflow-providers-postgres==6.5.
|
|
90
|
-
Requires-Dist: apache-airflow-providers-smtp==2.4.
|
|
91
|
-
Requires-Dist: apache-airflow-providers-standard==1.
|
|
85
|
+
Requires-Dist: apache-airflow-providers-celery==3.15.2; extra == "frozen"
|
|
86
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.13.0; extra == "frozen"
|
|
87
|
+
Requires-Dist: apache-airflow-providers-common-io==1.7.1; extra == "frozen"
|
|
88
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.30.4; extra == "frozen"
|
|
89
|
+
Requires-Dist: apache-airflow-providers-postgres==6.5.3; extra == "frozen"
|
|
90
|
+
Requires-Dist: apache-airflow-providers-smtp==2.4.2; extra == "frozen"
|
|
91
|
+
Requires-Dist: apache-airflow-providers-standard==1.11.0; extra == "frozen"
|
|
92
92
|
Requires-Dist: apache-airflow-task-sdk==1.1.6; extra == "frozen"
|
|
93
93
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
94
94
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
97
|
-
Requires-Dist: asgiref==3.11.
|
|
97
|
+
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
98
98
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
99
99
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
100
|
-
Requires-Dist: astropy-iers-data==0.2026.
|
|
100
|
+
Requires-Dist: astropy-iers-data==0.2026.2.2.0.48.1; extra == "frozen"
|
|
101
101
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
103
|
-
Requires-Dist: babel==2.
|
|
103
|
+
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
104
104
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
105
|
-
Requires-Dist: boto3==1.42.
|
|
106
|
-
Requires-Dist: botocore==1.42.
|
|
105
|
+
Requires-Dist: boto3==1.42.40; extra == "frozen"
|
|
106
|
+
Requires-Dist: botocore==1.42.40; extra == "frozen"
|
|
107
107
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
108
108
|
Requires-Dist: celery==5.6.2; extra == "frozen"
|
|
109
109
|
Requires-Dist: certifi==2026.1.4; extra == "frozen"
|
|
@@ -117,18 +117,18 @@ Requires-Dist: colorlog==6.10.1; extra == "frozen"
|
|
|
117
117
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
118
118
|
Requires-Dist: cron_descriptor==2.0.6; extra == "frozen"
|
|
119
119
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
120
|
-
Requires-Dist: cryptography==46.0.
|
|
120
|
+
Requires-Dist: cryptography==46.0.4; extra == "frozen"
|
|
121
121
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
122
122
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
123
123
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
124
|
-
Requires-Dist: dill==0.4.
|
|
125
|
-
Requires-Dist: dkist-header-validator==5.
|
|
126
|
-
Requires-Dist: dkist-processing-common==12.0
|
|
127
|
-
Requires-Dist: dkist-processing-core==7.0.
|
|
124
|
+
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
125
|
+
Requires-Dist: dkist-header-validator==5.3.0; extra == "frozen"
|
|
126
|
+
Requires-Dist: dkist-processing-common==12.3.0; extra == "frozen"
|
|
127
|
+
Requires-Dist: dkist-processing-core==7.0.1; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
129
129
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
130
|
-
Requires-Dist: dkist-processing-vbi==1.26.
|
|
131
|
-
Requires-Dist: dkist-service-configuration==4.
|
|
130
|
+
Requires-Dist: dkist-processing-vbi==1.26.4; extra == "frozen"
|
|
131
|
+
Requires-Dist: dkist-service-configuration==4.2.0; extra == "frozen"
|
|
132
132
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
133
133
|
Requires-Dist: dkist_fits_specifications==4.20.0; extra == "frozen"
|
|
134
134
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
@@ -144,7 +144,7 @@ Requires-Dist: globus-sdk==4.3.1; extra == "frozen"
|
|
|
144
144
|
Requires-Dist: googleapis-common-protos==1.72.0; extra == "frozen"
|
|
145
145
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
146
146
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
147
|
-
Requires-Dist: greenlet==3.3.
|
|
147
|
+
Requires-Dist: greenlet==3.3.1; extra == "frozen"
|
|
148
148
|
Requires-Dist: grpcio==1.76.0; extra == "frozen"
|
|
149
149
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
150
150
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -155,7 +155,7 @@ Requires-Dist: idna==3.11; extra == "frozen"
|
|
|
155
155
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
156
156
|
Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
|
|
157
157
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
158
|
-
Requires-Dist: jmespath==1.0
|
|
158
|
+
Requires-Dist: jmespath==1.1.0; extra == "frozen"
|
|
159
159
|
Requires-Dist: jsonschema==4.26.0; extra == "frozen"
|
|
160
160
|
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
161
161
|
Requires-Dist: jupyter_core==5.9.1; extra == "frozen"
|
|
@@ -175,7 +175,7 @@ Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
|
175
175
|
Requires-Dist: more-itertools==10.8.0; extra == "frozen"
|
|
176
176
|
Requires-Dist: moviepy==2.1.2; extra == "frozen"
|
|
177
177
|
Requires-Dist: msgspec==0.20.0; extra == "frozen"
|
|
178
|
-
Requires-Dist: multidict==6.7.
|
|
178
|
+
Requires-Dist: multidict==6.7.1; extra == "frozen"
|
|
179
179
|
Requires-Dist: natsort==8.4.0; extra == "frozen"
|
|
180
180
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
181
181
|
Requires-Dist: networkx==3.6.1; extra == "frozen"
|
|
@@ -206,43 +206,43 @@ Requires-Dist: opentelemetry-sdk==1.39.1; extra == "frozen"
|
|
|
206
206
|
Requires-Dist: opentelemetry-semantic-conventions==0.60b1; extra == "frozen"
|
|
207
207
|
Requires-Dist: opentelemetry-util-http==0.60b1; extra == "frozen"
|
|
208
208
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
209
|
-
Requires-Dist: packaging==
|
|
210
|
-
Requires-Dist: pandas==
|
|
211
|
-
Requires-Dist: parfive==2.
|
|
212
|
-
Requires-Dist: pathspec==1.0.
|
|
213
|
-
Requires-Dist: pendulum==3.
|
|
209
|
+
Requires-Dist: packaging==26.0; extra == "frozen"
|
|
210
|
+
Requires-Dist: pandas==3.0.0; extra == "frozen"
|
|
211
|
+
Requires-Dist: parfive==2.3.1; extra == "frozen"
|
|
212
|
+
Requires-Dist: pathspec==1.0.4; extra == "frozen"
|
|
213
|
+
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
214
214
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
215
215
|
Requires-Dist: pillow==10.4.0; extra == "frozen"
|
|
216
|
-
Requires-Dist: pip==
|
|
216
|
+
Requires-Dist: pip==26.0; extra == "frozen"
|
|
217
217
|
Requires-Dist: platformdirs==4.5.1; extra == "frozen"
|
|
218
218
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
219
|
-
Requires-Dist: pooch==1.
|
|
219
|
+
Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
220
220
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
221
221
|
Requires-Dist: prometheus_client==0.24.1; extra == "frozen"
|
|
222
222
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
223
223
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
224
|
-
Requires-Dist: protobuf==6.33.
|
|
225
|
-
Requires-Dist: psutil==7.2.
|
|
224
|
+
Requires-Dist: protobuf==6.33.5; extra == "frozen"
|
|
225
|
+
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
226
226
|
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
227
|
-
Requires-Dist: pycparser==
|
|
227
|
+
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
228
228
|
Requires-Dist: pydantic==2.12.5; extra == "frozen"
|
|
229
229
|
Requires-Dist: pydantic-settings==2.12.0; extra == "frozen"
|
|
230
230
|
Requires-Dist: pydantic_core==2.41.5; extra == "frozen"
|
|
231
231
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
232
232
|
Requires-Dist: pygtrie==2.5.0; extra == "frozen"
|
|
233
|
-
Requires-Dist: pyparsing==3.3.
|
|
233
|
+
Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
234
234
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
235
235
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
236
236
|
Requires-Dist: python-dotenv==1.2.1; extra == "frozen"
|
|
237
|
-
Requires-Dist: python-multipart==0.0.
|
|
237
|
+
Requires-Dist: python-multipart==0.0.22; extra == "frozen"
|
|
238
238
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
239
239
|
Requires-Dist: pytz==2025.2; extra == "frozen"
|
|
240
240
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
241
241
|
Requires-Dist: referencing==0.37.0; extra == "frozen"
|
|
242
242
|
Requires-Dist: requests==2.32.5; extra == "frozen"
|
|
243
|
-
Requires-Dist: rich==14.2
|
|
243
|
+
Requires-Dist: rich==14.3.2; extra == "frozen"
|
|
244
244
|
Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
|
|
245
|
-
Requires-Dist: rich-toolkit==0.
|
|
245
|
+
Requires-Dist: rich-toolkit==0.18.1; extra == "frozen"
|
|
246
246
|
Requires-Dist: rpds-py==0.30.0; extra == "frozen"
|
|
247
247
|
Requires-Dist: s3transfer==0.16.0; extra == "frozen"
|
|
248
248
|
Requires-Dist: scikit-image==0.26.0; extra == "frozen"
|
|
@@ -264,9 +264,9 @@ Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
|
264
264
|
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
265
265
|
Requires-Dist: termcolor==3.3.0; extra == "frozen"
|
|
266
266
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
267
|
-
Requires-Dist: tifffile==2026.1.
|
|
267
|
+
Requires-Dist: tifffile==2026.1.28; extra == "frozen"
|
|
268
268
|
Requires-Dist: tornado==6.5.4; extra == "frozen"
|
|
269
|
-
Requires-Dist: tqdm==4.67.
|
|
269
|
+
Requires-Dist: tqdm==4.67.3; extra == "frozen"
|
|
270
270
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
271
271
|
Requires-Dist: typer==0.21.1; extra == "frozen"
|
|
272
272
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
@@ -274,7 +274,7 @@ Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
|
274
274
|
Requires-Dist: tzdata==2025.3; extra == "frozen"
|
|
275
275
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
276
276
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
277
|
-
Requires-Dist: uncertainties==3.2.
|
|
277
|
+
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
278
278
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
279
279
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
280
280
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
@@ -283,7 +283,7 @@ Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
|
283
283
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
284
284
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
285
285
|
Requires-Dist: watchfiles==1.1.1; extra == "frozen"
|
|
286
|
-
Requires-Dist: wcwidth==0.
|
|
286
|
+
Requires-Dist: wcwidth==0.5.3; extra == "frozen"
|
|
287
287
|
Requires-Dist: websockets==16.0; extra == "frozen"
|
|
288
288
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
289
289
|
Requires-Dist: wrapt==1.17.3; extra == "frozen"
|