-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpixi.lock
More file actions
1239 lines (1239 loc) · 57.3 KB
/
pixi.lock
File metadata and controls
1239 lines (1239 loc) · 57.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
version: 6
environments:
default:
channels:
- url: https://prefix.dev/conda-forge/
indexes:
- https://pypi.org/simple
packages:
linux-64:
- conda: https://prefix.dev/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
- conda: https://prefix.dev/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
- conda: https://prefix.dev/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda
- conda: https://prefix.dev/conda-forge/noarch/ca-certificates-2025.7.14-hbd8a1cb_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/icu-75.1-he02047a_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/ld_impl_linux-64-2.44-h1423503_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/libexpat-2.7.1-hecca717_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/libgcc-15.1.0-h767d61c_3.conda
- conda: https://prefix.dev/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_3.conda
- conda: https://prefix.dev/conda-forge/linux-64/libgomp-15.1.0-h767d61c_3.conda
- conda: https://prefix.dev/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda
- conda: https://prefix.dev/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/libsqlite-3.50.3-hee844dc_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/libstdcxx-15.1.0-h8f9b012_3.conda
- conda: https://prefix.dev/conda-forge/linux-64/libstdcxx-ng-15.1.0-h4852527_3.conda
- conda: https://prefix.dev/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda
- conda: https://prefix.dev/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda
- conda: https://prefix.dev/conda-forge/linux-64/openssl-3.5.1-h7b32b05_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/python-3.12.11-h9e4cc4f_0_cpython.conda
- conda: https://prefix.dev/conda-forge/linux-64/readline-8.2-h8c095d6_2.conda
- conda: https://prefix.dev/conda-forge/linux-64/tk-8.6.13-noxft_hd72426e_102.conda
- conda: https://prefix.dev/conda-forge/noarch/tzdata-2025b-h78e105d_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/uv-0.8.0-heb9285d_0.conda
- pypi: https://files.pythonhosted.org/packages/92/d9/25a697a959a7149c93efa4d849421aa5f22bcb82350ac89b4284b0b88aa8/aiobotocore-2.23.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/a5/45/30bb92d442636f570cb5651bc661f52b610e2eec3f891a5dc3a4c3667db0/aiofiles-24.1.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/0f/15/5bf3b99495fb160b63f95972b81750f18f7f4e02ad051373b669d17d44f2/aiohappyeyeballs-2.6.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/73/12/2530fb2b08773f717ab2d249ca7a982ac66e32187c62d49e2c86c9bba9b4/aiohttp-3.12.14-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/85/13/58b70a580de00893223d61de8fea167877a3aed97d4a5e1405c9159ef925/aioitertools-0.12.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/fb/76/641ae371508676492379f16e2fa48f4e2c11741bd63c48be4b12a6b09cba/aiosignal-1.4.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/77/06/bb80f5f86020c4551da315d78b3ab75e8228f89f0162f2c3a819e407941a/attrs-25.3.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/b6/13/0eb850c821a976346a905370bb30c86da7edc2bbc3977c445fffc6306032/boto3-1.38.46-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/a4/00/dd90b7a0255587ba1c9754d32a221adb4a9022f181df3eef401b0b9fadfc/botocore-1.38.46-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/72/76/20fa66124dbe6be5cafeb312ece67de6b61dd91a0247d1ea13db4ebb33c2/cachetools-5.5.2-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/4f/52/34c6cf5bb9285074dc3531c437b3919e825d976fde097a7a73f79e726d03/certifi-2025.7.14-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/8c/73/6ede2ec59bce19b3edf4209d70004253ec5f4e319f9a2e3f2f15601ed5f7/charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/1b/ac/1d97e438f86c26314227f7b2f0711476db79522a137b60533c5181ae481b/databricks_sdk-0.59.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/1d/37/708835f8c1731e48891fbc7c7f2775f2211c541f0f4b442834d7a74d0d9c/databricks_sql_connector-4.0.5-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/c1/8b/5fe2cc11fee489817272089c4203e679c63b570a5aaeb18d852ae3cbba6a/et_xmlfile-2.0.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/8d/db/48421f62a6f77c553575201e89048e97198046b793f4a089c79a6e3268bd/frozenlist-1.7.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/17/63/b19553b658a1692443c62bd07e5868adaa0ad746a0751ba62c59568cd45b/google_auth-2.40.3-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/cb/bd/b394387b598ed84d8d0fa90611a90bee0adc2021820ad5729f7ced74a8e2/imageio-2.37.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/31/b4/b9b800c45527aadd64d5b442f9b932b00648617eb5d63d2c7a6587b7cafc/jmespath-1.0.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/83/60/d497a310bde3f01cb805196ac61b7ad6dc5dcf8dce66634dc34364b20b4f/lazy_loader-0.4-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/e9/26/05840fbd4233e8d23e88411a066ab19f1e9de332edddb8df2b6a95c7fddc/lz4-4.4.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/a4/11/6ec9dcbe2264b92778eeb85407d1df18812248bf3506a5a1754bc035db0c/multidict-6.6.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/eb/8d/776adee7bbf76365fdd7f2552710282c79a4ead5d2a46408c9043a2b70ba/networkx-3.5-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/6e/45/c51cb248e679a6c6ab14b7a8e3ead3f4a3fe7425fc7a6f98b3f147bec532/numpy-2.3.1-cp312-cp312-manylinux_2_28_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/be/9c/92789c596b8df838baa98fa71844d84283302f7604ed565dafe5a6b5041a/oauthlib-3.3.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/c0/da/977ded879c29cbd04de313843e76868e6e13408a94ed6b987245dc7c8506/openpyxl-3.1.5-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/20/12/38679034af332785aac8774540895e234f4d07f7545804097de4b666afd8/packaging-25.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/38/f8/d8fddee9ed0d0c0f4a2132c1dfcf0e3e53265055da8df952a53e7eaf178c/pandas-2.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/e4/c9/06dd4a38974e24f932ff5f98ea3c546ce3f8c995d3f0985f8e5ba48bba19/pillow-11.3.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/b8/d9/5e2753784ea30d84b3e769a56f5e50ac5a89c129e87baa16ac0773eb4ef7/polars-1.31.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/37/7c/54fd5301ef38505ab235d98827207176a5c9b2aa61939b10a460ca53e123/propcache-0.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/ad/90/2660332eeb31303c13b653ea566a9918484b6e4d6b9d2d46879a33ab0622/pyarrow-21.0.0-cp312-cp312-manylinux_2_28_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/c8/f1/d6a797abb14f6283c0ddff96bbdd46937f64122b8c925cab503dd37f8214/pyasn1-0.6.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/47/8d/d529b5d697919ba8c11ad626e835d4039be708a35b0d22de83a269a6682c/pyasn1_modules-0.4.2-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/81/c4/34e93fe5f5429d7570ec1fa436f1986fb1f00c3e0f43a589fe2bbcd22c3f/pytz-2025.2-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/7c/e4/56027c4a6b4ae70ca9de302488c5ca95ad4a39e190093d6c1a8ace08341b/requests-2.32.4-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/64/8d/0133e4eb4beed9e425d9a98ed6e081a55d195481b7632472be1af08d2f6b/rsa-4.9.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/6d/4f/d073e09df851cfa251ef7840007d04db3293a0482ce607d2b993926089be/s3transfer-0.13.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/6b/b5/b75527c0f9532dd8a93e8e7cd8e62e547b9f207d4c11e24f0006e8646b36/scikit_image-0.25.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/6d/f0/b6ac354a956384fd8abee2debbb624648125b298f2c4a7b4f0d6248048a5/scipy-1.16.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/4f/d2/18246f43ca730bb81918f87b7e886531eda32d835811ad9f4657c54eee35/sentencepiece-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/3c/2d/8946864f716ac82dcc88d290ed613cba7a80ec75df4f553ec3ff275f486e/thrift-0.20.0.tar.gz
- pypi: https://files.pythonhosted.org/packages/3a/d8/1ba8f32bfc9cb69e37edeca93738e883f478fbe84ae401f72c0d8d507841/tifffile-2025.6.11-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/b5/00/d631e67a838026495268c2f6884f3711a15a9a2a96cd244fdaea53b823fb/typing_extensions-4.14.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/5c/23/c7abc0ca0a1526a0774eca151daeb8de62ec457e77262b66b359c3c7679e/tzdata-2025.2-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/a7/c2/fe1e52489ae3122415c51f387e221dd0773709bad6c6cdaa599e8a2c5185/urllib3-2.5.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/2a/5a/04cde32b07a7431d4ed0553a76fdb7a61270e78c5fd5a603e190ac389f14/wrapt-1.17.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/98/28/3ab7acc5b51f4434b181b0cee8f1f4b77a65919700a355fb3617f9488874/yarl-1.20.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
packages:
- conda: https://prefix.dev/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726
md5: d7c89558ba9fa0495403155b64376d81
license: None
purls: []
size: 2562
timestamp: 1578324546067
- conda: https://prefix.dev/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
build_number: 16
sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22
md5: 73aaf86a425cc6e73fcf236a5a46396d
depends:
- _libgcc_mutex 0.1 conda_forge
- libgomp >=7.5.0
constrains:
- openmp_impl 9999
license: BSD-3-Clause
license_family: BSD
purls: []
size: 23621
timestamp: 1650670423406
- pypi: https://files.pythonhosted.org/packages/92/d9/25a697a959a7149c93efa4d849421aa5f22bcb82350ac89b4284b0b88aa8/aiobotocore-2.23.1-py3-none-any.whl
name: aiobotocore
version: 2.23.1
sha256: d81c54d2eae2406ea9a473fea518fed580cf37bc4fc51ce43ba81546e5305114
requires_dist:
- aiohttp>=3.9.2,<4.0.0
- aioitertools>=0.5.1,<1.0.0
- botocore>=1.38.40,<1.38.47
- python-dateutil>=2.1,<3.0.0
- jmespath>=0.7.1,<2.0.0
- multidict>=6.0.0,<7.0.0
- wrapt>=1.10.10,<2.0.0
- awscli>=1.40.39,<1.40.46 ; extra == 'awscli'
- boto3>=1.38.40,<1.38.47 ; extra == 'boto3'
- httpx>=0.25.1,<0.29 ; extra == 'httpx'
requires_python: '>=3.9'
- pypi: https://files.pythonhosted.org/packages/a5/45/30bb92d442636f570cb5651bc661f52b610e2eec3f891a5dc3a4c3667db0/aiofiles-24.1.0-py3-none-any.whl
name: aiofiles
version: 24.1.0
sha256: b4ec55f4195e3eb5d7abd1bf7e061763e864dd4954231fb8539a0ef8bb8260e5
requires_python: '>=3.8'
- pypi: https://files.pythonhosted.org/packages/0f/15/5bf3b99495fb160b63f95972b81750f18f7f4e02ad051373b669d17d44f2/aiohappyeyeballs-2.6.1-py3-none-any.whl
name: aiohappyeyeballs
version: 2.6.1
sha256: f349ba8f4b75cb25c99c5c2d84e997e485204d2902a9597802b0371f09331fb8
requires_python: '>=3.9'
- pypi: https://files.pythonhosted.org/packages/73/12/2530fb2b08773f717ab2d249ca7a982ac66e32187c62d49e2c86c9bba9b4/aiohttp-3.12.14-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
name: aiohttp
version: 3.12.14
sha256: 9888e60c2c54eaf56704b17feb558c7ed6b7439bca1e07d4818ab878f2083660
requires_dist:
- aiohappyeyeballs>=2.5.0
- aiosignal>=1.4.0
- async-timeout>=4.0,<6.0 ; python_full_version < '3.11'
- attrs>=17.3.0
- frozenlist>=1.1.1
- multidict>=4.5,<7.0
- propcache>=0.2.0
- yarl>=1.17.0,<2.0
- aiodns>=3.3.0 ; extra == 'speedups'
- brotli ; platform_python_implementation == 'CPython' and extra == 'speedups'
- brotlicffi ; platform_python_implementation != 'CPython' and extra == 'speedups'
requires_python: '>=3.9'
- pypi: https://files.pythonhosted.org/packages/85/13/58b70a580de00893223d61de8fea167877a3aed97d4a5e1405c9159ef925/aioitertools-0.12.0-py3-none-any.whl
name: aioitertools
version: 0.12.0
sha256: fc1f5fac3d737354de8831cbba3eb04f79dd649d8f3afb4c5b114925e662a796
requires_dist:
- typing-extensions>=4.0 ; python_full_version < '3.10'
- attribution==1.8.0 ; extra == 'dev'
- black==24.8.0 ; extra == 'dev'
- build>=1.2 ; extra == 'dev'
- coverage==7.6.1 ; extra == 'dev'
- flake8==7.1.1 ; extra == 'dev'
- flit==3.9.0 ; extra == 'dev'
- mypy==1.11.2 ; extra == 'dev'
- usort==1.0.8.post1 ; extra == 'dev'
- ufmt==2.7.1 ; extra == 'dev'
- sphinx==8.0.2 ; extra == 'docs'
- sphinx-mdinclude==0.6.2 ; extra == 'docs'
requires_python: '>=3.8'
- pypi: https://files.pythonhosted.org/packages/fb/76/641ae371508676492379f16e2fa48f4e2c11741bd63c48be4b12a6b09cba/aiosignal-1.4.0-py3-none-any.whl
name: aiosignal
version: 1.4.0
sha256: 053243f8b92b990551949e63930a839ff0cf0b0ebbe0597b0f3fb19e1a0fe82e
requires_dist:
- frozenlist>=1.1.0
- typing-extensions>=4.2 ; python_full_version < '3.13'
requires_python: '>=3.9'
- pypi: https://files.pythonhosted.org/packages/77/06/bb80f5f86020c4551da315d78b3ab75e8228f89f0162f2c3a819e407941a/attrs-25.3.0-py3-none-any.whl
name: attrs
version: 25.3.0
sha256: 427318ce031701fea540783410126f03899a97ffc6f61596ad581ac2e40e3bc3
requires_dist:
- cloudpickle ; platform_python_implementation == 'CPython' and extra == 'benchmark'
- hypothesis ; extra == 'benchmark'
- mypy>=1.11.1 ; python_full_version >= '3.10' and platform_python_implementation == 'CPython' and extra == 'benchmark'
- pympler ; extra == 'benchmark'
- pytest-codspeed ; extra == 'benchmark'
- pytest-mypy-plugins ; python_full_version >= '3.10' and platform_python_implementation == 'CPython' and extra == 'benchmark'
- pytest-xdist[psutil] ; extra == 'benchmark'
- pytest>=4.3.0 ; extra == 'benchmark'
- cloudpickle ; platform_python_implementation == 'CPython' and extra == 'cov'
- coverage[toml]>=5.3 ; extra == 'cov'
- hypothesis ; extra == 'cov'
- mypy>=1.11.1 ; python_full_version >= '3.10' and platform_python_implementation == 'CPython' and extra == 'cov'
- pympler ; extra == 'cov'
- pytest-mypy-plugins ; python_full_version >= '3.10' and platform_python_implementation == 'CPython' and extra == 'cov'
- pytest-xdist[psutil] ; extra == 'cov'
- pytest>=4.3.0 ; extra == 'cov'
- cloudpickle ; platform_python_implementation == 'CPython' and extra == 'dev'
- hypothesis ; extra == 'dev'
- mypy>=1.11.1 ; python_full_version >= '3.10' and platform_python_implementation == 'CPython' and extra == 'dev'
- pre-commit-uv ; extra == 'dev'
- pympler ; extra == 'dev'
- pytest-mypy-plugins ; python_full_version >= '3.10' and platform_python_implementation == 'CPython' and extra == 'dev'
- pytest-xdist[psutil] ; extra == 'dev'
- pytest>=4.3.0 ; extra == 'dev'
- cogapp ; extra == 'docs'
- furo ; extra == 'docs'
- myst-parser ; extra == 'docs'
- sphinx ; extra == 'docs'
- sphinx-notfound-page ; extra == 'docs'
- sphinxcontrib-towncrier ; extra == 'docs'
- towncrier ; extra == 'docs'
- cloudpickle ; platform_python_implementation == 'CPython' and extra == 'tests'
- hypothesis ; extra == 'tests'
- mypy>=1.11.1 ; python_full_version >= '3.10' and platform_python_implementation == 'CPython' and extra == 'tests'
- pympler ; extra == 'tests'
- pytest-mypy-plugins ; python_full_version >= '3.10' and platform_python_implementation == 'CPython' and extra == 'tests'
- pytest-xdist[psutil] ; extra == 'tests'
- pytest>=4.3.0 ; extra == 'tests'
- mypy>=1.11.1 ; python_full_version >= '3.10' and platform_python_implementation == 'CPython' and extra == 'tests-mypy'
- pytest-mypy-plugins ; python_full_version >= '3.10' and platform_python_implementation == 'CPython' and extra == 'tests-mypy'
requires_python: '>=3.8'
- pypi: https://files.pythonhosted.org/packages/b6/13/0eb850c821a976346a905370bb30c86da7edc2bbc3977c445fffc6306032/boto3-1.38.46-py3-none-any.whl
name: boto3
version: 1.38.46
sha256: 9c8e88a32a6465e5905308708cff5b17547117f06982908bdfdb0108b4a65079
requires_dist:
- botocore>=1.38.46,<1.39.0
- jmespath>=0.7.1,<2.0.0
- s3transfer>=0.13.0,<0.14.0
- botocore[crt]>=1.21.0,<2.0a0 ; extra == 'crt'
requires_python: '>=3.9'
- pypi: https://files.pythonhosted.org/packages/a4/00/dd90b7a0255587ba1c9754d32a221adb4a9022f181df3eef401b0b9fadfc/botocore-1.38.46-py3-none-any.whl
name: botocore
version: 1.38.46
sha256: 89ca782ffbf2e8769ca9c89234cfa5ca577f1987d07d913ee3c68c4776b1eb5b
requires_dist:
- jmespath>=0.7.1,<2.0.0
- python-dateutil>=2.1,<3.0.0
- urllib3>=1.25.4,<1.27 ; python_full_version < '3.10'
- urllib3>=1.25.4,!=2.2.0,<3 ; python_full_version >= '3.10'
- awscrt==0.23.8 ; extra == 'crt'
requires_python: '>=3.9'
- conda: https://prefix.dev/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda
sha256: 5ced96500d945fb286c9c838e54fa759aa04a7129c59800f0846b4335cee770d
md5: 62ee74e96c5ebb0af99386de58cf9553
depends:
- __glibc >=2.17,<3.0.a0
- libgcc-ng >=12
license: bzip2-1.0.6
license_family: BSD
purls: []
size: 252783
timestamp: 1720974456583
- conda: https://prefix.dev/conda-forge/noarch/ca-certificates-2025.7.14-hbd8a1cb_0.conda
sha256: 29defbd83c7829788358678ec996adeee252fa4d4274b7cd386c1ed73d2b201e
md5: d16c90324aef024877d8713c0b7fea5b
depends:
- __unix
license: ISC
purls: []
size: 155658
timestamp: 1752482350666
- pypi: https://files.pythonhosted.org/packages/72/76/20fa66124dbe6be5cafeb312ece67de6b61dd91a0247d1ea13db4ebb33c2/cachetools-5.5.2-py3-none-any.whl
name: cachetools
version: 5.5.2
sha256: d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a
requires_python: '>=3.7'
- pypi: https://files.pythonhosted.org/packages/4f/52/34c6cf5bb9285074dc3531c437b3919e825d976fde097a7a73f79e726d03/certifi-2025.7.14-py3-none-any.whl
name: certifi
version: 2025.7.14
sha256: 6b31f564a415d79ee77df69d757bb49a5bb53bd9f756cbbe24394ffd6fc1f4b2
requires_python: '>=3.7'
- pypi: https://files.pythonhosted.org/packages/8c/73/6ede2ec59bce19b3edf4209d70004253ec5f4e319f9a2e3f2f15601ed5f7/charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
name: charset-normalizer
version: 3.4.2
sha256: 4e594135de17ab3866138f496755f302b72157d115086d100c3f19370839dd3a
requires_python: '>=3.7'
- pypi: https://files.pythonhosted.org/packages/1b/ac/1d97e438f86c26314227f7b2f0711476db79522a137b60533c5181ae481b/databricks_sdk-0.59.0-py3-none-any.whl
name: databricks-sdk
version: 0.59.0
sha256: 2ae4baefd1f7360c8314e2ebdc0a0a6d7e76a88805a65d0415ff73631c1e4c0d
requires_dist:
- requests>=2.28.1,<3
- google-auth~=2.0
- pytest ; extra == 'dev'
- pytest-cov ; extra == 'dev'
- pytest-xdist ; extra == 'dev'
- pytest-mock ; extra == 'dev'
- black ; extra == 'dev'
- pycodestyle ; extra == 'dev'
- autoflake ; extra == 'dev'
- isort ; extra == 'dev'
- wheel ; extra == 'dev'
- ipython ; extra == 'dev'
- ipywidgets ; extra == 'dev'
- requests-mock ; extra == 'dev'
- pyfakefs ; extra == 'dev'
- databricks-connect ; extra == 'dev'
- pytest-rerunfailures ; extra == 'dev'
- openai ; extra == 'dev'
- langchain-openai ; python_full_version >= '3.8' and extra == 'dev'
- httpx ; extra == 'dev'
- build ; extra == 'dev'
- ipython>=8,<10 ; extra == 'notebook'
- ipywidgets>=8,<9 ; extra == 'notebook'
- openai ; extra == 'openai'
- langchain-openai ; python_full_version >= '3.8' and extra == 'openai'
- httpx ; extra == 'openai'
requires_python: '>=3.7'
- pypi: https://files.pythonhosted.org/packages/1d/37/708835f8c1731e48891fbc7c7f2775f2211c541f0f4b442834d7a74d0d9c/databricks_sql_connector-4.0.5-py3-none-any.whl
name: databricks-sql-connector
version: 4.0.5
sha256: 8df9b0288f18ec699e2980319983c43080fe0a9a540261d26c37e63b2cb44b58
requires_dist:
- lz4>=4.0.2,<5.0.0
- oauthlib>=3.1.0,<4.0.0
- openpyxl>=3.0.10,<4.0.0
- pandas>=1.2.5,<2.3.0 ; python_full_version >= '3.8' and python_full_version < '3.13'
- pandas>=2.2.3,<2.3.0 ; python_full_version >= '3.13'
- pyarrow>=14.0.1 ; python_full_version >= '3.8' and python_full_version < '3.13' and extra == 'pyarrow'
- pyarrow>=18.0.0 ; python_full_version >= '3.13' and extra == 'pyarrow'
- python-dateutil>=2.8.0,<3.0.0
- requests>=2.18.1,<3.0.0
- thrift>=0.16.0,<0.21.0
- urllib3>=1.26
requires_python: '>=3.8.0,<4.0.0'
- pypi: https://files.pythonhosted.org/packages/c1/8b/5fe2cc11fee489817272089c4203e679c63b570a5aaeb18d852ae3cbba6a/et_xmlfile-2.0.0-py3-none-any.whl
name: et-xmlfile
version: 2.0.0
sha256: 7a91720bc756843502c3b7504c77b8fe44217c85c537d85037f0f536151b2caa
requires_python: '>=3.8'
- pypi: https://files.pythonhosted.org/packages/8d/db/48421f62a6f77c553575201e89048e97198046b793f4a089c79a6e3268bd/frozenlist-1.7.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
name: frozenlist
version: 1.7.0
sha256: 488d0a7d6a0008ca0db273c542098a0fa9e7dfaa7e57f70acef43f32b3f69dca
requires_python: '>=3.9'
- pypi: https://files.pythonhosted.org/packages/17/63/b19553b658a1692443c62bd07e5868adaa0ad746a0751ba62c59568cd45b/google_auth-2.40.3-py2.py3-none-any.whl
name: google-auth
version: 2.40.3
sha256: 1370d4593e86213563547f97a92752fc658456fe4514c809544f330fed45a7ca
requires_dist:
- cachetools>=2.0.0,<6.0
- pyasn1-modules>=0.2.1
- rsa>=3.1.4,<5
- aiohttp>=3.6.2,<4.0.0 ; extra == 'aiohttp'
- requests>=2.20.0,<3.0.0 ; extra == 'aiohttp'
- cryptography ; extra == 'enterprise-cert'
- pyopenssl ; extra == 'enterprise-cert'
- pyjwt>=2.0 ; extra == 'pyjwt'
- cryptography>=38.0.3 ; extra == 'pyjwt'
- cryptography<39.0.0 ; python_full_version < '3.8' and extra == 'pyjwt'
- pyopenssl>=20.0.0 ; extra == 'pyopenssl'
- cryptography>=38.0.3 ; extra == 'pyopenssl'
- cryptography<39.0.0 ; python_full_version < '3.8' and extra == 'pyopenssl'
- pyu2f>=0.1.5 ; extra == 'reauth'
- requests>=2.20.0,<3.0.0 ; extra == 'requests'
- grpcio ; extra == 'testing'
- flask ; extra == 'testing'
- freezegun ; extra == 'testing'
- mock ; extra == 'testing'
- oauth2client ; extra == 'testing'
- pyjwt>=2.0 ; extra == 'testing'
- cryptography>=38.0.3 ; extra == 'testing'
- pytest ; extra == 'testing'
- pytest-cov ; extra == 'testing'
- pytest-localserver ; extra == 'testing'
- pyopenssl>=20.0.0 ; extra == 'testing'
- pyu2f>=0.1.5 ; extra == 'testing'
- responses ; extra == 'testing'
- urllib3 ; extra == 'testing'
- packaging ; extra == 'testing'
- aiohttp>=3.6.2,<4.0.0 ; extra == 'testing'
- requests>=2.20.0,<3.0.0 ; extra == 'testing'
- aioresponses ; extra == 'testing'
- pytest-asyncio ; extra == 'testing'
- pyopenssl<24.3.0 ; extra == 'testing'
- aiohttp<3.10.0 ; extra == 'testing'
- cryptography<39.0.0 ; python_full_version < '3.8' and extra == 'testing'
- urllib3 ; extra == 'urllib3'
- packaging ; extra == 'urllib3'
requires_python: '>=3.7'
- conda: https://prefix.dev/conda-forge/linux-64/icu-75.1-he02047a_0.conda
sha256: 71e750d509f5fa3421087ba88ef9a7b9be11c53174af3aa4d06aff4c18b38e8e
md5: 8b189310083baabfb622af68fd9d3ae3
depends:
- __glibc >=2.17,<3.0.a0
- libgcc-ng >=12
- libstdcxx-ng >=12
license: MIT
license_family: MIT
purls: []
size: 12129203
timestamp: 1720853576813
- pypi: https://files.pythonhosted.org/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl
name: idna
version: '3.10'
sha256: 946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3
requires_dist:
- ruff>=0.6.2 ; extra == 'all'
- mypy>=1.11.2 ; extra == 'all'
- pytest>=8.3.2 ; extra == 'all'
- flake8>=7.1.1 ; extra == 'all'
requires_python: '>=3.6'
- pypi: https://files.pythonhosted.org/packages/cb/bd/b394387b598ed84d8d0fa90611a90bee0adc2021820ad5729f7ced74a8e2/imageio-2.37.0-py3-none-any.whl
name: imageio
version: 2.37.0
sha256: 11efa15b87bc7871b61590326b2d635439acc321cf7f8ce996f812543ce10eed
requires_dist:
- numpy
- pillow>=8.3.2
- astropy ; extra == 'all-plugins'
- av ; extra == 'all-plugins'
- imageio-ffmpeg ; extra == 'all-plugins'
- numpy>2 ; extra == 'all-plugins'
- pillow-heif ; extra == 'all-plugins'
- psutil ; extra == 'all-plugins'
- rawpy ; extra == 'all-plugins'
- tifffile ; extra == 'all-plugins'
- av ; extra == 'all-plugins-pypy'
- imageio-ffmpeg ; extra == 'all-plugins-pypy'
- pillow-heif ; extra == 'all-plugins-pypy'
- psutil ; extra == 'all-plugins-pypy'
- tifffile ; extra == 'all-plugins-pypy'
- wheel ; extra == 'build'
- pytest ; extra == 'dev'
- pytest-cov ; extra == 'dev'
- fsspec[github] ; extra == 'dev'
- black ; extra == 'dev'
- flake8 ; extra == 'dev'
- sphinx<6 ; extra == 'docs'
- numpydoc ; extra == 'docs'
- pydata-sphinx-theme ; extra == 'docs'
- imageio-ffmpeg ; extra == 'ffmpeg'
- psutil ; extra == 'ffmpeg'
- astropy ; extra == 'fits'
- astropy ; extra == 'full'
- av ; extra == 'full'
- black ; extra == 'full'
- flake8 ; extra == 'full'
- fsspec[github] ; extra == 'full'
- gdal ; extra == 'full'
- imageio-ffmpeg ; extra == 'full'
- itk ; extra == 'full'
- numpy>2 ; extra == 'full'
- numpydoc ; extra == 'full'
- pillow-heif ; extra == 'full'
- psutil ; extra == 'full'
- pydata-sphinx-theme ; extra == 'full'
- pytest ; extra == 'full'
- pytest-cov ; extra == 'full'
- rawpy ; extra == 'full'
- sphinx<6 ; extra == 'full'
- tifffile ; extra == 'full'
- wheel ; extra == 'full'
- gdal ; extra == 'gdal'
- itk ; extra == 'itk'
- black ; extra == 'linting'
- flake8 ; extra == 'linting'
- pillow-heif ; extra == 'pillow-heif'
- av ; extra == 'pyav'
- rawpy ; extra == 'rawpy'
- numpy>2 ; extra == 'rawpy'
- pytest ; extra == 'test'
- pytest-cov ; extra == 'test'
- fsspec[github] ; extra == 'test'
- tifffile ; extra == 'tifffile'
requires_python: '>=3.9'
- pypi: https://files.pythonhosted.org/packages/31/b4/b9b800c45527aadd64d5b442f9b932b00648617eb5d63d2c7a6587b7cafc/jmespath-1.0.1-py3-none-any.whl
name: jmespath
version: 1.0.1
sha256: 02e2e4cc71b5bcab88332eebf907519190dd9e6e82107fa7f83b1003a6252980
requires_python: '>=3.7'
- pypi: https://files.pythonhosted.org/packages/83/60/d497a310bde3f01cb805196ac61b7ad6dc5dcf8dce66634dc34364b20b4f/lazy_loader-0.4-py3-none-any.whl
name: lazy-loader
version: '0.4'
sha256: 342aa8e14d543a154047afb4ba8ef17f5563baad3fc610d7b15b213b0f119efc
requires_dist:
- packaging
- importlib-metadata ; python_full_version < '3.8'
- changelist==0.5 ; extra == 'dev'
- pre-commit==3.7.0 ; extra == 'lint'
- pytest>=7.4 ; extra == 'test'
- pytest-cov>=4.1 ; extra == 'test'
requires_python: '>=3.7'
- conda: https://prefix.dev/conda-forge/linux-64/ld_impl_linux-64-2.44-h1423503_1.conda
sha256: 1a620f27d79217c1295049ba214c2f80372062fd251b569e9873d4a953d27554
md5: 0be7c6e070c19105f966d3758448d018
depends:
- __glibc >=2.17,<3.0.a0
constrains:
- binutils_impl_linux-64 2.44
license: GPL-3.0-only
license_family: GPL
purls: []
size: 676044
timestamp: 1752032747103
- conda: https://prefix.dev/conda-forge/linux-64/libexpat-2.7.1-hecca717_0.conda
sha256: da2080da8f0288b95dd86765c801c6e166c4619b910b11f9a8446fb852438dc2
md5: 4211416ecba1866fab0c6470986c22d6
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=14
constrains:
- expat 2.7.1.*
license: MIT
license_family: MIT
purls: []
size: 74811
timestamp: 1752719572741
- conda: https://prefix.dev/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda
sha256: 764432d32db45466e87f10621db5b74363a9f847d2b8b1f9743746cd160f06ab
md5: ede4673863426c0883c0063d853bbd85
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
license: MIT
license_family: MIT
purls: []
size: 57433
timestamp: 1743434498161
- conda: https://prefix.dev/conda-forge/linux-64/libgcc-15.1.0-h767d61c_3.conda
sha256: 59a87161212abe8acc57d318b0cc8636eb834cdfdfddcf1f588b5493644b39a3
md5: 9e60c55e725c20d23125a5f0dd69af5d
depends:
- __glibc >=2.17,<3.0.a0
- _openmp_mutex >=4.5
constrains:
- libgcc-ng ==15.1.0=*_3
- libgomp 15.1.0 h767d61c_3
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
purls: []
size: 824921
timestamp: 1750808216066
- conda: https://prefix.dev/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_3.conda
sha256: b0b0a5ee6ce645a09578fc1cb70c180723346f8a45fdb6d23b3520591c6d6996
md5: e66f2b8ad787e7beb0f846e4bd7e8493
depends:
- libgcc 15.1.0 h767d61c_3
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
purls: []
size: 29033
timestamp: 1750808224854
- conda: https://prefix.dev/conda-forge/linux-64/libgomp-15.1.0-h767d61c_3.conda
sha256: 43710ab4de0cd7ff8467abff8d11e7bb0e36569df04ce1c099d48601818f11d1
md5: 3cd1a7238a0dd3d0860fdefc496cc854
depends:
- __glibc >=2.17,<3.0.a0
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
purls: []
size: 447068
timestamp: 1750808138400
- conda: https://prefix.dev/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda
sha256: f2591c0069447bbe28d4d696b7fcb0c5bd0b4ac582769b89addbcf26fb3430d8
md5: 1a580f7796c7bf6393fddb8bbbde58dc
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
constrains:
- xz 5.8.1.*
license: 0BSD
purls: []
size: 112894
timestamp: 1749230047870
- conda: https://prefix.dev/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda
sha256: 927fe72b054277cde6cb82597d0fcf6baf127dcbce2e0a9d8925a68f1265eef5
md5: d864d34357c3b65a4b731f78c0801dc4
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
license: LGPL-2.1-only
license_family: GPL
purls: []
size: 33731
timestamp: 1750274110928
- conda: https://prefix.dev/conda-forge/linux-64/libsqlite-3.50.3-hee844dc_0.conda
sha256: 10891c917031d27c546d397f22e09c449c6c10782f2c0a069f361a502d286f3c
md5: 4fe4c3b7ce84cda6508b6d78f0ce72e3
depends:
- __glibc >=2.17,<3.0.a0
- icu >=75.1,<76.0a0
- libgcc >=14
- libzlib >=1.3.1,<2.0a0
license: Unlicense
purls: []
size: 935794
timestamp: 1752825101149
- conda: https://prefix.dev/conda-forge/linux-64/libstdcxx-15.1.0-h8f9b012_3.conda
sha256: 7650837344b7850b62fdba02155da0b159cf472b9ab59eb7b472f7bd01dff241
md5: 6d11a5edae89fe413c0569f16d308f5a
depends:
- __glibc >=2.17,<3.0.a0
- libgcc 15.1.0 h767d61c_3
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
purls: []
size: 3896407
timestamp: 1750808251302
- conda: https://prefix.dev/conda-forge/linux-64/libstdcxx-ng-15.1.0-h4852527_3.conda
sha256: bbaea1ecf973a7836f92b8ebecc94d3c758414f4de39d2cc6818a3d10cb3216b
md5: 57541755b5a51691955012b8e197c06c
depends:
- libstdcxx 15.1.0 h8f9b012_3
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
purls: []
size: 29093
timestamp: 1750808292700
- conda: https://prefix.dev/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda
sha256: 787eb542f055a2b3de553614b25f09eefb0a0931b0c87dbcce6efdfd92f04f18
md5: 40b61aab5c7ba9ff276c41cfffe6b80b
depends:
- libgcc-ng >=12
license: BSD-3-Clause
license_family: BSD
purls: []
size: 33601
timestamp: 1680112270483
- conda: https://prefix.dev/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda
sha256: 6ae68e0b86423ef188196fff6207ed0c8195dd84273cb5623b85aa08033a410c
md5: 5aa797f8787fe7a17d1b0821485b5adc
depends:
- libgcc-ng >=12
license: LGPL-2.1-or-later
purls: []
size: 100393
timestamp: 1702724383534
- conda: https://prefix.dev/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda
sha256: d4bfe88d7cb447768e31650f06257995601f89076080e76df55e3112d4e47dc4
md5: edb0dca6bc32e4f4789199455a1dbeb8
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
constrains:
- zlib 1.3.1 *_2
license: Zlib
license_family: Other
purls: []
size: 60963
timestamp: 1727963148474
- pypi: https://files.pythonhosted.org/packages/e9/26/05840fbd4233e8d23e88411a066ab19f1e9de332edddb8df2b6a95c7fddc/lz4-4.4.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
name: lz4
version: 4.4.4
sha256: 8ccab8f7f7b82f9fa9fc3b0ba584d353bd5aa818d5821d77d5b9447faad2aaad
requires_dist:
- pytest!=3.3.0 ; extra == 'tests'
- psutil ; extra == 'tests'
- pytest-cov ; extra == 'tests'
- sphinx>=1.6.0 ; extra == 'docs'
- sphinx-bootstrap-theme ; extra == 'docs'
- flake8 ; extra == 'flake8'
requires_python: '>=3.9'
- pypi: https://files.pythonhosted.org/packages/a4/11/6ec9dcbe2264b92778eeb85407d1df18812248bf3506a5a1754bc035db0c/multidict-6.6.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
name: multidict
version: 6.6.3
sha256: 8df25594989aebff8a130f7899fa03cbfcc5d2b5f4a461cf2518236fe6f15961
requires_dist:
- typing-extensions>=4.1.0 ; python_full_version < '3.11'
requires_python: '>=3.9'
- conda: https://prefix.dev/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda
sha256: 3fde293232fa3fca98635e1167de6b7c7fda83caf24b9d6c91ec9eefb4f4d586
md5: 47e340acb35de30501a76c7c799c41d7
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
license: X11 AND BSD-3-Clause
purls: []
size: 891641
timestamp: 1738195959188
- pypi: https://files.pythonhosted.org/packages/eb/8d/776adee7bbf76365fdd7f2552710282c79a4ead5d2a46408c9043a2b70ba/networkx-3.5-py3-none-any.whl
name: networkx
version: '3.5'
sha256: 0030d386a9a06dee3565298b4a734b68589749a544acbb6c412dc9e2489ec6ec
requires_dist:
- numpy>=1.25 ; extra == 'default'
- scipy>=1.11.2 ; extra == 'default'
- matplotlib>=3.8 ; extra == 'default'
- pandas>=2.0 ; extra == 'default'
- pre-commit>=4.1 ; extra == 'developer'
- mypy>=1.15 ; extra == 'developer'
- sphinx>=8.0 ; extra == 'doc'
- pydata-sphinx-theme>=0.16 ; extra == 'doc'
- sphinx-gallery>=0.18 ; extra == 'doc'
- numpydoc>=1.8.0 ; extra == 'doc'
- pillow>=10 ; extra == 'doc'
- texext>=0.6.7 ; extra == 'doc'
- myst-nb>=1.1 ; extra == 'doc'
- intersphinx-registry ; extra == 'doc'
- osmnx>=2.0.0 ; extra == 'example'
- momepy>=0.7.2 ; extra == 'example'
- contextily>=1.6 ; extra == 'example'
- seaborn>=0.13 ; extra == 'example'
- cairocffi>=1.7 ; extra == 'example'
- igraph>=0.11 ; extra == 'example'
- scikit-learn>=1.5 ; extra == 'example'
- lxml>=4.6 ; extra == 'extra'
- pygraphviz>=1.14 ; extra == 'extra'
- pydot>=3.0.1 ; extra == 'extra'
- sympy>=1.10 ; extra == 'extra'
- pytest>=7.2 ; extra == 'test'
- pytest-cov>=4.0 ; extra == 'test'
- pytest-xdist>=3.0 ; extra == 'test'
- pytest-mpl ; extra == 'test-extras'
- pytest-randomly ; extra == 'test-extras'
requires_python: '>=3.11'
- pypi: https://files.pythonhosted.org/packages/6e/45/c51cb248e679a6c6ab14b7a8e3ead3f4a3fe7425fc7a6f98b3f147bec532/numpy-2.3.1-cp312-cp312-manylinux_2_28_x86_64.whl
name: numpy
version: 2.3.1
sha256: e7cbf5a5eafd8d230a3ce356d892512185230e4781a361229bd902ff403bc660
requires_python: '>=3.11'
- pypi: https://files.pythonhosted.org/packages/be/9c/92789c596b8df838baa98fa71844d84283302f7604ed565dafe5a6b5041a/oauthlib-3.3.1-py3-none-any.whl
name: oauthlib
version: 3.3.1
sha256: 88119c938d2b8fb88561af5f6ee0eec8cc8d552b7bb1f712743136eb7523b7a1
requires_dist:
- cryptography>=3.0.0 ; extra == 'rsa'
- cryptography>=3.0.0 ; extra == 'signedtoken'
- pyjwt>=2.0.0,<3 ; extra == 'signedtoken'
- blinker>=1.4.0 ; extra == 'signals'
requires_python: '>=3.8'
- pypi: https://files.pythonhosted.org/packages/c0/da/977ded879c29cbd04de313843e76868e6e13408a94ed6b987245dc7c8506/openpyxl-3.1.5-py2.py3-none-any.whl
name: openpyxl
version: 3.1.5
sha256: 5282c12b107bffeef825f4617dc029afaf41d0ea60823bbb665ef3079dc79de2
requires_dist:
- et-xmlfile
requires_python: '>=3.8'
- conda: https://prefix.dev/conda-forge/linux-64/openssl-3.5.1-h7b32b05_0.conda
sha256: 942347492164190559e995930adcdf84e2fea05307ec8012c02a505f5be87462
md5: c87df2ab1448ba69169652ab9547082d
depends:
- __glibc >=2.17,<3.0.a0
- ca-certificates
- libgcc >=13
license: Apache-2.0
license_family: Apache
purls: []
size: 3131002
timestamp: 1751390382076
- pypi: https://files.pythonhosted.org/packages/20/12/38679034af332785aac8774540895e234f4d07f7545804097de4b666afd8/packaging-25.0-py3-none-any.whl
name: packaging
version: '25.0'
sha256: 29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484
requires_python: '>=3.8'
- pypi: https://files.pythonhosted.org/packages/38/f8/d8fddee9ed0d0c0f4a2132c1dfcf0e3e53265055da8df952a53e7eaf178c/pandas-2.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
name: pandas
version: 2.2.3
sha256: fffb8ae78d8af97f849404f21411c95062db1496aeb3e56f146f0355c9989319
requires_dist:
- numpy>=1.22.4 ; python_full_version < '3.11'
- numpy>=1.23.2 ; python_full_version == '3.11.*'
- numpy>=1.26.0 ; python_full_version >= '3.12'
- python-dateutil>=2.8.2
- pytz>=2020.1
- tzdata>=2022.7
- hypothesis>=6.46.1 ; extra == 'test'
- pytest>=7.3.2 ; extra == 'test'
- pytest-xdist>=2.2.0 ; extra == 'test'
- pyarrow>=10.0.1 ; extra == 'pyarrow'
- bottleneck>=1.3.6 ; extra == 'performance'
- numba>=0.56.4 ; extra == 'performance'
- numexpr>=2.8.4 ; extra == 'performance'
- scipy>=1.10.0 ; extra == 'computation'
- xarray>=2022.12.0 ; extra == 'computation'
- fsspec>=2022.11.0 ; extra == 'fss'
- s3fs>=2022.11.0 ; extra == 'aws'
- gcsfs>=2022.11.0 ; extra == 'gcp'
- pandas-gbq>=0.19.0 ; extra == 'gcp'
- odfpy>=1.4.1 ; extra == 'excel'
- openpyxl>=3.1.0 ; extra == 'excel'
- python-calamine>=0.1.7 ; extra == 'excel'
- pyxlsb>=1.0.10 ; extra == 'excel'
- xlrd>=2.0.1 ; extra == 'excel'
- xlsxwriter>=3.0.5 ; extra == 'excel'
- pyarrow>=10.0.1 ; extra == 'parquet'
- pyarrow>=10.0.1 ; extra == 'feather'
- tables>=3.8.0 ; extra == 'hdf5'
- pyreadstat>=1.2.0 ; extra == 'spss'
- sqlalchemy>=2.0.0 ; extra == 'postgresql'
- psycopg2>=2.9.6 ; extra == 'postgresql'
- adbc-driver-postgresql>=0.8.0 ; extra == 'postgresql'
- sqlalchemy>=2.0.0 ; extra == 'mysql'
- pymysql>=1.0.2 ; extra == 'mysql'
- sqlalchemy>=2.0.0 ; extra == 'sql-other'
- adbc-driver-postgresql>=0.8.0 ; extra == 'sql-other'
- adbc-driver-sqlite>=0.8.0 ; extra == 'sql-other'
- beautifulsoup4>=4.11.2 ; extra == 'html'
- html5lib>=1.1 ; extra == 'html'
- lxml>=4.9.2 ; extra == 'html'
- lxml>=4.9.2 ; extra == 'xml'
- matplotlib>=3.6.3 ; extra == 'plot'
- jinja2>=3.1.2 ; extra == 'output-formatting'
- tabulate>=0.9.0 ; extra == 'output-formatting'
- pyqt5>=5.15.9 ; extra == 'clipboard'
- qtpy>=2.3.0 ; extra == 'clipboard'
- zstandard>=0.19.0 ; extra == 'compression'
- dataframe-api-compat>=0.1.7 ; extra == 'consortium-standard'
- adbc-driver-postgresql>=0.8.0 ; extra == 'all'
- adbc-driver-sqlite>=0.8.0 ; extra == 'all'
- beautifulsoup4>=4.11.2 ; extra == 'all'
- bottleneck>=1.3.6 ; extra == 'all'
- dataframe-api-compat>=0.1.7 ; extra == 'all'
- fastparquet>=2022.12.0 ; extra == 'all'
- fsspec>=2022.11.0 ; extra == 'all'
- gcsfs>=2022.11.0 ; extra == 'all'
- html5lib>=1.1 ; extra == 'all'
- hypothesis>=6.46.1 ; extra == 'all'
- jinja2>=3.1.2 ; extra == 'all'
- lxml>=4.9.2 ; extra == 'all'
- matplotlib>=3.6.3 ; extra == 'all'
- numba>=0.56.4 ; extra == 'all'
- numexpr>=2.8.4 ; extra == 'all'
- odfpy>=1.4.1 ; extra == 'all'
- openpyxl>=3.1.0 ; extra == 'all'
- pandas-gbq>=0.19.0 ; extra == 'all'
- psycopg2>=2.9.6 ; extra == 'all'
- pyarrow>=10.0.1 ; extra == 'all'
- pymysql>=1.0.2 ; extra == 'all'
- pyqt5>=5.15.9 ; extra == 'all'
- pyreadstat>=1.2.0 ; extra == 'all'
- pytest>=7.3.2 ; extra == 'all'
- pytest-xdist>=2.2.0 ; extra == 'all'
- python-calamine>=0.1.7 ; extra == 'all'
- pyxlsb>=1.0.10 ; extra == 'all'
- qtpy>=2.3.0 ; extra == 'all'
- scipy>=1.10.0 ; extra == 'all'
- s3fs>=2022.11.0 ; extra == 'all'
- sqlalchemy>=2.0.0 ; extra == 'all'
- tables>=3.8.0 ; extra == 'all'
- tabulate>=0.9.0 ; extra == 'all'
- xarray>=2022.12.0 ; extra == 'all'
- xlrd>=2.0.1 ; extra == 'all'
- xlsxwriter>=3.0.5 ; extra == 'all'
- zstandard>=0.19.0 ; extra == 'all'
requires_python: '>=3.9'
- pypi: https://files.pythonhosted.org/packages/e4/c9/06dd4a38974e24f932ff5f98ea3c546ce3f8c995d3f0985f8e5ba48bba19/pillow-11.3.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
name: pillow
version: 11.3.0
sha256: 676b2815362456b5b3216b4fd5bd89d362100dc6f4945154ff172e206a22c024
requires_dist:
- furo ; extra == 'docs'
- olefile ; extra == 'docs'
- sphinx>=8.2 ; extra == 'docs'
- sphinx-autobuild ; extra == 'docs'
- sphinx-copybutton ; extra == 'docs'
- sphinx-inline-tabs ; extra == 'docs'
- sphinxext-opengraph ; extra == 'docs'
- olefile ; extra == 'fpx'
- olefile ; extra == 'mic'
- pyarrow ; extra == 'test-arrow'
- check-manifest ; extra == 'tests'
- coverage>=7.4.2 ; extra == 'tests'
- defusedxml ; extra == 'tests'
- markdown2 ; extra == 'tests'
- olefile ; extra == 'tests'
- packaging ; extra == 'tests'
- pyroma ; extra == 'tests'
- pytest ; extra == 'tests'
- pytest-cov ; extra == 'tests'
- pytest-timeout ; extra == 'tests'
- pytest-xdist ; extra == 'tests'
- trove-classifiers>=2024.10.12 ; extra == 'tests'
- typing-extensions ; python_full_version < '3.10' and extra == 'typing'
- defusedxml ; extra == 'xmp'
requires_python: '>=3.9'
- pypi: https://files.pythonhosted.org/packages/b8/d9/5e2753784ea30d84b3e769a56f5e50ac5a89c129e87baa16ac0773eb4ef7/polars-1.31.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
name: polars
version: 1.31.0
sha256: ada7940ed92bea65d5500ae7ac1f599798149df8faa5a6db150327c9ddbee4f1
requires_dist:
- polars-cloud>=0.0.1a1 ; extra == 'polars-cloud'
- numpy>=1.16.0 ; extra == 'numpy'
- pandas ; extra == 'pandas'
- polars[pyarrow] ; extra == 'pandas'
- pyarrow>=7.0.0 ; extra == 'pyarrow'
- pydantic ; extra == 'pydantic'
- fastexcel>=0.9 ; extra == 'calamine'
- openpyxl>=3.0.0 ; extra == 'openpyxl'
- xlsx2csv>=0.8.0 ; extra == 'xlsx2csv'
- xlsxwriter ; extra == 'xlsxwriter'
- polars[calamine,openpyxl,xlsx2csv,xlsxwriter] ; extra == 'excel'
- adbc-driver-manager[dbapi] ; extra == 'adbc'
- adbc-driver-sqlite[dbapi] ; extra == 'adbc'
- connectorx>=0.3.2 ; extra == 'connectorx'
- sqlalchemy ; extra == 'sqlalchemy'
- polars[pandas] ; extra == 'sqlalchemy'
- polars[adbc,connectorx,sqlalchemy] ; extra == 'database'
- fsspec ; extra == 'fsspec'
- deltalake>=1.0.0 ; extra == 'deltalake'
- pyiceberg>=0.7.1 ; extra == 'iceberg'
- gevent ; extra == 'async'
- cloudpickle ; extra == 'cloudpickle'
- matplotlib ; extra == 'graph'
- altair>=5.4.0 ; extra == 'plot'
- great-tables>=0.8.0 ; extra == 'style'
- tzdata ; sys_platform == 'win32' and extra == 'timezone'
- cudf-polars-cu12 ; extra == 'gpu'
- polars[async,cloudpickle,database,deltalake,excel,fsspec,graph,iceberg,numpy,pandas,plot,pyarrow,pydantic,style,timezone] ; extra == 'all'
requires_python: '>=3.9'
- pypi: https://files.pythonhosted.org/packages/37/7c/54fd5301ef38505ab235d98827207176a5c9b2aa61939b10a460ca53e123/propcache-0.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
name: propcache
version: 0.3.2
sha256: ee6f22b6eaa39297c751d0e80c0d3a454f112f5c6481214fcf4c092074cecd67
requires_python: '>=3.9'
- pypi: https://files.pythonhosted.org/packages/ad/90/2660332eeb31303c13b653ea566a9918484b6e4d6b9d2d46879a33ab0622/pyarrow-21.0.0-cp312-cp312-manylinux_2_28_x86_64.whl
name: pyarrow
version: 21.0.0
sha256: b7ae0bbdc8c6674259b25bef5d2a1d6af5d39d7200c819cf99e07f7dfef1c51e
requires_dist:
- pytest ; extra == 'test'
- hypothesis ; extra == 'test'
- cffi ; extra == 'test'
- pytz ; extra == 'test'
- pandas ; extra == 'test'
requires_python: '>=3.9'
- pypi: https://files.pythonhosted.org/packages/c8/f1/d6a797abb14f6283c0ddff96bbdd46937f64122b8c925cab503dd37f8214/pyasn1-0.6.1-py3-none-any.whl
name: pyasn1
version: 0.6.1
sha256: 0d632f46f2ba09143da3a8afe9e33fb6f92fa2320ab7e886e2d0f7672af84629
requires_python: '>=3.8'
- pypi: https://files.pythonhosted.org/packages/47/8d/d529b5d697919ba8c11ad626e835d4039be708a35b0d22de83a269a6682c/pyasn1_modules-0.4.2-py3-none-any.whl
name: pyasn1-modules
version: 0.4.2
sha256: 29253a9207ce32b64c3ac6600edc75368f98473906e8fd1043bd6b5b1de2c14a
requires_dist:
- pyasn1>=0.6.1,<0.7.0
requires_python: '>=3.8'
- conda: https://prefix.dev/conda-forge/linux-64/python-3.12.11-h9e4cc4f_0_cpython.conda
sha256: 6cca004806ceceea9585d4d655059e951152fc774a471593d4f5138e6a54c81d
md5: 94206474a5608243a10c92cefbe0908f
depends:
- __glibc >=2.17,<3.0.a0
- bzip2 >=1.0.8,<2.0a0
- ld_impl_linux-64 >=2.36.1
- libexpat >=2.7.0,<3.0a0
- libffi >=3.4.6,<3.5.0a0
- libgcc >=13
- liblzma >=5.8.1,<6.0a0
- libnsl >=2.0.1,<2.1.0a0
- libsqlite >=3.50.0,<4.0a0
- libuuid >=2.38.1,<3.0a0
- libxcrypt >=4.4.36
- libzlib >=1.3.1,<2.0a0
- ncurses >=6.5,<7.0a0
- openssl >=3.5.0,<4.0a0
- readline >=8.2,<9.0a0
- tk >=8.6.13,<8.7.0a0
- tzdata
constrains:
- python_abi 3.12.* *_cp312
license: Python-2.0
purls: []
size: 31445023
timestamp: 1749050216615
- pypi: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl
name: python-dateutil
version: 2.9.0.post0
sha256: a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427
requires_dist:
- six>=1.5
requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*'
- pypi: https://files.pythonhosted.org/packages/81/c4/34e93fe5f5429d7570ec1fa436f1986fb1f00c3e0f43a589fe2bbcd22c3f/pytz-2025.2-py2.py3-none-any.whl
name: pytz
version: '2025.2'
sha256: 5ddf76296dd8c44c26eb8f4b6f35488f3ccbf6fbbd7adee0b7262d43f0ec2f00
- conda: https://prefix.dev/conda-forge/linux-64/readline-8.2-h8c095d6_2.conda
sha256: 2d6d0c026902561ed77cd646b5021aef2d4db22e57a5b0178dfc669231e06d2c
md5: 283b96675859b20a825f8fa30f311446
depends:
- libgcc >=13
- ncurses >=6.5,<7.0a0
license: GPL-3.0-only
license_family: GPL
purls: []
size: 282480
timestamp: 1740379431762
- pypi: https://files.pythonhosted.org/packages/7c/e4/56027c4a6b4ae70ca9de302488c5ca95ad4a39e190093d6c1a8ace08341b/requests-2.32.4-py3-none-any.whl
name: requests
version: 2.32.4
sha256: 27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c
requires_dist:
- charset-normalizer>=2,<4
- idna>=2.5,<4
- urllib3>=1.21.1,<3
- certifi>=2017.4.17
- pysocks>=1.5.6,!=1.5.7 ; extra == 'socks'
- chardet>=3.0.2,<6 ; extra == 'use-chardet-on-py3'
requires_python: '>=3.8'
- pypi: https://files.pythonhosted.org/packages/64/8d/0133e4eb4beed9e425d9a98ed6e081a55d195481b7632472be1af08d2f6b/rsa-4.9.1-py3-none-any.whl
name: rsa
version: 4.9.1
sha256: 68635866661c6836b8d39430f97a996acbd61bfa49406748ea243539fe239762
requires_dist:
- pyasn1>=0.1.3
requires_python: '>=3.6,<4'
- pypi: https://files.pythonhosted.org/packages/6d/4f/d073e09df851cfa251ef7840007d04db3293a0482ce607d2b993926089be/s3transfer-0.13.1-py3-none-any.whl