feat: moves tests to subfolder
Browse files
.gitignore
CHANGED
|
@@ -2,4 +2,11 @@
|
|
| 2 |
# pixi environments
|
| 3 |
.pixi
|
| 4 |
*.egg-info
|
| 5 |
-
**/.DS_Store
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
# pixi environments
|
| 3 |
.pixi
|
| 4 |
*.egg-info
|
| 5 |
+
**/.DS_Store
|
| 6 |
+
|
| 7 |
+
# cache
|
| 8 |
+
**/__pycache__/**
|
| 9 |
+
__pycache__
|
| 10 |
+
.pytest_cache
|
| 11 |
+
|
| 12 |
+
.claude
|
pixi.lock
CHANGED
|
@@ -37,6 +37,7 @@ environments:
|
|
| 37 |
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda
|
| 38 |
- conda: https://conda.anaconda.org/conda-forge/noarch/datasets-3.6.0-pyhd8ed1ab_0.conda
|
| 39 |
- conda: https://conda.anaconda.org/conda-forge/noarch/dill-0.3.8-pyhd8ed1ab_0.conda
|
|
|
|
| 40 |
- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.18.0-pyhd8ed1ab_0.conda
|
| 41 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/frozenlist-1.6.0-py313h857e90f_0.conda
|
| 42 |
- conda: https://conda.anaconda.org/conda-forge/noarch/fsspec-2025.3.0-pyhd8ed1ab_0.conda
|
|
@@ -47,6 +48,7 @@ environments:
|
|
| 47 |
- conda: https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.31.4-pyhd8ed1ab_0.conda
|
| 48 |
- conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda
|
| 49 |
- conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda
|
|
|
|
| 50 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda
|
| 51 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20250127.1-cxx17_h07bc746_0.conda
|
| 52 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-20.0.0-h76b72fb_6_cpu.conda
|
|
@@ -99,12 +101,15 @@ environments:
|
|
| 99 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/orc-2.1.2-hd90e43c_0.conda
|
| 100 |
- conda: https://conda.anaconda.org/conda-forge/noarch/packaging-25.0-pyh29332c3_1.conda
|
| 101 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.3-py313h668b085_3.conda
|
|
|
|
| 102 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/prometheus-cpp-1.3.0-h0967b3e_0.conda
|
| 103 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/propcache-0.3.1-py313ha9b7d5b_0.conda
|
| 104 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyarrow-20.0.0-py313h39782a4_0.conda
|
| 105 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyarrow-core-20.0.0-py313hf9431ad_0_cpu.conda
|
| 106 |
- conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda
|
|
|
|
| 107 |
- conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda
|
|
|
|
| 108 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.13.3-h81fe080_101_cp313.conda
|
| 109 |
- conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda
|
| 110 |
- conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2025.2-pyhd8ed1ab_0.conda
|
|
@@ -118,6 +123,7 @@ environments:
|
|
| 118 |
- conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda
|
| 119 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-h98b9ce2_1.conda
|
| 120 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h892fb3f_2.conda
|
|
|
|
| 121 |
- conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.1-pyhd8ed1ab_1.conda
|
| 122 |
- conda: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.14.0-h32cad80_0.conda
|
| 123 |
- conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.14.0-pyhe01879c_0.conda
|
|
@@ -154,8 +160,6 @@ packages:
|
|
| 154 |
- python >=3.13,<3.14.0a0 *_cp313
|
| 155 |
- python_abi 3.13.* *_cp313
|
| 156 |
- yarl >=1.17.0,<2.0
|
| 157 |
-
arch: arm64
|
| 158 |
-
platform: osx
|
| 159 |
license: MIT AND Apache-2.0
|
| 160 |
license_family: Apache
|
| 161 |
size: 973683
|
|
@@ -189,8 +193,6 @@ packages:
|
|
| 189 |
- aws-c-http >=0.10.1,<0.10.2.0a0
|
| 190 |
- aws-c-io >=0.19.1,<0.19.2.0a0
|
| 191 |
- aws-c-sdkutils >=0.2.4,<0.2.5.0a0
|
| 192 |
-
arch: arm64
|
| 193 |
-
platform: osx
|
| 194 |
license: Apache-2.0
|
| 195 |
license_family: Apache
|
| 196 |
size: 95181
|
|
@@ -201,8 +203,6 @@ packages:
|
|
| 201 |
depends:
|
| 202 |
- __osx >=11.0
|
| 203 |
- aws-c-common >=0.12.3,<0.12.4.0a0
|
| 204 |
-
arch: arm64
|
| 205 |
-
platform: osx
|
| 206 |
license: Apache-2.0
|
| 207 |
license_family: Apache
|
| 208 |
size: 41318
|
|
@@ -212,8 +212,6 @@ packages:
|
|
| 212 |
md5: ad04374e28a830d8ae898e471312dd9d
|
| 213 |
depends:
|
| 214 |
- __osx >=11.0
|
| 215 |
-
arch: arm64
|
| 216 |
-
platform: osx
|
| 217 |
license: Apache-2.0
|
| 218 |
license_family: Apache
|
| 219 |
size: 222023
|
|
@@ -224,8 +222,6 @@ packages:
|
|
| 224 |
depends:
|
| 225 |
- __osx >=11.0
|
| 226 |
- aws-c-common >=0.12.3,<0.12.4.0a0
|
| 227 |
-
arch: arm64
|
| 228 |
-
platform: osx
|
| 229 |
license: Apache-2.0
|
| 230 |
license_family: APACHE
|
| 231 |
size: 21264
|
|
@@ -239,8 +235,6 @@ packages:
|
|
| 239 |
- aws-c-io >=0.19.1,<0.19.2.0a0
|
| 240 |
- aws-checksums >=0.2.7,<0.2.8.0a0
|
| 241 |
- aws-c-common >=0.12.3,<0.12.4.0a0
|
| 242 |
-
arch: arm64
|
| 243 |
-
platform: osx
|
| 244 |
license: Apache-2.0
|
| 245 |
license_family: APACHE
|
| 246 |
size: 50693
|
|
@@ -254,8 +248,6 @@ packages:
|
|
| 254 |
- aws-c-common >=0.12.3,<0.12.4.0a0
|
| 255 |
- aws-c-compression >=0.3.1,<0.3.2.0a0
|
| 256 |
- aws-c-cal >=0.9.1,<0.9.2.0a0
|
| 257 |
-
arch: arm64
|
| 258 |
-
platform: osx
|
| 259 |
license: Apache-2.0
|
| 260 |
license_family: APACHE
|
| 261 |
size: 169353
|
|
@@ -267,8 +259,6 @@ packages:
|
|
| 267 |
- __osx >=11.0
|
| 268 |
- aws-c-cal >=0.9.1,<0.9.2.0a0
|
| 269 |
- aws-c-common >=0.12.3,<0.12.4.0a0
|
| 270 |
-
arch: arm64
|
| 271 |
-
platform: osx
|
| 272 |
license: Apache-2.0
|
| 273 |
license_family: APACHE
|
| 274 |
size: 175469
|
|
@@ -281,8 +271,6 @@ packages:
|
|
| 281 |
- aws-c-io >=0.19.1,<0.19.2.0a0
|
| 282 |
- aws-c-common >=0.12.3,<0.12.4.0a0
|
| 283 |
- aws-c-http >=0.10.1,<0.10.2.0a0
|
| 284 |
-
arch: arm64
|
| 285 |
-
platform: osx
|
| 286 |
license: Apache-2.0
|
| 287 |
license_family: APACHE
|
| 288 |
size: 149844
|
|
@@ -298,8 +286,6 @@ packages:
|
|
| 298 |
- aws-c-auth >=0.9.0,<0.9.1.0a0
|
| 299 |
- aws-checksums >=0.2.7,<0.2.8.0a0
|
| 300 |
- aws-c-io >=0.19.1,<0.19.2.0a0
|
| 301 |
-
arch: arm64
|
| 302 |
-
platform: osx
|
| 303 |
license: Apache-2.0
|
| 304 |
license_family: APACHE
|
| 305 |
size: 116445
|
|
@@ -310,8 +296,6 @@ packages:
|
|
| 310 |
depends:
|
| 311 |
- __osx >=11.0
|
| 312 |
- aws-c-common >=0.12.3,<0.12.4.0a0
|
| 313 |
-
arch: arm64
|
| 314 |
-
platform: osx
|
| 315 |
license: Apache-2.0
|
| 316 |
license_family: APACHE
|
| 317 |
size: 53372
|
|
@@ -322,8 +306,6 @@ packages:
|
|
| 322 |
depends:
|
| 323 |
- __osx >=11.0
|
| 324 |
- aws-c-common >=0.12.3,<0.12.4.0a0
|
| 325 |
-
arch: arm64
|
| 326 |
-
platform: osx
|
| 327 |
license: Apache-2.0
|
| 328 |
license_family: APACHE
|
| 329 |
size: 74064
|
|
@@ -343,8 +325,6 @@ packages:
|
|
| 343 |
- aws-c-http >=0.10.1,<0.10.2.0a0
|
| 344 |
- aws-c-common >=0.12.3,<0.12.4.0a0
|
| 345 |
- aws-c-auth >=0.9.0,<0.9.1.0a0
|
| 346 |
-
arch: arm64
|
| 347 |
-
platform: osx
|
| 348 |
license: Apache-2.0
|
| 349 |
license_family: APACHE
|
| 350 |
size: 262402
|
|
@@ -360,8 +340,6 @@ packages:
|
|
| 360 |
- libcurl >=8.14.0,<9.0a0
|
| 361 |
- aws-crt-cpp >=0.32.8,<0.32.9.0a0
|
| 362 |
- libzlib >=1.3.1,<2.0a0
|
| 363 |
-
arch: arm64
|
| 364 |
-
platform: osx
|
| 365 |
license: Apache-2.0
|
| 366 |
license_family: APACHE
|
| 367 |
size: 3066219
|
|
@@ -374,8 +352,6 @@ packages:
|
|
| 374 |
- libcurl >=8.10.1,<9.0a0
|
| 375 |
- libcxx >=17
|
| 376 |
- openssl >=3.3.2,<4.0a0
|
| 377 |
-
arch: arm64
|
| 378 |
-
platform: osx
|
| 379 |
license: MIT
|
| 380 |
license_family: MIT
|
| 381 |
size: 294299
|
|
@@ -388,8 +364,6 @@ packages:
|
|
| 388 |
- azure-core-cpp >=1.14.0,<1.14.1.0a0
|
| 389 |
- libcxx >=17
|
| 390 |
- openssl >=3.3.2,<4.0a0
|
| 391 |
-
arch: arm64
|
| 392 |
-
platform: osx
|
| 393 |
license: MIT
|
| 394 |
license_family: MIT
|
| 395 |
size: 166907
|
|
@@ -402,8 +376,6 @@ packages:
|
|
| 402 |
- azure-core-cpp >=1.14.0,<1.14.1.0a0
|
| 403 |
- azure-storage-common-cpp >=12.8.0,<12.8.1.0a0
|
| 404 |
- libcxx >=17
|
| 405 |
-
arch: arm64
|
| 406 |
-
platform: osx
|
| 407 |
license: MIT
|
| 408 |
license_family: MIT
|
| 409 |
size: 438636
|
|
@@ -417,8 +389,6 @@ packages:
|
|
| 417 |
- libcxx >=17
|
| 418 |
- libxml2 >=2.12.7,<2.14.0a0
|
| 419 |
- openssl >=3.3.2,<4.0a0
|
| 420 |
-
arch: arm64
|
| 421 |
-
platform: osx
|
| 422 |
license: MIT
|
| 423 |
license_family: MIT
|
| 424 |
size: 121278
|
|
@@ -432,8 +402,6 @@ packages:
|
|
| 432 |
- azure-storage-blobs-cpp >=12.13.0,<12.13.1.0a0
|
| 433 |
- azure-storage-common-cpp >=12.8.0,<12.8.1.0a0
|
| 434 |
- libcxx >=17
|
| 435 |
-
arch: arm64
|
| 436 |
-
platform: osx
|
| 437 |
license: MIT
|
| 438 |
license_family: MIT
|
| 439 |
size: 196032
|
|
@@ -449,8 +417,6 @@ packages:
|
|
| 449 |
- python_abi 3.13.* *_cp313
|
| 450 |
constrains:
|
| 451 |
- libbrotlicommon 1.1.0 hd74edd7_2
|
| 452 |
-
arch: arm64
|
| 453 |
-
platform: osx
|
| 454 |
license: MIT
|
| 455 |
license_family: MIT
|
| 456 |
size: 339067
|
|
@@ -469,8 +435,6 @@ packages:
|
|
| 469 |
md5: f8cd1beb98240c7edb1a95883360ccfa
|
| 470 |
depends:
|
| 471 |
- __osx >=11.0
|
| 472 |
-
arch: arm64
|
| 473 |
-
platform: osx
|
| 474 |
license: MIT
|
| 475 |
license_family: MIT
|
| 476 |
size: 179696
|
|
@@ -501,8 +465,6 @@ packages:
|
|
| 501 |
- python >=3.13.0rc1,<3.14.0a0
|
| 502 |
- python >=3.13.0rc1,<3.14.0a0 *_cp313
|
| 503 |
- python_abi 3.13.* *_cp313
|
| 504 |
-
arch: arm64
|
| 505 |
-
platform: osx
|
| 506 |
license: MIT
|
| 507 |
license_family: MIT
|
| 508 |
size: 282115
|
|
@@ -557,6 +519,15 @@ packages:
|
|
| 557 |
license_family: BSD
|
| 558 |
size: 88169
|
| 559 |
timestamp: 1706434833883
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 560 |
- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.18.0-pyhd8ed1ab_0.conda
|
| 561 |
sha256: de7b6d4c4f865609ae88db6fa03c8b7544c2452a1aa5451eb7700aad16824570
|
| 562 |
md5: 4547b39256e296bb758166893e909a7c
|
|
@@ -574,8 +545,6 @@ packages:
|
|
| 574 |
- python >=3.13,<3.14.0a0
|
| 575 |
- python >=3.13,<3.14.0a0 *_cp313
|
| 576 |
- python_abi 3.13.* *_cp313
|
| 577 |
-
arch: arm64
|
| 578 |
-
platform: osx
|
| 579 |
license: Apache-2.0
|
| 580 |
license_family: APACHE
|
| 581 |
size: 110243
|
|
@@ -595,8 +564,6 @@ packages:
|
|
| 595 |
depends:
|
| 596 |
- __osx >=11.0
|
| 597 |
- libcxx >=17
|
| 598 |
-
arch: arm64
|
| 599 |
-
platform: osx
|
| 600 |
license: BSD-3-Clause
|
| 601 |
license_family: BSD
|
| 602 |
size: 82090
|
|
@@ -608,8 +575,6 @@ packages:
|
|
| 608 |
- __osx >=11.0
|
| 609 |
- gflags >=2.2.2,<2.3.0a0
|
| 610 |
- libcxx >=16
|
| 611 |
-
arch: arm64
|
| 612 |
-
platform: osx
|
| 613 |
license: BSD-3-Clause
|
| 614 |
license_family: BSD
|
| 615 |
size: 112215
|
|
@@ -669,6 +634,15 @@ packages:
|
|
| 669 |
license_family: BSD
|
| 670 |
size: 49765
|
| 671 |
timestamp: 1733211921194
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 672 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda
|
| 673 |
sha256: 4442f957c3c77d69d9da3521268cad5d54c9033f1a73f99cde0a3658937b159b
|
| 674 |
md5: c6dc8a0fdec13a0565936655c33069a1
|
|
@@ -678,8 +652,6 @@ packages:
|
|
| 678 |
- libedit >=3.1.20191231,<3.2.0a0
|
| 679 |
- libedit >=3.1.20191231,<4.0a0
|
| 680 |
- openssl >=3.3.1,<4.0a0
|
| 681 |
-
arch: arm64
|
| 682 |
-
platform: osx
|
| 683 |
license: MIT
|
| 684 |
license_family: MIT
|
| 685 |
size: 1155530
|
|
@@ -693,8 +665,6 @@ packages:
|
|
| 693 |
constrains:
|
| 694 |
- abseil-cpp =20250127.1
|
| 695 |
- libabseil-static =20250127.1=cxx17*
|
| 696 |
-
arch: arm64
|
| 697 |
-
platform: osx
|
| 698 |
license: Apache-2.0
|
| 699 |
license_family: Apache
|
| 700 |
size: 1192962
|
|
@@ -734,8 +704,6 @@ packages:
|
|
| 734 |
- arrow-cpp <0.0a0
|
| 735 |
- parquet-cpp <0.0a0
|
| 736 |
- apache-arrow-proc =*=cpu
|
| 737 |
-
arch: arm64
|
| 738 |
-
platform: osx
|
| 739 |
license: Apache-2.0
|
| 740 |
size: 5709475
|
| 741 |
timestamp: 1748961025060
|
|
@@ -747,8 +715,6 @@ packages:
|
|
| 747 |
- __osx >=11.0
|
| 748 |
- libarrow 20.0.0 h76b72fb_6_cpu
|
| 749 |
- libcxx >=18
|
| 750 |
-
arch: arm64
|
| 751 |
-
platform: osx
|
| 752 |
license: Apache-2.0
|
| 753 |
size: 503204
|
| 754 |
timestamp: 1748961151278
|
|
@@ -762,8 +728,6 @@ packages:
|
|
| 762 |
- libarrow-acero 20.0.0 hf07054f_6_cpu
|
| 763 |
- libcxx >=18
|
| 764 |
- libparquet 20.0.0 h636d7b7_6_cpu
|
| 765 |
-
arch: arm64
|
| 766 |
-
platform: osx
|
| 767 |
license: Apache-2.0
|
| 768 |
size: 503418
|
| 769 |
timestamp: 1748961329741
|
|
@@ -780,8 +744,6 @@ packages:
|
|
| 780 |
- libarrow-dataset 20.0.0 hf07054f_6_cpu
|
| 781 |
- libcxx >=18
|
| 782 |
- libprotobuf >=5.29.3,<5.29.4.0a0
|
| 783 |
-
arch: arm64
|
| 784 |
-
platform: osx
|
| 785 |
license: Apache-2.0
|
| 786 |
size: 451088
|
| 787 |
timestamp: 1748961469582
|
|
@@ -807,8 +769,6 @@ packages:
|
|
| 807 |
md5: d0bf1dff146b799b319ea0434b93f779
|
| 808 |
depends:
|
| 809 |
- __osx >=11.0
|
| 810 |
-
arch: arm64
|
| 811 |
-
platform: osx
|
| 812 |
license: MIT
|
| 813 |
license_family: MIT
|
| 814 |
size: 68426
|
|
@@ -819,8 +779,6 @@ packages:
|
|
| 819 |
depends:
|
| 820 |
- __osx >=11.0
|
| 821 |
- libbrotlicommon 1.1.0 hd74edd7_2
|
| 822 |
-
arch: arm64
|
| 823 |
-
platform: osx
|
| 824 |
license: MIT
|
| 825 |
license_family: MIT
|
| 826 |
size: 28378
|
|
@@ -831,8 +789,6 @@ packages:
|
|
| 831 |
depends:
|
| 832 |
- __osx >=11.0
|
| 833 |
- libbrotlicommon 1.1.0 hd74edd7_2
|
| 834 |
-
arch: arm64
|
| 835 |
-
platform: osx
|
| 836 |
license: MIT
|
| 837 |
license_family: MIT
|
| 838 |
size: 279644
|
|
@@ -856,8 +812,6 @@ packages:
|
|
| 856 |
md5: 32bd82a6a625ea6ce090a81c3d34edeb
|
| 857 |
depends:
|
| 858 |
- libcxx >=11.1.0
|
| 859 |
-
arch: arm64
|
| 860 |
-
platform: osx
|
| 861 |
license: BSD-3-Clause
|
| 862 |
license_family: BSD
|
| 863 |
size: 18765
|
|
@@ -873,8 +827,6 @@ packages:
|
|
| 873 |
- libzlib >=1.3.1,<2.0a0
|
| 874 |
- openssl >=3.5.0,<4.0a0
|
| 875 |
- zstd >=1.5.7,<1.6.0a0
|
| 876 |
-
arch: arm64
|
| 877 |
-
platform: osx
|
| 878 |
license: curl
|
| 879 |
license_family: MIT
|
| 880 |
size: 403452
|
|
@@ -895,8 +847,6 @@ packages:
|
|
| 895 |
- ncurses
|
| 896 |
- __osx >=11.0
|
| 897 |
- ncurses >=6.5,<7.0a0
|
| 898 |
-
arch: arm64
|
| 899 |
-
platform: osx
|
| 900 |
license: BSD-2-Clause
|
| 901 |
license_family: BSD
|
| 902 |
size: 107691
|
|
@@ -904,8 +854,6 @@ packages:
|
|
| 904 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda
|
| 905 |
sha256: 95cecb3902fbe0399c3a7e67a5bed1db813e5ab0e22f4023a5e0f722f2cc214f
|
| 906 |
md5: 36d33e440c31857372a72137f78bacf5
|
| 907 |
-
arch: arm64
|
| 908 |
-
platform: osx
|
| 909 |
license: BSD-2-Clause
|
| 910 |
license_family: BSD
|
| 911 |
size: 107458
|
|
@@ -915,8 +863,6 @@ packages:
|
|
| 915 |
md5: 1a109764bff3bdc7bdd84088347d71dc
|
| 916 |
depends:
|
| 917 |
- openssl >=3.1.1,<4.0a0
|
| 918 |
-
arch: arm64
|
| 919 |
-
platform: osx
|
| 920 |
license: BSD-3-Clause
|
| 921 |
license_family: BSD
|
| 922 |
size: 368167
|
|
@@ -975,8 +921,6 @@ packages:
|
|
| 975 |
- openssl >=3.4.1,<4.0a0
|
| 976 |
constrains:
|
| 977 |
- libgoogle-cloud 2.36.0 *_1
|
| 978 |
-
arch: arm64
|
| 979 |
-
platform: osx
|
| 980 |
license: Apache-2.0
|
| 981 |
license_family: Apache
|
| 982 |
size: 874398
|
|
@@ -993,8 +937,6 @@ packages:
|
|
| 993 |
- libgoogle-cloud 2.36.0 h9484b08_1
|
| 994 |
- libzlib >=1.3.1,<2.0a0
|
| 995 |
- openssl
|
| 996 |
-
arch: arm64
|
| 997 |
-
platform: osx
|
| 998 |
license: Apache-2.0
|
| 999 |
license_family: Apache
|
| 1000 |
size: 529458
|
|
@@ -1015,8 +957,6 @@ packages:
|
|
| 1015 |
- re2
|
| 1016 |
constrains:
|
| 1017 |
- grpc-cpp =1.71.0
|
| 1018 |
-
arch: arm64
|
| 1019 |
-
platform: osx
|
| 1020 |
license: Apache-2.0
|
| 1021 |
license_family: APACHE
|
| 1022 |
size: 4908484
|
|
@@ -1026,8 +966,6 @@ packages:
|
|
| 1026 |
md5: 450e6bdc0c7d986acf7b8443dce87111
|
| 1027 |
depends:
|
| 1028 |
- __osx >=11.0
|
| 1029 |
-
arch: arm64
|
| 1030 |
-
platform: osx
|
| 1031 |
license: LGPL-2.1-only
|
| 1032 |
size: 681804
|
| 1033 |
timestamp: 1740128227484
|
|
@@ -1076,8 +1014,6 @@ packages:
|
|
| 1076 |
- libev >=4.33,<5.0a0
|
| 1077 |
- libzlib >=1.3.1,<2.0a0
|
| 1078 |
- openssl >=3.3.2,<4.0a0
|
| 1079 |
-
arch: arm64
|
| 1080 |
-
platform: osx
|
| 1081 |
license: MIT
|
| 1082 |
license_family: MIT
|
| 1083 |
size: 566719
|
|
@@ -1111,8 +1047,6 @@ packages:
|
|
| 1111 |
- prometheus-cpp >=1.3.0,<1.4.0a0
|
| 1112 |
constrains:
|
| 1113 |
- cpp-opentelemetry-sdk =1.21.0
|
| 1114 |
-
arch: arm64
|
| 1115 |
-
platform: osx
|
| 1116 |
license: Apache-2.0
|
| 1117 |
license_family: APACHE
|
| 1118 |
size: 561337
|
|
@@ -1120,8 +1054,6 @@ packages:
|
|
| 1120 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopentelemetry-cpp-headers-1.21.0-hce30654_0.conda
|
| 1121 |
sha256: e5f85f2c2744a214a16e4ab1ac8b333b426c9842c9bdb1e0dab8c16fb9abe810
|
| 1122 |
md5: be664b8a15a8cdbdb171668e4b8c203c
|
| 1123 |
-
arch: arm64
|
| 1124 |
-
platform: osx
|
| 1125 |
license: Apache-2.0
|
| 1126 |
license_family: APACHE
|
| 1127 |
size: 361341
|
|
@@ -1136,8 +1068,6 @@ packages:
|
|
| 1136 |
- libcxx >=18
|
| 1137 |
- libthrift >=0.21.0,<0.21.1.0a0
|
| 1138 |
- openssl >=3.5.0,<4.0a0
|
| 1139 |
-
arch: arm64
|
| 1140 |
-
platform: osx
|
| 1141 |
license: Apache-2.0
|
| 1142 |
size: 895920
|
| 1143 |
timestamp: 1748961288120
|
|
@@ -1150,8 +1080,6 @@ packages:
|
|
| 1150 |
- libabseil >=20250127.1,<20250128.0a0
|
| 1151 |
- libcxx >=18
|
| 1152 |
- libzlib >=1.3.1,<2.0a0
|
| 1153 |
-
arch: arm64
|
| 1154 |
-
platform: osx
|
| 1155 |
license: BSD-3-Clause
|
| 1156 |
license_family: BSD
|
| 1157 |
size: 2613087
|
|
@@ -1166,8 +1094,6 @@ packages:
|
|
| 1166 |
- libcxx >=18
|
| 1167 |
constrains:
|
| 1168 |
- re2 2024.07.02.*
|
| 1169 |
-
arch: arm64
|
| 1170 |
-
platform: osx
|
| 1171 |
license: BSD-3-Clause
|
| 1172 |
license_family: BSD
|
| 1173 |
size: 167268
|
|
@@ -1187,8 +1113,6 @@ packages:
|
|
| 1187 |
depends:
|
| 1188 |
- libzlib >=1.3.1,<2.0a0
|
| 1189 |
- openssl >=3.5.0,<4.0a0
|
| 1190 |
-
arch: arm64
|
| 1191 |
-
platform: osx
|
| 1192 |
license: BSD-3-Clause
|
| 1193 |
license_family: BSD
|
| 1194 |
size: 279193
|
|
@@ -1202,8 +1126,6 @@ packages:
|
|
| 1202 |
- libevent >=2.1.12,<2.1.13.0a0
|
| 1203 |
- libzlib >=1.3.1,<2.0a0
|
| 1204 |
- openssl >=3.3.2,<4.0a0
|
| 1205 |
-
arch: arm64
|
| 1206 |
-
platform: osx
|
| 1207 |
license: Apache-2.0
|
| 1208 |
license_family: APACHE
|
| 1209 |
size: 324342
|
|
@@ -1213,8 +1135,6 @@ packages:
|
|
| 1213 |
md5: 639880d40b6e2083e20b86a726154864
|
| 1214 |
depends:
|
| 1215 |
- __osx >=11.0
|
| 1216 |
-
arch: arm64
|
| 1217 |
-
platform: osx
|
| 1218 |
license: MIT
|
| 1219 |
license_family: MIT
|
| 1220 |
size: 83815
|
|
@@ -1229,8 +1149,6 @@ packages:
|
|
| 1229 |
- libzlib >=1.3.1,<2.0a0
|
| 1230 |
constrains:
|
| 1231 |
- icu <0.0a0
|
| 1232 |
-
arch: arm64
|
| 1233 |
-
platform: osx
|
| 1234 |
license: MIT
|
| 1235 |
license_family: MIT
|
| 1236 |
size: 583160
|
|
@@ -1263,8 +1181,6 @@ packages:
|
|
| 1263 |
depends:
|
| 1264 |
- __osx >=11.0
|
| 1265 |
- libcxx >=18
|
| 1266 |
-
arch: arm64
|
| 1267 |
-
platform: osx
|
| 1268 |
license: BSD-2-Clause
|
| 1269 |
license_family: BSD
|
| 1270 |
size: 148824
|
|
@@ -1277,8 +1193,6 @@ packages:
|
|
| 1277 |
- python >=3.13,<3.14.0a0
|
| 1278 |
- python >=3.13,<3.14.0a0 *_cp313
|
| 1279 |
- python_abi 3.13.* *_cp313
|
| 1280 |
-
arch: arm64
|
| 1281 |
-
platform: osx
|
| 1282 |
license: Apache-2.0
|
| 1283 |
license_family: APACHE
|
| 1284 |
size: 75248
|
|
@@ -1292,8 +1206,6 @@ packages:
|
|
| 1292 |
- python >=3.13.0rc1,<3.14.0a0
|
| 1293 |
- python >=3.13.0rc1,<3.14.0a0 *_cp313
|
| 1294 |
- python_abi 3.13.* *_cp313
|
| 1295 |
-
arch: arm64
|
| 1296 |
-
platform: osx
|
| 1297 |
license: BSD-3-Clause
|
| 1298 |
license_family: BSD
|
| 1299 |
size: 348731
|
|
@@ -1309,8 +1221,6 @@ packages:
|
|
| 1309 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/nlohmann_json-3.12.0-ha1acc90_0.conda
|
| 1310 |
sha256: 6e689213c8d5e5f65ef426c0fcfb41b056e4c4d90fc020631cfddb6c87d5d6c9
|
| 1311 |
md5: c74975897efab6cdc7f5ac5a69cca2f3
|
| 1312 |
-
arch: arm64
|
| 1313 |
-
platform: osx
|
| 1314 |
license: MIT
|
| 1315 |
license_family: MIT
|
| 1316 |
size: 136487
|
|
@@ -1355,8 +1265,6 @@ packages:
|
|
| 1355 |
- snappy >=1.2.1,<1.3.0a0
|
| 1356 |
- tzdata
|
| 1357 |
- zstd >=1.5.7,<1.6.0a0
|
| 1358 |
-
arch: arm64
|
| 1359 |
-
platform: osx
|
| 1360 |
license: Apache-2.0
|
| 1361 |
license_family: Apache
|
| 1362 |
size: 476870
|
|
@@ -1421,6 +1329,15 @@ packages:
|
|
| 1421 |
license_family: BSD
|
| 1422 |
size: 14408557
|
| 1423 |
timestamp: 1744431000416
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1424 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/prometheus-cpp-1.3.0-h0967b3e_0.conda
|
| 1425 |
sha256: 851a77ae1a8e90db9b9f3c4466abea7afb52713c3d98ceb0d37ba6ff27df2eff
|
| 1426 |
md5: 7172339b49c94275ba42fec3eaeda34f
|
|
@@ -1430,8 +1347,6 @@ packages:
|
|
| 1430 |
- libcxx >=18
|
| 1431 |
- libzlib >=1.3.1,<2.0a0
|
| 1432 |
- zlib
|
| 1433 |
-
arch: arm64
|
| 1434 |
-
platform: osx
|
| 1435 |
license: MIT
|
| 1436 |
license_family: MIT
|
| 1437 |
size: 173220
|
|
@@ -1444,8 +1359,6 @@ packages:
|
|
| 1444 |
- python >=3.13,<3.14.0a0
|
| 1445 |
- python >=3.13,<3.14.0a0 *_cp313
|
| 1446 |
- python_abi 3.13.* *_cp313
|
| 1447 |
-
arch: arm64
|
| 1448 |
-
platform: osx
|
| 1449 |
license: Apache-2.0
|
| 1450 |
license_family: APACHE
|
| 1451 |
size: 51553
|
|
@@ -1461,8 +1374,6 @@ packages:
|
|
| 1461 |
- pyarrow-core 20.0.0 *_0_*
|
| 1462 |
- python >=3.13,<3.14.0a0
|
| 1463 |
- python_abi 3.13.* *_cp313
|
| 1464 |
-
arch: arm64
|
| 1465 |
-
platform: osx
|
| 1466 |
license: Apache-2.0
|
| 1467 |
license_family: APACHE
|
| 1468 |
size: 25893
|
|
@@ -1481,8 +1392,6 @@ packages:
|
|
| 1481 |
constrains:
|
| 1482 |
- numpy >=1.21,<3
|
| 1483 |
- apache-arrow-proc * cpu
|
| 1484 |
-
arch: arm64
|
| 1485 |
-
platform: osx
|
| 1486 |
license: Apache-2.0
|
| 1487 |
license_family: APACHE
|
| 1488 |
size: 4706499
|
|
@@ -1497,6 +1406,15 @@ packages:
|
|
| 1497 |
license_family: BSD
|
| 1498 |
size: 110100
|
| 1499 |
timestamp: 1733195786147
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1500 |
- conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda
|
| 1501 |
sha256: ba3b032fa52709ce0d9fd388f63d330a026754587a2f461117cac9ab73d8d0d8
|
| 1502 |
md5: 461219d1a5bd61342293efa2c0c90eac
|
|
@@ -1507,6 +1425,24 @@ packages:
|
|
| 1507 |
license_family: BSD
|
| 1508 |
size: 21085
|
| 1509 |
timestamp: 1733217331982
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1510 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.13.3-h81fe080_101_cp313.conda
|
| 1511 |
build_number: 101
|
| 1512 |
sha256: f96468ab1e6f27bda92157bfc7f272d1fbf2ba2f85697bdc5bb106bccba1befb
|
|
@@ -1558,8 +1494,6 @@ packages:
|
|
| 1558 |
- python >=3.13,<3.14.0a0 *_cp313
|
| 1559 |
- python_abi 3.13.* *_cp313
|
| 1560 |
- xxhash >=0.8.3,<0.8.4.0a0
|
| 1561 |
-
arch: arm64
|
| 1562 |
-
platform: osx
|
| 1563 |
license: BSD-2-Clause
|
| 1564 |
license_family: BSD
|
| 1565 |
size: 21867
|
|
@@ -1592,8 +1526,6 @@ packages:
|
|
| 1592 |
- python >=3.13,<3.14.0a0 *_cp313
|
| 1593 |
- python_abi 3.13.* *_cp313
|
| 1594 |
- yaml >=0.2.5,<0.3.0a0
|
| 1595 |
-
arch: arm64
|
| 1596 |
-
platform: osx
|
| 1597 |
license: MIT
|
| 1598 |
license_family: MIT
|
| 1599 |
size: 194243
|
|
@@ -1603,8 +1535,6 @@ packages:
|
|
| 1603 |
md5: d4e82bd66b71c29da35e1f634548e039
|
| 1604 |
depends:
|
| 1605 |
- libre2-11 2024.07.02 hd41c47c_3
|
| 1606 |
-
arch: arm64
|
| 1607 |
-
platform: osx
|
| 1608 |
license: BSD-3-Clause
|
| 1609 |
license_family: BSD
|
| 1610 |
size: 26954
|
|
@@ -1648,8 +1578,6 @@ packages:
|
|
| 1648 |
depends:
|
| 1649 |
- __osx >=11.0
|
| 1650 |
- libcxx >=18
|
| 1651 |
-
arch: arm64
|
| 1652 |
-
platform: osx
|
| 1653 |
license: BSD-3-Clause
|
| 1654 |
license_family: BSD
|
| 1655 |
size: 35857
|
|
@@ -1664,6 +1592,15 @@ packages:
|
|
| 1664 |
license_family: BSD
|
| 1665 |
size: 3125538
|
| 1666 |
timestamp: 1748388189063
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1667 |
- conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.1-pyhd8ed1ab_1.conda
|
| 1668 |
sha256: 11e2c85468ae9902d24a27137b6b39b4a78099806e551d390e394a8c34b48e40
|
| 1669 |
md5: 9efbfdc37242619130ea42b1cc4ed861
|
|
@@ -1714,8 +1651,6 @@ packages:
|
|
| 1714 |
md5: 54a24201d62fc17c73523e4b86f71ae8
|
| 1715 |
depends:
|
| 1716 |
- __osx >=11.0
|
| 1717 |
-
arch: arm64
|
| 1718 |
-
platform: osx
|
| 1719 |
license: BSD-2-Clause
|
| 1720 |
license_family: BSD
|
| 1721 |
size: 98913
|
|
@@ -1723,8 +1658,6 @@ packages:
|
|
| 1723 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/yaml-0.2.5-h3422bc3_2.tar.bz2
|
| 1724 |
sha256: 93181a04ba8cfecfdfb162fc958436d868cc37db504c58078eab4c1a3e57fbb7
|
| 1725 |
md5: 4bb3f014845110883a3c5ee811fd84b4
|
| 1726 |
-
arch: arm64
|
| 1727 |
-
platform: osx
|
| 1728 |
license: MIT
|
| 1729 |
license_family: MIT
|
| 1730 |
size: 88016
|
|
@@ -1740,8 +1673,6 @@ packages:
|
|
| 1740 |
- python >=3.13,<3.14.0a0
|
| 1741 |
- python >=3.13,<3.14.0a0 *_cp313
|
| 1742 |
- python_abi 3.13.* *_cp313
|
| 1743 |
-
arch: arm64
|
| 1744 |
-
platform: osx
|
| 1745 |
license: Apache-2.0
|
| 1746 |
license_family: Apache
|
| 1747 |
size: 150519
|
|
@@ -1752,8 +1683,6 @@ packages:
|
|
| 1752 |
depends:
|
| 1753 |
- __osx >=11.0
|
| 1754 |
- libzlib 1.3.1 h8359307_2
|
| 1755 |
-
arch: arm64
|
| 1756 |
-
platform: osx
|
| 1757 |
license: Zlib
|
| 1758 |
license_family: Other
|
| 1759 |
size: 77606
|
|
@@ -1767,8 +1696,6 @@ packages:
|
|
| 1767 |
- python >=3.13,<3.14.0a0
|
| 1768 |
- python >=3.13,<3.14.0a0 *_cp313
|
| 1769 |
- python_abi 3.13.* *_cp313
|
| 1770 |
-
arch: arm64
|
| 1771 |
-
platform: osx
|
| 1772 |
license: BSD-3-Clause
|
| 1773 |
license_family: BSD
|
| 1774 |
size: 536612
|
|
@@ -1779,8 +1706,6 @@ packages:
|
|
| 1779 |
depends:
|
| 1780 |
- __osx >=11.0
|
| 1781 |
- libzlib >=1.3.1,<2.0a0
|
| 1782 |
-
arch: arm64
|
| 1783 |
-
platform: osx
|
| 1784 |
license: BSD-3-Clause
|
| 1785 |
license_family: BSD
|
| 1786 |
size: 399979
|
|
|
|
| 37 |
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda
|
| 38 |
- conda: https://conda.anaconda.org/conda-forge/noarch/datasets-3.6.0-pyhd8ed1ab_0.conda
|
| 39 |
- conda: https://conda.anaconda.org/conda-forge/noarch/dill-0.3.8-pyhd8ed1ab_0.conda
|
| 40 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.0-pyhd8ed1ab_0.conda
|
| 41 |
- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.18.0-pyhd8ed1ab_0.conda
|
| 42 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/frozenlist-1.6.0-py313h857e90f_0.conda
|
| 43 |
- conda: https://conda.anaconda.org/conda-forge/noarch/fsspec-2025.3.0-pyhd8ed1ab_0.conda
|
|
|
|
| 48 |
- conda: https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.31.4-pyhd8ed1ab_0.conda
|
| 49 |
- conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda
|
| 50 |
- conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda
|
| 51 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda
|
| 52 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda
|
| 53 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20250127.1-cxx17_h07bc746_0.conda
|
| 54 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-20.0.0-h76b72fb_6_cpu.conda
|
|
|
|
| 101 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/orc-2.1.2-hd90e43c_0.conda
|
| 102 |
- conda: https://conda.anaconda.org/conda-forge/noarch/packaging-25.0-pyh29332c3_1.conda
|
| 103 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.3-py313h668b085_3.conda
|
| 104 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhd8ed1ab_0.conda
|
| 105 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/prometheus-cpp-1.3.0-h0967b3e_0.conda
|
| 106 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/propcache-0.3.1-py313ha9b7d5b_0.conda
|
| 107 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyarrow-20.0.0-py313h39782a4_0.conda
|
| 108 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyarrow-core-20.0.0-py313hf9431ad_0_cpu.conda
|
| 109 |
- conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda
|
| 110 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.19.1-pyhd8ed1ab_0.conda
|
| 111 |
- conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda
|
| 112 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.4.0-pyhd8ed1ab_0.conda
|
| 113 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.13.3-h81fe080_101_cp313.conda
|
| 114 |
- conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda
|
| 115 |
- conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2025.2-pyhd8ed1ab_0.conda
|
|
|
|
| 123 |
- conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda
|
| 124 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-h98b9ce2_1.conda
|
| 125 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h892fb3f_2.conda
|
| 126 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda
|
| 127 |
- conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.1-pyhd8ed1ab_1.conda
|
| 128 |
- conda: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.14.0-h32cad80_0.conda
|
| 129 |
- conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.14.0-pyhe01879c_0.conda
|
|
|
|
| 160 |
- python >=3.13,<3.14.0a0 *_cp313
|
| 161 |
- python_abi 3.13.* *_cp313
|
| 162 |
- yarl >=1.17.0,<2.0
|
|
|
|
|
|
|
| 163 |
license: MIT AND Apache-2.0
|
| 164 |
license_family: Apache
|
| 165 |
size: 973683
|
|
|
|
| 193 |
- aws-c-http >=0.10.1,<0.10.2.0a0
|
| 194 |
- aws-c-io >=0.19.1,<0.19.2.0a0
|
| 195 |
- aws-c-sdkutils >=0.2.4,<0.2.5.0a0
|
|
|
|
|
|
|
| 196 |
license: Apache-2.0
|
| 197 |
license_family: Apache
|
| 198 |
size: 95181
|
|
|
|
| 203 |
depends:
|
| 204 |
- __osx >=11.0
|
| 205 |
- aws-c-common >=0.12.3,<0.12.4.0a0
|
|
|
|
|
|
|
| 206 |
license: Apache-2.0
|
| 207 |
license_family: Apache
|
| 208 |
size: 41318
|
|
|
|
| 212 |
md5: ad04374e28a830d8ae898e471312dd9d
|
| 213 |
depends:
|
| 214 |
- __osx >=11.0
|
|
|
|
|
|
|
| 215 |
license: Apache-2.0
|
| 216 |
license_family: Apache
|
| 217 |
size: 222023
|
|
|
|
| 222 |
depends:
|
| 223 |
- __osx >=11.0
|
| 224 |
- aws-c-common >=0.12.3,<0.12.4.0a0
|
|
|
|
|
|
|
| 225 |
license: Apache-2.0
|
| 226 |
license_family: APACHE
|
| 227 |
size: 21264
|
|
|
|
| 235 |
- aws-c-io >=0.19.1,<0.19.2.0a0
|
| 236 |
- aws-checksums >=0.2.7,<0.2.8.0a0
|
| 237 |
- aws-c-common >=0.12.3,<0.12.4.0a0
|
|
|
|
|
|
|
| 238 |
license: Apache-2.0
|
| 239 |
license_family: APACHE
|
| 240 |
size: 50693
|
|
|
|
| 248 |
- aws-c-common >=0.12.3,<0.12.4.0a0
|
| 249 |
- aws-c-compression >=0.3.1,<0.3.2.0a0
|
| 250 |
- aws-c-cal >=0.9.1,<0.9.2.0a0
|
|
|
|
|
|
|
| 251 |
license: Apache-2.0
|
| 252 |
license_family: APACHE
|
| 253 |
size: 169353
|
|
|
|
| 259 |
- __osx >=11.0
|
| 260 |
- aws-c-cal >=0.9.1,<0.9.2.0a0
|
| 261 |
- aws-c-common >=0.12.3,<0.12.4.0a0
|
|
|
|
|
|
|
| 262 |
license: Apache-2.0
|
| 263 |
license_family: APACHE
|
| 264 |
size: 175469
|
|
|
|
| 271 |
- aws-c-io >=0.19.1,<0.19.2.0a0
|
| 272 |
- aws-c-common >=0.12.3,<0.12.4.0a0
|
| 273 |
- aws-c-http >=0.10.1,<0.10.2.0a0
|
|
|
|
|
|
|
| 274 |
license: Apache-2.0
|
| 275 |
license_family: APACHE
|
| 276 |
size: 149844
|
|
|
|
| 286 |
- aws-c-auth >=0.9.0,<0.9.1.0a0
|
| 287 |
- aws-checksums >=0.2.7,<0.2.8.0a0
|
| 288 |
- aws-c-io >=0.19.1,<0.19.2.0a0
|
|
|
|
|
|
|
| 289 |
license: Apache-2.0
|
| 290 |
license_family: APACHE
|
| 291 |
size: 116445
|
|
|
|
| 296 |
depends:
|
| 297 |
- __osx >=11.0
|
| 298 |
- aws-c-common >=0.12.3,<0.12.4.0a0
|
|
|
|
|
|
|
| 299 |
license: Apache-2.0
|
| 300 |
license_family: APACHE
|
| 301 |
size: 53372
|
|
|
|
| 306 |
depends:
|
| 307 |
- __osx >=11.0
|
| 308 |
- aws-c-common >=0.12.3,<0.12.4.0a0
|
|
|
|
|
|
|
| 309 |
license: Apache-2.0
|
| 310 |
license_family: APACHE
|
| 311 |
size: 74064
|
|
|
|
| 325 |
- aws-c-http >=0.10.1,<0.10.2.0a0
|
| 326 |
- aws-c-common >=0.12.3,<0.12.4.0a0
|
| 327 |
- aws-c-auth >=0.9.0,<0.9.1.0a0
|
|
|
|
|
|
|
| 328 |
license: Apache-2.0
|
| 329 |
license_family: APACHE
|
| 330 |
size: 262402
|
|
|
|
| 340 |
- libcurl >=8.14.0,<9.0a0
|
| 341 |
- aws-crt-cpp >=0.32.8,<0.32.9.0a0
|
| 342 |
- libzlib >=1.3.1,<2.0a0
|
|
|
|
|
|
|
| 343 |
license: Apache-2.0
|
| 344 |
license_family: APACHE
|
| 345 |
size: 3066219
|
|
|
|
| 352 |
- libcurl >=8.10.1,<9.0a0
|
| 353 |
- libcxx >=17
|
| 354 |
- openssl >=3.3.2,<4.0a0
|
|
|
|
|
|
|
| 355 |
license: MIT
|
| 356 |
license_family: MIT
|
| 357 |
size: 294299
|
|
|
|
| 364 |
- azure-core-cpp >=1.14.0,<1.14.1.0a0
|
| 365 |
- libcxx >=17
|
| 366 |
- openssl >=3.3.2,<4.0a0
|
|
|
|
|
|
|
| 367 |
license: MIT
|
| 368 |
license_family: MIT
|
| 369 |
size: 166907
|
|
|
|
| 376 |
- azure-core-cpp >=1.14.0,<1.14.1.0a0
|
| 377 |
- azure-storage-common-cpp >=12.8.0,<12.8.1.0a0
|
| 378 |
- libcxx >=17
|
|
|
|
|
|
|
| 379 |
license: MIT
|
| 380 |
license_family: MIT
|
| 381 |
size: 438636
|
|
|
|
| 389 |
- libcxx >=17
|
| 390 |
- libxml2 >=2.12.7,<2.14.0a0
|
| 391 |
- openssl >=3.3.2,<4.0a0
|
|
|
|
|
|
|
| 392 |
license: MIT
|
| 393 |
license_family: MIT
|
| 394 |
size: 121278
|
|
|
|
| 402 |
- azure-storage-blobs-cpp >=12.13.0,<12.13.1.0a0
|
| 403 |
- azure-storage-common-cpp >=12.8.0,<12.8.1.0a0
|
| 404 |
- libcxx >=17
|
|
|
|
|
|
|
| 405 |
license: MIT
|
| 406 |
license_family: MIT
|
| 407 |
size: 196032
|
|
|
|
| 417 |
- python_abi 3.13.* *_cp313
|
| 418 |
constrains:
|
| 419 |
- libbrotlicommon 1.1.0 hd74edd7_2
|
|
|
|
|
|
|
| 420 |
license: MIT
|
| 421 |
license_family: MIT
|
| 422 |
size: 339067
|
|
|
|
| 435 |
md5: f8cd1beb98240c7edb1a95883360ccfa
|
| 436 |
depends:
|
| 437 |
- __osx >=11.0
|
|
|
|
|
|
|
| 438 |
license: MIT
|
| 439 |
license_family: MIT
|
| 440 |
size: 179696
|
|
|
|
| 465 |
- python >=3.13.0rc1,<3.14.0a0
|
| 466 |
- python >=3.13.0rc1,<3.14.0a0 *_cp313
|
| 467 |
- python_abi 3.13.* *_cp313
|
|
|
|
|
|
|
| 468 |
license: MIT
|
| 469 |
license_family: MIT
|
| 470 |
size: 282115
|
|
|
|
| 519 |
license_family: BSD
|
| 520 |
size: 88169
|
| 521 |
timestamp: 1706434833883
|
| 522 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.0-pyhd8ed1ab_0.conda
|
| 523 |
+
sha256: ce61f4f99401a4bd455b89909153b40b9c823276aefcbb06f2044618696009ca
|
| 524 |
+
md5: 72e42d28960d875c7654614f8b50939a
|
| 525 |
+
depends:
|
| 526 |
+
- python >=3.9
|
| 527 |
+
- typing_extensions >=4.6.0
|
| 528 |
+
license: MIT and PSF-2.0
|
| 529 |
+
size: 21284
|
| 530 |
+
timestamp: 1746947398083
|
| 531 |
- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.18.0-pyhd8ed1ab_0.conda
|
| 532 |
sha256: de7b6d4c4f865609ae88db6fa03c8b7544c2452a1aa5451eb7700aad16824570
|
| 533 |
md5: 4547b39256e296bb758166893e909a7c
|
|
|
|
| 545 |
- python >=3.13,<3.14.0a0
|
| 546 |
- python >=3.13,<3.14.0a0 *_cp313
|
| 547 |
- python_abi 3.13.* *_cp313
|
|
|
|
|
|
|
| 548 |
license: Apache-2.0
|
| 549 |
license_family: APACHE
|
| 550 |
size: 110243
|
|
|
|
| 564 |
depends:
|
| 565 |
- __osx >=11.0
|
| 566 |
- libcxx >=17
|
|
|
|
|
|
|
| 567 |
license: BSD-3-Clause
|
| 568 |
license_family: BSD
|
| 569 |
size: 82090
|
|
|
|
| 575 |
- __osx >=11.0
|
| 576 |
- gflags >=2.2.2,<2.3.0a0
|
| 577 |
- libcxx >=16
|
|
|
|
|
|
|
| 578 |
license: BSD-3-Clause
|
| 579 |
license_family: BSD
|
| 580 |
size: 112215
|
|
|
|
| 634 |
license_family: BSD
|
| 635 |
size: 49765
|
| 636 |
timestamp: 1733211921194
|
| 637 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda
|
| 638 |
+
sha256: 0ec8f4d02053cd03b0f3e63168316530949484f80e16f5e2fb199a1d117a89ca
|
| 639 |
+
md5: 6837f3eff7dcea42ecd714ce1ac2b108
|
| 640 |
+
depends:
|
| 641 |
+
- python >=3.9
|
| 642 |
+
license: MIT
|
| 643 |
+
license_family: MIT
|
| 644 |
+
size: 11474
|
| 645 |
+
timestamp: 1733223232820
|
| 646 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda
|
| 647 |
sha256: 4442f957c3c77d69d9da3521268cad5d54c9033f1a73f99cde0a3658937b159b
|
| 648 |
md5: c6dc8a0fdec13a0565936655c33069a1
|
|
|
|
| 652 |
- libedit >=3.1.20191231,<3.2.0a0
|
| 653 |
- libedit >=3.1.20191231,<4.0a0
|
| 654 |
- openssl >=3.3.1,<4.0a0
|
|
|
|
|
|
|
| 655 |
license: MIT
|
| 656 |
license_family: MIT
|
| 657 |
size: 1155530
|
|
|
|
| 665 |
constrains:
|
| 666 |
- abseil-cpp =20250127.1
|
| 667 |
- libabseil-static =20250127.1=cxx17*
|
|
|
|
|
|
|
| 668 |
license: Apache-2.0
|
| 669 |
license_family: Apache
|
| 670 |
size: 1192962
|
|
|
|
| 704 |
- arrow-cpp <0.0a0
|
| 705 |
- parquet-cpp <0.0a0
|
| 706 |
- apache-arrow-proc =*=cpu
|
|
|
|
|
|
|
| 707 |
license: Apache-2.0
|
| 708 |
size: 5709475
|
| 709 |
timestamp: 1748961025060
|
|
|
|
| 715 |
- __osx >=11.0
|
| 716 |
- libarrow 20.0.0 h76b72fb_6_cpu
|
| 717 |
- libcxx >=18
|
|
|
|
|
|
|
| 718 |
license: Apache-2.0
|
| 719 |
size: 503204
|
| 720 |
timestamp: 1748961151278
|
|
|
|
| 728 |
- libarrow-acero 20.0.0 hf07054f_6_cpu
|
| 729 |
- libcxx >=18
|
| 730 |
- libparquet 20.0.0 h636d7b7_6_cpu
|
|
|
|
|
|
|
| 731 |
license: Apache-2.0
|
| 732 |
size: 503418
|
| 733 |
timestamp: 1748961329741
|
|
|
|
| 744 |
- libarrow-dataset 20.0.0 hf07054f_6_cpu
|
| 745 |
- libcxx >=18
|
| 746 |
- libprotobuf >=5.29.3,<5.29.4.0a0
|
|
|
|
|
|
|
| 747 |
license: Apache-2.0
|
| 748 |
size: 451088
|
| 749 |
timestamp: 1748961469582
|
|
|
|
| 769 |
md5: d0bf1dff146b799b319ea0434b93f779
|
| 770 |
depends:
|
| 771 |
- __osx >=11.0
|
|
|
|
|
|
|
| 772 |
license: MIT
|
| 773 |
license_family: MIT
|
| 774 |
size: 68426
|
|
|
|
| 779 |
depends:
|
| 780 |
- __osx >=11.0
|
| 781 |
- libbrotlicommon 1.1.0 hd74edd7_2
|
|
|
|
|
|
|
| 782 |
license: MIT
|
| 783 |
license_family: MIT
|
| 784 |
size: 28378
|
|
|
|
| 789 |
depends:
|
| 790 |
- __osx >=11.0
|
| 791 |
- libbrotlicommon 1.1.0 hd74edd7_2
|
|
|
|
|
|
|
| 792 |
license: MIT
|
| 793 |
license_family: MIT
|
| 794 |
size: 279644
|
|
|
|
| 812 |
md5: 32bd82a6a625ea6ce090a81c3d34edeb
|
| 813 |
depends:
|
| 814 |
- libcxx >=11.1.0
|
|
|
|
|
|
|
| 815 |
license: BSD-3-Clause
|
| 816 |
license_family: BSD
|
| 817 |
size: 18765
|
|
|
|
| 827 |
- libzlib >=1.3.1,<2.0a0
|
| 828 |
- openssl >=3.5.0,<4.0a0
|
| 829 |
- zstd >=1.5.7,<1.6.0a0
|
|
|
|
|
|
|
| 830 |
license: curl
|
| 831 |
license_family: MIT
|
| 832 |
size: 403452
|
|
|
|
| 847 |
- ncurses
|
| 848 |
- __osx >=11.0
|
| 849 |
- ncurses >=6.5,<7.0a0
|
|
|
|
|
|
|
| 850 |
license: BSD-2-Clause
|
| 851 |
license_family: BSD
|
| 852 |
size: 107691
|
|
|
|
| 854 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda
|
| 855 |
sha256: 95cecb3902fbe0399c3a7e67a5bed1db813e5ab0e22f4023a5e0f722f2cc214f
|
| 856 |
md5: 36d33e440c31857372a72137f78bacf5
|
|
|
|
|
|
|
| 857 |
license: BSD-2-Clause
|
| 858 |
license_family: BSD
|
| 859 |
size: 107458
|
|
|
|
| 863 |
md5: 1a109764bff3bdc7bdd84088347d71dc
|
| 864 |
depends:
|
| 865 |
- openssl >=3.1.1,<4.0a0
|
|
|
|
|
|
|
| 866 |
license: BSD-3-Clause
|
| 867 |
license_family: BSD
|
| 868 |
size: 368167
|
|
|
|
| 921 |
- openssl >=3.4.1,<4.0a0
|
| 922 |
constrains:
|
| 923 |
- libgoogle-cloud 2.36.0 *_1
|
|
|
|
|
|
|
| 924 |
license: Apache-2.0
|
| 925 |
license_family: Apache
|
| 926 |
size: 874398
|
|
|
|
| 937 |
- libgoogle-cloud 2.36.0 h9484b08_1
|
| 938 |
- libzlib >=1.3.1,<2.0a0
|
| 939 |
- openssl
|
|
|
|
|
|
|
| 940 |
license: Apache-2.0
|
| 941 |
license_family: Apache
|
| 942 |
size: 529458
|
|
|
|
| 957 |
- re2
|
| 958 |
constrains:
|
| 959 |
- grpc-cpp =1.71.0
|
|
|
|
|
|
|
| 960 |
license: Apache-2.0
|
| 961 |
license_family: APACHE
|
| 962 |
size: 4908484
|
|
|
|
| 966 |
md5: 450e6bdc0c7d986acf7b8443dce87111
|
| 967 |
depends:
|
| 968 |
- __osx >=11.0
|
|
|
|
|
|
|
| 969 |
license: LGPL-2.1-only
|
| 970 |
size: 681804
|
| 971 |
timestamp: 1740128227484
|
|
|
|
| 1014 |
- libev >=4.33,<5.0a0
|
| 1015 |
- libzlib >=1.3.1,<2.0a0
|
| 1016 |
- openssl >=3.3.2,<4.0a0
|
|
|
|
|
|
|
| 1017 |
license: MIT
|
| 1018 |
license_family: MIT
|
| 1019 |
size: 566719
|
|
|
|
| 1047 |
- prometheus-cpp >=1.3.0,<1.4.0a0
|
| 1048 |
constrains:
|
| 1049 |
- cpp-opentelemetry-sdk =1.21.0
|
|
|
|
|
|
|
| 1050 |
license: Apache-2.0
|
| 1051 |
license_family: APACHE
|
| 1052 |
size: 561337
|
|
|
|
| 1054 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopentelemetry-cpp-headers-1.21.0-hce30654_0.conda
|
| 1055 |
sha256: e5f85f2c2744a214a16e4ab1ac8b333b426c9842c9bdb1e0dab8c16fb9abe810
|
| 1056 |
md5: be664b8a15a8cdbdb171668e4b8c203c
|
|
|
|
|
|
|
| 1057 |
license: Apache-2.0
|
| 1058 |
license_family: APACHE
|
| 1059 |
size: 361341
|
|
|
|
| 1068 |
- libcxx >=18
|
| 1069 |
- libthrift >=0.21.0,<0.21.1.0a0
|
| 1070 |
- openssl >=3.5.0,<4.0a0
|
|
|
|
|
|
|
| 1071 |
license: Apache-2.0
|
| 1072 |
size: 895920
|
| 1073 |
timestamp: 1748961288120
|
|
|
|
| 1080 |
- libabseil >=20250127.1,<20250128.0a0
|
| 1081 |
- libcxx >=18
|
| 1082 |
- libzlib >=1.3.1,<2.0a0
|
|
|
|
|
|
|
| 1083 |
license: BSD-3-Clause
|
| 1084 |
license_family: BSD
|
| 1085 |
size: 2613087
|
|
|
|
| 1094 |
- libcxx >=18
|
| 1095 |
constrains:
|
| 1096 |
- re2 2024.07.02.*
|
|
|
|
|
|
|
| 1097 |
license: BSD-3-Clause
|
| 1098 |
license_family: BSD
|
| 1099 |
size: 167268
|
|
|
|
| 1113 |
depends:
|
| 1114 |
- libzlib >=1.3.1,<2.0a0
|
| 1115 |
- openssl >=3.5.0,<4.0a0
|
|
|
|
|
|
|
| 1116 |
license: BSD-3-Clause
|
| 1117 |
license_family: BSD
|
| 1118 |
size: 279193
|
|
|
|
| 1126 |
- libevent >=2.1.12,<2.1.13.0a0
|
| 1127 |
- libzlib >=1.3.1,<2.0a0
|
| 1128 |
- openssl >=3.3.2,<4.0a0
|
|
|
|
|
|
|
| 1129 |
license: Apache-2.0
|
| 1130 |
license_family: APACHE
|
| 1131 |
size: 324342
|
|
|
|
| 1135 |
md5: 639880d40b6e2083e20b86a726154864
|
| 1136 |
depends:
|
| 1137 |
- __osx >=11.0
|
|
|
|
|
|
|
| 1138 |
license: MIT
|
| 1139 |
license_family: MIT
|
| 1140 |
size: 83815
|
|
|
|
| 1149 |
- libzlib >=1.3.1,<2.0a0
|
| 1150 |
constrains:
|
| 1151 |
- icu <0.0a0
|
|
|
|
|
|
|
| 1152 |
license: MIT
|
| 1153 |
license_family: MIT
|
| 1154 |
size: 583160
|
|
|
|
| 1181 |
depends:
|
| 1182 |
- __osx >=11.0
|
| 1183 |
- libcxx >=18
|
|
|
|
|
|
|
| 1184 |
license: BSD-2-Clause
|
| 1185 |
license_family: BSD
|
| 1186 |
size: 148824
|
|
|
|
| 1193 |
- python >=3.13,<3.14.0a0
|
| 1194 |
- python >=3.13,<3.14.0a0 *_cp313
|
| 1195 |
- python_abi 3.13.* *_cp313
|
|
|
|
|
|
|
| 1196 |
license: Apache-2.0
|
| 1197 |
license_family: APACHE
|
| 1198 |
size: 75248
|
|
|
|
| 1206 |
- python >=3.13.0rc1,<3.14.0a0
|
| 1207 |
- python >=3.13.0rc1,<3.14.0a0 *_cp313
|
| 1208 |
- python_abi 3.13.* *_cp313
|
|
|
|
|
|
|
| 1209 |
license: BSD-3-Clause
|
| 1210 |
license_family: BSD
|
| 1211 |
size: 348731
|
|
|
|
| 1221 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/nlohmann_json-3.12.0-ha1acc90_0.conda
|
| 1222 |
sha256: 6e689213c8d5e5f65ef426c0fcfb41b056e4c4d90fc020631cfddb6c87d5d6c9
|
| 1223 |
md5: c74975897efab6cdc7f5ac5a69cca2f3
|
|
|
|
|
|
|
| 1224 |
license: MIT
|
| 1225 |
license_family: MIT
|
| 1226 |
size: 136487
|
|
|
|
| 1265 |
- snappy >=1.2.1,<1.3.0a0
|
| 1266 |
- tzdata
|
| 1267 |
- zstd >=1.5.7,<1.6.0a0
|
|
|
|
|
|
|
| 1268 |
license: Apache-2.0
|
| 1269 |
license_family: Apache
|
| 1270 |
size: 476870
|
|
|
|
| 1329 |
license_family: BSD
|
| 1330 |
size: 14408557
|
| 1331 |
timestamp: 1744431000416
|
| 1332 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhd8ed1ab_0.conda
|
| 1333 |
+
sha256: a8eb555eef5063bbb7ba06a379fa7ea714f57d9741fe0efdb9442dbbc2cccbcc
|
| 1334 |
+
md5: 7da7ccd349dbf6487a7778579d2bb971
|
| 1335 |
+
depends:
|
| 1336 |
+
- python >=3.9
|
| 1337 |
+
license: MIT
|
| 1338 |
+
license_family: MIT
|
| 1339 |
+
size: 24246
|
| 1340 |
+
timestamp: 1747339794916
|
| 1341 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/prometheus-cpp-1.3.0-h0967b3e_0.conda
|
| 1342 |
sha256: 851a77ae1a8e90db9b9f3c4466abea7afb52713c3d98ceb0d37ba6ff27df2eff
|
| 1343 |
md5: 7172339b49c94275ba42fec3eaeda34f
|
|
|
|
| 1347 |
- libcxx >=18
|
| 1348 |
- libzlib >=1.3.1,<2.0a0
|
| 1349 |
- zlib
|
|
|
|
|
|
|
| 1350 |
license: MIT
|
| 1351 |
license_family: MIT
|
| 1352 |
size: 173220
|
|
|
|
| 1359 |
- python >=3.13,<3.14.0a0
|
| 1360 |
- python >=3.13,<3.14.0a0 *_cp313
|
| 1361 |
- python_abi 3.13.* *_cp313
|
|
|
|
|
|
|
| 1362 |
license: Apache-2.0
|
| 1363 |
license_family: APACHE
|
| 1364 |
size: 51553
|
|
|
|
| 1374 |
- pyarrow-core 20.0.0 *_0_*
|
| 1375 |
- python >=3.13,<3.14.0a0
|
| 1376 |
- python_abi 3.13.* *_cp313
|
|
|
|
|
|
|
| 1377 |
license: Apache-2.0
|
| 1378 |
license_family: APACHE
|
| 1379 |
size: 25893
|
|
|
|
| 1392 |
constrains:
|
| 1393 |
- numpy >=1.21,<3
|
| 1394 |
- apache-arrow-proc * cpu
|
|
|
|
|
|
|
| 1395 |
license: Apache-2.0
|
| 1396 |
license_family: APACHE
|
| 1397 |
size: 4706499
|
|
|
|
| 1406 |
license_family: BSD
|
| 1407 |
size: 110100
|
| 1408 |
timestamp: 1733195786147
|
| 1409 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.19.1-pyhd8ed1ab_0.conda
|
| 1410 |
+
sha256: 28a3e3161390a9d23bc02b4419448f8d27679d9e2c250e29849e37749c8de86b
|
| 1411 |
+
md5: 232fb4577b6687b2d503ef8e254270c9
|
| 1412 |
+
depends:
|
| 1413 |
+
- python >=3.9
|
| 1414 |
+
license: BSD-2-Clause
|
| 1415 |
+
license_family: BSD
|
| 1416 |
+
size: 888600
|
| 1417 |
+
timestamp: 1736243563082
|
| 1418 |
- conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda
|
| 1419 |
sha256: ba3b032fa52709ce0d9fd388f63d330a026754587a2f461117cac9ab73d8d0d8
|
| 1420 |
md5: 461219d1a5bd61342293efa2c0c90eac
|
|
|
|
| 1425 |
license_family: BSD
|
| 1426 |
size: 21085
|
| 1427 |
timestamp: 1733217331982
|
| 1428 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.4.0-pyhd8ed1ab_0.conda
|
| 1429 |
+
sha256: f8c5a65ff4216f7c0a9be1708be1ee1446ad678da5a01eeb2437551156e32a06
|
| 1430 |
+
md5: 516d31f063ce7e49ced17f105b63a1f1
|
| 1431 |
+
depends:
|
| 1432 |
+
- colorama >=0.4
|
| 1433 |
+
- exceptiongroup >=1
|
| 1434 |
+
- iniconfig >=1
|
| 1435 |
+
- packaging >=20
|
| 1436 |
+
- pluggy >=1.5,<2
|
| 1437 |
+
- pygments >=2.7.2
|
| 1438 |
+
- python >=3.9
|
| 1439 |
+
- tomli >=1
|
| 1440 |
+
constrains:
|
| 1441 |
+
- pytest-faulthandler >=2
|
| 1442 |
+
license: MIT
|
| 1443 |
+
license_family: MIT
|
| 1444 |
+
size: 275014
|
| 1445 |
+
timestamp: 1748907618871
|
| 1446 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.13.3-h81fe080_101_cp313.conda
|
| 1447 |
build_number: 101
|
| 1448 |
sha256: f96468ab1e6f27bda92157bfc7f272d1fbf2ba2f85697bdc5bb106bccba1befb
|
|
|
|
| 1494 |
- python >=3.13,<3.14.0a0 *_cp313
|
| 1495 |
- python_abi 3.13.* *_cp313
|
| 1496 |
- xxhash >=0.8.3,<0.8.4.0a0
|
|
|
|
|
|
|
| 1497 |
license: BSD-2-Clause
|
| 1498 |
license_family: BSD
|
| 1499 |
size: 21867
|
|
|
|
| 1526 |
- python >=3.13,<3.14.0a0 *_cp313
|
| 1527 |
- python_abi 3.13.* *_cp313
|
| 1528 |
- yaml >=0.2.5,<0.3.0a0
|
|
|
|
|
|
|
| 1529 |
license: MIT
|
| 1530 |
license_family: MIT
|
| 1531 |
size: 194243
|
|
|
|
| 1535 |
md5: d4e82bd66b71c29da35e1f634548e039
|
| 1536 |
depends:
|
| 1537 |
- libre2-11 2024.07.02 hd41c47c_3
|
|
|
|
|
|
|
| 1538 |
license: BSD-3-Clause
|
| 1539 |
license_family: BSD
|
| 1540 |
size: 26954
|
|
|
|
| 1578 |
depends:
|
| 1579 |
- __osx >=11.0
|
| 1580 |
- libcxx >=18
|
|
|
|
|
|
|
| 1581 |
license: BSD-3-Clause
|
| 1582 |
license_family: BSD
|
| 1583 |
size: 35857
|
|
|
|
| 1592 |
license_family: BSD
|
| 1593 |
size: 3125538
|
| 1594 |
timestamp: 1748388189063
|
| 1595 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda
|
| 1596 |
+
sha256: 18636339a79656962723077df9a56c0ac7b8a864329eb8f847ee3d38495b863e
|
| 1597 |
+
md5: ac944244f1fed2eb49bae07193ae8215
|
| 1598 |
+
depends:
|
| 1599 |
+
- python >=3.9
|
| 1600 |
+
license: MIT
|
| 1601 |
+
license_family: MIT
|
| 1602 |
+
size: 19167
|
| 1603 |
+
timestamp: 1733256819729
|
| 1604 |
- conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.1-pyhd8ed1ab_1.conda
|
| 1605 |
sha256: 11e2c85468ae9902d24a27137b6b39b4a78099806e551d390e394a8c34b48e40
|
| 1606 |
md5: 9efbfdc37242619130ea42b1cc4ed861
|
|
|
|
| 1651 |
md5: 54a24201d62fc17c73523e4b86f71ae8
|
| 1652 |
depends:
|
| 1653 |
- __osx >=11.0
|
|
|
|
|
|
|
| 1654 |
license: BSD-2-Clause
|
| 1655 |
license_family: BSD
|
| 1656 |
size: 98913
|
|
|
|
| 1658 |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/yaml-0.2.5-h3422bc3_2.tar.bz2
|
| 1659 |
sha256: 93181a04ba8cfecfdfb162fc958436d868cc37db504c58078eab4c1a3e57fbb7
|
| 1660 |
md5: 4bb3f014845110883a3c5ee811fd84b4
|
|
|
|
|
|
|
| 1661 |
license: MIT
|
| 1662 |
license_family: MIT
|
| 1663 |
size: 88016
|
|
|
|
| 1673 |
- python >=3.13,<3.14.0a0
|
| 1674 |
- python >=3.13,<3.14.0a0 *_cp313
|
| 1675 |
- python_abi 3.13.* *_cp313
|
|
|
|
|
|
|
| 1676 |
license: Apache-2.0
|
| 1677 |
license_family: Apache
|
| 1678 |
size: 150519
|
|
|
|
| 1683 |
depends:
|
| 1684 |
- __osx >=11.0
|
| 1685 |
- libzlib 1.3.1 h8359307_2
|
|
|
|
|
|
|
| 1686 |
license: Zlib
|
| 1687 |
license_family: Other
|
| 1688 |
size: 77606
|
|
|
|
| 1696 |
- python >=3.13,<3.14.0a0
|
| 1697 |
- python >=3.13,<3.14.0a0 *_cp313
|
| 1698 |
- python_abi 3.13.* *_cp313
|
|
|
|
|
|
|
| 1699 |
license: BSD-3-Clause
|
| 1700 |
license_family: BSD
|
| 1701 |
size: 536612
|
|
|
|
| 1706 |
depends:
|
| 1707 |
- __osx >=11.0
|
| 1708 |
- libzlib >=1.3.1,<2.0a0
|
|
|
|
|
|
|
| 1709 |
license: BSD-3-Clause
|
| 1710 |
license_family: BSD
|
| 1711 |
size: 399979
|
pixi.toml
CHANGED
|
@@ -6,7 +6,12 @@ platforms = ["osx-arm64"]
|
|
| 6 |
version = "0.1.0"
|
| 7 |
|
| 8 |
[tasks]
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
[dependencies]
|
| 11 |
pandas = ">=2.2.3,<3"
|
| 12 |
datasets = ">=3.6.0,<4"
|
|
|
|
|
|
| 6 |
version = "0.1.0"
|
| 7 |
|
| 8 |
[tasks]
|
| 9 |
+
test = "python -m pytest tests/ -v"
|
| 10 |
+
test-simple = "python tests/test_dataset_simple.py"
|
| 11 |
+
test-loading = "python tests/test_dataset_loading.py"
|
| 12 |
+
test-hf = "python tests/test_hf_loading.py"
|
| 13 |
|
| 14 |
[dependencies]
|
| 15 |
pandas = ">=2.2.3,<3"
|
| 16 |
datasets = ">=3.6.0,<4"
|
| 17 |
+
pytest = ">=8.0.0,<9"
|
test_dataset_loading.py → tests/test_dataset_loading.py
RENAMED
|
@@ -10,10 +10,16 @@ import tempfile
|
|
| 10 |
import unittest
|
| 11 |
from pathlib import Path
|
| 12 |
from typing import Dict, Any
|
|
|
|
| 13 |
|
| 14 |
import datasets
|
| 15 |
import pandas as pd
|
| 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
class TestAutoGKBDatasetLoading(unittest.TestCase):
|
| 19 |
"""Test suite for AutoGKB dataset loading functionality."""
|
|
@@ -21,7 +27,7 @@ class TestAutoGKBDatasetLoading(unittest.TestCase):
|
|
| 21 |
@classmethod
|
| 22 |
def setUpClass(cls):
|
| 23 |
"""Set up test environment."""
|
| 24 |
-
cls.dataset_dir = Path(
|
| 25 |
cls.temp_cache_dir = None
|
| 26 |
|
| 27 |
def setUp(self):
|
|
@@ -219,7 +225,7 @@ class TestAutoGKBDatasetLoading(unittest.TestCase):
|
|
| 219 |
f"Duplicate example IDs found in {split_name}")
|
| 220 |
|
| 221 |
# Validate data types and required fields
|
| 222 |
-
for idx, (
|
| 223 |
# All values should be strings (as per schema)
|
| 224 |
for key, value in example_data.items():
|
| 225 |
self.assertIsInstance(value, str,
|
|
@@ -247,7 +253,7 @@ class TestAutoGKBDatasetLoading(unittest.TestCase):
|
|
| 247 |
examples_with_text = 0
|
| 248 |
examples_without_text = 0
|
| 249 |
|
| 250 |
-
for
|
| 251 |
if len(example_data["text"].strip()) > 0:
|
| 252 |
examples_with_text += 1
|
| 253 |
else:
|
|
|
|
| 10 |
import unittest
|
| 11 |
from pathlib import Path
|
| 12 |
from typing import Dict, Any
|
| 13 |
+
import sys
|
| 14 |
|
| 15 |
import datasets
|
| 16 |
import pandas as pd
|
| 17 |
|
| 18 |
+
# Ensure we're running from the project root directory
|
| 19 |
+
project_root = Path(__file__).parent.parent
|
| 20 |
+
os.chdir(project_root)
|
| 21 |
+
sys.path.insert(0, str(project_root))
|
| 22 |
+
|
| 23 |
|
| 24 |
class TestAutoGKBDatasetLoading(unittest.TestCase):
|
| 25 |
"""Test suite for AutoGKB dataset loading functionality."""
|
|
|
|
| 27 |
@classmethod
|
| 28 |
def setUpClass(cls):
|
| 29 |
"""Set up test environment."""
|
| 30 |
+
cls.dataset_dir = Path.cwd() # Now we're guaranteed to be in project root
|
| 31 |
cls.temp_cache_dir = None
|
| 32 |
|
| 33 |
def setUp(self):
|
|
|
|
| 225 |
f"Duplicate example IDs found in {split_name}")
|
| 226 |
|
| 227 |
# Validate data types and required fields
|
| 228 |
+
for idx, (_, example_data) in enumerate(examples[:5]): # Check first 5
|
| 229 |
# All values should be strings (as per schema)
|
| 230 |
for key, value in example_data.items():
|
| 231 |
self.assertIsInstance(value, str,
|
|
|
|
| 253 |
examples_with_text = 0
|
| 254 |
examples_without_text = 0
|
| 255 |
|
| 256 |
+
for _, example_data in examples[:10]: # Check first 10
|
| 257 |
if len(example_data["text"].strip()) > 0:
|
| 258 |
examples_with_text += 1
|
| 259 |
else:
|
test_dataset_simple.py → tests/test_dataset_simple.py
RENAMED
|
@@ -5,6 +5,14 @@ Simple focused tests for dataset loading functionality.
|
|
| 5 |
|
| 6 |
import pandas as pd
|
| 7 |
from pathlib import Path
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
from load_dataset_safe import load_autogkb_safe
|
| 9 |
|
| 10 |
|
|
|
|
| 5 |
|
| 6 |
import pandas as pd
|
| 7 |
from pathlib import Path
|
| 8 |
+
import sys
|
| 9 |
+
import os
|
| 10 |
+
|
| 11 |
+
# Ensure we're running from the project root directory
|
| 12 |
+
project_root = Path(__file__).parent.parent
|
| 13 |
+
os.chdir(project_root)
|
| 14 |
+
sys.path.insert(0, str(project_root))
|
| 15 |
+
|
| 16 |
from load_dataset_safe import load_autogkb_safe
|
| 17 |
|
| 18 |
|
test_hf_loading.py → tests/test_hf_loading.py
RENAMED
|
@@ -3,6 +3,15 @@
|
|
| 3 |
Simple test script to verify HF loading works with the .huggingfaceignore fix.
|
| 4 |
"""
|
| 5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
from datasets import load_dataset
|
| 7 |
|
| 8 |
def test_hf_loading():
|
|
|
|
| 3 |
Simple test script to verify HF loading works with the .huggingfaceignore fix.
|
| 4 |
"""
|
| 5 |
|
| 6 |
+
import os
|
| 7 |
+
import sys
|
| 8 |
+
from pathlib import Path
|
| 9 |
+
|
| 10 |
+
# Ensure we're running from the project root directory
|
| 11 |
+
project_root = Path(__file__).parent.parent
|
| 12 |
+
os.chdir(project_root)
|
| 13 |
+
sys.path.insert(0, str(project_root))
|
| 14 |
+
|
| 15 |
from datasets import load_dataset
|
| 16 |
|
| 17 |
def test_hf_loading():
|