dkist-processing-vbi 1.30.4__tar.gz → 1.30.5__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.30.4 → dkist_processing_vbi-1.30.5}/CHANGELOG.rst +9 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/PKG-INFO +74 -18
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi.egg-info/PKG-INFO +74 -18
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi.egg-info/requires.txt +73 -17
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/pyproject.toml +75 -19
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/.gitignore +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/.pre-commit-config.yaml +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/.readthedocs.yml +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/.snyk +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/README.rst +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/SCIENCE_CHANGELOG.rst +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/changelog/.gitempty +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/__init__.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/config.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/models/__init__.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/models/constants.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/models/filter.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/models/fits_access.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/models/parameters.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/models/tags.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/parsers/__init__.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/parsers/mosaic_repeats.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/parsers/spatial_step_pattern.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/parsers/vbi_l0_fits_access.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/parsers/vbi_l1_fits_access.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tasks/__init__.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tasks/assemble_movie.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tasks/dark.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tasks/gain.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tasks/make_movie_frames.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tasks/parse.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tasks/process_summit_processed.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tasks/quality_metrics.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tasks/science.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tasks/vbi_base.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tasks/write_l1.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tests/__init__.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tests/conftest.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tests/local_trial_workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tests/local_trial_workflows/l0_to_l1.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tests/test_assemble_movie.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tests/test_dark.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tests/test_fits_access.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tests/test_gain.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tests/test_make_movie_frames.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tests/test_parse_l0.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tests/test_parse_summit.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tests/test_process_summit.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tests/test_quality_metrics.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tests/test_science.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tests/test_spatial_step_pattern.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tests/test_vbi_base.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tests/test_vbi_constants.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tests/test_workflows.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/tests/test_write_l1.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/workflows/l0_processing.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/workflows/summit_data_processing.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi/workflows/trial_workflows.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi.egg-info/SOURCES.txt +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi.egg-info/dependency_links.txt +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi.egg-info/top_level.txt +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/docs/Makefile +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/docs/changelog.rst +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/docs/conf.py +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/docs/index.rst +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/docs/l0_to_l1_vbi_no-speckle-full-trial.rst +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/docs/l0_to_l1_vbi_no-speckle.rst +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/docs/l0_to_l1_vbi_summit-calibrated-full-trial.rst +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/docs/l0_to_l1_vbi_summit-calibrated.rst +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/docs/landing_page.rst +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/docs/make.bat +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/docs/requirements.txt +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/docs/requirements_table.rst +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/docs/scientific_changelog.rst +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/licenses/LICENSE.rst +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/science_towncrier.sh +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/setup.cfg +0 -0
- {dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/towncrier_science.toml +0 -0
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
v1.30.5 (2026-05-06)
|
|
2
|
+
====================
|
|
3
|
+
|
|
4
|
+
Misc
|
|
5
|
+
----
|
|
6
|
+
|
|
7
|
+
- Update `dkist-processing-core` to version 7.3.0 which includes updates to airflow and manual processing worker notebook utilities. (`#206 <https://bitbucket.org/dkistdc/dkist-processing-vbi/pull-requests/206>`__)
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
v1.30.4 (2026-05-06)
|
|
2
11
|
====================
|
|
3
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-vbi
|
|
3
|
-
Version: 1.30.
|
|
3
|
+
Version: 1.30.5
|
|
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,7 +13,7 @@ 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==14.0
|
|
16
|
+
Requires-Dist: dkist-processing-common==14.1.0
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.2
|
|
18
18
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
19
19
|
Requires-Dist: dkist-fits-specifications==4.26.0
|
|
@@ -65,8 +65,7 @@ Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
|
65
65
|
Requires-Dist: PyYAML-ft==8.0.0; extra == "frozen"
|
|
66
66
|
Requires-Dist: Pygments==2.20.0; extra == "frozen"
|
|
67
67
|
Requires-Dist: SQLAlchemy==2.0.49; extra == "frozen"
|
|
68
|
-
Requires-Dist:
|
|
69
|
-
Requires-Dist: SQLAlchemy-Utils==0.42.1; extra == "frozen"
|
|
68
|
+
Requires-Dist: Send2Trash==2.1.0; extra == "frozen"
|
|
70
69
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
71
70
|
Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
72
71
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
@@ -79,8 +78,8 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
|
79
78
|
Requires-Dist: annotated-doc==0.0.4; extra == "frozen"
|
|
80
79
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
81
80
|
Requires-Dist: anyio==4.13.0; extra == "frozen"
|
|
82
|
-
Requires-Dist: apache-airflow==3.1
|
|
83
|
-
Requires-Dist: apache-airflow-core==3.1
|
|
81
|
+
Requires-Dist: apache-airflow==3.2.1; extra == "frozen"
|
|
82
|
+
Requires-Dist: apache-airflow-core==3.2.1; extra == "frozen"
|
|
84
83
|
Requires-Dist: apache-airflow-providers-celery==3.19.0; extra == "frozen"
|
|
85
84
|
Requires-Dist: apache-airflow-providers-common-compat==1.14.3; extra == "frozen"
|
|
86
85
|
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
@@ -88,8 +87,12 @@ Requires-Dist: apache-airflow-providers-common-sql==1.35.0; extra == "frozen"
|
|
|
88
87
|
Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
|
|
89
88
|
Requires-Dist: apache-airflow-providers-smtp==3.0.0; extra == "frozen"
|
|
90
89
|
Requires-Dist: apache-airflow-providers-standard==1.12.3; extra == "frozen"
|
|
91
|
-
Requires-Dist: apache-airflow-task-sdk==1.1
|
|
90
|
+
Requires-Dist: apache-airflow-task-sdk==1.2.1; extra == "frozen"
|
|
91
|
+
Requires-Dist: appnope==0.1.4; extra == "frozen"
|
|
92
92
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
93
|
+
Requires-Dist: argon2-cffi==25.1.0; extra == "frozen"
|
|
94
|
+
Requires-Dist: argon2-cffi-bindings==25.1.0; extra == "frozen"
|
|
95
|
+
Requires-Dist: arrow==1.4.0; extra == "frozen"
|
|
93
96
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
94
97
|
Requires-Dist: asdf_standard==1.5.0; extra == "frozen"
|
|
95
98
|
Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
@@ -97,13 +100,17 @@ Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
|
97
100
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
98
101
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
99
102
|
Requires-Dist: astropy-iers-data==0.2026.5.4.1.4.54; extra == "frozen"
|
|
103
|
+
Requires-Dist: asttokens==3.0.1; extra == "frozen"
|
|
104
|
+
Requires-Dist: async-lru==2.3.0; extra == "frozen"
|
|
100
105
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
101
106
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
102
107
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
108
|
+
Requires-Dist: beautifulsoup4==4.14.3; extra == "frozen"
|
|
103
109
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
104
|
-
Requires-Dist:
|
|
105
|
-
Requires-Dist:
|
|
106
|
-
Requires-Dist:
|
|
110
|
+
Requires-Dist: bleach==6.3.0; extra == "frozen"
|
|
111
|
+
Requires-Dist: boto3==1.43.5; extra == "frozen"
|
|
112
|
+
Requires-Dist: botocore==1.43.5; extra == "frozen"
|
|
113
|
+
Requires-Dist: cadwyn==6.2.2; extra == "frozen"
|
|
107
114
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
108
115
|
Requires-Dist: certifi==2026.4.22; extra == "frozen"
|
|
109
116
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
@@ -113,29 +120,34 @@ Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
|
113
120
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
114
121
|
Requires-Dist: click-repl==0.3.0; extra == "frozen"
|
|
115
122
|
Requires-Dist: colorlog==6.10.1; extra == "frozen"
|
|
123
|
+
Requires-Dist: comm==0.2.3; extra == "frozen"
|
|
116
124
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
117
125
|
Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
|
|
118
126
|
Requires-Dist: croniter==6.2.2; extra == "frozen"
|
|
119
127
|
Requires-Dist: cryptography==48.0.0; extra == "frozen"
|
|
120
128
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
129
|
+
Requires-Dist: debugpy==1.8.20; extra == "frozen"
|
|
121
130
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
131
|
+
Requires-Dist: defusedxml==0.7.1; extra == "frozen"
|
|
122
132
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
123
133
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
124
|
-
Requires-Dist: dkist-processing-common==14.0
|
|
125
|
-
Requires-Dist: dkist-processing-core==7.
|
|
134
|
+
Requires-Dist: dkist-processing-common==14.1.0; extra == "frozen"
|
|
135
|
+
Requires-Dist: dkist-processing-core==7.3.0; extra == "frozen"
|
|
126
136
|
Requires-Dist: dkist-processing-math==2.2.2; extra == "frozen"
|
|
127
137
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
128
|
-
Requires-Dist: dkist-processing-vbi==1.30.
|
|
138
|
+
Requires-Dist: dkist-processing-vbi==1.30.5; extra == "frozen"
|
|
129
139
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
130
140
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
131
141
|
Requires-Dist: dkist_fits_specifications==4.26.0; extra == "frozen"
|
|
132
142
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
133
143
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
134
|
-
Requires-Dist:
|
|
144
|
+
Requires-Dist: executing==2.2.1; extra == "frozen"
|
|
145
|
+
Requires-Dist: fastapi==0.136.1; extra == "frozen"
|
|
135
146
|
Requires-Dist: fastapi-cli==0.0.24; extra == "frozen"
|
|
136
147
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
137
148
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
138
149
|
Requires-Dist: fonttools==4.62.1; extra == "frozen"
|
|
150
|
+
Requires-Dist: fqdn==1.5.1; extra == "frozen"
|
|
139
151
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
140
152
|
Requires-Dist: fsspec==2026.4.0; extra == "frozen"
|
|
141
153
|
Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
@@ -152,13 +164,29 @@ Requires-Dist: humanize==4.15.0; extra == "frozen"
|
|
|
152
164
|
Requires-Dist: idna==3.13; extra == "frozen"
|
|
153
165
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
154
166
|
Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
|
|
167
|
+
Requires-Dist: ipykernel==7.2.0; extra == "frozen"
|
|
168
|
+
Requires-Dist: ipython==9.13.0; extra == "frozen"
|
|
169
|
+
Requires-Dist: ipython_pygments_lexers==1.1.1; extra == "frozen"
|
|
170
|
+
Requires-Dist: isoduration==20.11.0; extra == "frozen"
|
|
155
171
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
172
|
+
Requires-Dist: jedi==0.20.0; extra == "frozen"
|
|
156
173
|
Requires-Dist: jmespath==1.1.0; extra == "frozen"
|
|
174
|
+
Requires-Dist: json5==0.14.0; extra == "frozen"
|
|
175
|
+
Requires-Dist: jsonpointer==3.1.1; extra == "frozen"
|
|
157
176
|
Requires-Dist: jsonschema==4.26.0; extra == "frozen"
|
|
158
177
|
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
178
|
+
Requires-Dist: jupyter-events==0.12.1; extra == "frozen"
|
|
179
|
+
Requires-Dist: jupyter-lsp==2.3.1; extra == "frozen"
|
|
180
|
+
Requires-Dist: jupyter_client==8.8.0; extra == "frozen"
|
|
159
181
|
Requires-Dist: jupyter_core==5.9.1; extra == "frozen"
|
|
182
|
+
Requires-Dist: jupyter_server==2.18.2; extra == "frozen"
|
|
183
|
+
Requires-Dist: jupyter_server_terminals==0.5.4; extra == "frozen"
|
|
184
|
+
Requires-Dist: jupyterlab==4.5.7; extra == "frozen"
|
|
185
|
+
Requires-Dist: jupyterlab_pygments==0.3.0; extra == "frozen"
|
|
186
|
+
Requires-Dist: jupyterlab_server==2.28.0; extra == "frozen"
|
|
160
187
|
Requires-Dist: kiwisolver==1.5.0; extra == "frozen"
|
|
161
188
|
Requires-Dist: kombu==5.6.2; extra == "frozen"
|
|
189
|
+
Requires-Dist: lark==1.3.1; extra == "frozen"
|
|
162
190
|
Requires-Dist: lazy-loader==0.5; extra == "frozen"
|
|
163
191
|
Requires-Dist: lazy-object-proxy==1.12.0; extra == "frozen"
|
|
164
192
|
Requires-Dist: libcst==1.8.6; extra == "frozen"
|
|
@@ -166,17 +194,24 @@ Requires-Dist: linkify-it-py==2.1.0; extra == "frozen"
|
|
|
166
194
|
Requires-Dist: lmfit==1.3.4; extra == "frozen"
|
|
167
195
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
168
196
|
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
169
|
-
Requires-Dist: markdown-it-py==4.
|
|
197
|
+
Requires-Dist: markdown-it-py==4.1.0; extra == "frozen"
|
|
170
198
|
Requires-Dist: matplotlib==3.10.9; extra == "frozen"
|
|
199
|
+
Requires-Dist: matplotlib-inline==0.2.1; extra == "frozen"
|
|
171
200
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
172
201
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
202
|
+
Requires-Dist: mistune==3.2.1; extra == "frozen"
|
|
173
203
|
Requires-Dist: more-itertools==11.0.2; extra == "frozen"
|
|
174
204
|
Requires-Dist: moviepy==2.1.2; extra == "frozen"
|
|
175
205
|
Requires-Dist: msgspec==0.21.1; extra == "frozen"
|
|
176
206
|
Requires-Dist: multidict==6.7.1; extra == "frozen"
|
|
177
207
|
Requires-Dist: natsort==8.4.0; extra == "frozen"
|
|
208
|
+
Requires-Dist: nbclient==0.10.4; extra == "frozen"
|
|
209
|
+
Requires-Dist: nbconvert==7.17.1; extra == "frozen"
|
|
178
210
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
211
|
+
Requires-Dist: nest-asyncio==1.6.0; extra == "frozen"
|
|
179
212
|
Requires-Dist: networkx==3.6.1; extra == "frozen"
|
|
213
|
+
Requires-Dist: notebook==7.5.6; extra == "frozen"
|
|
214
|
+
Requires-Dist: notebook_shim==0.2.4; extra == "frozen"
|
|
180
215
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
181
216
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
182
217
|
Requires-Dist: opentelemetry-api==1.41.1; extra == "frozen"
|
|
@@ -206,10 +241,14 @@ Requires-Dist: opentelemetry-util-http==0.62b1; extra == "frozen"
|
|
|
206
241
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
207
242
|
Requires-Dist: packaging==26.2; extra == "frozen"
|
|
208
243
|
Requires-Dist: pandas==3.0.2; extra == "frozen"
|
|
244
|
+
Requires-Dist: pandocfilters==1.5.1; extra == "frozen"
|
|
209
245
|
Requires-Dist: parfive==2.3.1; extra == "frozen"
|
|
246
|
+
Requires-Dist: parso==0.8.7; extra == "frozen"
|
|
247
|
+
Requires-Dist: pathlib_abc==0.5.2; extra == "frozen"
|
|
210
248
|
Requires-Dist: pathspec==1.1.1; extra == "frozen"
|
|
211
249
|
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
212
|
-
Requires-Dist:
|
|
250
|
+
Requires-Dist: pexpect==4.9.0; extra == "frozen"
|
|
251
|
+
Requires-Dist: pika==1.4.0; extra == "frozen"
|
|
213
252
|
Requires-Dist: pillow==10.4.0; extra == "frozen"
|
|
214
253
|
Requires-Dist: pip==26.1.1; extra == "frozen"
|
|
215
254
|
Requires-Dist: platformdirs==4.9.6; extra == "frozen"
|
|
@@ -222,8 +261,11 @@ Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
|
222
261
|
Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
223
262
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
224
263
|
Requires-Dist: psycopg2-binary==2.9.12; extra == "frozen"
|
|
264
|
+
Requires-Dist: ptyprocess==0.7.0; extra == "frozen"
|
|
265
|
+
Requires-Dist: pure_eval==0.2.3; extra == "frozen"
|
|
225
266
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
226
267
|
Requires-Dist: pydantic==2.13.4; extra == "frozen"
|
|
268
|
+
Requires-Dist: pydantic-extra-types==2.11.1; extra == "frozen"
|
|
227
269
|
Requires-Dist: pydantic-settings==2.14.0; extra == "frozen"
|
|
228
270
|
Requires-Dist: pydantic_core==2.46.4; extra == "frozen"
|
|
229
271
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
@@ -232,12 +274,17 @@ Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
|
232
274
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
233
275
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
234
276
|
Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
|
|
277
|
+
Requires-Dist: python-json-logger==4.1.0; extra == "frozen"
|
|
235
278
|
Requires-Dist: python-multipart==0.0.27; extra == "frozen"
|
|
236
279
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
237
280
|
Requires-Dist: pytz==2026.2; extra == "frozen"
|
|
281
|
+
Requires-Dist: pyzmq==27.1.0; extra == "frozen"
|
|
238
282
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
239
283
|
Requires-Dist: referencing==0.37.0; extra == "frozen"
|
|
240
284
|
Requires-Dist: requests==2.33.1; extra == "frozen"
|
|
285
|
+
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
286
|
+
Requires-Dist: rfc3986-validator==0.1.1; extra == "frozen"
|
|
287
|
+
Requires-Dist: rfc3987-syntax==1.1.0; extra == "frozen"
|
|
241
288
|
Requires-Dist: rich==15.0.0; extra == "frozen"
|
|
242
289
|
Requires-Dist: rich-argparse==1.8.0; extra == "frozen"
|
|
243
290
|
Requires-Dist: rich-toolkit==0.19.7; extra == "frozen"
|
|
@@ -247,13 +294,16 @@ Requires-Dist: scikit-image==0.26.0; extra == "frozen"
|
|
|
247
294
|
Requires-Dist: scipy==1.15.3; extra == "frozen"
|
|
248
295
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
249
296
|
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
297
|
+
Requires-Dist: setuptools==82.0.1; extra == "frozen"
|
|
250
298
|
Requires-Dist: shellingham==1.5.4; extra == "frozen"
|
|
251
299
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
252
300
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
253
301
|
Requires-Dist: solar-wavelength-calibration==2.0.3; extra == "frozen"
|
|
302
|
+
Requires-Dist: soupsieve==2.8.3; extra == "frozen"
|
|
254
303
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
255
304
|
Requires-Dist: sqlparse==0.5.5; extra == "frozen"
|
|
256
|
-
Requires-Dist:
|
|
305
|
+
Requires-Dist: stack-data==0.6.3; extra == "frozen"
|
|
306
|
+
Requires-Dist: starlette==0.52.1; extra == "frozen"
|
|
257
307
|
Requires-Dist: structlog==25.5.0; extra == "frozen"
|
|
258
308
|
Requires-Dist: sunpy==6.1.1; extra == "frozen"
|
|
259
309
|
Requires-Dist: svcs==25.1.0; extra == "frozen"
|
|
@@ -261,8 +311,10 @@ Requires-Dist: tabulate==0.10.0; extra == "frozen"
|
|
|
261
311
|
Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
262
312
|
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
263
313
|
Requires-Dist: termcolor==3.3.0; extra == "frozen"
|
|
314
|
+
Requires-Dist: terminado==0.18.1; extra == "frozen"
|
|
264
315
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
265
316
|
Requires-Dist: tifffile==2026.5.2; extra == "frozen"
|
|
317
|
+
Requires-Dist: tinycss2==1.4.0; extra == "frozen"
|
|
266
318
|
Requires-Dist: tornado==6.5.5; extra == "frozen"
|
|
267
319
|
Requires-Dist: tqdm==4.67.3; extra == "frozen"
|
|
268
320
|
Requires-Dist: traitlets==5.15.0; extra == "frozen"
|
|
@@ -273,7 +325,8 @@ Requires-Dist: tzdata==2026.2; extra == "frozen"
|
|
|
273
325
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
274
326
|
Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
|
|
275
327
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
276
|
-
Requires-Dist: universal_pathlib==0.
|
|
328
|
+
Requires-Dist: universal_pathlib==0.3.10; extra == "frozen"
|
|
329
|
+
Requires-Dist: uri-template==1.3.0; extra == "frozen"
|
|
277
330
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
278
331
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
279
332
|
Requires-Dist: uvicorn==0.46.0; extra == "frozen"
|
|
@@ -282,6 +335,9 @@ Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
|
282
335
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
283
336
|
Requires-Dist: watchfiles==1.1.1; extra == "frozen"
|
|
284
337
|
Requires-Dist: wcwidth==0.7.0; extra == "frozen"
|
|
338
|
+
Requires-Dist: webcolors==25.10.0; extra == "frozen"
|
|
339
|
+
Requires-Dist: webencodings==0.5.1; extra == "frozen"
|
|
340
|
+
Requires-Dist: websocket-client==1.9.0; extra == "frozen"
|
|
285
341
|
Requires-Dist: websockets==16.0; extra == "frozen"
|
|
286
342
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
287
343
|
Requires-Dist: wrapt==2.1.2; extra == "frozen"
|
{dkist_processing_vbi-1.30.4 → dkist_processing_vbi-1.30.5}/dkist_processing_vbi.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-vbi
|
|
3
|
-
Version: 1.30.
|
|
3
|
+
Version: 1.30.5
|
|
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,7 +13,7 @@ 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==14.0
|
|
16
|
+
Requires-Dist: dkist-processing-common==14.1.0
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.2
|
|
18
18
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
19
19
|
Requires-Dist: dkist-fits-specifications==4.26.0
|
|
@@ -65,8 +65,7 @@ Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
|
65
65
|
Requires-Dist: PyYAML-ft==8.0.0; extra == "frozen"
|
|
66
66
|
Requires-Dist: Pygments==2.20.0; extra == "frozen"
|
|
67
67
|
Requires-Dist: SQLAlchemy==2.0.49; extra == "frozen"
|
|
68
|
-
Requires-Dist:
|
|
69
|
-
Requires-Dist: SQLAlchemy-Utils==0.42.1; extra == "frozen"
|
|
68
|
+
Requires-Dist: Send2Trash==2.1.0; extra == "frozen"
|
|
70
69
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
71
70
|
Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
72
71
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
@@ -79,8 +78,8 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
|
79
78
|
Requires-Dist: annotated-doc==0.0.4; extra == "frozen"
|
|
80
79
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
81
80
|
Requires-Dist: anyio==4.13.0; extra == "frozen"
|
|
82
|
-
Requires-Dist: apache-airflow==3.1
|
|
83
|
-
Requires-Dist: apache-airflow-core==3.1
|
|
81
|
+
Requires-Dist: apache-airflow==3.2.1; extra == "frozen"
|
|
82
|
+
Requires-Dist: apache-airflow-core==3.2.1; extra == "frozen"
|
|
84
83
|
Requires-Dist: apache-airflow-providers-celery==3.19.0; extra == "frozen"
|
|
85
84
|
Requires-Dist: apache-airflow-providers-common-compat==1.14.3; extra == "frozen"
|
|
86
85
|
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
@@ -88,8 +87,12 @@ Requires-Dist: apache-airflow-providers-common-sql==1.35.0; extra == "frozen"
|
|
|
88
87
|
Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
|
|
89
88
|
Requires-Dist: apache-airflow-providers-smtp==3.0.0; extra == "frozen"
|
|
90
89
|
Requires-Dist: apache-airflow-providers-standard==1.12.3; extra == "frozen"
|
|
91
|
-
Requires-Dist: apache-airflow-task-sdk==1.1
|
|
90
|
+
Requires-Dist: apache-airflow-task-sdk==1.2.1; extra == "frozen"
|
|
91
|
+
Requires-Dist: appnope==0.1.4; extra == "frozen"
|
|
92
92
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
93
|
+
Requires-Dist: argon2-cffi==25.1.0; extra == "frozen"
|
|
94
|
+
Requires-Dist: argon2-cffi-bindings==25.1.0; extra == "frozen"
|
|
95
|
+
Requires-Dist: arrow==1.4.0; extra == "frozen"
|
|
93
96
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
94
97
|
Requires-Dist: asdf_standard==1.5.0; extra == "frozen"
|
|
95
98
|
Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
@@ -97,13 +100,17 @@ Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
|
97
100
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
98
101
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
99
102
|
Requires-Dist: astropy-iers-data==0.2026.5.4.1.4.54; extra == "frozen"
|
|
103
|
+
Requires-Dist: asttokens==3.0.1; extra == "frozen"
|
|
104
|
+
Requires-Dist: async-lru==2.3.0; extra == "frozen"
|
|
100
105
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
101
106
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
102
107
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
108
|
+
Requires-Dist: beautifulsoup4==4.14.3; extra == "frozen"
|
|
103
109
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
104
|
-
Requires-Dist:
|
|
105
|
-
Requires-Dist:
|
|
106
|
-
Requires-Dist:
|
|
110
|
+
Requires-Dist: bleach==6.3.0; extra == "frozen"
|
|
111
|
+
Requires-Dist: boto3==1.43.5; extra == "frozen"
|
|
112
|
+
Requires-Dist: botocore==1.43.5; extra == "frozen"
|
|
113
|
+
Requires-Dist: cadwyn==6.2.2; extra == "frozen"
|
|
107
114
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
108
115
|
Requires-Dist: certifi==2026.4.22; extra == "frozen"
|
|
109
116
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
@@ -113,29 +120,34 @@ Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
|
113
120
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
114
121
|
Requires-Dist: click-repl==0.3.0; extra == "frozen"
|
|
115
122
|
Requires-Dist: colorlog==6.10.1; extra == "frozen"
|
|
123
|
+
Requires-Dist: comm==0.2.3; extra == "frozen"
|
|
116
124
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
117
125
|
Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
|
|
118
126
|
Requires-Dist: croniter==6.2.2; extra == "frozen"
|
|
119
127
|
Requires-Dist: cryptography==48.0.0; extra == "frozen"
|
|
120
128
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
129
|
+
Requires-Dist: debugpy==1.8.20; extra == "frozen"
|
|
121
130
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
131
|
+
Requires-Dist: defusedxml==0.7.1; extra == "frozen"
|
|
122
132
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
123
133
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
124
|
-
Requires-Dist: dkist-processing-common==14.0
|
|
125
|
-
Requires-Dist: dkist-processing-core==7.
|
|
134
|
+
Requires-Dist: dkist-processing-common==14.1.0; extra == "frozen"
|
|
135
|
+
Requires-Dist: dkist-processing-core==7.3.0; extra == "frozen"
|
|
126
136
|
Requires-Dist: dkist-processing-math==2.2.2; extra == "frozen"
|
|
127
137
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
128
|
-
Requires-Dist: dkist-processing-vbi==1.30.
|
|
138
|
+
Requires-Dist: dkist-processing-vbi==1.30.5; extra == "frozen"
|
|
129
139
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
130
140
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
131
141
|
Requires-Dist: dkist_fits_specifications==4.26.0; extra == "frozen"
|
|
132
142
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
133
143
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
134
|
-
Requires-Dist:
|
|
144
|
+
Requires-Dist: executing==2.2.1; extra == "frozen"
|
|
145
|
+
Requires-Dist: fastapi==0.136.1; extra == "frozen"
|
|
135
146
|
Requires-Dist: fastapi-cli==0.0.24; extra == "frozen"
|
|
136
147
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
137
148
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
138
149
|
Requires-Dist: fonttools==4.62.1; extra == "frozen"
|
|
150
|
+
Requires-Dist: fqdn==1.5.1; extra == "frozen"
|
|
139
151
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
140
152
|
Requires-Dist: fsspec==2026.4.0; extra == "frozen"
|
|
141
153
|
Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
@@ -152,13 +164,29 @@ Requires-Dist: humanize==4.15.0; extra == "frozen"
|
|
|
152
164
|
Requires-Dist: idna==3.13; extra == "frozen"
|
|
153
165
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
154
166
|
Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
|
|
167
|
+
Requires-Dist: ipykernel==7.2.0; extra == "frozen"
|
|
168
|
+
Requires-Dist: ipython==9.13.0; extra == "frozen"
|
|
169
|
+
Requires-Dist: ipython_pygments_lexers==1.1.1; extra == "frozen"
|
|
170
|
+
Requires-Dist: isoduration==20.11.0; extra == "frozen"
|
|
155
171
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
172
|
+
Requires-Dist: jedi==0.20.0; extra == "frozen"
|
|
156
173
|
Requires-Dist: jmespath==1.1.0; extra == "frozen"
|
|
174
|
+
Requires-Dist: json5==0.14.0; extra == "frozen"
|
|
175
|
+
Requires-Dist: jsonpointer==3.1.1; extra == "frozen"
|
|
157
176
|
Requires-Dist: jsonschema==4.26.0; extra == "frozen"
|
|
158
177
|
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
178
|
+
Requires-Dist: jupyter-events==0.12.1; extra == "frozen"
|
|
179
|
+
Requires-Dist: jupyter-lsp==2.3.1; extra == "frozen"
|
|
180
|
+
Requires-Dist: jupyter_client==8.8.0; extra == "frozen"
|
|
159
181
|
Requires-Dist: jupyter_core==5.9.1; extra == "frozen"
|
|
182
|
+
Requires-Dist: jupyter_server==2.18.2; extra == "frozen"
|
|
183
|
+
Requires-Dist: jupyter_server_terminals==0.5.4; extra == "frozen"
|
|
184
|
+
Requires-Dist: jupyterlab==4.5.7; extra == "frozen"
|
|
185
|
+
Requires-Dist: jupyterlab_pygments==0.3.0; extra == "frozen"
|
|
186
|
+
Requires-Dist: jupyterlab_server==2.28.0; extra == "frozen"
|
|
160
187
|
Requires-Dist: kiwisolver==1.5.0; extra == "frozen"
|
|
161
188
|
Requires-Dist: kombu==5.6.2; extra == "frozen"
|
|
189
|
+
Requires-Dist: lark==1.3.1; extra == "frozen"
|
|
162
190
|
Requires-Dist: lazy-loader==0.5; extra == "frozen"
|
|
163
191
|
Requires-Dist: lazy-object-proxy==1.12.0; extra == "frozen"
|
|
164
192
|
Requires-Dist: libcst==1.8.6; extra == "frozen"
|
|
@@ -166,17 +194,24 @@ Requires-Dist: linkify-it-py==2.1.0; extra == "frozen"
|
|
|
166
194
|
Requires-Dist: lmfit==1.3.4; extra == "frozen"
|
|
167
195
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
168
196
|
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
169
|
-
Requires-Dist: markdown-it-py==4.
|
|
197
|
+
Requires-Dist: markdown-it-py==4.1.0; extra == "frozen"
|
|
170
198
|
Requires-Dist: matplotlib==3.10.9; extra == "frozen"
|
|
199
|
+
Requires-Dist: matplotlib-inline==0.2.1; extra == "frozen"
|
|
171
200
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
172
201
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
202
|
+
Requires-Dist: mistune==3.2.1; extra == "frozen"
|
|
173
203
|
Requires-Dist: more-itertools==11.0.2; extra == "frozen"
|
|
174
204
|
Requires-Dist: moviepy==2.1.2; extra == "frozen"
|
|
175
205
|
Requires-Dist: msgspec==0.21.1; extra == "frozen"
|
|
176
206
|
Requires-Dist: multidict==6.7.1; extra == "frozen"
|
|
177
207
|
Requires-Dist: natsort==8.4.0; extra == "frozen"
|
|
208
|
+
Requires-Dist: nbclient==0.10.4; extra == "frozen"
|
|
209
|
+
Requires-Dist: nbconvert==7.17.1; extra == "frozen"
|
|
178
210
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
211
|
+
Requires-Dist: nest-asyncio==1.6.0; extra == "frozen"
|
|
179
212
|
Requires-Dist: networkx==3.6.1; extra == "frozen"
|
|
213
|
+
Requires-Dist: notebook==7.5.6; extra == "frozen"
|
|
214
|
+
Requires-Dist: notebook_shim==0.2.4; extra == "frozen"
|
|
180
215
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
181
216
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
182
217
|
Requires-Dist: opentelemetry-api==1.41.1; extra == "frozen"
|
|
@@ -206,10 +241,14 @@ Requires-Dist: opentelemetry-util-http==0.62b1; extra == "frozen"
|
|
|
206
241
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
207
242
|
Requires-Dist: packaging==26.2; extra == "frozen"
|
|
208
243
|
Requires-Dist: pandas==3.0.2; extra == "frozen"
|
|
244
|
+
Requires-Dist: pandocfilters==1.5.1; extra == "frozen"
|
|
209
245
|
Requires-Dist: parfive==2.3.1; extra == "frozen"
|
|
246
|
+
Requires-Dist: parso==0.8.7; extra == "frozen"
|
|
247
|
+
Requires-Dist: pathlib_abc==0.5.2; extra == "frozen"
|
|
210
248
|
Requires-Dist: pathspec==1.1.1; extra == "frozen"
|
|
211
249
|
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
212
|
-
Requires-Dist:
|
|
250
|
+
Requires-Dist: pexpect==4.9.0; extra == "frozen"
|
|
251
|
+
Requires-Dist: pika==1.4.0; extra == "frozen"
|
|
213
252
|
Requires-Dist: pillow==10.4.0; extra == "frozen"
|
|
214
253
|
Requires-Dist: pip==26.1.1; extra == "frozen"
|
|
215
254
|
Requires-Dist: platformdirs==4.9.6; extra == "frozen"
|
|
@@ -222,8 +261,11 @@ Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
|
222
261
|
Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
223
262
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
224
263
|
Requires-Dist: psycopg2-binary==2.9.12; extra == "frozen"
|
|
264
|
+
Requires-Dist: ptyprocess==0.7.0; extra == "frozen"
|
|
265
|
+
Requires-Dist: pure_eval==0.2.3; extra == "frozen"
|
|
225
266
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
226
267
|
Requires-Dist: pydantic==2.13.4; extra == "frozen"
|
|
268
|
+
Requires-Dist: pydantic-extra-types==2.11.1; extra == "frozen"
|
|
227
269
|
Requires-Dist: pydantic-settings==2.14.0; extra == "frozen"
|
|
228
270
|
Requires-Dist: pydantic_core==2.46.4; extra == "frozen"
|
|
229
271
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
@@ -232,12 +274,17 @@ Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
|
232
274
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
233
275
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
234
276
|
Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
|
|
277
|
+
Requires-Dist: python-json-logger==4.1.0; extra == "frozen"
|
|
235
278
|
Requires-Dist: python-multipart==0.0.27; extra == "frozen"
|
|
236
279
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
237
280
|
Requires-Dist: pytz==2026.2; extra == "frozen"
|
|
281
|
+
Requires-Dist: pyzmq==27.1.0; extra == "frozen"
|
|
238
282
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
239
283
|
Requires-Dist: referencing==0.37.0; extra == "frozen"
|
|
240
284
|
Requires-Dist: requests==2.33.1; extra == "frozen"
|
|
285
|
+
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
286
|
+
Requires-Dist: rfc3986-validator==0.1.1; extra == "frozen"
|
|
287
|
+
Requires-Dist: rfc3987-syntax==1.1.0; extra == "frozen"
|
|
241
288
|
Requires-Dist: rich==15.0.0; extra == "frozen"
|
|
242
289
|
Requires-Dist: rich-argparse==1.8.0; extra == "frozen"
|
|
243
290
|
Requires-Dist: rich-toolkit==0.19.7; extra == "frozen"
|
|
@@ -247,13 +294,16 @@ Requires-Dist: scikit-image==0.26.0; extra == "frozen"
|
|
|
247
294
|
Requires-Dist: scipy==1.15.3; extra == "frozen"
|
|
248
295
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
249
296
|
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
297
|
+
Requires-Dist: setuptools==82.0.1; extra == "frozen"
|
|
250
298
|
Requires-Dist: shellingham==1.5.4; extra == "frozen"
|
|
251
299
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
252
300
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
253
301
|
Requires-Dist: solar-wavelength-calibration==2.0.3; extra == "frozen"
|
|
302
|
+
Requires-Dist: soupsieve==2.8.3; extra == "frozen"
|
|
254
303
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
255
304
|
Requires-Dist: sqlparse==0.5.5; extra == "frozen"
|
|
256
|
-
Requires-Dist:
|
|
305
|
+
Requires-Dist: stack-data==0.6.3; extra == "frozen"
|
|
306
|
+
Requires-Dist: starlette==0.52.1; extra == "frozen"
|
|
257
307
|
Requires-Dist: structlog==25.5.0; extra == "frozen"
|
|
258
308
|
Requires-Dist: sunpy==6.1.1; extra == "frozen"
|
|
259
309
|
Requires-Dist: svcs==25.1.0; extra == "frozen"
|
|
@@ -261,8 +311,10 @@ Requires-Dist: tabulate==0.10.0; extra == "frozen"
|
|
|
261
311
|
Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
262
312
|
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
263
313
|
Requires-Dist: termcolor==3.3.0; extra == "frozen"
|
|
314
|
+
Requires-Dist: terminado==0.18.1; extra == "frozen"
|
|
264
315
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
265
316
|
Requires-Dist: tifffile==2026.5.2; extra == "frozen"
|
|
317
|
+
Requires-Dist: tinycss2==1.4.0; extra == "frozen"
|
|
266
318
|
Requires-Dist: tornado==6.5.5; extra == "frozen"
|
|
267
319
|
Requires-Dist: tqdm==4.67.3; extra == "frozen"
|
|
268
320
|
Requires-Dist: traitlets==5.15.0; extra == "frozen"
|
|
@@ -273,7 +325,8 @@ Requires-Dist: tzdata==2026.2; extra == "frozen"
|
|
|
273
325
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
274
326
|
Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
|
|
275
327
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
276
|
-
Requires-Dist: universal_pathlib==0.
|
|
328
|
+
Requires-Dist: universal_pathlib==0.3.10; extra == "frozen"
|
|
329
|
+
Requires-Dist: uri-template==1.3.0; extra == "frozen"
|
|
277
330
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
278
331
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
279
332
|
Requires-Dist: uvicorn==0.46.0; extra == "frozen"
|
|
@@ -282,6 +335,9 @@ Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
|
282
335
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
283
336
|
Requires-Dist: watchfiles==1.1.1; extra == "frozen"
|
|
284
337
|
Requires-Dist: wcwidth==0.7.0; extra == "frozen"
|
|
338
|
+
Requires-Dist: webcolors==25.10.0; extra == "frozen"
|
|
339
|
+
Requires-Dist: webencodings==0.5.1; extra == "frozen"
|
|
340
|
+
Requires-Dist: websocket-client==1.9.0; extra == "frozen"
|
|
285
341
|
Requires-Dist: websockets==16.0; extra == "frozen"
|
|
286
342
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
287
343
|
Requires-Dist: wrapt==2.1.2; extra == "frozen"
|