sl-shared-assets 3.1.2__tar.gz → 4.0.0__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 sl-shared-assets might be problematic. Click here for more details.
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/PKG-INFO +45 -48
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/docs/source/conf.py +3 -0
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/envs/slsa_dev_lin.yml +66 -68
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/envs/slsa_dev_lin_spec.txt +62 -65
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/pyproject.toml +26 -29
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/__init__.py +8 -0
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/__init__.pyi +8 -0
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/cli.py +41 -24
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/cli.pyi +9 -4
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/data_classes/__init__.py +13 -1
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/data_classes/__init__.pyi +6 -0
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/data_classes/configuration_data.py +1 -1
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/data_classes/runtime_data.py +20 -9
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/data_classes/runtime_data.pyi +7 -4
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/data_classes/session_data.py +271 -232
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/data_classes/session_data.pyi +113 -36
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/data_classes/surgery_data.py +1 -1
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/data_classes/surgery_data.pyi +1 -1
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/server/server.py +41 -4
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/server/server.pyi +13 -1
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/tools/packaging_tools.py +7 -8
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/tools/packaging_tools.pyi +2 -0
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/tools/project_management_tools.py +195 -61
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/tools/project_management_tools.pyi +48 -12
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/tox.ini +30 -30
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/.gitignore +0 -0
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/LICENSE +0 -0
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/README.md +0 -0
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/docs/Makefile +0 -0
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/docs/make.bat +0 -0
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/docs/source/api.rst +0 -0
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/docs/source/index.rst +0 -0
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/docs/source/welcome.rst +0 -0
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/data_classes/configuration_data.pyi +0 -0
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/py.typed +0 -0
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/server/__init__.py +0 -0
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/server/__init__.pyi +0 -0
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/server/job.py +0 -0
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/server/job.pyi +0 -0
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/tools/__init__.py +0 -0
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/tools/__init__.pyi +0 -0
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/tools/ascension_tools.py +0 -0
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/tools/ascension_tools.pyi +0 -0
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/tools/transfer_tools.py +0 -0
- {sl_shared_assets-3.1.2 → sl_shared_assets-4.0.0}/src/sl_shared_assets/tools/transfer_tools.pyi +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sl-shared-assets
|
|
3
|
-
Version:
|
|
3
|
+
Version: 4.0.0
|
|
4
4
|
Summary: Provides data acquisition and processing assets shared between Sun (NeuroAI) lab libraries.
|
|
5
5
|
Project-URL: Homepage, https://github.com/Sun-Lab-NBB/sl-shared-assets
|
|
6
6
|
Project-URL: Documentation, https://sl-shared-assets-api-docs.netlify.app/
|
|
@@ -698,67 +698,64 @@ Requires-Dist: click==8.2.1
|
|
|
698
698
|
Requires-Dist: filelock==3.18.0
|
|
699
699
|
Requires-Dist: natsort==8.4.0
|
|
700
700
|
Requires-Dist: numpy==2.2.6
|
|
701
|
-
Requires-Dist: paramiko==
|
|
702
|
-
Requires-Dist: polars==1.
|
|
703
|
-
Requires-Dist: pyarrow==
|
|
701
|
+
Requires-Dist: paramiko==4.0.0
|
|
702
|
+
Requires-Dist: polars==1.32.0
|
|
703
|
+
Requires-Dist: pyarrow==21.0.0
|
|
704
704
|
Requires-Dist: pytz==2025.2
|
|
705
705
|
Requires-Dist: simple-slurm==0.3.6
|
|
706
706
|
Requires-Dist: tqdm==4.67.1
|
|
707
707
|
Requires-Dist: xxhash==3.5.0
|
|
708
708
|
Provides-Extra: conda
|
|
709
|
-
Requires-Dist: hatchling
|
|
710
|
-
Requires-Dist: importlib-metadata
|
|
711
|
-
Requires-Dist: mypy
|
|
712
|
-
Requires-Dist: ruff
|
|
713
|
-
Requires-Dist: sphinx-autodoc-typehints
|
|
714
|
-
Requires-Dist: sphinx-click
|
|
715
|
-
Requires-Dist: sphinx
|
|
716
|
-
Requires-Dist:
|
|
717
|
-
Requires-Dist:
|
|
718
|
-
Requires-Dist: types-
|
|
719
|
-
Requires-Dist: types-
|
|
720
|
-
Requires-Dist: types-
|
|
721
|
-
Requires-Dist: types-tqdm<5,>=4; extra == 'conda'
|
|
709
|
+
Requires-Dist: hatchling==1.27.0; extra == 'conda'
|
|
710
|
+
Requires-Dist: importlib-metadata==8.7.0; extra == 'conda'
|
|
711
|
+
Requires-Dist: mypy==1.17.1; extra == 'conda'
|
|
712
|
+
Requires-Dist: ruff==0.12.7; extra == 'conda'
|
|
713
|
+
Requires-Dist: sphinx-autodoc-typehints==3.2.0; extra == 'conda'
|
|
714
|
+
Requires-Dist: sphinx-click==6.0.0; extra == 'conda'
|
|
715
|
+
Requires-Dist: sphinx==8.2.3; extra == 'conda'
|
|
716
|
+
Requires-Dist: twine==6.1.0; extra == 'conda'
|
|
717
|
+
Requires-Dist: types-appdirs==1.4.3.5; extra == 'conda'
|
|
718
|
+
Requires-Dist: types-filelock==3.2.7; extra == 'conda'
|
|
719
|
+
Requires-Dist: types-paramiko==3.5.0.20250801; extra == 'conda'
|
|
720
|
+
Requires-Dist: types-tqdm==4.67.0.20250516; extra == 'conda'
|
|
722
721
|
Provides-Extra: condarun
|
|
723
722
|
Requires-Dist: appdirs==1.4.4; extra == 'condarun'
|
|
724
|
-
Requires-Dist: click==8.2.1; extra == 'condarun'
|
|
725
723
|
Requires-Dist: filelock==3.18.0; extra == 'condarun'
|
|
726
724
|
Requires-Dist: natsort==8.4.0; extra == 'condarun'
|
|
727
725
|
Requires-Dist: numpy==2.2.6; extra == 'condarun'
|
|
728
|
-
Requires-Dist:
|
|
729
|
-
Requires-Dist: polars==1.31.0; extra == 'condarun'
|
|
730
|
-
Requires-Dist: pyarrow==20.0.0; extra == 'condarun'
|
|
726
|
+
Requires-Dist: pyarrow==21.0.0; extra == 'condarun'
|
|
731
727
|
Requires-Dist: pytz==2025.2; extra == 'condarun'
|
|
732
728
|
Requires-Dist: tqdm==4.67.1; extra == 'condarun'
|
|
733
729
|
Provides-Extra: dev
|
|
734
|
-
Requires-Dist: ataraxis-automation
|
|
735
|
-
Requires-Dist: build
|
|
736
|
-
Requires-Dist: hatchling
|
|
737
|
-
Requires-Dist: importlib-metadata
|
|
738
|
-
Requires-Dist: mypy
|
|
739
|
-
Requires-Dist: ruff
|
|
740
|
-
Requires-Dist: sphinx-autodoc-typehints
|
|
741
|
-
Requires-Dist: sphinx-click
|
|
742
|
-
Requires-Dist: sphinx-rtd-dark-mode
|
|
743
|
-
Requires-Dist: sphinx-rtd-theme
|
|
744
|
-
Requires-Dist: sphinx
|
|
745
|
-
Requires-Dist: tox-uv
|
|
746
|
-
Requires-Dist: tox
|
|
747
|
-
Requires-Dist: twine
|
|
748
|
-
Requires-Dist: types-appdirs
|
|
749
|
-
Requires-Dist: types-filelock
|
|
750
|
-
Requires-Dist: types-paramiko
|
|
751
|
-
Requires-Dist: types-pytz
|
|
752
|
-
Requires-Dist: types-tqdm
|
|
753
|
-
Requires-Dist: uv
|
|
730
|
+
Requires-Dist: ataraxis-automation==5.0.0; extra == 'dev'
|
|
731
|
+
Requires-Dist: build==1.3.0; extra == 'dev'
|
|
732
|
+
Requires-Dist: hatchling==1.27.0; extra == 'dev'
|
|
733
|
+
Requires-Dist: importlib-metadata==8.7.0; extra == 'dev'
|
|
734
|
+
Requires-Dist: mypy==1.17.1; extra == 'dev'
|
|
735
|
+
Requires-Dist: ruff==0.12.7; extra == 'dev'
|
|
736
|
+
Requires-Dist: sphinx-autodoc-typehints==3.2.0; extra == 'dev'
|
|
737
|
+
Requires-Dist: sphinx-click==6.0.0; extra == 'dev'
|
|
738
|
+
Requires-Dist: sphinx-rtd-dark-mode==1.3.0; extra == 'dev'
|
|
739
|
+
Requires-Dist: sphinx-rtd-theme==3.0.2; extra == 'dev'
|
|
740
|
+
Requires-Dist: sphinx==8.2.3; extra == 'dev'
|
|
741
|
+
Requires-Dist: tox-uv==1.26.2; extra == 'dev'
|
|
742
|
+
Requires-Dist: tox==4.28.4; extra == 'dev'
|
|
743
|
+
Requires-Dist: twine==6.1.0; extra == 'dev'
|
|
744
|
+
Requires-Dist: types-appdirs==1.4.3.5; extra == 'dev'
|
|
745
|
+
Requires-Dist: types-filelock==3.2.7; extra == 'dev'
|
|
746
|
+
Requires-Dist: types-paramiko==3.5.0.20250801; extra == 'dev'
|
|
747
|
+
Requires-Dist: types-pytz==2025.2.0.20250516; extra == 'dev'
|
|
748
|
+
Requires-Dist: types-tqdm==4.67.0.20250516; extra == 'dev'
|
|
749
|
+
Requires-Dist: uv==0.8.4; extra == 'dev'
|
|
754
750
|
Provides-Extra: noconda
|
|
755
|
-
Requires-Dist: ataraxis-automation
|
|
756
|
-
Requires-Dist: build
|
|
757
|
-
Requires-Dist: sphinx-rtd-dark-mode
|
|
758
|
-
Requires-Dist:
|
|
759
|
-
Requires-Dist: tox
|
|
760
|
-
Requires-Dist:
|
|
761
|
-
Requires-Dist:
|
|
751
|
+
Requires-Dist: ataraxis-automation==5.0.0; extra == 'noconda'
|
|
752
|
+
Requires-Dist: build==1.3.0; extra == 'noconda'
|
|
753
|
+
Requires-Dist: sphinx-rtd-dark-mode==1.3.0; extra == 'noconda'
|
|
754
|
+
Requires-Dist: sphinx-rtd-theme==3.0.2; extra == 'noconda'
|
|
755
|
+
Requires-Dist: tox-uv==1.26.2; extra == 'noconda'
|
|
756
|
+
Requires-Dist: tox==4.28.4; extra == 'noconda'
|
|
757
|
+
Requires-Dist: types-pytz==2025.2.0.20250516; extra == 'noconda'
|
|
758
|
+
Requires-Dist: uv==0.8.4; extra == 'noconda'
|
|
762
759
|
Description-Content-Type: text/markdown
|
|
763
760
|
|
|
764
761
|
# sl-shared-assets
|
|
@@ -46,5 +46,8 @@ typehints_formatter = None
|
|
|
46
46
|
typehints_use_signature = False
|
|
47
47
|
typehints_use_signature_return = False
|
|
48
48
|
|
|
49
|
+
# Disables the dark mode by default.
|
|
50
|
+
default_dark_mode = False
|
|
51
|
+
|
|
49
52
|
# -- Options for HTML output -------------------------------------------------
|
|
50
53
|
html_theme = 'sphinx_rtd_theme' # Directs sphinx to use RTD theme
|
|
@@ -7,44 +7,43 @@ dependencies:
|
|
|
7
7
|
- _python_abi3_support=1.0=hd8ed1ab_2
|
|
8
8
|
- alabaster=1.0.0=pyhd8ed1ab_1
|
|
9
9
|
- appdirs=1.4.4=pyhd8ed1ab_1
|
|
10
|
-
- aws-c-auth=0.9.0=
|
|
10
|
+
- aws-c-auth=0.9.0=h0fbd49f_19
|
|
11
11
|
- aws-c-cal=0.9.2=he7b75e1_1
|
|
12
12
|
- aws-c-common=0.12.4=hb03c661_0
|
|
13
13
|
- aws-c-compression=0.3.1=h92c474e_6
|
|
14
|
-
- aws-c-event-stream=0.5.5=
|
|
15
|
-
- aws-c-http=0.10.
|
|
16
|
-
- aws-c-io=0.21.
|
|
17
|
-
- aws-c-mqtt=0.13.
|
|
18
|
-
- aws-c-s3=0.8.
|
|
14
|
+
- aws-c-event-stream=0.5.5=h149bd38_3
|
|
15
|
+
- aws-c-http=0.10.4=h37a7233_0
|
|
16
|
+
- aws-c-io=0.21.2=h6252d9a_1
|
|
17
|
+
- aws-c-mqtt=0.13.3=h19deb91_3
|
|
18
|
+
- aws-c-s3=0.8.6=h800fcd2_2
|
|
19
19
|
- aws-c-sdkutils=0.2.4=h92c474e_1
|
|
20
20
|
- aws-checksums=0.2.7=h92c474e_2
|
|
21
|
-
- aws-crt-cpp=0.
|
|
22
|
-
- aws-sdk-cpp=1.11.
|
|
23
|
-
- azure-core-cpp=1.
|
|
24
|
-
- azure-identity-cpp=1.
|
|
25
|
-
- azure-storage-blobs-cpp=12.
|
|
26
|
-
- azure-storage-common-cpp=12.10.0=
|
|
27
|
-
- azure-storage-files-datalake-cpp=12.12.0=
|
|
21
|
+
- aws-crt-cpp=0.33.1=hb4fd278_2
|
|
22
|
+
- aws-sdk-cpp=1.11.606=h31ade35_1
|
|
23
|
+
- azure-core-cpp=1.16.0=h3a458e0_0
|
|
24
|
+
- azure-identity-cpp=1.12.0=ha729027_0
|
|
25
|
+
- azure-storage-blobs-cpp=12.14.0=hb1c9500_1
|
|
26
|
+
- azure-storage-common-cpp=12.10.0=hebae86a_2
|
|
27
|
+
- azure-storage-files-datalake-cpp=12.12.0=h8b27e44_3
|
|
28
28
|
- babel=2.17.0=pyhd8ed1ab_0
|
|
29
29
|
- backports=1.0=pyhd8ed1ab_5
|
|
30
30
|
- backports.tarfile=1.2.0=pyhd8ed1ab_1
|
|
31
|
-
- bcrypt=4.3.0=py313h4b2b08d_1
|
|
32
31
|
- brotli-python=1.1.0=py313h46c70d0_3
|
|
33
32
|
- bzip2=1.0.8=h4bc722e_7
|
|
34
33
|
- c-ares=1.34.5=hb9d3cd8_0
|
|
35
|
-
- ca-certificates=2025.
|
|
34
|
+
- ca-certificates=2025.8.3=hbd8a1cb_0
|
|
36
35
|
- cachetools=6.1.0=pyhd8ed1ab_0
|
|
37
|
-
- certifi=2025.
|
|
36
|
+
- certifi=2025.8.3=pyhd8ed1ab_0
|
|
38
37
|
- cffi=1.17.1=py313hfab6e84_0
|
|
39
38
|
- chardet=5.2.0=pyhd8ed1ab_3
|
|
40
39
|
- charset-normalizer=3.4.2=pyhd8ed1ab_0
|
|
41
|
-
- click=8.2.
|
|
40
|
+
- click=8.2.2=pyh707e725_0
|
|
42
41
|
- cmarkgfm=2024.11.20=py313h536fd9c_0
|
|
43
42
|
- colorama=0.4.6=pyhd8ed1ab_1
|
|
44
43
|
- cpython=3.13.5=py313hd8ed1ab_102
|
|
45
44
|
- cryptography=45.0.5=py313h6556f6e_0
|
|
46
45
|
- dbus=1.16.2=h3c4dab8_0
|
|
47
|
-
- distlib=0.
|
|
46
|
+
- distlib=0.4.0=pyhd8ed1ab_0
|
|
48
47
|
- docutils=0.21.2=pyhd8ed1ab_1
|
|
49
48
|
- editables=0.5=pyhd8ed1ab_1
|
|
50
49
|
- filelock=3.18.0=pyhd8ed1ab_0
|
|
@@ -54,7 +53,6 @@ dependencies:
|
|
|
54
53
|
- hatchling=1.27.0=pypyhd8ed1ab_0
|
|
55
54
|
- hpack=4.1.0=pyhd8ed1ab_0
|
|
56
55
|
- hyperframe=6.1.0=pyhd8ed1ab_0
|
|
57
|
-
- icu=75.1=he02047a_0
|
|
58
56
|
- id=1.5.0=pyh29332c3_0
|
|
59
57
|
- idna=3.10=pyhd8ed1ab_1
|
|
60
58
|
- imagesize=1.4.1=pyhd8ed1ab_0
|
|
@@ -71,10 +69,11 @@ dependencies:
|
|
|
71
69
|
- krb5=1.21.3=h659f571_0
|
|
72
70
|
- ld_impl_linux-64=2.44=h1423503_1
|
|
73
71
|
- libabseil=20250512.1=cxx17_hba17884_0
|
|
74
|
-
- libarrow=
|
|
75
|
-
- libarrow-acero=
|
|
76
|
-
- libarrow-
|
|
77
|
-
- libarrow-
|
|
72
|
+
- libarrow=21.0.0=hb116c0f_1_cpu
|
|
73
|
+
- libarrow-acero=21.0.0=h635bf11_1_cpu
|
|
74
|
+
- libarrow-compute=21.0.0=he319acf_1_cpu
|
|
75
|
+
- libarrow-dataset=21.0.0=h635bf11_1_cpu
|
|
76
|
+
- libarrow-substrait=21.0.0=h3f74fd7_1_cpu
|
|
78
77
|
- libblas=3.9.0=32_h59b9bed_openblas
|
|
79
78
|
- libbrotlicommon=1.1.0=hb9d3cd8_3
|
|
80
79
|
- libbrotlidec=1.1.0=hb9d3cd8_3
|
|
@@ -85,14 +84,14 @@ dependencies:
|
|
|
85
84
|
- libedit=3.1.20250104=pl5321h7949ede_0
|
|
86
85
|
- libev=4.33=hd590300_2
|
|
87
86
|
- libevent=2.1.12=hf998b51_1
|
|
88
|
-
- libexpat=2.7.
|
|
87
|
+
- libexpat=2.7.1=hecca717_0
|
|
89
88
|
- libffi=3.4.6=h2dba641_1
|
|
90
|
-
- libgcc=15.1.0=
|
|
91
|
-
- libgcc-ng=15.1.0=
|
|
92
|
-
- libgfortran=15.1.0=
|
|
93
|
-
- libgfortran5=15.1.0=
|
|
94
|
-
- libglib=2.84.
|
|
95
|
-
- libgomp=15.1.0=
|
|
89
|
+
- libgcc=15.1.0=h767d61c_4
|
|
90
|
+
- libgcc-ng=15.1.0=h69a702a_4
|
|
91
|
+
- libgfortran=15.1.0=h69a702a_4
|
|
92
|
+
- libgfortran5=15.1.0=hcea5267_4
|
|
93
|
+
- libglib=2.84.3=hf39c6af_0
|
|
94
|
+
- libgomp=15.1.0=h767d61c_4
|
|
96
95
|
- libgoogle-cloud=2.39.0=hdb79228_0
|
|
97
96
|
- libgoogle-cloud-storage=2.39.0=hdbdcf42_0
|
|
98
97
|
- libgrpc=1.73.1=h1e535eb_0
|
|
@@ -101,119 +100,118 @@ dependencies:
|
|
|
101
100
|
- liblzma=5.8.1=hb9d3cd8_2
|
|
102
101
|
- libmpdec=4.0.0=hb9d3cd8_0
|
|
103
102
|
- libnghttp2=1.64.0=h161d5f1_0
|
|
104
|
-
- libopenblas=0.3.30=
|
|
103
|
+
- libopenblas=0.3.30=pthreads_h94d23a6_1
|
|
105
104
|
- libopentelemetry-cpp=1.21.0=hb9b0907_1
|
|
106
105
|
- libopentelemetry-cpp-headers=1.21.0=ha770c72_1
|
|
107
|
-
- libparquet=
|
|
106
|
+
- libparquet=21.0.0=h790f06f_1_cpu
|
|
108
107
|
- libprotobuf=6.31.1=h9ef548d_1
|
|
109
|
-
- libre2-11=2025.
|
|
110
|
-
-
|
|
111
|
-
- libsqlite=3.50.2=hee844dc_2
|
|
108
|
+
- libre2-11=2025.07.22=h7b12aa8_0
|
|
109
|
+
- libsqlite=3.50.4=h0c1763c_0
|
|
112
110
|
- libssh2=1.11.1=hcf80075_0
|
|
113
|
-
- libstdcxx=15.1.0=
|
|
114
|
-
- libstdcxx-ng=15.1.0=
|
|
115
|
-
- libthrift=0.22.0=
|
|
111
|
+
- libstdcxx=15.1.0=h8f9b012_4
|
|
112
|
+
- libstdcxx-ng=15.1.0=h4852527_4
|
|
113
|
+
- libthrift=0.22.0=h454ac66_1
|
|
116
114
|
- libutf8proc=2.10.0=h202a827_0
|
|
117
115
|
- libuuid=2.38.1=h0b41bf4_0
|
|
118
|
-
- libxml2=2.13.8=
|
|
116
|
+
- libxml2=2.13.8=h2cb61b6_1
|
|
119
117
|
- libzlib=1.3.1=hb9d3cd8_2
|
|
120
118
|
- lz4-c=1.10.0=h5888daf_1
|
|
121
119
|
- markdown-it-py=3.0.0=pyhd8ed1ab_1
|
|
122
120
|
- markupsafe=3.0.2=py313h8060acc_1
|
|
123
121
|
- mdurl=0.1.2=pyhd8ed1ab_1
|
|
124
122
|
- more-itertools=10.7.0=pyhd8ed1ab_0
|
|
125
|
-
- mypy=1.
|
|
123
|
+
- mypy=1.17.1=py313h07c4f96_0
|
|
126
124
|
- mypy_extensions=1.1.0=pyha770c72_0
|
|
127
125
|
- natsort=8.4.0=pyh29332c3_1
|
|
128
126
|
- ncurses=6.5=h2d0b736_3
|
|
129
|
-
- nh3=0.
|
|
127
|
+
- nh3=0.3.0=py39hd511f7d_0
|
|
130
128
|
- nlohmann_json=3.12.0=h3f2d84a_0
|
|
131
129
|
- numpy=2.2.6=py313h17eae1a_0
|
|
132
130
|
- openssl=3.5.1=h7b32b05_0
|
|
133
|
-
- orc=2.
|
|
131
|
+
- orc=2.2.0=h1bc01a4_0
|
|
134
132
|
- packaging=25.0=pyh29332c3_1
|
|
135
|
-
- paramiko=3.5.1=pyhd8ed1ab_0
|
|
136
133
|
- pathspec=0.12.1=pyhd8ed1ab_1
|
|
137
134
|
- pcre2=10.45=hc749103_0
|
|
138
|
-
- pip=25.
|
|
135
|
+
- pip=25.2=pyh145f28c_0
|
|
139
136
|
- platformdirs=4.3.8=pyhe01879c_0
|
|
140
137
|
- pluggy=1.6.0=pyhd8ed1ab_0
|
|
141
|
-
- polars=1.31.0=default_h1650462_0
|
|
142
|
-
- polars-default=1.31.0=py39hfac2b71_0
|
|
143
138
|
- prometheus-cpp=1.3.0=ha5d0236_0
|
|
144
139
|
- psutil=7.0.0=py313h536fd9c_0
|
|
145
|
-
- pyarrow=
|
|
146
|
-
- pyarrow-core=
|
|
140
|
+
- pyarrow=21.0.0=py313h78bf25f_0
|
|
141
|
+
- pyarrow-core=21.0.0=py313he109ebe_0_cpu
|
|
147
142
|
- pycparser=2.22=pyh29332c3_1
|
|
148
143
|
- pygments=2.19.2=pyhd8ed1ab_0
|
|
149
|
-
- pynacl=1.5.0=py313h536fd9c_4
|
|
150
144
|
- pyproject-api=1.9.1=pyhe01879c_0
|
|
151
145
|
- pysocks=1.7.1=pyha55dd90_7
|
|
152
146
|
- python=3.13.5=hec9711d_102_cp313
|
|
153
147
|
- python-gil=3.13.5=h4df99d1_102
|
|
154
|
-
- python_abi=3.13=
|
|
148
|
+
- python_abi=3.13=8_cp313
|
|
155
149
|
- pytz=2025.2=pyhd8ed1ab_0
|
|
156
|
-
- re2=2025.
|
|
150
|
+
- re2=2025.07.22=h5a314c3_0
|
|
157
151
|
- readline=8.2=h8c095d6_2
|
|
158
152
|
- readme_renderer=44.0=pyhd8ed1ab_1
|
|
159
153
|
- requests=2.32.4=pyhd8ed1ab_0
|
|
160
154
|
- requests-toolbelt=1.0.0=pyhd8ed1ab_1
|
|
161
155
|
- rfc3986=2.0.0=pyhd8ed1ab_1
|
|
162
|
-
- rich=14.
|
|
156
|
+
- rich=14.1.0=pyhe01879c_0
|
|
163
157
|
- roman-numerals-py=3.1.0=pyhd8ed1ab_0
|
|
164
|
-
- ruff=0.12.
|
|
165
|
-
- s2n=1.5.
|
|
158
|
+
- ruff=0.12.7=hf9daec2_0
|
|
159
|
+
- s2n=1.5.23=h8e187f5_0
|
|
166
160
|
- secretstorage=3.3.3=py313h78bf25f_3
|
|
167
|
-
-
|
|
168
|
-
- snappy=1.2.1=h8bd8927_1
|
|
161
|
+
- snappy=1.2.2=h03e3b7b_0
|
|
169
162
|
- snowballstemmer=3.0.1=pyhd8ed1ab_0
|
|
170
163
|
- sphinx=8.2.3=pyhd8ed1ab_0
|
|
171
164
|
- sphinx-autodoc-typehints=3.2.0=pyhd8ed1ab_0
|
|
172
165
|
- sphinx-click=6.0.0=pyhd8ed1ab_1
|
|
173
|
-
- sphinx-rtd-theme=3.0.1=hd8ed1ab_0
|
|
174
|
-
- sphinx_rtd_theme=3.0.1=pyha770c72_0
|
|
175
166
|
- sphinxcontrib-applehelp=2.0.0=pyhd8ed1ab_1
|
|
176
167
|
- sphinxcontrib-devhelp=2.0.0=pyhd8ed1ab_1
|
|
177
168
|
- sphinxcontrib-htmlhelp=2.1.0=pyhd8ed1ab_1
|
|
178
|
-
- sphinxcontrib-jquery=4.1=pyhd8ed1ab_1
|
|
179
169
|
- sphinxcontrib-jsmath=1.0.1=pyhd8ed1ab_1
|
|
180
170
|
- sphinxcontrib-qthelp=2.0.0=pyhd8ed1ab_1
|
|
181
171
|
- sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_1
|
|
182
172
|
- tk=8.6.13=noxft_hd72426e_102
|
|
183
|
-
- tomli=2.2.1=
|
|
184
|
-
- tox=4.
|
|
173
|
+
- tomli=2.2.1=pyhe01879c_2
|
|
174
|
+
- tox=4.28.4=pyhe01879c_0
|
|
185
175
|
- tqdm=4.67.1=pyhd8ed1ab_1
|
|
186
176
|
- trove-classifiers=2025.5.9.12=pyhd8ed1ab_0
|
|
187
177
|
- twine=6.1.0=pyh29332c3_0
|
|
188
178
|
- types-appdirs=1.4.3.5=pyhd8ed1ab_1
|
|
189
179
|
- types-filelock=3.2.7=pyhd8ed1ab_1
|
|
190
|
-
- types-paramiko=3.5.0.
|
|
180
|
+
- types-paramiko=3.5.0.20250801=pyhd8ed1ab_0
|
|
191
181
|
- types-requests=2.32.4.20250611=pyhd8ed1ab_0
|
|
192
182
|
- types-tqdm=4.67.0.20250516=pyhd8ed1ab_0
|
|
193
183
|
- typing_extensions=4.14.1=pyhe01879c_0
|
|
194
184
|
- tzdata=2025b=h78e105d_0
|
|
195
185
|
- urllib3=2.5.0=pyhd8ed1ab_0
|
|
196
|
-
- uv=0.
|
|
197
|
-
- virtualenv=20.
|
|
186
|
+
- uv=0.8.4=heb9285d_0
|
|
187
|
+
- virtualenv=20.33.0=pyhd8ed1ab_0
|
|
198
188
|
- zipp=3.23.0=pyhd8ed1ab_0
|
|
199
189
|
- zlib=1.3.1=hb9d3cd8_2
|
|
200
190
|
- zstandard=0.23.0=py313h536fd9c_2
|
|
201
191
|
- zstd=1.5.7=hb8e6e7a_2
|
|
202
192
|
- pip:
|
|
193
|
+
- PyNaCl==1.5.0
|
|
203
194
|
- PyYAML==6.0.2
|
|
204
195
|
- ataraxis-automation==5.0.0
|
|
205
196
|
- ataraxis-base-utilities==3.1.0
|
|
206
197
|
- ataraxis-data-structures==3.1.1
|
|
207
198
|
- ataraxis-time==3.0.0
|
|
208
|
-
-
|
|
199
|
+
- bcrypt==4.3.0
|
|
200
|
+
- build==1.3.0
|
|
209
201
|
- dacite==1.9.2
|
|
202
|
+
- invoke==2.2.0
|
|
210
203
|
- loguru==0.7.3
|
|
204
|
+
- paramiko==4.0.0
|
|
205
|
+
- polars==1.32.0
|
|
206
|
+
- pyarrow==21.0.0
|
|
211
207
|
- pyproject_hooks==1.2.0
|
|
212
208
|
- simple_slurm==0.3.6
|
|
213
|
-
- sl-shared-assets==
|
|
209
|
+
- sl-shared-assets==4.0.0
|
|
214
210
|
- sphinx-rtd-dark-mode==1.3.0
|
|
215
|
-
-
|
|
211
|
+
- sphinx-rtd-theme==3.0.2
|
|
212
|
+
- sphinxcontrib-jquery==4.1
|
|
213
|
+
- tox-uv==1.26.2
|
|
216
214
|
- types-pytz==2025.2.0.20250516
|
|
217
|
-
- uv==0.
|
|
215
|
+
- uv==0.8.4
|
|
218
216
|
- xxhash==3.5.0
|
|
219
217
|
|