dkist-processing-test 1.42.17__tar.gz → 1.42.18__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_test-1.42.18/.snyk +13 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/PKG-INFO +80 -81
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test.egg-info/PKG-INFO +80 -81
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test.egg-info/requires.txt +79 -80
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test.egg-info/scm_file_list.json +24 -24
- dkist_processing_test-1.42.18/dkist_processing_test.egg-info/scm_version.json +8 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/pyproject.toml +81 -82
- dkist_processing_test-1.42.17/.snyk +0 -2
- dkist_processing_test-1.42.17/dkist_processing_test.egg-info/scm_version.json +0 -8
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/.gitignore +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/.rovodev/.review-agent.md +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/README.rst +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/parsers/__init__.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/parsers/test_l0_fits_access.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/parsers/time.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/tasks/construct_dataset_extras.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.42.17 → dkist_processing_test-1.42.18}/setup.cfg +0 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities
|
|
2
|
+
# https://docs.snyk.io/manage-risk/policies/the-.snyk-file#syntax-of-the-.snyk-file
|
|
3
|
+
version: v1.25.0
|
|
4
|
+
ignore:
|
|
5
|
+
SNYK-PYTHON-APACHEAIRFLOWCORE-17879182:
|
|
6
|
+
- "*" :
|
|
7
|
+
reason: 'Patched in Airflow 3.3.0, but we are not ready to upgrade till 3.3.1 or later'
|
|
8
|
+
expires: '2027-07-07T00:00:00.000Z'
|
|
9
|
+
SNYK-PYTHON-APACHEAIRFLOWCORE-17933331:
|
|
10
|
+
- '*':
|
|
11
|
+
reason: 'Ignored by bulk CI/CD Snyk policy update'
|
|
12
|
+
expires: '2099-12-31T23:59:59.999Z'
|
|
13
|
+
created: '2026-07-10T15:53:27.931Z'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.42.
|
|
3
|
+
Version: 1.42.18
|
|
4
4
|
Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -31,15 +31,15 @@ Requires-Dist: dkist-processing-test[asdf]; extra == "test"
|
|
|
31
31
|
Requires-Dist: dkist-processing-test[quality]; extra == "test"
|
|
32
32
|
Provides-Extra: inventory
|
|
33
33
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
34
|
-
Requires-Dist: dkist-inventory==1.11.
|
|
34
|
+
Requires-Dist: dkist-inventory==1.11.9; extra == "inventory"
|
|
35
35
|
Provides-Extra: asdf
|
|
36
36
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
|
-
Requires-Dist: dkist-inventory[asdf]==1.11.
|
|
37
|
+
Requires-Dist: dkist-inventory[asdf]==1.11.9; extra == "asdf"
|
|
38
38
|
Provides-Extra: quality
|
|
39
39
|
Requires-Dist: dkist-quality==2.0.1; extra == "quality"
|
|
40
40
|
Provides-Extra: frozen
|
|
41
41
|
Requires-Dist: Deprecated==1.3.1; extra == "frozen"
|
|
42
|
-
Requires-Dist: ImageIO==2.37.
|
|
42
|
+
Requires-Dist: ImageIO==2.37.4; extra == "frozen"
|
|
43
43
|
Requires-Dist: Jinja2==3.1.6; extra == "frozen"
|
|
44
44
|
Requires-Dist: Mako==1.3.12; extra == "frozen"
|
|
45
45
|
Requires-Dist: MarkupSafe==3.0.3; extra == "frozen"
|
|
@@ -51,38 +51,37 @@ Requires-Dist: SQLAlchemy==2.0.51; extra == "frozen"
|
|
|
51
51
|
Requires-Dist: Send2Trash==2.1.0; extra == "frozen"
|
|
52
52
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
53
53
|
Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
54
|
-
Requires-Dist: aiohappyeyeballs==2.
|
|
55
|
-
Requires-Dist: aiohttp==3.14.
|
|
54
|
+
Requires-Dist: aiohappyeyeballs==2.7.1; extra == "frozen"
|
|
55
|
+
Requires-Dist: aiohttp==3.14.2; extra == "frozen"
|
|
56
56
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
57
57
|
Requires-Dist: aiosmtplib==5.1.2; extra == "frozen"
|
|
58
58
|
Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
|
|
59
|
-
Requires-Dist: alembic==1.18.
|
|
59
|
+
Requires-Dist: alembic==1.18.5; extra == "frozen"
|
|
60
60
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
61
61
|
Requires-Dist: annotated-doc==0.0.4; extra == "frozen"
|
|
62
62
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
63
|
-
Requires-Dist: anyio==4.14.
|
|
63
|
+
Requires-Dist: anyio==4.14.2; extra == "frozen"
|
|
64
64
|
Requires-Dist: apache-airflow==3.2.1; extra == "frozen"
|
|
65
65
|
Requires-Dist: apache-airflow-core==3.2.1; extra == "frozen"
|
|
66
|
-
Requires-Dist: apache-airflow-providers-celery==3.
|
|
67
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.
|
|
68
|
-
Requires-Dist: apache-airflow-providers-common-io==1.
|
|
69
|
-
Requires-Dist: apache-airflow-providers-common-sql==2.0.
|
|
70
|
-
Requires-Dist: apache-airflow-providers-postgres==6.
|
|
71
|
-
Requires-Dist: apache-airflow-providers-smtp==3.0.
|
|
72
|
-
Requires-Dist: apache-airflow-providers-standard==1.
|
|
66
|
+
Requires-Dist: apache-airflow-providers-celery==3.22.0; extra == "frozen"
|
|
67
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.16.0; extra == "frozen"
|
|
68
|
+
Requires-Dist: apache-airflow-providers-common-io==1.8.0; extra == "frozen"
|
|
69
|
+
Requires-Dist: apache-airflow-providers-common-sql==2.0.2; extra == "frozen"
|
|
70
|
+
Requires-Dist: apache-airflow-providers-postgres==6.8.0; extra == "frozen"
|
|
71
|
+
Requires-Dist: apache-airflow-providers-smtp==3.0.2; extra == "frozen"
|
|
72
|
+
Requires-Dist: apache-airflow-providers-standard==1.16.0; extra == "frozen"
|
|
73
73
|
Requires-Dist: apache-airflow-task-sdk==1.2.1; extra == "frozen"
|
|
74
|
-
Requires-Dist:
|
|
75
|
-
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
74
|
+
Requires-Dist: argcomplete==3.7.0; extra == "frozen"
|
|
76
75
|
Requires-Dist: argon2-cffi==25.1.0; extra == "frozen"
|
|
77
76
|
Requires-Dist: argon2-cffi-bindings==25.1.0; extra == "frozen"
|
|
78
77
|
Requires-Dist: arrow==1.4.0; extra == "frozen"
|
|
79
78
|
Requires-Dist: asdf==5.3.1; extra == "frozen"
|
|
80
79
|
Requires-Dist: asdf_standard==1.5.0; extra == "frozen"
|
|
81
|
-
Requires-Dist: asgiref==3.
|
|
80
|
+
Requires-Dist: asgiref==3.12.1; extra == "frozen"
|
|
82
81
|
Requires-Dist: asteval==1.0.9; extra == "frozen"
|
|
83
82
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
84
|
-
Requires-Dist: astropy-iers-data==0.2026.
|
|
85
|
-
Requires-Dist: asttokens==3.0.
|
|
83
|
+
Requires-Dist: astropy-iers-data==0.2026.7.20.15.31.18; extra == "frozen"
|
|
84
|
+
Requires-Dist: asttokens==3.0.2; extra == "frozen"
|
|
86
85
|
Requires-Dist: async-lru==2.3.0; extra == "frozen"
|
|
87
86
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
88
87
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
@@ -90,22 +89,22 @@ Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
|
90
89
|
Requires-Dist: beautifulsoup4==4.15.0; extra == "frozen"
|
|
91
90
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
92
91
|
Requires-Dist: bleach==6.4.0; extra == "frozen"
|
|
93
|
-
Requires-Dist: boto3==1.43.
|
|
94
|
-
Requires-Dist: botocore==1.43.
|
|
95
|
-
Requires-Dist: cadwyn==7.1.
|
|
92
|
+
Requires-Dist: boto3==1.43.53; extra == "frozen"
|
|
93
|
+
Requires-Dist: botocore==1.43.53; extra == "frozen"
|
|
94
|
+
Requires-Dist: cadwyn==7.1.1; extra == "frozen"
|
|
96
95
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
97
|
-
Requires-Dist: certifi==2026.
|
|
98
|
-
Requires-Dist: cffi==2.
|
|
99
|
-
Requires-Dist: charset-normalizer==3.4.
|
|
100
|
-
Requires-Dist: click==8.4.
|
|
96
|
+
Requires-Dist: certifi==2026.7.22; extra == "frozen"
|
|
97
|
+
Requires-Dist: cffi==2.1.0; extra == "frozen"
|
|
98
|
+
Requires-Dist: charset-normalizer==3.4.9; extra == "frozen"
|
|
99
|
+
Requires-Dist: click==8.4.2; extra == "frozen"
|
|
101
100
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
102
101
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
103
102
|
Requires-Dist: click-repl==0.3.0; extra == "frozen"
|
|
104
|
-
Requires-Dist: colorlog==6.
|
|
103
|
+
Requires-Dist: colorlog==6.11.0; extra == "frozen"
|
|
105
104
|
Requires-Dist: comm==0.2.3; extra == "frozen"
|
|
106
105
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
107
106
|
Requires-Dist: cron_descriptor==2.1.0; extra == "frozen"
|
|
108
|
-
Requires-Dist: croniter==6.2.
|
|
107
|
+
Requires-Dist: croniter==6.2.4; extra == "frozen"
|
|
109
108
|
Requires-Dist: cryptography==49.0.0; extra == "frozen"
|
|
110
109
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
111
110
|
Requires-Dist: debugpy==1.8.21; extra == "frozen"
|
|
@@ -116,15 +115,15 @@ Requires-Dist: dkist-header-validator==5.4.0; extra == "frozen"
|
|
|
116
115
|
Requires-Dist: dkist-processing-common==14.3.4; extra == "frozen"
|
|
117
116
|
Requires-Dist: dkist-processing-core==7.3.0; extra == "frozen"
|
|
118
117
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
119
|
-
Requires-Dist: dkist-processing-test==1.42.
|
|
118
|
+
Requires-Dist: dkist-processing-test==1.42.18; extra == "frozen"
|
|
120
119
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
121
120
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
122
121
|
Requires-Dist: dkist_fits_specifications==4.28.0; extra == "frozen"
|
|
123
122
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
124
123
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
125
124
|
Requires-Dist: executing==2.2.1; extra == "frozen"
|
|
126
|
-
Requires-Dist: fastapi==0.
|
|
127
|
-
Requires-Dist: fastapi-cli==0.0.
|
|
125
|
+
Requires-Dist: fastapi==0.139.2; extra == "frozen"
|
|
126
|
+
Requires-Dist: fastapi-cli==0.0.32; extra == "frozen"
|
|
128
127
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
129
128
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
130
129
|
Requires-Dist: fonttools==4.63.0; extra == "frozen"
|
|
@@ -135,18 +134,18 @@ Requires-Dist: globus-sdk==4.8.1; extra == "frozen"
|
|
|
135
134
|
Requires-Dist: googleapis-common-protos==1.75.0; extra == "frozen"
|
|
136
135
|
Requires-Dist: gqlclient==2.0.0; extra == "frozen"
|
|
137
136
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
138
|
-
Requires-Dist: greenlet==3.5.
|
|
139
|
-
Requires-Dist: grpcio==1.
|
|
137
|
+
Requires-Dist: greenlet==3.5.4; extra == "frozen"
|
|
138
|
+
Requires-Dist: grpcio==1.82.1; extra == "frozen"
|
|
140
139
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
141
140
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
142
141
|
Requires-Dist: httptools==0.8.0; extra == "frozen"
|
|
143
142
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
144
|
-
Requires-Dist: humanize==4.
|
|
143
|
+
Requires-Dist: humanize==4.16.0; extra == "frozen"
|
|
145
144
|
Requires-Dist: idna==3.18; extra == "frozen"
|
|
146
145
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
147
146
|
Requires-Dist: importlib_metadata==9.0.0; extra == "frozen"
|
|
148
147
|
Requires-Dist: ipykernel==7.3.0; extra == "frozen"
|
|
149
|
-
Requires-Dist: ipython==9.
|
|
148
|
+
Requires-Dist: ipython==9.15.0; extra == "frozen"
|
|
150
149
|
Requires-Dist: ipython_pygments_lexers==1.1.1; extra == "frozen"
|
|
151
150
|
Requires-Dist: isoduration==20.11.0; extra == "frozen"
|
|
152
151
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
@@ -158,12 +157,12 @@ Requires-Dist: jsonschema==4.26.0; extra == "frozen"
|
|
|
158
157
|
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
159
158
|
Requires-Dist: jupyter-events==0.12.1; extra == "frozen"
|
|
160
159
|
Requires-Dist: jupyter-lsp==2.3.1; extra == "frozen"
|
|
161
|
-
Requires-Dist: jupyter_builder==1.
|
|
160
|
+
Requires-Dist: jupyter_builder==1.1.1; extra == "frozen"
|
|
162
161
|
Requires-Dist: jupyter_client==8.9.1; extra == "frozen"
|
|
163
162
|
Requires-Dist: jupyter_core==5.9.1; extra == "frozen"
|
|
164
163
|
Requires-Dist: jupyter_server==2.20.0; extra == "frozen"
|
|
165
164
|
Requires-Dist: jupyter_server_terminals==0.5.4; extra == "frozen"
|
|
166
|
-
Requires-Dist: jupyterlab==4.6.
|
|
165
|
+
Requires-Dist: jupyterlab==4.6.2; extra == "frozen"
|
|
167
166
|
Requires-Dist: jupyterlab_pygments==0.3.0; extra == "frozen"
|
|
168
167
|
Requires-Dist: jupyterlab_server==2.28.0; extra == "frozen"
|
|
169
168
|
Requires-Dist: kiwisolver==1.5.0; extra == "frozen"
|
|
@@ -177,11 +176,11 @@ Requires-Dist: lmfit==1.3.4; extra == "frozen"
|
|
|
177
176
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
178
177
|
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
179
178
|
Requires-Dist: markdown-it-py==4.2.0; extra == "frozen"
|
|
180
|
-
Requires-Dist: matplotlib==3.11.
|
|
179
|
+
Requires-Dist: matplotlib==3.11.1; extra == "frozen"
|
|
181
180
|
Requires-Dist: matplotlib-inline==0.2.2; extra == "frozen"
|
|
182
181
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
183
182
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
184
|
-
Requires-Dist: mistune==3.3.
|
|
183
|
+
Requires-Dist: mistune==3.3.4; extra == "frozen"
|
|
185
184
|
Requires-Dist: more-itertools==11.1.0; extra == "frozen"
|
|
186
185
|
Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
187
186
|
Requires-Dist: msgspec==0.21.1; extra == "frozen"
|
|
@@ -191,35 +190,35 @@ Requires-Dist: nbclient==0.11.0; extra == "frozen"
|
|
|
191
190
|
Requires-Dist: nbconvert==7.17.1; extra == "frozen"
|
|
192
191
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
193
192
|
Requires-Dist: nest-asyncio2==1.7.2; extra == "frozen"
|
|
194
|
-
Requires-Dist: notebook==7.6.
|
|
193
|
+
Requires-Dist: notebook==7.6.1; extra == "frozen"
|
|
195
194
|
Requires-Dist: notebook_shim==0.2.4; extra == "frozen"
|
|
196
195
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
197
196
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
198
197
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
199
|
-
Requires-Dist: opentelemetry-api==1.
|
|
200
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
201
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
202
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
203
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
204
|
-
Requires-Dist: opentelemetry-instrumentation==0.
|
|
205
|
-
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.
|
|
206
|
-
Requires-Dist: opentelemetry-instrumentation-asgi==0.
|
|
207
|
-
Requires-Dist: opentelemetry-instrumentation-botocore==0.
|
|
208
|
-
Requires-Dist: opentelemetry-instrumentation-celery==0.
|
|
209
|
-
Requires-Dist: opentelemetry-instrumentation-dbapi==0.
|
|
210
|
-
Requires-Dist: opentelemetry-instrumentation-fastapi==0.
|
|
211
|
-
Requires-Dist: opentelemetry-instrumentation-pika==0.
|
|
212
|
-
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.
|
|
213
|
-
Requires-Dist: opentelemetry-instrumentation-pymongo==0.
|
|
214
|
-
Requires-Dist: opentelemetry-instrumentation-redis==0.
|
|
215
|
-
Requires-Dist: opentelemetry-instrumentation-requests==0.
|
|
216
|
-
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.
|
|
217
|
-
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.
|
|
198
|
+
Requires-Dist: opentelemetry-api==1.44.0; extra == "frozen"
|
|
199
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.44.0; extra == "frozen"
|
|
200
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.44.0; extra == "frozen"
|
|
201
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.44.0; extra == "frozen"
|
|
202
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.44.0; extra == "frozen"
|
|
203
|
+
Requires-Dist: opentelemetry-instrumentation==0.65b0; extra == "frozen"
|
|
204
|
+
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.65b0; extra == "frozen"
|
|
205
|
+
Requires-Dist: opentelemetry-instrumentation-asgi==0.65b0; extra == "frozen"
|
|
206
|
+
Requires-Dist: opentelemetry-instrumentation-botocore==0.65b0; extra == "frozen"
|
|
207
|
+
Requires-Dist: opentelemetry-instrumentation-celery==0.65b0; extra == "frozen"
|
|
208
|
+
Requires-Dist: opentelemetry-instrumentation-dbapi==0.65b0; extra == "frozen"
|
|
209
|
+
Requires-Dist: opentelemetry-instrumentation-fastapi==0.65b0; extra == "frozen"
|
|
210
|
+
Requires-Dist: opentelemetry-instrumentation-pika==0.65b0; extra == "frozen"
|
|
211
|
+
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.65b0; extra == "frozen"
|
|
212
|
+
Requires-Dist: opentelemetry-instrumentation-pymongo==0.65b0; extra == "frozen"
|
|
213
|
+
Requires-Dist: opentelemetry-instrumentation-redis==0.65b0; extra == "frozen"
|
|
214
|
+
Requires-Dist: opentelemetry-instrumentation-requests==0.65b0; extra == "frozen"
|
|
215
|
+
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.65b0; extra == "frozen"
|
|
216
|
+
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.65b0; extra == "frozen"
|
|
218
217
|
Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
|
|
219
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
220
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
221
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
222
|
-
Requires-Dist: opentelemetry-util-http==0.
|
|
218
|
+
Requires-Dist: opentelemetry-proto==1.44.0; extra == "frozen"
|
|
219
|
+
Requires-Dist: opentelemetry-sdk==1.44.0; extra == "frozen"
|
|
220
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.65b0; extra == "frozen"
|
|
221
|
+
Requires-Dist: opentelemetry-util-http==0.65b0; extra == "frozen"
|
|
223
222
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
224
223
|
Requires-Dist: packaging==26.2; extra == "frozen"
|
|
225
224
|
Requires-Dist: pandas==3.0.3; extra == "frozen"
|
|
@@ -233,14 +232,14 @@ Requires-Dist: pexpect==4.9.0; extra == "frozen"
|
|
|
233
232
|
Requires-Dist: pika==1.4.1; extra == "frozen"
|
|
234
233
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
235
234
|
Requires-Dist: pip==26.1.2; extra == "frozen"
|
|
236
|
-
Requires-Dist: platformdirs==4.
|
|
235
|
+
Requires-Dist: platformdirs==4.11.0; extra == "frozen"
|
|
237
236
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
238
237
|
Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
239
238
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
240
239
|
Requires-Dist: prometheus_client==0.25.0; extra == "frozen"
|
|
241
240
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
242
241
|
Requires-Dist: propcache==0.5.2; extra == "frozen"
|
|
243
|
-
Requires-Dist: protobuf==
|
|
242
|
+
Requires-Dist: protobuf==7.35.1; extra == "frozen"
|
|
244
243
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
245
244
|
Requires-Dist: psycopg2-binary==2.9.12; extra == "frozen"
|
|
246
245
|
Requires-Dist: ptyprocess==0.7.0; extra == "frozen"
|
|
@@ -269,9 +268,9 @@ Requires-Dist: rfc3986-validator==0.1.1; extra == "frozen"
|
|
|
269
268
|
Requires-Dist: rfc3987-syntax==1.1.0; extra == "frozen"
|
|
270
269
|
Requires-Dist: rich==15.0.0; extra == "frozen"
|
|
271
270
|
Requires-Dist: rich-argparse==1.8.0; extra == "frozen"
|
|
272
|
-
Requires-Dist: rich-toolkit==0.20.
|
|
273
|
-
Requires-Dist: rpds-py==2026.
|
|
274
|
-
Requires-Dist: s3transfer==0.19.
|
|
271
|
+
Requires-Dist: rich-toolkit==0.20.3; extra == "frozen"
|
|
272
|
+
Requires-Dist: rpds-py==2026.6.3; extra == "frozen"
|
|
273
|
+
Requires-Dist: s3transfer==0.19.1; extra == "frozen"
|
|
275
274
|
Requires-Dist: scipy==1.18.0; extra == "frozen"
|
|
276
275
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
277
276
|
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
@@ -279,14 +278,14 @@ Requires-Dist: shellingham==1.5.4; extra == "frozen"
|
|
|
279
278
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
280
279
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
281
280
|
Requires-Dist: solar-wavelength-calibration==2.0.3; extra == "frozen"
|
|
282
|
-
Requires-Dist: soupsieve==2.
|
|
281
|
+
Requires-Dist: soupsieve==2.9.1; extra == "frozen"
|
|
283
282
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
284
283
|
Requires-Dist: sqlparse==0.5.5; extra == "frozen"
|
|
285
284
|
Requires-Dist: stack-data==0.6.3; extra == "frozen"
|
|
286
285
|
Requires-Dist: starlette==0.52.1; extra == "frozen"
|
|
287
286
|
Requires-Dist: structlog==26.1.0; extra == "frozen"
|
|
288
|
-
Requires-Dist: sunpy==
|
|
289
|
-
Requires-Dist: svcs==
|
|
287
|
+
Requires-Dist: sunpy==8.0.0; extra == "frozen"
|
|
288
|
+
Requires-Dist: svcs==26.1.0; extra == "frozen"
|
|
290
289
|
Requires-Dist: tabulate==0.10.0; extra == "frozen"
|
|
291
290
|
Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
292
291
|
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
@@ -295,33 +294,33 @@ Requires-Dist: terminado==0.18.1; extra == "frozen"
|
|
|
295
294
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
296
295
|
Requires-Dist: tinycss2==1.5.1; extra == "frozen"
|
|
297
296
|
Requires-Dist: tornado==6.5.7; extra == "frozen"
|
|
298
|
-
Requires-Dist: tqdm==4.
|
|
297
|
+
Requires-Dist: tqdm==4.69.0; extra == "frozen"
|
|
299
298
|
Requires-Dist: traitlets==5.15.1; extra == "frozen"
|
|
300
|
-
Requires-Dist: typer==0.
|
|
299
|
+
Requires-Dist: typer==0.27.0; extra == "frozen"
|
|
301
300
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
302
|
-
Requires-Dist: typing_extensions==4.
|
|
303
|
-
Requires-Dist: tzdata==2026.
|
|
304
|
-
Requires-Dist: tzlocal==5.4.
|
|
301
|
+
Requires-Dist: typing_extensions==4.16.0; extra == "frozen"
|
|
302
|
+
Requires-Dist: tzdata==2026.3; extra == "frozen"
|
|
303
|
+
Requires-Dist: tzlocal==5.4.4; extra == "frozen"
|
|
305
304
|
Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
|
|
306
305
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
307
306
|
Requires-Dist: universal_pathlib==0.3.10; extra == "frozen"
|
|
308
307
|
Requires-Dist: uri-template==1.3.0; extra == "frozen"
|
|
309
308
|
Requires-Dist: urllib3==2.7.0; extra == "frozen"
|
|
310
309
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
311
|
-
Requires-Dist: uvicorn==0.
|
|
310
|
+
Requires-Dist: uvicorn==0.51.0; extra == "frozen"
|
|
312
311
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
313
312
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
314
313
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
315
314
|
Requires-Dist: watchfiles==1.2.0; extra == "frozen"
|
|
316
|
-
Requires-Dist: wcwidth==0.8.
|
|
315
|
+
Requires-Dist: wcwidth==0.8.2; extra == "frozen"
|
|
317
316
|
Requires-Dist: webcolors==25.10.0; extra == "frozen"
|
|
318
317
|
Requires-Dist: webencodings==0.5.1; extra == "frozen"
|
|
319
318
|
Requires-Dist: websocket-client==1.9.0; extra == "frozen"
|
|
320
|
-
Requires-Dist: websockets==16.
|
|
319
|
+
Requires-Dist: websockets==16.1.1; extra == "frozen"
|
|
321
320
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
322
321
|
Requires-Dist: wrapt==2.2.2; extra == "frozen"
|
|
323
322
|
Requires-Dist: yamale==6.1.0; extra == "frozen"
|
|
324
|
-
Requires-Dist: yarl==1.24.
|
|
323
|
+
Requires-Dist: yarl==1.24.5; extra == "frozen"
|
|
325
324
|
Requires-Dist: zipp==4.1.0; extra == "frozen"
|
|
326
325
|
|
|
327
326
|
dkist-processing-test
|