-
Notifications
You must be signed in to change notification settings - Fork 0
/
pixi.lock
2552 lines (2552 loc) · 103 KB
/
pixi.lock
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: 5
environments:
default:
channels:
- url: https://conda.anaconda.org/conda-forge/
indexes:
- https://pypi.org/simple
packages:
osx-arm64:
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/atk-1.0-2.38.0-hd03087b_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.8.30-hf0a4a13_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.0-hb4a6bf7_3.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.15.0-h1383a14_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hadb7bae_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fribidi-1.0.10-h27ca646_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gdk-pixbuf-2.42.12-h7ddc832_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphite2-1.3.13-hebf3989_1003.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-12.0.0-hbf8cc41_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-h91d5085_5.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gts-0.7.6-he42f4ea_4.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-9.0.0-h997cde5_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-75.1-hfee45f7_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/lcov-1.16-hce30654_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/lerc-4.0.0-h9a09cb3_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.5-ha82da77_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.22-hd74edd7_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.3-hf9b8971_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgd-2.3.3-hac1b3a8_10.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.82.2-h07bd6cf_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8414b35_3.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.6.3-h39f12f2_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.44-hc14010f_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.4-h40956f1_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.46.1-hc14010f_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.7.0-ha962b0a_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.4.0-h93a5062_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.13.5-h178c5d8_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h7bae524_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.2-h8359307_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.54.0-h9ee27a3_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/perl-5.32.1-7_h4614cfb_perl5.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyh8b19718_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.44.2-h2f9eb0b_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.12.7-h739c21a_0_cpython.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.1.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.44.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-h8359307_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.6-hb46c0d2_0.conda
- pypi: https://files.pythonhosted.org/packages/27/ab/7fc51bc5caa86689375e94a7ff2cb4e741a2fc5e6cf4b187a71b68ebbb72/aider_chat-0.60.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/18/b6/58ea188899950d759a837f9a58b2aee1d1a380ea4d6211ce9b1823748851/aiohappyeyeballs-2.4.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/8f/f7/971f88b4cdcaaa4622925ba7d86de47b48ec02a9040a143514b382f78da4/aiohttp-3.10.5-cp312-cp312-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/76/ac/a7305707cb852b7e16ff80eaf5692309bde30e2b1100a1fcacdc8f731d97/aiosignal-1.3.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/9e/ef/7a4f225581a0d7886ea28359179cb861d7fbcdefad29663fc1167b86f69f/anyio-4.6.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/6a/21/5b6702a7f963e95456c0de2d495f67bf5fd62840ac655dc451586d23d39a/attrs-24.2.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/df/73/b6e24bd22e6720ca8ee9a85a0c4a2971af8497d8f3193fa05390cbd46e09/backoff-2.2.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/12/90/3c9ff0512038035f59d279fddeb79f5f1eccd8859f06d6163c58798b9487/certifi-2024.8.30-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/da/ee/fb72c2b48656111c4ef27f0f91da355e130a923473bf5ee75c5643d00cca/cffi-1.17.1-cp312-cp312-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/3a/52/9f9d17c3b54dc238de384c4cb5a2ef0e27985b42a0e5cc8e8a31d918d48d/charset_normalizer-3.3.2-cp312-cp312-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/6f/b3/b4ac838711fd74a2b4e6f746703cf9dd2cf5462d17dac07e349234e21b97/ConfigArgParse-1.7-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/96/19/2654bccc833c946d94b84e4fa02d1ad1d2ff216bacad2e014a3dd820c735/diff_match_patch-20230430-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/3f/27/4570e78fc0bf5ea0ca45eb1de3818a23787af9b390c0b0a0033a1b8236f9/diskcache-5.6.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/12/b3/231ffd4ab1fc9d679809f356cebee130ac7daa00d6d6f3206dd4fd137e9e/distro-1.9.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/b9/f8/feced7779d755758a52d1f6635d990b8d98dc0a29fa568bbe0625f18fdf3/filelock-3.16.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/d9/42/65004373ac4617464f35ed15931b30d764f53cdd30cc78d5aea349c8c050/flake8-7.1.1-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/3f/ab/c543c13824a615955f57e082c8a5ee122d2d5368e80084f2834e6f4feced/frozenlist-1.4.1-cp312-cp312-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/1d/a0/6aaea0c2fbea2f89bfd5db25fb1e3481896a423002ebe4e55288907a97a3/fsspec-2024.9.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/fd/5b/8f0c4a5bb9fd491c277c21eff7ccae71b47d43c4446c9d0c6cff2fe8c2c4/gitdb-4.0.11-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/e9/bd/cc3a402a6439c15c3d4294333e13042b915bbeab54edc457c723931fed3f/GitPython-3.1.43-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/49/9d/3db2dff3abe7706ba4c71fcb4f60ac5f8049a476c56392a8f6942de6c3fc/grep_ast-0.3.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/78/d4/e5d7e4f2174f8a4d63c8897d79eb8fe2503f7ecc03282fee1fa2719c2704/httpcore-1.0.5-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/56/95/9377bcb415797e44274b51d46e3249eba641711cf3348050f76ee7b15ffc/httpx-0.27.2-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/d5/ce/1f8e61cd63175cc2e79233b954b1c4e85363c788fb3a1fa23c87a25c9b81/huggingface_hub-0.25.0-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/9e/28/7daa5f782f5e2cbbec00556bf23ca106023470ebab3ae1040ee778269af1/importlib_metadata-7.2.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/e1/6a/4604f9ae2fa62ef47b9de2fa5ad599589d28c9fd1d335f32759813dfa91e/importlib_resources-6.4.5-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/31/80/3a54838c3fb461f6fec263ebf3a3a41771bd05190238de3486aae8540c36/jinja2-3.1.4-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/80/1c/8ce58d8c37a589eeaaa5d07d131fd31043886f5e77ab50c00a66d869a361/jiter-0.5.0-cp312-cp312-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/8a/3c/4f8791ee53ab9eeb0b022205aa79387119a74cc9429582ce04098e6fc540/json5-0.9.25-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/69/4a/4f9dbeb84e8850557c02365a0eee0649abe5eb1d84af92a25731c6c0f922/jsonschema-4.23.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/ee/07/44bd408781594c4d0a027666ef27fab1e441b109dc3b76b4f836f8fd04fe/jsonschema_specifications-2023.12.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/bc/7b/b368637e93061e0857ec4072f702f9c3510027915677bf957c94e27a5f61/litellm-1.47.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/42/d7/1ec15b46af6af88f19b8e5ffea08fa375d433c998b8a7639e76935c14f1f/markdown_it_py-3.0.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/53/bd/583bf3e4c8d6a321938c13f49d44024dbe5ed63e0a7ba127e454a66da974/MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_universal2.whl
- pypi: https://files.pythonhosted.org/packages/27/1a/1f68f9ba0c207934b35b86a8ca3aad8395a3d6dd7921c0686e23853ff5a9/mccabe-0.7.0-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/a2/12/adb6b3200c363062f805275b4c1e656be2b3681aada66c80129932ff0bae/multidict-6.1.0-cp312-cp312-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/d5/f0/8fbc882ca80cf077f1b246c0e3c3465f7f415439bdea6b899f6b19f61f70/networkx-3.2.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/75/5b/ca6c8bd14007e5ca171c7c03102d17b4f4e0ceb53957e8c44343a9546dcc/numpy-1.26.4-cp312-cp312-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/a2/3c/28d7cf1a3292c93e5def8acd89535ba380cb8dd888c26cdbfe420249e143/openai-1.47.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/08/aa/cc0199a5f0ad350994d660967a8efb233fe0416e4639146c089643407ce6/packaging-24.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/cc/20/ff623b09d963f88bfde16306a54e12ee5ea43e9b597108672ff3a408aad6/pathspec-0.12.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/9e/c3/059298687310d527a58bb01f3b1965787ee3b40dce76752eda8b44e9a2c5/pexpect-4.9.0-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/e7/cf/5c558a0f247e0bf9cec92bff9b46ae6474dd736f6d906315e60e4075f737/pillow-10.4.0-cp312-cp312-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/e8/23/22750c4b768f09386d1c3cc4337953e8936f48a888fa6dddfb669b2c9088/prompt_toolkit-3.0.47-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/7c/06/63872a64c312a24fb9b4af123ee7007a306617da63ff13bcc1432386ead7/psutil-6.0.0-cp38-abi3-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/22/a6/858897256d0deac81a172289110f31629fc4cee19b6f01283303e18c8db3/ptyprocess-0.7.0-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/3a/d8/a211b3f85e99a0daa2ddec96c949cac6824bd305b040571b82a03dd62636/pycodestyle-2.12.1-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/df/e4/ba44652d562cbf0bf320e0f3810206149c8a4e99cdbf66da82e97ab53a15/pydantic-2.9.2-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/14/de/866bdce10ed808323d437612aca1ec9971b981e1c52e5e42ad9b8e17a6f6/pydantic_core-2.23.4-cp312-cp312-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/a6/53/d78dc063216e62fc55f6b2eebb447f6a4b0a59f55c8406376f76bf959b08/pydub-0.25.1-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/d4/d7/f1b7db88d8e4417c5d47adad627a93547f44bdc9028372dbd2313f34a855/pyflakes-3.2.0-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/f7/3f/01c8b82017c199075f8f788d0d906b9ffbbc5a47dc9918a945e13d5a2bda/pygments-2.18.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/fc/09/91ab02feebc195a39ce0a39edcafbe866e69ff700a59790e605b3d5f69b1/pypandoc-1.13-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/30/23/2f0a3efc4d6a32f3b63cdff36cd398d9701d26cda58e3ab97ac79fb5e60d/pyperclip-1.9.0.tar.gz
- pypi: https://files.pythonhosted.org/packages/6a/3e/b68c118422ec867fa7ab88444e1274aa40681c606d59ac27de5a5588f082/python_dotenv-1.0.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/a8/0c/38374f5bb272c051e2a69281d71cba6fdb983413e6758b84482905e29a5d/PyYAML-6.0.2-cp312-cp312-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/b7/59/2056f61236782a2c86b33906c025d4f4a0b17be0161b63b70fd9e8775d36/referencing-0.35.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/8a/ea/909d8620329ab710dfaf7b4adee41242ab7c9b95ea8d838e9bfe76244259/regex-2024.9.11-cp312-cp312-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/b0/11/dadb85e2bd6b1f1ae56669c3e1f0410797f9605d752d68fb47b77f525b31/rich-13.8.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/b8/ad/fc82be4eaceb8d444cb6fc1956ce972b3a0795104279de05e0e4131d0a47/rpds_py-0.20.0-cp312-cp312-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/dc/5a/2043a3bde1443d94014aaa41e0b50c39d046dda8360abd3b2a1d3f79907d/scipy-1.13.1-cp312-cp312-macosx_12_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/a7/a5/10f97f73544edcdef54409f1d839f6049a0d79df68adbc1ceb24d1aaca42/smmap-5.0.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/61/10/10f05bbe463424467bb24e4804130fb854d7cc0bc7aa7c040867f21cc997/sounddevice-0.5.0-py3-none-macosx_10_6_x86_64.macosx_10_6_universal2.whl
- pypi: https://files.pythonhosted.org/packages/71/87/31d2b9ed58975cec081858c01afaa3c43718eb0f62b5698a876d94739ad0/soundfile-0.12.1-py2.py3-none-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/b6/30/09ced367d280072d7a3e21f34263dfbbf6378661e7a0f6414e7c18971083/tiktoken-0.7.0-cp312-cp312-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/74/d1/f4e1e950adb36675dfd8f9d0f4be644f3f3aaf22a5677a4f5c81282b662e/tokenizers-0.19.1-cp312-cp312-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/48/5d/acf5905c36149bbaec41ccf7f2b68814647347b72075ac0b1fe3022fdc73/tqdm-4.66.5-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/f6/ce/ac14e5cbb0f30b7bd338122491ee2b8e6c0408cfe26741cbd66fa9b53d35/tree_sitter-0.21.3-cp312-cp312-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/14/fb/1f6fe5903aeb7435cc66d4b56621e9a30a4de64420555b999de65b31fcae/tree_sitter_languages-1.10.2-cp312-cp312-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/26/9f/ad63fc0248c5379346306f8668cda6e2e2e9c95e01216d2b8ffd9ff037d0/typing_extensions-4.12.2-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/ce/d9/5f4c13cecde62396b0d3fe530a50ccea91e7dfc1ccf0e09c228841bb5ba8/urllib3-2.2.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/fd/84/fd2ba7aafacbad3c4201d395674fc6348826569da3c0937e75505ead3528/wcwidth-0.2.13-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/b1/10/6abc0bd7e7fe7c6b9b9e9ce0ff558912c9ecae65a798f5442020ef9e4177/yarl-1.11.1-cp312-cp312-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/62/8b/5ba542fa83c90e09eac972fc9baca7a88e7e7ca4b221a89251954019308b/zipp-3.20.2-py3-none-any.whl
packages:
- kind: pypi
name: aider-chat
version: 0.60.0
url: https://files.pythonhosted.org/packages/27/ab/7fc51bc5caa86689375e94a7ff2cb4e741a2fc5e6cf4b187a71b68ebbb72/aider_chat-0.60.0-py3-none-any.whl
sha256: 3a912ed186196ad55bc4f4327f81480f872d9266361acedf8da0afffb721731a
requires_dist:
- aiohappyeyeballs==2.4.0
- aiohttp==3.10.5
- aiosignal==1.3.1
- annotated-types==0.7.0
- anyio==4.6.0
- attrs==24.2.0
- backoff==2.2.1
- beautifulsoup4==4.12.3
- certifi==2024.8.30
- cffi==1.17.1
- charset-normalizer==3.3.2
- click==8.1.7
- configargparse==1.7
- diff-match-patch==20230430
- diskcache==5.6.3
- distro==1.9.0
- filelock==3.16.1
- flake8==7.1.1
- frozenlist==1.4.1
- fsspec==2024.9.0
- gitdb==4.0.11
- gitpython==3.1.43
- grep-ast==0.3.3
- h11==0.14.0
- httpcore==1.0.5
- httpx==0.27.2
- huggingface-hub==0.25.0
- idna==3.10
- importlib-metadata==7.2.1
- importlib-resources==6.4.5
- jinja2==3.1.4
- jiter==0.5.0
- json5==0.9.25
- jsonschema==4.23.0
- jsonschema-specifications==2023.12.1
- litellm==1.47.0
- markdown-it-py==3.0.0
- markupsafe==2.1.5
- mccabe==0.7.0
- mdurl==0.1.2
- multidict==6.1.0
- networkx==3.2.1
- numpy==1.26.4
- openai==1.47.0
- packaging==24.1
- pathspec==0.12.1
- pexpect==4.9.0
- pillow==10.4.0
- prompt-toolkit==3.0.47
- psutil==6.0.0
- ptyprocess==0.7.0
- pycodestyle==2.12.1
- pycparser==2.22
- pydantic==2.9.2
- pydantic-core==2.23.4
- pydub==0.25.1
- pyflakes==3.2.0
- pygments==2.18.0
- pypandoc==1.13
- pyperclip==1.9.0
- python-dotenv==1.0.1
- pyyaml==6.0.2
- referencing==0.35.1
- regex==2024.9.11
- requests==2.32.3
- rich==13.8.1
- rpds-py==0.20.0
- scipy==1.13.1
- smmap==5.0.1
- sniffio==1.3.1
- sounddevice==0.5.0
- soundfile==0.12.1
- soupsieve==2.6
- tiktoken==0.7.0
- tokenizers==0.19.1
- tqdm==4.66.5
- tree-sitter==0.21.3
- tree-sitter-languages==1.10.2
- typing-extensions==4.12.2
- urllib3==2.2.3
- wcwidth==0.2.13
- yarl==1.11.1
- zipp==3.20.2
- altair==5.4.1 ; extra == 'browser'
- attrs==24.2.0 ; extra == 'browser'
- blinker==1.8.2 ; extra == 'browser'
- cachetools==5.5.0 ; extra == 'browser'
- certifi==2024.8.30 ; extra == 'browser'
- charset-normalizer==3.3.2 ; extra == 'browser'
- click==8.1.7 ; extra == 'browser'
- gitdb==4.0.11 ; extra == 'browser'
- gitpython==3.1.43 ; extra == 'browser'
- idna==3.10 ; extra == 'browser'
- jinja2==3.1.4 ; extra == 'browser'
- jsonschema==4.23.0 ; extra == 'browser'
- jsonschema-specifications==2023.12.1 ; extra == 'browser'
- markdown-it-py==3.0.0 ; extra == 'browser'
- markupsafe==2.1.5 ; extra == 'browser'
- mdurl==0.1.2 ; extra == 'browser'
- narwhals==1.8.2 ; extra == 'browser'
- numpy==1.26.4 ; extra == 'browser'
- packaging==24.1 ; extra == 'browser'
- pandas==2.2.3 ; extra == 'browser'
- pillow==10.4.0 ; extra == 'browser'
- protobuf==5.28.2 ; extra == 'browser'
- pyarrow==17.0.0 ; extra == 'browser'
- pydeck==0.9.1 ; extra == 'browser'
- pygments==2.18.0 ; extra == 'browser'
- python-dateutil==2.9.0.post0 ; extra == 'browser'
- pytz==2024.2 ; extra == 'browser'
- referencing==0.35.1 ; extra == 'browser'
- requests==2.32.3 ; extra == 'browser'
- rich==13.8.1 ; extra == 'browser'
- rpds-py==0.20.0 ; extra == 'browser'
- six==1.16.0 ; extra == 'browser'
- smmap==5.0.1 ; extra == 'browser'
- streamlit==1.38.0 ; extra == 'browser'
- tenacity==8.5.0 ; extra == 'browser'
- toml==0.10.2 ; extra == 'browser'
- tornado==6.4.1 ; extra == 'browser'
- typing-extensions==4.12.2 ; extra == 'browser'
- tzdata==2024.1 ; extra == 'browser'
- urllib3==2.2.3 ; extra == 'browser'
- watchdog==4.0.2 ; extra == 'browser'
- alabaster==0.7.16 ; extra == 'dev'
- babel==2.16.0 ; extra == 'dev'
- build==1.2.2 ; extra == 'dev'
- certifi==2024.8.30 ; extra == 'dev'
- cfgv==3.4.0 ; extra == 'dev'
- charset-normalizer==3.3.2 ; extra == 'dev'
- click==8.1.7 ; extra == 'dev'
- codespell==2.3.0 ; extra == 'dev'
- cogapp==3.4.1 ; extra == 'dev'
- contourpy==1.3.0 ; extra == 'dev'
- cycler==0.12.1 ; extra == 'dev'
- dill==0.3.8 ; extra == 'dev'
- distlib==0.3.8 ; extra == 'dev'
- docutils==0.20.1 ; extra == 'dev'
- filelock==3.16.1 ; extra == 'dev'
- fonttools==4.53.1 ; extra == 'dev'
- identify==2.6.1 ; extra == 'dev'
- idna==3.10 ; extra == 'dev'
- imagesize==1.4.1 ; extra == 'dev'
- imgcat==0.5.0 ; extra == 'dev'
- iniconfig==2.0.0 ; extra == 'dev'
- jinja2==3.1.4 ; extra == 'dev'
- kiwisolver==1.4.7 ; extra == 'dev'
- lox==0.12.0 ; extra == 'dev'
- markdown-it-py==3.0.0 ; extra == 'dev'
- markupsafe==2.1.5 ; extra == 'dev'
- matplotlib==3.9.2 ; extra == 'dev'
- mdurl==0.1.2 ; extra == 'dev'
- multiprocess==0.70.16 ; extra == 'dev'
- nodeenv==1.9.1 ; extra == 'dev'
- numpy==1.26.4 ; extra == 'dev'
- packaging==24.1 ; extra == 'dev'
- pandas==2.2.3 ; extra == 'dev'
- pathos==0.3.2 ; extra == 'dev'
- pillow==10.4.0 ; extra == 'dev'
- pip-tools==7.4.1 ; extra == 'dev'
- platformdirs==4.3.6 ; extra == 'dev'
- pluggy==1.5.0 ; extra == 'dev'
- pox==0.3.4 ; extra == 'dev'
- ppft==1.7.6.8 ; extra == 'dev'
- pre-commit==3.8.0 ; extra == 'dev'
- pygments==2.18.0 ; extra == 'dev'
- pyparsing==3.1.4 ; extra == 'dev'
- pyproject-hooks==1.1.0 ; extra == 'dev'
- pytest==8.3.3 ; extra == 'dev'
- python-dateutil==2.9.0.post0 ; extra == 'dev'
- pytz==2024.2 ; extra == 'dev'
- pyyaml==6.0.2 ; extra == 'dev'
- requests==2.32.3 ; extra == 'dev'
- rich==13.8.1 ; extra == 'dev'
- semver==3.0.2 ; extra == 'dev'
- shellingham==1.5.4 ; extra == 'dev'
- six==1.16.0 ; extra == 'dev'
- snowballstemmer==2.2.0 ; extra == 'dev'
- sphinx==7.4.7 ; extra == 'dev'
- sphinx-rtd-theme==2.0.0 ; extra == 'dev'
- sphinxcontrib-applehelp==2.0.0 ; extra == 'dev'
- sphinxcontrib-devhelp==2.0.0 ; extra == 'dev'
- sphinxcontrib-htmlhelp==2.1.0 ; extra == 'dev'
- sphinxcontrib-jquery==4.1 ; extra == 'dev'
- sphinxcontrib-jsmath==1.0.1 ; extra == 'dev'
- sphinxcontrib-qthelp==2.0.0 ; extra == 'dev'
- sphinxcontrib-serializinghtml==2.0.0 ; extra == 'dev'
- typer==0.12.5 ; extra == 'dev'
- typing-extensions==4.12.2 ; extra == 'dev'
- tzdata==2024.1 ; extra == 'dev'
- urllib3==2.2.3 ; extra == 'dev'
- virtualenv==20.26.5 ; extra == 'dev'
- wheel==0.44.0 ; extra == 'dev'
- aiohappyeyeballs==2.4.0 ; extra == 'help'
- aiohttp==3.10.5 ; extra == 'help'
- aiosignal==1.3.1 ; extra == 'help'
- annotated-types==0.7.0 ; extra == 'help'
- anyio==4.6.0 ; extra == 'help'
- attrs==24.2.0 ; extra == 'help'
- certifi==2024.8.30 ; extra == 'help'
- charset-normalizer==3.3.2 ; extra == 'help'
- click==8.1.7 ; extra == 'help'
- dataclasses-json==0.6.7 ; extra == 'help'
- deprecated==1.2.14 ; extra == 'help'
- dirtyjson==1.0.8 ; extra == 'help'
- filelock==3.16.1 ; extra == 'help'
- frozenlist==1.4.1 ; extra == 'help'
- fsspec==2024.9.0 ; extra == 'help'
- greenlet==3.0.3 ; extra == 'help'
- h11==0.14.0 ; extra == 'help'
- httpcore==1.0.5 ; extra == 'help'
- httpx==0.27.2 ; extra == 'help'
- huggingface-hub[inference]==0.25.0 ; extra == 'help'
- idna==3.10 ; extra == 'help'
- jinja2==3.1.4 ; extra == 'help'
- joblib==1.4.2 ; extra == 'help'
- llama-index-core==0.11.11 ; extra == 'help'
- llama-index-embeddings-huggingface==0.3.1 ; extra == 'help'
- markupsafe==2.1.5 ; extra == 'help'
- marshmallow==3.22.0 ; extra == 'help'
- minijinja==2.2.0 ; extra == 'help'
- mpmath==1.3.0 ; extra == 'help'
- multidict==6.1.0 ; extra == 'help'
- mypy-extensions==1.0.0 ; extra == 'help'
- nest-asyncio==1.6.0 ; extra == 'help'
- networkx==3.2.1 ; extra == 'help'
- nltk==3.9.1 ; extra == 'help'
- numpy==1.26.4 ; extra == 'help'
- packaging==24.1 ; extra == 'help'
- pillow==10.4.0 ; extra == 'help'
- pydantic==2.9.2 ; extra == 'help'
- pydantic-core==2.23.4 ; extra == 'help'
- pyyaml==6.0.2 ; extra == 'help'
- regex==2024.9.11 ; extra == 'help'
- requests==2.32.3 ; extra == 'help'
- safetensors==0.4.5 ; extra == 'help'
- scikit-learn==1.5.2 ; extra == 'help'
- scipy==1.13.1 ; extra == 'help'
- sentence-transformers==3.1.1 ; extra == 'help'
- sniffio==1.3.1 ; extra == 'help'
- sqlalchemy[asyncio]==2.0.35 ; extra == 'help'
- sympy==1.13.3 ; extra == 'help'
- tenacity==8.5.0 ; extra == 'help'
- threadpoolctl==3.5.0 ; extra == 'help'
- tiktoken==0.7.0 ; extra == 'help'
- tokenizers==0.19.1 ; extra == 'help'
- torch==2.2.2 ; extra == 'help'
- tqdm==4.66.5 ; extra == 'help'
- transformers==4.44.2 ; extra == 'help'
- typing-extensions==4.12.2 ; extra == 'help'
- typing-inspect==0.9.0 ; extra == 'help'
- urllib3==2.2.3 ; extra == 'help'
- wrapt==1.16.0 ; extra == 'help'
- yarl==1.11.1 ; extra == 'help'
- greenlet==3.0.3 ; extra == 'playwright'
- playwright==1.47.0 ; extra == 'playwright'
- pyee==12.0.0 ; extra == 'playwright'
- typing-extensions==4.12.2 ; extra == 'playwright'
requires_python: '>=3.9,<3.13'
- kind: pypi
name: aiohappyeyeballs
version: 2.4.0
url: https://files.pythonhosted.org/packages/18/b6/58ea188899950d759a837f9a58b2aee1d1a380ea4d6211ce9b1823748851/aiohappyeyeballs-2.4.0-py3-none-any.whl
sha256: 7ce92076e249169a13c2f49320d1967425eaf1f407522d707d59cac7628d62bd
requires_python: '>=3.8'
- kind: pypi
name: aiohttp
version: 3.10.5
url: https://files.pythonhosted.org/packages/8f/f7/971f88b4cdcaaa4622925ba7d86de47b48ec02a9040a143514b382f78da4/aiohttp-3.10.5-cp312-cp312-macosx_11_0_arm64.whl
sha256: 61645818edd40cc6f455b851277a21bf420ce347baa0b86eaa41d51ef58ba23d
requires_dist:
- aiohappyeyeballs>=2.3.0
- aiosignal>=1.1.2
- attrs>=17.3.0
- frozenlist>=1.1.1
- multidict>=4.5,<7.0
- yarl>=1.0,<2.0
- async-timeout>=4.0,<5.0 ; python_full_version < '3.11'
- brotlicffi ; platform_python_implementation != 'CPython' and extra == 'speedups'
- brotli ; platform_python_implementation == 'CPython' and extra == 'speedups'
- aiodns>=3.2.0 ; (sys_platform == 'darwin' and extra == 'speedups') or (sys_platform == 'linux' and extra == 'speedups')
requires_python: '>=3.8'
- kind: pypi
name: aiosignal
version: 1.3.1
url: https://files.pythonhosted.org/packages/76/ac/a7305707cb852b7e16ff80eaf5692309bde30e2b1100a1fcacdc8f731d97/aiosignal-1.3.1-py3-none-any.whl
sha256: f8376fb07dd1e86a584e4fcdec80b36b7f81aac666ebc724e2c090300dd83b17
requires_dist:
- frozenlist>=1.1.0
requires_python: '>=3.7'
- kind: pypi
name: annotated-types
version: 0.7.0
url: https://files.pythonhosted.org/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl
sha256: 1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53
requires_dist:
- typing-extensions>=4.0.0 ; python_full_version < '3.9'
requires_python: '>=3.8'
- kind: pypi
name: anyio
version: 4.6.0
url: https://files.pythonhosted.org/packages/9e/ef/7a4f225581a0d7886ea28359179cb861d7fbcdefad29663fc1167b86f69f/anyio-4.6.0-py3-none-any.whl
sha256: c7d2e9d63e31599eeb636c8c5c03a7e108d73b345f064f1c19fdc87b79036a9a
requires_dist:
- idna>=2.8
- sniffio>=1.1
- exceptiongroup>=1.0.2 ; python_full_version < '3.11'
- typing-extensions>=4.1 ; python_full_version < '3.11'
- packaging ; extra == 'doc'
- sphinx~=7.4 ; extra == 'doc'
- sphinx-rtd-theme ; extra == 'doc'
- sphinx-autodoc-typehints>=1.2.0 ; extra == 'doc'
- anyio[trio] ; extra == 'test'
- coverage[toml]>=7 ; extra == 'test'
- exceptiongroup>=1.2.0 ; extra == 'test'
- hypothesis>=4.0 ; extra == 'test'
- psutil>=5.9 ; extra == 'test'
- pytest>=7.0 ; extra == 'test'
- pytest-mock>=3.6.1 ; extra == 'test'
- trustme ; extra == 'test'
- uvloop>=0.21.0b1 ; platform_python_implementation == 'CPython' and platform_system != 'Windows' and extra == 'test'
- trio>=0.26.1 ; extra == 'trio'
requires_python: '>=3.9'
- kind: conda
name: atk-1.0
version: 2.38.0
build: hd03087b_2
build_number: 2
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/atk-1.0-2.38.0-hd03087b_2.conda
sha256: b0747f9b1bc03d1932b4d8c586f39a35ac97e7e72fe6e63f2b2a2472d466f3c1
md5: 57301986d02d30d6805fdce6c99074ee
depends:
- __osx >=11.0
- libcxx >=16
- libglib >=2.80.0,<3.0a0
- libintl >=0.22.5,<1.0a0
constrains:
- atk-1.0 2.38.0
license: LGPL-2.0-or-later
license_family: LGPL
purls: []
size: 347530
timestamp: 1713896411580
- kind: pypi
name: attrs
version: 24.2.0
url: https://files.pythonhosted.org/packages/6a/21/5b6702a7f963e95456c0de2d495f67bf5fd62840ac655dc451586d23d39a/attrs-24.2.0-py3-none-any.whl
sha256: 81921eb96de3191c8258c199618104dd27ac608d9366f5e35d011eae1867ede2
requires_dist:
- importlib-metadata ; python_full_version < '3.8'
- cloudpickle ; platform_python_implementation == 'CPython' and extra == 'benchmark'
- hypothesis ; extra == 'benchmark'
- mypy>=1.11.1 ; python_full_version >= '3.9' and platform_python_implementation == 'CPython' and extra == 'benchmark'
- pympler ; extra == 'benchmark'
- pytest-codspeed ; extra == 'benchmark'
- pytest-mypy-plugins ; python_full_version >= '3.9' and python_full_version < '3.13' 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.9' and platform_python_implementation == 'CPython' and extra == 'cov'
- pympler ; extra == 'cov'
- pytest-mypy-plugins ; python_full_version >= '3.9' and python_full_version < '3.13' 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.9' and platform_python_implementation == 'CPython' and extra == 'dev'
- pre-commit ; extra == 'dev'
- pympler ; extra == 'dev'
- pytest-mypy-plugins ; python_full_version >= '3.9' and python_full_version < '3.13' 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<24.7 ; extra == 'docs'
- cloudpickle ; platform_python_implementation == 'CPython' and extra == 'tests'
- hypothesis ; extra == 'tests'
- mypy>=1.11.1 ; python_full_version >= '3.9' and platform_python_implementation == 'CPython' and extra == 'tests'
- pympler ; extra == 'tests'
- pytest-mypy-plugins ; python_full_version >= '3.9' and python_full_version < '3.13' 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.9' and platform_python_implementation == 'CPython' and extra == 'tests-mypy'
- pytest-mypy-plugins ; python_full_version >= '3.9' and python_full_version < '3.13' and platform_python_implementation == 'CPython' and extra == 'tests-mypy'
requires_python: '>=3.7'
- kind: pypi
name: backoff
version: 2.2.1
url: https://files.pythonhosted.org/packages/df/73/b6e24bd22e6720ca8ee9a85a0c4a2971af8497d8f3193fa05390cbd46e09/backoff-2.2.1-py3-none-any.whl
sha256: 63579f9a0628e06278f7e47b7d7d5b6ce20dc65c5e96a6f3ca99a6adca0396e8
requires_python: '>=3.7,<4.0'
- kind: pypi
name: beautifulsoup4
version: 4.12.3
url: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl
sha256: b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed
requires_dist:
- soupsieve>1.2
- cchardet ; extra == 'cchardet'
- chardet ; extra == 'chardet'
- charset-normalizer ; extra == 'charset-normalizer'
- html5lib ; extra == 'html5lib'
- lxml ; extra == 'lxml'
requires_python: '>=3.6.0'
- kind: conda
name: bzip2
version: 1.0.8
build: h99b78c6_7
build_number: 7
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda
sha256: adfa71f158cbd872a36394c56c3568e6034aa55c623634b37a4836bd036e6b91
md5: fc6948412dbbbe9a4c9ddbbcfe0a79ab
depends:
- __osx >=11.0
license: bzip2-1.0.6
license_family: BSD
purls: []
size: 122909
timestamp: 1720974522888
- kind: conda
name: ca-certificates
version: 2024.8.30
build: hf0a4a13_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.8.30-hf0a4a13_0.conda
sha256: 2db1733f4b644575dbbdd7994a8f338e6ef937f5ebdb74acd557e9dda0211709
md5: 40dec13fd8348dbe303e57be74bd3d35
license: ISC
purls: []
size: 158482
timestamp: 1725019034582
- kind: conda
name: cairo
version: 1.18.0
build: hb4a6bf7_3
build_number: 3
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.0-hb4a6bf7_3.conda
sha256: f7603b7f6ee7c6e07c23d77302420194f4ec1b8e8facfff2b6aab17c7988a102
md5: 08bd0752f3de8a2d8a35fd012f09531f
depends:
- __osx >=11.0
- fontconfig >=2.14.2,<3.0a0
- fonts-conda-ecosystem
- freetype >=2.12.1,<3.0a0
- icu >=75.1,<76.0a0
- libcxx >=16
- libglib >=2.80.3,<3.0a0
- libpng >=1.6.43,<1.7.0a0
- libzlib >=1.3.1,<2.0a0
- pixman >=0.43.4,<1.0a0
- zlib
license: LGPL-2.1-only or MPL-1.1
purls: []
size: 899126
timestamp: 1721139203735
- kind: pypi
name: certifi
version: 2024.8.30
url: https://files.pythonhosted.org/packages/12/90/3c9ff0512038035f59d279fddeb79f5f1eccd8859f06d6163c58798b9487/certifi-2024.8.30-py3-none-any.whl
sha256: 922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8
requires_python: '>=3.6'
- kind: pypi
name: cffi
version: 1.17.1
url: https://files.pythonhosted.org/packages/da/ee/fb72c2b48656111c4ef27f0f91da355e130a923473bf5ee75c5643d00cca/cffi-1.17.1-cp312-cp312-macosx_11_0_arm64.whl
sha256: 733e99bc2df47476e3848417c5a4540522f234dfd4ef3ab7fafdf555b082ec0c
requires_dist:
- pycparser
requires_python: '>=3.8'
- kind: pypi
name: charset-normalizer
version: 3.3.2
url: https://files.pythonhosted.org/packages/3a/52/9f9d17c3b54dc238de384c4cb5a2ef0e27985b42a0e5cc8e8a31d918d48d/charset_normalizer-3.3.2-cp312-cp312-macosx_11_0_arm64.whl
sha256: 55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6
requires_python: '>=3.7.0'
- kind: pypi
name: click
version: 8.1.7
url: https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl
sha256: ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28
requires_dist:
- colorama ; platform_system == 'Windows'
- importlib-metadata ; python_full_version < '3.8'
requires_python: '>=3.7'
- kind: pypi
name: configargparse
version: '1.7'
url: https://files.pythonhosted.org/packages/6f/b3/b4ac838711fd74a2b4e6f746703cf9dd2cf5462d17dac07e349234e21b97/ConfigArgParse-1.7-py3-none-any.whl
sha256: d249da6591465c6c26df64a9f73d2536e743be2f244eb3ebe61114af2f94f86b
requires_dist:
- mock ; extra == 'test'
- pyyaml ; extra == 'test'
- pytest ; extra == 'test'
- pyyaml ; extra == 'yaml'
requires_python: '>=3.5'
- kind: pypi
name: diff-match-patch
version: '20230430'
url: https://files.pythonhosted.org/packages/96/19/2654bccc833c946d94b84e4fa02d1ad1d2ff216bacad2e014a3dd820c735/diff_match_patch-20230430-py3-none-any.whl
sha256: dce43505fb7b1b317de7195579388df0746d90db07015ed47a85e5e44930ef93
requires_dist:
- attribution==1.6.2 ; extra == 'dev'
- black==23.3.0 ; extra == 'dev'
- flit==3.8.0 ; extra == 'dev'
- mypy==1.2.0 ; extra == 'dev'
- ufmt==2.1.0 ; extra == 'dev'
- usort==1.0.6 ; extra == 'dev'
requires_python: '>=3.7'
- kind: pypi
name: diskcache
version: 5.6.3
url: https://files.pythonhosted.org/packages/3f/27/4570e78fc0bf5ea0ca45eb1de3818a23787af9b390c0b0a0033a1b8236f9/diskcache-5.6.3-py3-none-any.whl
sha256: 5e31b2d5fbad117cc363ebaf6b689474db18a1f6438bc82358b024abd4c2ca19
requires_python: '>=3'
- kind: pypi
name: distro
version: 1.9.0
url: https://files.pythonhosted.org/packages/12/b3/231ffd4ab1fc9d679809f356cebee130ac7daa00d6d6f3206dd4fd137e9e/distro-1.9.0-py3-none-any.whl
sha256: 7bffd925d65168f85027d8da9af6bddab658135b840670a223589bc0c8ef02b2
requires_python: '>=3.6'
- kind: pypi
name: filelock
version: 3.16.1
url: https://files.pythonhosted.org/packages/b9/f8/feced7779d755758a52d1f6635d990b8d98dc0a29fa568bbe0625f18fdf3/filelock-3.16.1-py3-none-any.whl
sha256: 2082e5703d51fbf98ea75855d9d5527e33d8ff23099bec374a134febee6946b0
requires_dist:
- furo>=2024.8.6 ; extra == 'docs'
- sphinx-autodoc-typehints>=2.4.1 ; extra == 'docs'
- sphinx>=8.0.2 ; extra == 'docs'
- covdefaults>=2.3 ; extra == 'testing'
- coverage>=7.6.1 ; extra == 'testing'
- diff-cover>=9.2 ; extra == 'testing'
- pytest-asyncio>=0.24 ; extra == 'testing'
- pytest-cov>=5 ; extra == 'testing'
- pytest-mock>=3.14 ; extra == 'testing'
- pytest-timeout>=2.3.1 ; extra == 'testing'
- pytest>=8.3.3 ; extra == 'testing'
- virtualenv>=20.26.4 ; extra == 'testing'
- typing-extensions>=4.12.2 ; python_full_version < '3.11' and extra == 'typing'
requires_python: '>=3.8'
- kind: pypi
name: flake8
version: 7.1.1
url: https://files.pythonhosted.org/packages/d9/42/65004373ac4617464f35ed15931b30d764f53cdd30cc78d5aea349c8c050/flake8-7.1.1-py2.py3-none-any.whl
sha256: 597477df7860daa5aa0fdd84bf5208a043ab96b8e96ab708770ae0364dd03213
requires_dist:
- mccabe>=0.7.0,<0.8.0
- pycodestyle>=2.12.0,<2.13.0
- pyflakes>=3.2.0,<3.3.0
requires_python: '>=3.8.1'
- kind: conda
name: font-ttf-dejavu-sans-mono
version: '2.37'
build: hab24e00_0
subdir: noarch
noarch: generic
url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2
sha256: 58d7f40d2940dd0a8aa28651239adbf5613254df0f75789919c4e6762054403b
md5: 0c96522c6bdaed4b1566d11387caaf45
license: BSD-3-Clause
license_family: BSD
purls: []
size: 397370
timestamp: 1566932522327
- kind: conda
name: font-ttf-inconsolata
version: '3.000'
build: h77eed37_0
subdir: noarch
noarch: generic
url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2
sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c
md5: 34893075a5c9e55cdafac56607368fc6
license: OFL-1.1
license_family: Other
purls: []
size: 96530
timestamp: 1620479909603
- kind: conda
name: font-ttf-source-code-pro
version: '2.038'
build: h77eed37_0
subdir: noarch
noarch: generic
url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2
sha256: 00925c8c055a2275614b4d983e1df637245e19058d79fc7dd1a93b8d9fb4b139
md5: 4d59c254e01d9cde7957100457e2d5fb
license: OFL-1.1
license_family: Other
purls: []
size: 700814
timestamp: 1620479612257
- kind: conda
name: font-ttf-ubuntu
version: '0.83'
build: h77eed37_3
build_number: 3
subdir: noarch
noarch: generic
url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda
sha256: 2821ec1dc454bd8b9a31d0ed22a7ce22422c0aef163c59f49dfdf915d0f0ca14
md5: 49023d73832ef61042f6a237cb2687e7
license: LicenseRef-Ubuntu-Font-Licence-Version-1.0
license_family: Other
purls: []
size: 1620504
timestamp: 1727511233259
- kind: conda
name: fontconfig
version: 2.15.0
build: h1383a14_1
build_number: 1
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.15.0-h1383a14_1.conda
sha256: f79d3d816fafbd6a2b0f75ebc3251a30d3294b08af9bb747194121f5efa364bc
md5: 7b29f48742cea5d1ccb5edd839cb5621
depends:
- __osx >=11.0
- freetype >=2.12.1,<3.0a0
- libexpat >=2.6.3,<3.0a0
- libzlib >=1.3.1,<2.0a0
license: MIT
license_family: MIT
purls: []
size: 234227
timestamp: 1730284037572
- kind: conda
name: fonts-conda-ecosystem
version: '1'
build: '0'
subdir: noarch
noarch: generic
url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2
sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61
md5: fee5683a3f04bd15cbd8318b096a27ab
depends:
- fonts-conda-forge
license: BSD-3-Clause
license_family: BSD
purls: []
size: 3667
timestamp: 1566974674465
- kind: conda
name: fonts-conda-forge
version: '1'
build: '0'
subdir: noarch
noarch: generic
url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2
sha256: 53f23a3319466053818540bcdf2091f253cbdbab1e0e9ae7b9e509dcaa2a5e38
md5: f766549260d6815b0c52253f1fb1bb29
depends:
- font-ttf-dejavu-sans-mono
- font-ttf-inconsolata
- font-ttf-source-code-pro
- font-ttf-ubuntu
license: BSD-3-Clause
license_family: BSD
purls: []
size: 4102
timestamp: 1566932280397
- kind: conda
name: freetype
version: 2.12.1
build: hadb7bae_2
build_number: 2
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hadb7bae_2.conda
sha256: 791673127e037a2dc0eebe122dc4f904cb3f6e635bb888f42cbe1a76b48748d9
md5: e6085e516a3e304ce41a8ee08b9b89ad
depends:
- libpng >=1.6.39,<1.7.0a0
- libzlib >=1.2.13,<2.0.0a0
license: GPL-2.0-only OR FTL
purls: []
size: 596430
timestamp: 1694616332835
- kind: conda
name: fribidi
version: 1.0.10
build: h27ca646_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/fribidi-1.0.10-h27ca646_0.tar.bz2
sha256: 4b37ea851a2cf85edf0a63d2a63266847ec3dcbba4a31156d430cdd6aa811303
md5: c64443234ff91d70cb9c7dc926c58834
license: LGPL-2.1
purls: []
size: 60255
timestamp: 1604417405528
- kind: pypi
name: frozenlist
version: 1.4.1
url: https://files.pythonhosted.org/packages/3f/ab/c543c13824a615955f57e082c8a5ee122d2d5368e80084f2834e6f4feced/frozenlist-1.4.1-cp312-cp312-macosx_11_0_arm64.whl
sha256: c9c92be9fd329ac801cc420e08452b70e7aeab94ea4233a4804f0915c14eba9b
requires_python: '>=3.8'
- kind: pypi
name: fsspec
version: 2024.9.0
url: https://files.pythonhosted.org/packages/1d/a0/6aaea0c2fbea2f89bfd5db25fb1e3481896a423002ebe4e55288907a97a3/fsspec-2024.9.0-py3-none-any.whl
sha256: a0947d552d8a6efa72cc2c730b12c41d043509156966cca4fb157b0f2a0c574b
requires_dist:
- adlfs ; extra == 'abfs'
- adlfs ; extra == 'adl'
- pyarrow>=1 ; extra == 'arrow'
- dask ; extra == 'dask'
- distributed ; extra == 'dask'
- pre-commit ; extra == 'dev'
- ruff ; extra == 'dev'
- numpydoc ; extra == 'doc'
- sphinx ; extra == 'doc'
- sphinx-design ; extra == 'doc'
- sphinx-rtd-theme ; extra == 'doc'
- yarl ; extra == 'doc'
- dropbox ; extra == 'dropbox'
- dropboxdrivefs ; extra == 'dropbox'
- requests ; extra == 'dropbox'
- adlfs ; extra == 'full'
- aiohttp!=4.0.0a0,!=4.0.0a1 ; extra == 'full'
- dask ; extra == 'full'
- distributed ; extra == 'full'
- dropbox ; extra == 'full'
- dropboxdrivefs ; extra == 'full'
- fusepy ; extra == 'full'
- gcsfs ; extra == 'full'
- libarchive-c ; extra == 'full'
- ocifs ; extra == 'full'
- panel ; extra == 'full'
- paramiko ; extra == 'full'
- pyarrow>=1 ; extra == 'full'
- pygit2 ; extra == 'full'
- requests ; extra == 'full'
- s3fs ; extra == 'full'
- smbprotocol ; extra == 'full'
- tqdm ; extra == 'full'
- fusepy ; extra == 'fuse'
- gcsfs ; extra == 'gcs'
- pygit2 ; extra == 'git'
- requests ; extra == 'github'
- gcsfs ; extra == 'gs'
- panel ; extra == 'gui'
- pyarrow>=1 ; extra == 'hdfs'
- aiohttp!=4.0.0a0,!=4.0.0a1 ; extra == 'http'
- libarchive-c ; extra == 'libarchive'
- ocifs ; extra == 'oci'
- s3fs ; extra == 's3'
- paramiko ; extra == 'sftp'
- smbprotocol ; extra == 'smb'
- paramiko ; extra == 'ssh'
- aiohttp!=4.0.0a0,!=4.0.0a1 ; extra == 'test'
- numpy ; extra == 'test'
- pytest ; extra == 'test'
- pytest-asyncio!=0.22.0 ; extra == 'test'
- pytest-benchmark ; extra == 'test'
- pytest-cov ; extra == 'test'
- pytest-mock ; extra == 'test'
- pytest-recording ; extra == 'test'
- pytest-rerunfailures ; extra == 'test'
- requests ; extra == 'test'
- aiobotocore>=2.5.4,<3.0.0 ; extra == 'test-downstream'
- dask-expr ; extra == 'test-downstream'
- dask[dataframe,test] ; extra == 'test-downstream'
- moto[server]>4,<5 ; extra == 'test-downstream'
- pytest-timeout ; extra == 'test-downstream'
- xarray ; extra == 'test-downstream'
- adlfs ; extra == 'test-full'
- aiohttp!=4.0.0a0,!=4.0.0a1 ; extra == 'test-full'
- cloudpickle ; extra == 'test-full'
- dask ; extra == 'test-full'
- distributed ; extra == 'test-full'
- dropbox ; extra == 'test-full'
- dropboxdrivefs ; extra == 'test-full'
- fastparquet ; extra == 'test-full'
- fusepy ; extra == 'test-full'
- gcsfs ; extra == 'test-full'
- jinja2 ; extra == 'test-full'
- kerchunk ; extra == 'test-full'
- libarchive-c ; extra == 'test-full'
- lz4 ; extra == 'test-full'
- notebook ; extra == 'test-full'
- numpy ; extra == 'test-full'
- ocifs ; extra == 'test-full'
- pandas ; extra == 'test-full'
- panel ; extra == 'test-full'
- paramiko ; extra == 'test-full'
- pyarrow ; extra == 'test-full'
- pyarrow>=1 ; extra == 'test-full'
- pyftpdlib ; extra == 'test-full'
- pygit2 ; extra == 'test-full'
- pytest ; extra == 'test-full'
- pytest-asyncio!=0.22.0 ; extra == 'test-full'
- pytest-benchmark ; extra == 'test-full'
- pytest-cov ; extra == 'test-full'
- pytest-mock ; extra == 'test-full'
- pytest-recording ; extra == 'test-full'
- pytest-rerunfailures ; extra == 'test-full'
- python-snappy ; extra == 'test-full'
- requests ; extra == 'test-full'
- smbprotocol ; extra == 'test-full'
- tqdm ; extra == 'test-full'
- urllib3 ; extra == 'test-full'
- zarr ; extra == 'test-full'
- zstandard ; extra == 'test-full'
- tqdm ; extra == 'tqdm'
requires_python: '>=3.8'
- kind: conda
name: gdk-pixbuf
version: 2.42.12
build: h7ddc832_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/gdk-pixbuf-2.42.12-h7ddc832_0.conda
sha256: 72bcf0a4d3f9aa6d99d7d1d224d19f76ccdb3a4fa85e60f77d17e17985c81bd2
md5: 151309a7e1eb57a3c2ab8088a1d74f3e
depends:
- __osx >=11.0
- libglib >=2.80.2,<3.0a0
- libintl >=0.22.5,<1.0a0
- libjpeg-turbo >=3.0.0,<4.0a0
- libpng >=1.6.43,<1.7.0a0
- libtiff >=4.6.0,<4.8.0a0
license: LGPL-2.1-or-later
license_family: LGPL
purls: []
size: 509570
timestamp: 1715783199780
- kind: pypi
name: gitdb
version: 4.0.11
url: https://files.pythonhosted.org/packages/fd/5b/8f0c4a5bb9fd491c277c21eff7ccae71b47d43c4446c9d0c6cff2fe8c2c4/gitdb-4.0.11-py3-none-any.whl
sha256: 81a3407ddd2ee8df444cbacea00e2d038e40150acfa3001696fe0dcf1d3adfa4
requires_dist:
- smmap>=3.0.1,<6
requires_python: '>=3.7'
- kind: pypi
name: gitpython
version: 3.1.43
url: https://files.pythonhosted.org/packages/e9/bd/cc3a402a6439c15c3d4294333e13042b915bbeab54edc457c723931fed3f/GitPython-3.1.43-py3-none-any.whl