dkist-processing-test 1.23.16rc1__tar.gz → 1.23.17__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.
Potentially problematic release.
This version of dkist-processing-test might be problematic. Click here for more details.
- {dkist_processing_test-1.23.16rc1/dkist_processing_test.egg-info → dkist_processing_test-1.23.17}/PKG-INFO +11 -11
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17/dkist_processing_test.egg-info}/PKG-INFO +11 -11
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test.egg-info/requires.txt +10 -10
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/pyproject.toml +12 -12
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/.gitignore +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/.snyk +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/README.rst +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/bitbucket-pipelines.yml +1 -1
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/tests/parameter_models.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/tests/test_parameters.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.23.
|
|
3
|
+
Version: 1.23.17
|
|
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
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
13
|
Requires-Python: >=3.11
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==10.5.
|
|
15
|
+
Requires-Dist: dkist-processing-common==10.5.14
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.1.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.2
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.11.0
|
|
@@ -90,14 +90,14 @@ Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
|
|
|
90
90
|
Requires-Dist: asgiref==3.8.1; extra == "frozen"
|
|
91
91
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
92
92
|
Requires-Dist: astropy==6.1.5; extra == "frozen"
|
|
93
|
-
Requires-Dist: astropy-iers-data==0.2025.2.
|
|
93
|
+
Requires-Dist: astropy-iers-data==0.2025.2.17.0.34.13; extra == "frozen"
|
|
94
94
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: attrs==25.1.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
97
97
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
98
98
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
99
|
-
Requires-Dist: boto3==1.36.
|
|
100
|
-
Requires-Dist: botocore==1.36.
|
|
99
|
+
Requires-Dist: boto3==1.36.24; extra == "frozen"
|
|
100
|
+
Requires-Dist: botocore==1.36.24; extra == "frozen"
|
|
101
101
|
Requires-Dist: cachelib==0.9.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: celery==5.4.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: certifi==2025.1.31; extra == "frozen"
|
|
@@ -120,10 +120,10 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
120
120
|
Requires-Dist: decorator==5.1.1; extra == "frozen"
|
|
121
121
|
Requires-Dist: dill==0.3.9; extra == "frozen"
|
|
122
122
|
Requires-Dist: dkist-header-validator==5.1.1; extra == "frozen"
|
|
123
|
-
Requires-Dist: dkist-processing-common==10.5.
|
|
124
|
-
Requires-Dist: dkist-processing-core==5.0.
|
|
123
|
+
Requires-Dist: dkist-processing-common==10.5.14; extra == "frozen"
|
|
124
|
+
Requires-Dist: dkist-processing-core==5.0.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
126
|
-
Requires-Dist: dkist-processing-test==1.23.
|
|
126
|
+
Requires-Dist: dkist-processing-test==1.23.17; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: dkist_fits_specifications==4.11.0; extra == "frozen"
|
|
@@ -146,7 +146,7 @@ Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
|
146
146
|
Requires-Dist: h11==0.14.0; extra == "frozen"
|
|
147
147
|
Requires-Dist: httpcore==1.0.7; extra == "frozen"
|
|
148
148
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
149
|
-
Requires-Dist: humanize==4.
|
|
149
|
+
Requires-Dist: humanize==4.12.1; extra == "frozen"
|
|
150
150
|
Requires-Dist: idna==3.10; extra == "frozen"
|
|
151
151
|
Requires-Dist: imageio==2.37.0; extra == "frozen"
|
|
152
152
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
@@ -206,7 +206,7 @@ Requires-Dist: prometheus_client==0.21.1; extra == "frozen"
|
|
|
206
206
|
Requires-Dist: prompt_toolkit==3.0.50; extra == "frozen"
|
|
207
207
|
Requires-Dist: propcache==0.2.1; extra == "frozen"
|
|
208
208
|
Requires-Dist: protobuf==5.29.3; extra == "frozen"
|
|
209
|
-
Requires-Dist: psutil==
|
|
209
|
+
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
210
210
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
211
211
|
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
212
212
|
Requires-Dist: pycparser==2.22; extra == "frozen"
|
|
@@ -231,7 +231,7 @@ Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
|
231
231
|
Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
|
|
232
232
|
Requires-Dist: rpds-py==0.22.3; extra == "frozen"
|
|
233
233
|
Requires-Dist: s3transfer==0.11.2; extra == "frozen"
|
|
234
|
-
Requires-Dist: scipy==1.15.
|
|
234
|
+
Requires-Dist: scipy==1.15.2; extra == "frozen"
|
|
235
235
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
236
236
|
Requires-Dist: setproctitle==1.3.4; extra == "frozen"
|
|
237
237
|
Requires-Dist: setuptools==65.5.0; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.23.
|
|
3
|
+
Version: 1.23.17
|
|
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
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
13
|
Requires-Python: >=3.11
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==10.5.
|
|
15
|
+
Requires-Dist: dkist-processing-common==10.5.14
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.1.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.2
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.11.0
|
|
@@ -90,14 +90,14 @@ Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
|
|
|
90
90
|
Requires-Dist: asgiref==3.8.1; extra == "frozen"
|
|
91
91
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
92
92
|
Requires-Dist: astropy==6.1.5; extra == "frozen"
|
|
93
|
-
Requires-Dist: astropy-iers-data==0.2025.2.
|
|
93
|
+
Requires-Dist: astropy-iers-data==0.2025.2.17.0.34.13; extra == "frozen"
|
|
94
94
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: attrs==25.1.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
97
97
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
98
98
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
99
|
-
Requires-Dist: boto3==1.36.
|
|
100
|
-
Requires-Dist: botocore==1.36.
|
|
99
|
+
Requires-Dist: boto3==1.36.24; extra == "frozen"
|
|
100
|
+
Requires-Dist: botocore==1.36.24; extra == "frozen"
|
|
101
101
|
Requires-Dist: cachelib==0.9.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: celery==5.4.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: certifi==2025.1.31; extra == "frozen"
|
|
@@ -120,10 +120,10 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
120
120
|
Requires-Dist: decorator==5.1.1; extra == "frozen"
|
|
121
121
|
Requires-Dist: dill==0.3.9; extra == "frozen"
|
|
122
122
|
Requires-Dist: dkist-header-validator==5.1.1; extra == "frozen"
|
|
123
|
-
Requires-Dist: dkist-processing-common==10.5.
|
|
124
|
-
Requires-Dist: dkist-processing-core==5.0.
|
|
123
|
+
Requires-Dist: dkist-processing-common==10.5.14; extra == "frozen"
|
|
124
|
+
Requires-Dist: dkist-processing-core==5.0.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
126
|
-
Requires-Dist: dkist-processing-test==1.23.
|
|
126
|
+
Requires-Dist: dkist-processing-test==1.23.17; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: dkist_fits_specifications==4.11.0; extra == "frozen"
|
|
@@ -146,7 +146,7 @@ Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
|
146
146
|
Requires-Dist: h11==0.14.0; extra == "frozen"
|
|
147
147
|
Requires-Dist: httpcore==1.0.7; extra == "frozen"
|
|
148
148
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
149
|
-
Requires-Dist: humanize==4.
|
|
149
|
+
Requires-Dist: humanize==4.12.1; extra == "frozen"
|
|
150
150
|
Requires-Dist: idna==3.10; extra == "frozen"
|
|
151
151
|
Requires-Dist: imageio==2.37.0; extra == "frozen"
|
|
152
152
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
@@ -206,7 +206,7 @@ Requires-Dist: prometheus_client==0.21.1; extra == "frozen"
|
|
|
206
206
|
Requires-Dist: prompt_toolkit==3.0.50; extra == "frozen"
|
|
207
207
|
Requires-Dist: propcache==0.2.1; extra == "frozen"
|
|
208
208
|
Requires-Dist: protobuf==5.29.3; extra == "frozen"
|
|
209
|
-
Requires-Dist: psutil==
|
|
209
|
+
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
210
210
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
211
211
|
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
212
212
|
Requires-Dist: pycparser==2.22; extra == "frozen"
|
|
@@ -231,7 +231,7 @@ Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
|
231
231
|
Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
|
|
232
232
|
Requires-Dist: rpds-py==0.22.3; extra == "frozen"
|
|
233
233
|
Requires-Dist: s3transfer==0.11.2; extra == "frozen"
|
|
234
|
-
Requires-Dist: scipy==1.15.
|
|
234
|
+
Requires-Dist: scipy==1.15.2; extra == "frozen"
|
|
235
235
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
236
236
|
Requires-Dist: setproctitle==1.3.4; extra == "frozen"
|
|
237
237
|
Requires-Dist: setuptools==65.5.0; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==10.5.
|
|
1
|
+
dkist-processing-common==10.5.14
|
|
2
2
|
dkist-header-validator==5.1.1
|
|
3
3
|
dkist-service-configuration==2.2
|
|
4
4
|
dkist-fits-specifications==4.11.0
|
|
@@ -64,14 +64,14 @@ asdf_transform_schemas==0.5.0
|
|
|
64
64
|
asgiref==3.8.1
|
|
65
65
|
asteval==1.0.6
|
|
66
66
|
astropy==6.1.5
|
|
67
|
-
astropy-iers-data==0.2025.2.
|
|
67
|
+
astropy-iers-data==0.2025.2.17.0.34.13
|
|
68
68
|
asyncpg==0.30.0
|
|
69
69
|
attrs==25.1.0
|
|
70
70
|
babel==2.17.0
|
|
71
71
|
billiard==4.2.1
|
|
72
72
|
blinker==1.9.0
|
|
73
|
-
boto3==1.36.
|
|
74
|
-
botocore==1.36.
|
|
73
|
+
boto3==1.36.24
|
|
74
|
+
botocore==1.36.24
|
|
75
75
|
cachelib==0.9.0
|
|
76
76
|
celery==5.4.0
|
|
77
77
|
certifi==2025.1.31
|
|
@@ -94,10 +94,10 @@ dacite==1.9.2
|
|
|
94
94
|
decorator==5.1.1
|
|
95
95
|
dill==0.3.9
|
|
96
96
|
dkist-header-validator==5.1.1
|
|
97
|
-
dkist-processing-common==10.5.
|
|
98
|
-
dkist-processing-core==5.0.
|
|
97
|
+
dkist-processing-common==10.5.14
|
|
98
|
+
dkist-processing-core==5.0.0
|
|
99
99
|
dkist-processing-pac==3.1.1
|
|
100
|
-
dkist-processing-test==1.23.
|
|
100
|
+
dkist-processing-test==1.23.17
|
|
101
101
|
dkist-service-configuration==2.2
|
|
102
102
|
dkist-spectral-lines==3.0.0
|
|
103
103
|
dkist_fits_specifications==4.11.0
|
|
@@ -120,7 +120,7 @@ gunicorn==23.0.0
|
|
|
120
120
|
h11==0.14.0
|
|
121
121
|
httpcore==1.0.7
|
|
122
122
|
httpx==0.28.1
|
|
123
|
-
humanize==4.
|
|
123
|
+
humanize==4.12.1
|
|
124
124
|
idna==3.10
|
|
125
125
|
imageio==2.37.0
|
|
126
126
|
imageio-ffmpeg==0.6.0
|
|
@@ -180,7 +180,7 @@ prometheus_client==0.21.1
|
|
|
180
180
|
prompt_toolkit==3.0.50
|
|
181
181
|
propcache==0.2.1
|
|
182
182
|
protobuf==5.29.3
|
|
183
|
-
psutil==
|
|
183
|
+
psutil==7.0.0
|
|
184
184
|
psycopg2-binary==2.9.10
|
|
185
185
|
py==1.11.0
|
|
186
186
|
pycparser==2.22
|
|
@@ -205,7 +205,7 @@ rich==13.9.4
|
|
|
205
205
|
rich-argparse==1.7.0
|
|
206
206
|
rpds-py==0.22.3
|
|
207
207
|
s3transfer==0.11.2
|
|
208
|
-
scipy==1.15.
|
|
208
|
+
scipy==1.15.2
|
|
209
209
|
semantic-version==2.10.0
|
|
210
210
|
setproctitle==1.3.4
|
|
211
211
|
setuptools==65.5.0
|
|
@@ -9,8 +9,8 @@ find = {}
|
|
|
9
9
|
|
|
10
10
|
[tool.dkist-dev-tools]
|
|
11
11
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "1.23.
|
|
13
|
-
date = 2025-02-
|
|
12
|
+
version = "1.23.17"
|
|
13
|
+
date = 2025-02-19T19:34:59.494216
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.11",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 10.5.
|
|
29
|
+
"dkist-processing-common == 10.5.14",
|
|
30
30
|
"dkist-header-validator == 5.1.1",
|
|
31
31
|
"dkist-service-configuration == 2.2",
|
|
32
32
|
"dkist-fits-specifications == 4.11.0",
|
|
@@ -116,14 +116,14 @@ frozen = [
|
|
|
116
116
|
"asgiref == 3.8.1",
|
|
117
117
|
"asteval == 1.0.6",
|
|
118
118
|
"astropy == 6.1.5",
|
|
119
|
-
"astropy-iers-data == 0.2025.2.
|
|
119
|
+
"astropy-iers-data == 0.2025.2.17.0.34.13",
|
|
120
120
|
"asyncpg == 0.30.0",
|
|
121
121
|
"attrs == 25.1.0",
|
|
122
122
|
"babel == 2.17.0",
|
|
123
123
|
"billiard == 4.2.1",
|
|
124
124
|
"blinker == 1.9.0",
|
|
125
|
-
"boto3 == 1.36.
|
|
126
|
-
"botocore == 1.36.
|
|
125
|
+
"boto3 == 1.36.24",
|
|
126
|
+
"botocore == 1.36.24",
|
|
127
127
|
"cachelib == 0.9.0",
|
|
128
128
|
"celery == 5.4.0",
|
|
129
129
|
"certifi == 2025.1.31",
|
|
@@ -146,10 +146,10 @@ frozen = [
|
|
|
146
146
|
"decorator == 5.1.1",
|
|
147
147
|
"dill == 0.3.9",
|
|
148
148
|
"dkist-header-validator == 5.1.1",
|
|
149
|
-
"dkist-processing-common == 10.5.
|
|
150
|
-
"dkist-processing-core == 5.0.
|
|
149
|
+
"dkist-processing-common == 10.5.14",
|
|
150
|
+
"dkist-processing-core == 5.0.0",
|
|
151
151
|
"dkist-processing-pac == 3.1.1",
|
|
152
|
-
"dkist-processing-test == 1.23.
|
|
152
|
+
"dkist-processing-test == 1.23.17",
|
|
153
153
|
"dkist-service-configuration == 2.2",
|
|
154
154
|
"dkist-spectral-lines == 3.0.0",
|
|
155
155
|
"dkist_fits_specifications == 4.11.0",
|
|
@@ -172,7 +172,7 @@ frozen = [
|
|
|
172
172
|
"h11 == 0.14.0",
|
|
173
173
|
"httpcore == 1.0.7",
|
|
174
174
|
"httpx == 0.28.1",
|
|
175
|
-
"humanize == 4.
|
|
175
|
+
"humanize == 4.12.1",
|
|
176
176
|
"idna == 3.10",
|
|
177
177
|
"imageio == 2.37.0",
|
|
178
178
|
"imageio-ffmpeg == 0.6.0",
|
|
@@ -232,7 +232,7 @@ frozen = [
|
|
|
232
232
|
"prompt_toolkit == 3.0.50",
|
|
233
233
|
"propcache == 0.2.1",
|
|
234
234
|
"protobuf == 5.29.3",
|
|
235
|
-
"psutil ==
|
|
235
|
+
"psutil == 7.0.0",
|
|
236
236
|
"psycopg2-binary == 2.9.10",
|
|
237
237
|
"py == 1.11.0",
|
|
238
238
|
"pycparser == 2.22",
|
|
@@ -257,7 +257,7 @@ frozen = [
|
|
|
257
257
|
"rich-argparse == 1.7.0",
|
|
258
258
|
"rpds-py == 0.22.3",
|
|
259
259
|
"s3transfer == 0.11.2",
|
|
260
|
-
"scipy == 1.15.
|
|
260
|
+
"scipy == 1.15.2",
|
|
261
261
|
"semantic-version == 2.10.0",
|
|
262
262
|
"setproctitle == 1.3.4",
|
|
263
263
|
"setuptools == 65.5.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.23.16rc1 → dkist_processing_test-1.23.17}/dkist_processing_test/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|