-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpixi.lock
More file actions
5586 lines (5586 loc) · 205 KB
/
pixi.lock
File metadata and controls
5586 lines (5586 loc) · 205 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://conda.modular.com/max/
- url: https://prefix.dev/conda-forge/
- url: https://prefix.dev/modular-community/
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/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda
- conda: https://prefix.dev/conda-forge/noarch/aiofiles-24.1.0-pyhd8ed1ab_1.conda
- conda: https://prefix.dev/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/aiohttp-3.12.15-py313h3dea7bd_0.conda
- conda: https://prefix.dev/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda
- conda: https://prefix.dev/conda-forge/noarch/anyio-4.10.0-pyhe01879c_0.conda
- conda: https://prefix.dev/conda-forge/noarch/asgiref-3.9.1-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/attrs-25.3.0-pyh71513ae_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/aws-c-auth-0.9.0-h0fbd49f_19.conda
- conda: https://prefix.dev/conda-forge/linux-64/aws-c-cal-0.9.2-he7b75e1_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/aws-c-common-0.12.4-hb03c661_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/aws-c-compression-0.3.1-h92c474e_6.conda
- conda: https://prefix.dev/conda-forge/linux-64/aws-c-event-stream-0.5.5-h149bd38_3.conda
- conda: https://prefix.dev/conda-forge/linux-64/aws-c-http-0.10.4-h37a7233_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/aws-c-io-0.21.2-h6252d9a_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/aws-c-mqtt-0.13.3-h19deb91_3.conda
- conda: https://prefix.dev/conda-forge/linux-64/aws-c-s3-0.8.6-h800fcd2_2.conda
- conda: https://prefix.dev/conda-forge/linux-64/aws-c-sdkutils-0.2.4-h92c474e_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/aws-checksums-0.2.7-h92c474e_2.conda
- conda: https://prefix.dev/conda-forge/linux-64/aws-crt-cpp-0.33.1-hb4fd278_2.conda
- conda: https://prefix.dev/conda-forge/linux-64/aws-sdk-cpp-1.11.606-h31ade35_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/azure-core-cpp-1.16.0-h3a458e0_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/azure-identity-cpp-1.12.0-ha729027_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/azure-storage-blobs-cpp-12.14.0-hb1c9500_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/azure-storage-common-cpp-12.10.0-h4bb41a7_3.conda
- conda: https://prefix.dev/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-h8b27e44_3.conda
- conda: https://prefix.dev/conda-forge/noarch/backoff-2.2.1-pyhd8ed1ab_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/brotli-python-1.1.0-py313h7033f15_4.conda
- conda: https://prefix.dev/conda-forge/linux-64/bzip2-1.0.8-hda65f42_8.conda
- conda: https://prefix.dev/conda-forge/linux-64/c-ares-1.34.5-hb9d3cd8_0.conda
- conda: https://prefix.dev/conda-forge/noarch/ca-certificates-2025.8.3-hbd8a1cb_0.conda
- conda: https://prefix.dev/conda-forge/noarch/certifi-2025.8.3-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/cffi-1.17.1-py313hf01b4d8_1.conda
- conda: https://prefix.dev/conda-forge/noarch/charset-normalizer-3.4.3-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/click-8.2.1-pyh707e725_0.conda
- conda: https://prefix.dev/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda
- conda: https://prefix.dev/conda-forge/noarch/cpython-3.13.7-py313hd8ed1ab_100.conda
- conda: https://prefix.dev/conda-forge/noarch/datasets-4.0.0-pyhcf101f3_0.conda
- conda: https://prefix.dev/conda-forge/noarch/deprecated-1.2.18-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/dill-0.3.8-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda
- conda: https://prefix.dev/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/exceptiongroup-1.3.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/fastapi-0.117.1-h2caf129_0.conda
- conda: https://prefix.dev/conda-forge/noarch/fastapi-cli-0.0.11-pyhcf101f3_0.conda
- conda: https://prefix.dev/conda-forge/noarch/fastapi-core-0.117.1-pyhcf101f3_0.conda
- conda: https://prefix.dev/conda-forge/noarch/filelock-3.19.1-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/frozenlist-1.7.0-py313h6b9daa2_0.conda
- conda: https://prefix.dev/conda-forge/noarch/fsspec-2025.3.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda
- conda: https://prefix.dev/conda-forge/noarch/gguf-0.17.1-pyhc364b38_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda
- conda: https://prefix.dev/conda-forge/noarch/googleapis-common-protos-1.70.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/grpcio-1.73.1-py313h32f65e6_0.conda
- conda: https://prefix.dev/conda-forge/noarch/h11-0.16.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/hf-transfer-0.1.9-py313h97f8a6a_2.conda
- conda: https://prefix.dev/conda-forge/linux-64/hf-xet-1.1.9-py310h77a0e7f_1.conda
- conda: https://prefix.dev/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/httptools-0.6.4-py313h07c4f96_1.conda
- conda: https://prefix.dev/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/huggingface_hub-0.34.4-pyhd8ed1ab_1.conda
- conda: https://prefix.dev/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/icu-75.1-he02047a_0.conda
- conda: https://prefix.dev/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda
- conda: https://prefix.dev/conda-forge/noarch/importlib-metadata-8.7.0-pyhe01879c_1.conda
- conda: https://prefix.dev/conda-forge/noarch/jinja2-3.1.6-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda
- conda: https://prefix.dev/conda-forge/noarch/jupyter_core-5.8.1-pyh31011fe_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/lcms2-2.17-h717163a_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/lerc-4.0.0-h0aef613_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/libabseil-20250512.1-cxx17_hba17884_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/libarrow-21.0.0-hb708d0b_2_cpu.conda
- conda: https://prefix.dev/conda-forge/linux-64/libarrow-acero-21.0.0-h635bf11_2_cpu.conda
- conda: https://prefix.dev/conda-forge/linux-64/libarrow-compute-21.0.0-hebab434_2_cpu.conda
- conda: https://prefix.dev/conda-forge/linux-64/libarrow-dataset-21.0.0-h635bf11_2_cpu.conda
- conda: https://prefix.dev/conda-forge/linux-64/libarrow-substrait-21.0.0-h3f74fd7_2_cpu.conda
- conda: https://prefix.dev/conda-forge/linux-64/libblas-3.9.0-35_h4a7cf45_openblas.conda
- conda: https://prefix.dev/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda
- conda: https://prefix.dev/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda
- conda: https://prefix.dev/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda
- conda: https://prefix.dev/conda-forge/linux-64/libcblas-3.9.0-35_h0358290_openblas.conda
- conda: https://prefix.dev/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2
- conda: https://prefix.dev/conda-forge/linux-64/libcurl-8.14.1-h332b0f4_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/libev-4.33-hd590300_2.conda
- conda: https://prefix.dev/conda-forge/linux-64/libevent-2.1.12-hf998b51_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/libfreetype-2.14.0-ha770c72_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/libfreetype6-2.14.0-h73754d4_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/libgcc-15.1.0-h767d61c_5.conda
- conda: https://prefix.dev/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_5.conda
- conda: https://prefix.dev/conda-forge/linux-64/libgfortran-15.1.0-h69a702a_5.conda
- conda: https://prefix.dev/conda-forge/linux-64/libgfortran5-15.1.0-hcea5267_5.conda
- conda: https://prefix.dev/conda-forge/linux-64/libgomp-15.1.0-h767d61c_5.conda
- conda: https://prefix.dev/conda-forge/linux-64/libgoogle-cloud-2.39.0-hdb79228_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/libgoogle-cloud-storage-2.39.0-hdbdcf42_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/libgrpc-1.73.1-h1e535eb_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda
- conda: https://prefix.dev/conda-forge/linux-64/libjpeg-turbo-3.1.0-hb9d3cd8_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/liblapack-3.9.0-35_h47877c9_openblas.conda
- conda: https://prefix.dev/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda
- conda: https://prefix.dev/conda-forge/linux-64/libmpdec-4.0.0-hb9d3cd8_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/libnghttp2-1.67.0-had1ee68_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/libopenblas-0.3.30-pthreads_h94d23a6_2.conda
- conda: https://prefix.dev/conda-forge/linux-64/libopentelemetry-cpp-1.21.0-hb9b0907_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/libopentelemetry-cpp-headers-1.21.0-ha770c72_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/libparquet-21.0.0-h790f06f_2_cpu.conda
- conda: https://prefix.dev/conda-forge/linux-64/libpng-1.6.50-h421ea60_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/libprotobuf-6.31.1-h9ef548d_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/libre2-11-2025.08.12-h7b12aa8_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/libsentencepiece-0.2.0-hb747028_12.conda
- conda: https://prefix.dev/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/libsqlite-3.50.4-h0c1763c_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/libstdcxx-15.1.0-h8f9b012_5.conda
- conda: https://prefix.dev/conda-forge/linux-64/libstdcxx-ng-15.1.0-h4852527_5.conda
- conda: https://prefix.dev/conda-forge/linux-64/libthrift-0.22.0-h454ac66_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/libtiff-4.7.0-h8261f1e_6.conda
- conda: https://prefix.dev/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/libuuid-2.41.1-he9a06e4_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/libxml2-16-2.14.6-ha9997c6_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/libxml2-2.14.6-h26afc86_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/llguidance-1.2.0-py310hc9716df_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda
- conda: https://prefix.dev/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/markupsafe-3.0.2-py313h8060acc_1.conda
- conda: https://conda.modular.com/max/linux-64/max-25.6.1-3.13release.conda
- conda: https://conda.modular.com/max/linux-64/max-core-25.6.1-release.conda
- conda: https://conda.modular.com/max/noarch/max-pipelines-25.6.1-release.conda
- conda: https://conda.modular.com/max/noarch/mblack-25.6.1-release.conda
- conda: https://prefix.dev/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda
- conda: https://conda.modular.com/max/noarch/modular-25.6.1-release.conda
- conda: https://conda.modular.com/max/linux-64/mojo-0.25.6.1-release.conda
- conda: https://conda.modular.com/max/linux-64/mojo-compiler-0.25.6.1-release.conda
- conda: https://conda.modular.com/max/noarch/mojo-python-0.25.6.1-release.conda
- conda: https://prefix.dev/conda-forge/linux-64/msgspec-0.19.0-py313h536fd9c_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/multidict-6.6.3-py313h8060acc_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/multiprocess-0.70.16-py313h536fd9c_1.conda
- conda: https://prefix.dev/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda
- conda: https://prefix.dev/conda-forge/linux-64/nlohmann_json-3.12.0-h3f2d84a_0.conda
- conda: git+https://github.com/shivasankarka/numojo?branch=prev0.8#45f076c0d4ec3606953817338410f30eb81543da
subdir: linux-64
- conda: https://prefix.dev/conda-forge/linux-64/numpy-2.3.3-py313hf6604e3_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/openjpeg-2.5.3-h55fea9a_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/openssl-3.5.2-h26f9b46_0.conda
- conda: https://prefix.dev/conda-forge/noarch/opentelemetry-api-1.35.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/opentelemetry-exporter-otlp-proto-common-1.35.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/opentelemetry-exporter-otlp-proto-http-1.35.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/opentelemetry-exporter-prometheus-0.56b0-pyhe01879c_1.conda
- conda: https://prefix.dev/conda-forge/noarch/opentelemetry-proto-1.35.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/opentelemetry-sdk-1.35.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/opentelemetry-semantic-conventions-0.56b0-pyh3cfb1c2_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/orc-2.2.0-h1bc01a4_0.conda
- conda: https://prefix.dev/conda-forge/noarch/packaging-25.0-pyh29332c3_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/pandas-2.3.2-py313h08cd8bf_0.conda
- conda: https://prefix.dev/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/pillow-11.3.0-py313hf46931b_1.conda
- conda: https://prefix.dev/conda-forge/noarch/platformdirs-4.4.0-pyhcf101f3_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda
- conda: https://prefix.dev/conda-forge/noarch/prometheus_client-0.22.1-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/propcache-0.3.1-py313h8060acc_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/protobuf-6.31.1-py313hc6d18d0_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/psutil-7.0.0-py313h07c4f96_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda
- conda: https://prefix.dev/conda-forge/linux-64/pyarrow-21.0.0-py313h78bf25f_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/pyarrow-core-21.0.0-py313he109ebe_0_cpu.conda
- conda: https://prefix.dev/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda
- conda: https://prefix.dev/conda-forge/noarch/pydantic-2.11.7-pyh3cfb1c2_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/pydantic-core-2.33.2-py313h4b2b08d_0.conda
- conda: https://prefix.dev/conda-forge/noarch/pydantic-settings-2.10.1-pyh3cfb1c2_0.conda
- conda: https://prefix.dev/conda-forge/noarch/pygments-2.19.2-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/pyinstrument-5.1.1-py313h07c4f96_1.conda
- conda: https://prefix.dev/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda
- conda: https://prefix.dev/conda-forge/linux-64/python-3.13.7-h2b335a9_100_cp313.conda
- conda: https://prefix.dev/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda
- conda: https://prefix.dev/conda-forge/noarch/python-dotenv-1.1.1-pyhe01879c_0.conda
- conda: https://prefix.dev/conda-forge/noarch/python-gil-3.13.7-h4df99d1_100.conda
- conda: https://prefix.dev/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/python-multipart-0.0.20-pyhff2d567_0.conda
- conda: https://prefix.dev/conda-forge/noarch/python-tzdata-2025.2-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/python-xxhash-3.5.0-py313heab5758_3.conda
- conda: https://prefix.dev/conda-forge/noarch/python_abi-3.13-8_cp313.conda
- conda: https://prefix.dev/conda-forge/noarch/pytz-2025.2-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/pyyaml-6.0.2-py313h8060acc_2.conda
- conda: https://prefix.dev/conda-forge/linux-64/pyzmq-27.1.0-py312hfb55c3c_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/re2-2025.08.12-h5301d42_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/readline-8.2-h8c095d6_2.conda
- conda: https://prefix.dev/conda-forge/linux-64/regex-2025.7.34-py313h07c4f96_1.conda
- conda: https://prefix.dev/conda-forge/noarch/requests-2.32.5-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/rich-14.1.0-pyhe01879c_0.conda
- conda: https://prefix.dev/conda-forge/noarch/rich-toolkit-0.15.1-pyhcf101f3_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/s2n-1.5.23-h8e187f5_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/safetensors-0.6.2-py313h5c7d99a_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/scipy-1.16.1-py313h11c21cd_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/sentencepiece-0.2.0-h9ebfe73_12.conda
- conda: https://prefix.dev/conda-forge/linux-64/sentencepiece-python-0.2.0-py313h4d3dc0d_12.conda
- conda: https://prefix.dev/conda-forge/linux-64/sentencepiece-spm-0.2.0-hb747028_12.conda
- conda: https://prefix.dev/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_1.conda
- conda: https://prefix.dev/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_0.conda
- conda: https://prefix.dev/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_1.conda
- conda: https://prefix.dev/conda-forge/noarch/sse-starlette-2.1.3-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/starlette-0.48.0-pyhfdc7a7d_0.conda
- conda: https://prefix.dev/conda-forge/noarch/taskgroup-0.2.2-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/tk-8.6.13-noxft_hd72426e_102.conda
- conda: https://prefix.dev/conda-forge/linux-64/tokenizers-0.22.0-py313h69125a3_0.conda
- conda: https://prefix.dev/conda-forge/noarch/tomli-2.2.1-pyhe01879c_2.conda
- conda: https://prefix.dev/conda-forge/linux-64/tornado-6.5.2-py313h07c4f96_1.conda
- conda: https://prefix.dev/conda-forge/noarch/tqdm-4.67.1-pyhd8ed1ab_1.conda
- conda: https://prefix.dev/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda
- conda: https://prefix.dev/conda-forge/noarch/transformers-4.56.1-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/typer-0.17.4-pyh66367de_0.conda
- conda: https://prefix.dev/conda-forge/noarch/typer-slim-0.17.4-pyhcf101f3_0.conda
- conda: https://prefix.dev/conda-forge/noarch/typer-slim-standard-0.17.4-h5a5fed6_0.conda
- conda: https://prefix.dev/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda
- conda: https://prefix.dev/conda-forge/noarch/typing-inspection-0.4.1-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda
- conda: https://prefix.dev/conda-forge/noarch/tzdata-2025b-h78e105d_0.conda
- conda: https://prefix.dev/conda-forge/noarch/urllib3-2.5.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/uvicorn-0.35.0-pyh31011fe_0.conda
- conda: https://prefix.dev/conda-forge/noarch/uvicorn-standard-0.35.0-h31011fe_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/uvloop-0.21.0-py313h536fd9c_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/watchfiles-1.1.0-py313h5c7d99a_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/websockets-15.0.1-py313h54dd161_2.conda
- conda: https://prefix.dev/conda-forge/linux-64/wrapt-1.17.3-py313h07c4f96_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/xorg-libxau-1.0.12-hb9d3cd8_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb9d3cd8_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda
- conda: https://prefix.dev/conda-forge/linux-64/yarl-1.20.1-py313h8060acc_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda
- conda: https://prefix.dev/conda-forge/noarch/zipp-3.23.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/linux-64/zlib-1.3.1-hb9d3cd8_2.conda
- conda: https://prefix.dev/conda-forge/linux-64/zstandard-0.24.0-py313h736c1ce_1.conda
- conda: https://prefix.dev/conda-forge/linux-64/zstd-1.5.7-hb8e6e7a_2.conda
osx-arm64:
- conda: https://prefix.dev/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda
- conda: https://prefix.dev/conda-forge/noarch/aiofiles-24.1.0-pyhd8ed1ab_1.conda
- conda: https://prefix.dev/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/aiohttp-3.12.15-py313ha0c97b7_0.conda
- conda: https://prefix.dev/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda
- conda: https://prefix.dev/conda-forge/noarch/anyio-4.10.0-pyhe01879c_0.conda
- conda: https://prefix.dev/conda-forge/noarch/asgiref-3.9.1-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/attrs-25.3.0-pyh71513ae_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/aws-c-auth-0.9.0-h9eee66f_19.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/aws-c-cal-0.9.2-hd08b81e_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/aws-c-common-0.12.4-h6caf38d_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/aws-c-compression-0.3.1-habbe1e8_6.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/aws-c-event-stream-0.5.5-hd1b68e1_3.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/aws-c-http-0.10.4-h09a8a51_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/aws-c-io-0.21.2-hc6344be_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/aws-c-mqtt-0.13.3-h625c29d_3.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/aws-c-s3-0.8.6-h6ded10d_2.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/aws-c-sdkutils-0.2.4-habbe1e8_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/aws-checksums-0.2.7-habbe1e8_2.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/aws-crt-cpp-0.33.1-h54a40e1_2.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/aws-sdk-cpp-1.11.606-ha924a42_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/azure-core-cpp-1.16.0-ha1c5762_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/azure-identity-cpp-1.12.0-hd83eed2_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/azure-storage-blobs-cpp-12.14.0-he094cc7_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/azure-storage-common-cpp-12.10.0-h2155cda_3.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/azure-storage-files-datalake-cpp-12.12.0-h30213e0_3.conda
- conda: https://prefix.dev/conda-forge/noarch/backoff-2.2.1-pyhd8ed1ab_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/brotli-python-1.1.0-py313hb4b7877_4.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/bzip2-1.0.8-hd037594_8.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/c-ares-1.34.5-h5505292_0.conda
- conda: https://prefix.dev/conda-forge/noarch/ca-certificates-2025.8.3-hbd8a1cb_0.conda
- conda: https://prefix.dev/conda-forge/noarch/certifi-2025.8.3-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/cffi-1.17.1-py313h755b2b2_1.conda
- conda: https://prefix.dev/conda-forge/noarch/charset-normalizer-3.4.3-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/click-8.2.1-pyh707e725_0.conda
- conda: https://prefix.dev/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda
- conda: https://prefix.dev/conda-forge/noarch/cpython-3.13.7-py313hd8ed1ab_100.conda
- conda: https://prefix.dev/conda-forge/noarch/datasets-4.0.0-pyhcf101f3_0.conda
- conda: https://prefix.dev/conda-forge/noarch/deprecated-1.2.18-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/dill-0.3.8-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda
- conda: https://prefix.dev/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/exceptiongroup-1.3.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/fastapi-0.117.1-h2caf129_0.conda
- conda: https://prefix.dev/conda-forge/noarch/fastapi-cli-0.0.11-pyhcf101f3_0.conda
- conda: https://prefix.dev/conda-forge/noarch/fastapi-core-0.117.1-pyhcf101f3_0.conda
- conda: https://prefix.dev/conda-forge/noarch/filelock-3.19.1-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/frozenlist-1.7.0-py313hf28abc0_0.conda
- conda: https://prefix.dev/conda-forge/noarch/fsspec-2025.3.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/gflags-2.2.2-hf9b8971_1005.conda
- conda: https://prefix.dev/conda-forge/noarch/gguf-0.17.1-pyhc364b38_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/glog-0.7.1-heb240a5_0.conda
- conda: https://prefix.dev/conda-forge/noarch/googleapis-common-protos-1.70.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/grpcio-1.73.1-py313h0cf9ea2_0.conda
- conda: https://prefix.dev/conda-forge/noarch/h11-0.16.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/hf-transfer-0.1.9-py313h2b9b6ed_2.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/hf-xet-1.1.9-py310h96efe9e_0.conda
- conda: https://prefix.dev/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/httptools-0.6.4-py313hcdf3177_1.conda
- conda: https://prefix.dev/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/huggingface_hub-0.34.4-pyhd8ed1ab_1.conda
- conda: https://prefix.dev/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/icu-75.1-hfee45f7_0.conda
- conda: https://prefix.dev/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda
- conda: https://prefix.dev/conda-forge/noarch/importlib-metadata-8.7.0-pyhe01879c_1.conda
- conda: https://prefix.dev/conda-forge/noarch/jinja2-3.1.6-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda
- conda: https://prefix.dev/conda-forge/noarch/jupyter_core-5.8.1-pyh31011fe_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/lcms2-2.17-h7eeda09_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/lerc-4.0.0-hd64df32_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libabseil-20250512.1-cxx17_hd41c47c_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libarrow-21.0.0-h825b6e2_2_cpu.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libarrow-acero-21.0.0-hc317990_2_cpu.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libarrow-compute-21.0.0-h7bd47b6_2_cpu.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libarrow-dataset-21.0.0-hc317990_2_cpu.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libarrow-substrait-21.0.0-h144af7f_2_cpu.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libblas-3.9.0-35_h51639a9_openblas.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libbrotlicommon-1.1.0-h6caf38d_4.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libbrotlidec-1.1.0-h6caf38d_4.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libbrotlienc-1.1.0-h6caf38d_4.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libcblas-3.9.0-35_hb0561ab_openblas.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libcrc32c-1.1.2-hbdafb3b_0.tar.bz2
- conda: https://prefix.dev/conda-forge/osx-arm64/libcurl-8.14.1-h73640d1_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libcxx-21.1.1-hf598326_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libdeflate-1.24-h5773f1b_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libedit-3.1.20250104-pl5321hafb1f1b_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libevent-2.1.12-h2757513_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libexpat-2.7.1-hec049ff_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libffi-3.4.6-h1da3d7d_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libfreetype-2.14.0-hce30654_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libfreetype6-2.14.0-h6da58f4_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libgfortran-15.1.0-hfdf1602_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libgfortran5-15.1.0-hb74de2c_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libgoogle-cloud-2.39.0-head0a95_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libgoogle-cloud-storage-2.39.0-hfa3a374_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libgrpc-1.73.1-hcdac78c_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libiconv-1.18-h23cfdf5_2.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libjpeg-turbo-3.1.0-h5505292_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/liblapack-3.9.0-35_hd9741b5_openblas.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/liblzma-5.8.1-h39f12f2_2.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libmpdec-4.0.0-h5505292_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libnghttp2-1.67.0-hc438710_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libopenblas-0.3.30-openmp_h60d53f8_2.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libopentelemetry-cpp-1.21.0-he15edb5_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libopentelemetry-cpp-headers-1.21.0-hce30654_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libparquet-21.0.0-h45c8936_2_cpu.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libpng-1.6.50-h280e0eb_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libprotobuf-6.31.1-h702a38d_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libre2-11-2025.08.12-h91c62da_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libsentencepiece-0.2.0-hb397735_12.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libsodium-1.0.20-h99b78c6_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libsqlite-3.50.4-h4237e3c_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libssh2-1.11.1-h1590b86_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libthrift-0.22.0-h14a376c_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libtiff-4.7.0-h025e3ab_6.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libutf8proc-2.10.0-h74a6958_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libuv-1.51.0-h6caf38d_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libwebp-base-1.6.0-h07db88b_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libxcb-1.17.0-hdb1d25a_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libxml2-16-2.14.6-h0ff4647_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libxml2-2.14.6-h9329255_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/llguidance-1.2.0-py310h34ed3d5_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/llvm-openmp-21.1.0-hbb9b287_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/lz4-c-1.10.0-h286801f_1.conda
- conda: https://prefix.dev/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/markupsafe-3.0.2-py313ha9b7d5b_1.conda
- conda: https://conda.modular.com/max/osx-arm64/max-25.6.1-3.13release.conda
- conda: https://conda.modular.com/max/osx-arm64/max-core-25.6.1-release.conda
- conda: https://conda.modular.com/max/noarch/max-pipelines-25.6.1-release.conda
- conda: https://conda.modular.com/max/noarch/mblack-25.6.1-release.conda
- conda: https://prefix.dev/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda
- conda: https://conda.modular.com/max/noarch/modular-25.6.1-release.conda
- conda: https://conda.modular.com/max/osx-arm64/mojo-0.25.6.1-release.conda
- conda: https://conda.modular.com/max/osx-arm64/mojo-compiler-0.25.6.1-release.conda
- conda: https://conda.modular.com/max/noarch/mojo-python-0.25.6.1-release.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/msgspec-0.19.0-py313h90d716c_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/multidict-6.6.3-py313h6347b5a_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/multiprocess-0.70.16-py313h20a7fcf_1.conda
- conda: https://prefix.dev/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_3.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/nlohmann_json-3.12.0-ha1acc90_0.conda
- conda: git+https://github.com/shivasankarka/numojo?branch=prev0.8#45f076c0d4ec3606953817338410f30eb81543da
subdir: osx-arm64
- conda: https://prefix.dev/conda-forge/osx-arm64/numpy-2.3.3-py313h9771d21_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/openjpeg-2.5.3-h889cd5d_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/openssl-3.5.2-he92f556_0.conda
- conda: https://prefix.dev/conda-forge/noarch/opentelemetry-api-1.35.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/opentelemetry-exporter-otlp-proto-common-1.35.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/opentelemetry-exporter-otlp-proto-http-1.35.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/opentelemetry-exporter-prometheus-0.56b0-pyhe01879c_1.conda
- conda: https://prefix.dev/conda-forge/noarch/opentelemetry-proto-1.35.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/opentelemetry-sdk-1.35.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/opentelemetry-semantic-conventions-0.56b0-pyh3cfb1c2_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/orc-2.2.0-hca0cb2d_0.conda
- conda: https://prefix.dev/conda-forge/noarch/packaging-25.0-pyh29332c3_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/pandas-2.3.2-py313hd1f53c0_0.conda
- conda: https://prefix.dev/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/pillow-11.3.0-py313h1d270a1_1.conda
- conda: https://prefix.dev/conda-forge/noarch/platformdirs-4.4.0-pyhcf101f3_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/prometheus-cpp-1.3.0-h0967b3e_0.conda
- conda: https://prefix.dev/conda-forge/noarch/prometheus_client-0.22.1-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/propcache-0.3.1-py313ha9b7d5b_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/protobuf-6.31.1-py313hbf189c8_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/psutil-7.0.0-py313hcdf3177_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/pthread-stubs-0.4-hd74edd7_1002.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/pyarrow-21.0.0-py313h39782a4_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/pyarrow-core-21.0.0-py313hf9431ad_0_cpu.conda
- conda: https://prefix.dev/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda
- conda: https://prefix.dev/conda-forge/noarch/pydantic-2.11.7-pyh3cfb1c2_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/pydantic-core-2.33.2-py313hf3ab51e_0.conda
- conda: https://prefix.dev/conda-forge/noarch/pydantic-settings-2.10.1-pyh3cfb1c2_0.conda
- conda: https://prefix.dev/conda-forge/noarch/pygments-2.19.2-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/pyinstrument-5.1.1-py313hcdf3177_1.conda
- conda: https://prefix.dev/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/python-3.13.7-h5c937ed_100_cp313.conda
- conda: https://prefix.dev/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda
- conda: https://prefix.dev/conda-forge/noarch/python-dotenv-1.1.1-pyhe01879c_0.conda
- conda: https://prefix.dev/conda-forge/noarch/python-gil-3.13.7-h4df99d1_100.conda
- conda: https://prefix.dev/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/python-multipart-0.0.20-pyhff2d567_0.conda
- conda: https://prefix.dev/conda-forge/noarch/python-tzdata-2025.2-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/python-xxhash-3.5.0-py313he0db12a_3.conda
- conda: https://prefix.dev/conda-forge/noarch/python_abi-3.13-8_cp313.conda
- conda: https://prefix.dev/conda-forge/noarch/pytz-2025.2-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/pyyaml-6.0.2-py313ha9b7d5b_2.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/pyzmq-27.1.0-py312hd65ceae_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/re2-2025.08.12-h64b956e_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/readline-8.2-h1d1bf99_2.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/regex-2025.7.34-py313hcdf3177_1.conda
- conda: https://prefix.dev/conda-forge/noarch/requests-2.32.5-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/rich-14.1.0-pyhe01879c_0.conda
- conda: https://prefix.dev/conda-forge/noarch/rich-toolkit-0.15.1-pyhcf101f3_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/safetensors-0.6.2-py313h6e3aefc_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/scipy-1.16.1-py313h7d0615d_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/sentencepiece-0.2.0-h182aed9_12.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/sentencepiece-python-0.2.0-py313haf05dc2_12.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/sentencepiece-spm-0.2.0-hb397735_12.conda
- conda: https://prefix.dev/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_1.conda
- conda: https://prefix.dev/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/snappy-1.2.2-hd121638_0.conda
- conda: https://prefix.dev/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_1.conda
- conda: https://prefix.dev/conda-forge/noarch/sse-starlette-2.1.3-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/starlette-0.48.0-pyhfdc7a7d_0.conda
- conda: https://prefix.dev/conda-forge/noarch/taskgroup-0.2.2-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/tk-8.6.13-h892fb3f_2.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/tokenizers-0.22.0-py313h931fe1d_0.conda
- conda: https://prefix.dev/conda-forge/noarch/tomli-2.2.1-pyhe01879c_2.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/tornado-6.5.2-py313hcdf3177_1.conda
- conda: https://prefix.dev/conda-forge/noarch/tqdm-4.67.1-pyhd8ed1ab_1.conda
- conda: https://prefix.dev/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda
- conda: https://prefix.dev/conda-forge/noarch/transformers-4.56.1-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/typer-0.17.4-pyh66367de_0.conda
- conda: https://prefix.dev/conda-forge/noarch/typer-slim-0.17.4-pyhcf101f3_0.conda
- conda: https://prefix.dev/conda-forge/noarch/typer-slim-standard-0.17.4-h5a5fed6_0.conda
- conda: https://prefix.dev/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda
- conda: https://prefix.dev/conda-forge/noarch/typing-inspection-0.4.1-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda
- conda: https://prefix.dev/conda-forge/noarch/tzdata-2025b-h78e105d_0.conda
- conda: https://prefix.dev/conda-forge/noarch/urllib3-2.5.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/noarch/uvicorn-0.35.0-pyh31011fe_0.conda
- conda: https://prefix.dev/conda-forge/noarch/uvicorn-standard-0.35.0-h31011fe_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/uvloop-0.21.0-py313h63a2874_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/watchfiles-1.1.0-py313h6e3aefc_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/websockets-15.0.1-py313h5b5ffa7_2.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/wrapt-1.17.3-py313hcdf3177_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/xorg-libxau-1.0.12-h5505292_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/xorg-libxdmcp-1.1.5-hd74edd7_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/xxhash-0.8.3-haa4e116_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/yaml-0.2.5-h925e9cb_3.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/yarl-1.20.1-py313ha9b7d5b_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/zeromq-4.3.5-h888dc83_9.conda
- conda: https://prefix.dev/conda-forge/noarch/zipp-3.23.0-pyhd8ed1ab_0.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/zlib-1.3.1-h8359307_2.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/zstandard-0.24.0-py313hff09f02_1.conda
- conda: https://prefix.dev/conda-forge/osx-arm64/zstd-1.5.7-h6491c7d_2.conda
packages:
- conda: https://prefix.dev/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726
md5: d7c89558ba9fa0495403155b64376d81
license: None
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
size: 23621
timestamp: 1650670423406
- conda: https://prefix.dev/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda
sha256: a3967b937b9abf0f2a99f3173fa4630293979bd1644709d89580e7c62a544661
md5: aaa2a381ccc56eac91d63b6c1240312f
depends:
- cpython
- python-gil
license: MIT
license_family: MIT
size: 8191
timestamp: 1744137672556
- conda: https://prefix.dev/conda-forge/noarch/aiofiles-24.1.0-pyhd8ed1ab_1.conda
sha256: 8e18809f00b0bfe504bc6180b80d844016690925ddf0e61272111eec079774c3
md5: 7e8045a75e921648c082ba7cd7edd114
depends:
- python >=3.9
license: Apache-2.0
license_family: Apache
size: 19712
timestamp: 1733829125632
- conda: https://prefix.dev/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda
sha256: 7842ddc678e77868ba7b92a726b437575b23aaec293bca0d40826f1026d90e27
md5: 18fd895e0e775622906cdabfc3cf0fb4
depends:
- python >=3.9
license: PSF-2.0
license_family: PSF
size: 19750
timestamp: 1741775303303
- conda: https://prefix.dev/conda-forge/linux-64/aiohttp-3.12.15-py313h3dea7bd_0.conda
sha256: a93cc96e7c565d36d0c31fb46d0ebe4fb50513666ee422bac7b59d60979964e5
md5: a913416ef27a54d4f1c0241d3249017a
depends:
- __glibc >=2.17,<3.0.a0
- aiohappyeyeballs >=2.5.0
- aiosignal >=1.4.0
- attrs >=17.3.0
- frozenlist >=1.1.1
- libgcc >=14
- multidict >=4.5,<7.0
- propcache >=0.2.0
- python >=3.13,<3.14.0a0
- python_abi 3.13.* *_cp313
- yarl >=1.17.0,<2.0
license: MIT AND Apache-2.0
license_family: Apache
size: 1011656
timestamp: 1753806179440
- conda: https://prefix.dev/conda-forge/osx-arm64/aiohttp-3.12.15-py313ha0c97b7_0.conda
sha256: 5c665bd119ac514c1214beb261eb10ec752c07f5267c63ea7523a7a71577f0ff
md5: 80b48bb58816acc99fc33ef78510b2b3
depends:
- __osx >=11.0
- aiohappyeyeballs >=2.5.0
- aiosignal >=1.4.0
- attrs >=17.3.0
- frozenlist >=1.1.1
- multidict >=4.5,<7.0
- propcache >=0.2.0
- python >=3.13,<3.14.0a0
- python >=3.13,<3.14.0a0 *_cp313
- python_abi 3.13.* *_cp313
- yarl >=1.17.0,<2.0
license: MIT AND Apache-2.0
license_family: Apache
size: 988002
timestamp: 1753805266524
- conda: https://prefix.dev/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda
sha256: 8dc149a6828d19bf104ea96382a9d04dae185d4a03cc6beb1bc7b84c428e3ca2
md5: 421a865222cd0c9d83ff08bc78bf3a61
depends:
- frozenlist >=1.1.0
- python >=3.9
- typing_extensions >=4.2
license: Apache-2.0
license_family: APACHE
size: 13688
timestamp: 1751626573984
- conda: https://prefix.dev/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda
sha256: e0ea1ba78fbb64f17062601edda82097fcf815012cf52bb704150a2668110d48
md5: 2934f256a8acfe48f6ebb4fce6cde29c
depends:
- python >=3.9
- typing-extensions >=4.0.0
license: MIT
license_family: MIT
size: 18074
timestamp: 1733247158254
- conda: https://prefix.dev/conda-forge/noarch/anyio-4.10.0-pyhe01879c_0.conda
sha256: d1b50686672ebe7041e44811eda563e45b94a8354db67eca659040392ac74d63
md5: cc2613bfa71dec0eb2113ee21ac9ccbf
depends:
- exceptiongroup >=1.0.2
- idna >=2.8
- python >=3.9
- sniffio >=1.1
- typing_extensions >=4.5
- python
constrains:
- trio >=0.26.1
- uvloop >=0.21
license: MIT
license_family: MIT
size: 134857
timestamp: 1754315087747
- conda: https://prefix.dev/conda-forge/noarch/asgiref-3.9.1-pyhd8ed1ab_0.conda
sha256: 901e1739180f8c33d50e15ee509c4c751fdc45f6a1c25cd88238d887933af938
md5: bc48d02f0a7de827257eb101527439e8
depends:
- python >=3.9
- typing_extensions >=4
license: BSD-3-Clause
license_family: BSD
size: 26898
timestamp: 1751974695566
- conda: https://prefix.dev/conda-forge/noarch/attrs-25.3.0-pyh71513ae_0.conda
sha256: 99c53ffbcb5dc58084faf18587b215f9ac8ced36bbfb55fa807c00967e419019
md5: a10d11958cadc13fdb43df75f8b1903f
depends:
- python >=3.9
license: MIT
license_family: MIT
size: 57181
timestamp: 1741918625732
- conda: https://prefix.dev/conda-forge/linux-64/aws-c-auth-0.9.0-h0fbd49f_19.conda
sha256: 02bb7d2b21f60591944d97c2299be53c9c799085d0a1fb15620d5114cf161c3a
md5: 24139f2990e92effbeb374a0eb33fdb1
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=14
- aws-c-common >=0.12.4,<0.12.5.0a0
- aws-c-io >=0.21.2,<0.21.3.0a0
- aws-c-cal >=0.9.2,<0.9.3.0a0
- aws-c-http >=0.10.4,<0.10.5.0a0
- aws-c-sdkutils >=0.2.4,<0.2.5.0a0
license: Apache-2.0
license_family: APACHE
size: 122970
timestamp: 1753305744902
- conda: https://prefix.dev/conda-forge/osx-arm64/aws-c-auth-0.9.0-h9eee66f_19.conda
sha256: 743df69276ea22058299cc028a6bcb2a4bd172ba08de48c702baf4d49fb61c45
md5: 7b554506535c66852c5090a14801dfb9
depends:
- __osx >=11.0
- aws-c-io >=0.21.2,<0.21.3.0a0
- aws-c-common >=0.12.4,<0.12.5.0a0
- aws-c-cal >=0.9.2,<0.9.3.0a0
- aws-c-sdkutils >=0.2.4,<0.2.5.0a0
- aws-c-http >=0.10.4,<0.10.5.0a0
license: Apache-2.0
license_family: APACHE
size: 106630
timestamp: 1753305735994
- conda: https://prefix.dev/conda-forge/linux-64/aws-c-cal-0.9.2-he7b75e1_1.conda
sha256: 30ecca069fdae0aa6a8bb64c47eb5a8d9a7bef7316181e8cbb08b7cb47d8b20f
md5: c04d1312e7feec369308d656c18e7f3e
depends:
- __glibc >=2.17,<3.0.a0
- aws-c-common >=0.12.4,<0.12.5.0a0
- libgcc >=14
- openssl >=3.5.1,<4.0a0
license: Apache-2.0
license_family: Apache
size: 50942
timestamp: 1752240577225
- conda: https://prefix.dev/conda-forge/osx-arm64/aws-c-cal-0.9.2-hd08b81e_1.conda
sha256: 0cff81daf70f64bb8bf51f0883727d253c0462085f6bfe3d6c619479fbaec329
md5: f8d75a83ced3f7296fed525502eac257
depends:
- __osx >=11.0
- aws-c-common >=0.12.4,<0.12.5.0a0
license: Apache-2.0
license_family: Apache
size: 41154
timestamp: 1752240791193
- conda: https://prefix.dev/conda-forge/linux-64/aws-c-common-0.12.4-hb03c661_0.conda
sha256: 6c9e1b9e82750c39ac0251dcfbeebcbb00a1af07c0d7e3fb1153c4920da316eb
md5: ae5621814cb99642c9308977fe90ed0d
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=14
license: Apache-2.0
license_family: Apache
size: 236420
timestamp: 1752193614294
- conda: https://prefix.dev/conda-forge/osx-arm64/aws-c-common-0.12.4-h6caf38d_0.conda
sha256: d94c508308340b5b8294d2c382737b72b77e9df688610fa034d0a009a9339d73
md5: 7a3edd3d065687fe3aa9a04a515fd2bf
depends:
- __osx >=11.0
license: Apache-2.0
license_family: Apache
size: 221313
timestamp: 1752193769784
- conda: https://prefix.dev/conda-forge/linux-64/aws-c-compression-0.3.1-h92c474e_6.conda
sha256: 154d4a699f4d8060b7f2cec497a06e601cbd5c8cde6736ced0fb7e161bc6f1bb
md5: 3490e744cb8b9d5a3b9785839d618a17
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=14
- aws-c-common >=0.12.4,<0.12.5.0a0
license: Apache-2.0
license_family: APACHE
size: 22116
timestamp: 1752240005329
- conda: https://prefix.dev/conda-forge/osx-arm64/aws-c-compression-0.3.1-habbe1e8_6.conda
sha256: 633c7ee0e80c24fa6354b2e1c940af6d7f746c9badc3da94681a1a660faeca39
md5: 35c95aad3ab99e0a428c2e02e8b8e282
depends:
- __osx >=11.0
- aws-c-common >=0.12.4,<0.12.5.0a0
license: Apache-2.0
license_family: APACHE
size: 21037
timestamp: 1752240015504
- conda: https://prefix.dev/conda-forge/linux-64/aws-c-event-stream-0.5.5-h149bd38_3.conda
sha256: 74b7e5d727505efdb1786d9f4e0250484d23934a1d87f234dacacac97e440136
md5: f9bff8c2a205ee0f28b0c61dad849a98
depends:
- libgcc >=14
- libstdcxx >=14
- libgcc >=14
- __glibc >=2.17,<3.0.a0
- aws-c-io >=0.21.2,<0.21.3.0a0
- aws-c-common >=0.12.4,<0.12.5.0a0
- aws-checksums >=0.2.7,<0.2.8.0a0
license: Apache-2.0
license_family: APACHE
size: 57675
timestamp: 1753199060663
- conda: https://prefix.dev/conda-forge/osx-arm64/aws-c-event-stream-0.5.5-hd1b68e1_3.conda
sha256: d1021dfd8a5726af35b73207d90320dd60e85c257af4b4534fecfb34d31751a4
md5: dc140e52c81171b62d306476b6738220
depends:
- __osx >=11.0
- libcxx >=19
- aws-c-io >=0.21.2,<0.21.3.0a0
- aws-checksums >=0.2.7,<0.2.8.0a0
- aws-c-common >=0.12.4,<0.12.5.0a0
license: Apache-2.0
license_family: APACHE
size: 51020
timestamp: 1753199075045
- conda: https://prefix.dev/conda-forge/linux-64/aws-c-http-0.10.4-h37a7233_0.conda
sha256: 6794d020d75cafa15e7677508c4bea5e8bca6233a5c7eb6c34397367ee37024c
md5: d828cb0be64d51e27eebe354a2907a98
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=14
- aws-c-common >=0.12.4,<0.12.5.0a0
- aws-c-cal >=0.9.2,<0.9.3.0a0
- aws-c-io >=0.21.2,<0.21.3.0a0
- aws-c-compression >=0.3.1,<0.3.2.0a0
license: Apache-2.0
license_family: APACHE
size: 224186
timestamp: 1753205774708
- conda: https://prefix.dev/conda-forge/osx-arm64/aws-c-http-0.10.4-h09a8a51_0.conda
sha256: 54233587cfd6559e98b2d82c90c3721c059d1dd22518993967fb794e1b8d2d14
md5: 73e8d2fb68c060de71369ebd5a9b8621
depends:
- __osx >=11.0
- aws-c-compression >=0.3.1,<0.3.2.0a0
- aws-c-io >=0.21.2,<0.21.3.0a0
- aws-c-common >=0.12.4,<0.12.5.0a0
- aws-c-cal >=0.9.2,<0.9.3.0a0
license: Apache-2.0
license_family: APACHE
size: 170412
timestamp: 1753205794763
- conda: https://prefix.dev/conda-forge/linux-64/aws-c-io-0.21.2-h6252d9a_1.conda
sha256: 01ab3fd74ccd1cd3ebdde72898e0c3b9ab23151b9cd814ac627e3efe88191d8e
md5: cf5e9b21384fdb75b15faf397551c247
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=14
- s2n >=1.5.23,<1.5.24.0a0
- aws-c-cal >=0.9.2,<0.9.3.0a0
- aws-c-common >=0.12.4,<0.12.5.0a0
license: Apache-2.0
license_family: APACHE
size: 180168
timestamp: 1753465862916
- conda: https://prefix.dev/conda-forge/osx-arm64/aws-c-io-0.21.2-hc6344be_1.conda
sha256: e872cc4ad2ebb2aee84c1bb8f86e1fb2b5505d8932f560f8dcac6d6436ebca88
md5: 5b427cbf0259d0a50268901824df6331
depends:
- __osx >=11.0
- aws-c-common >=0.12.4,<0.12.5.0a0
- aws-c-cal >=0.9.2,<0.9.3.0a0
license: Apache-2.0
license_family: APACHE
size: 175631
timestamp: 1753465863221
- conda: https://prefix.dev/conda-forge/linux-64/aws-c-mqtt-0.13.3-h19deb91_3.conda
sha256: 4f1b36a50f9d74267cc73740af252f1d6f2da21a6dbef3c0086df1a78c81ed6f
md5: 1680d64986f8263978c3624f677656c8
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=14
- aws-c-io >=0.21.2,<0.21.3.0a0
- aws-c-common >=0.12.4,<0.12.5.0a0
- aws-c-http >=0.10.4,<0.10.5.0a0
license: Apache-2.0
license_family: APACHE
size: 216117
timestamp: 1753306261844
- conda: https://prefix.dev/conda-forge/osx-arm64/aws-c-mqtt-0.13.3-h625c29d_3.conda
sha256: 129cfcd2132dcc019f85d6259671ed13c0d5d3dfd287ea684bf625503fb8c3b5
md5: 8937dc148e22c1c15d2f181e6b6eee5e
depends:
- __osx >=11.0
- aws-c-common >=0.12.4,<0.12.5.0a0
- aws-c-io >=0.21.2,<0.21.3.0a0
- aws-c-http >=0.10.4,<0.10.5.0a0
license: Apache-2.0
license_family: APACHE
size: 150189
timestamp: 1753306324109
- conda: https://prefix.dev/conda-forge/linux-64/aws-c-s3-0.8.6-h800fcd2_2.conda
sha256: 886345904f41cdcd8ca4a540161d471d18de60871ffcce42242a4812fc90dcea
md5: 50e0900a33add0c715f17648de6be786
depends:
- libgcc >=14
- __glibc >=2.17,<3.0.a0
- aws-c-http >=0.10.4,<0.10.5.0a0
- openssl >=3.5.1,<4.0a0
- aws-c-cal >=0.9.2,<0.9.3.0a0
- aws-c-common >=0.12.4,<0.12.5.0a0
- aws-checksums >=0.2.7,<0.2.8.0a0
- aws-c-auth >=0.9.0,<0.9.1.0a0
- aws-c-io >=0.21.2,<0.21.3.0a0
license: Apache-2.0
license_family: APACHE
size: 137514
timestamp: 1753335820784
- conda: https://prefix.dev/conda-forge/osx-arm64/aws-c-s3-0.8.6-h6ded10d_2.conda
sha256: cd3e9f1ef88e6f77909ddad68d99a620546a94d26ce36c6802a8c04905221cd0
md5: 19821ae3d32c9d446a899562b35ef89e
depends:
- __osx >=11.0
- aws-c-io >=0.21.2,<0.21.3.0a0
- aws-checksums >=0.2.7,<0.2.8.0a0
- aws-c-http >=0.10.4,<0.10.5.0a0
- aws-c-auth >=0.9.0,<0.9.1.0a0
- aws-c-cal >=0.9.2,<0.9.3.0a0
- aws-c-common >=0.12.4,<0.12.5.0a0
license: Apache-2.0
license_family: APACHE
size: 117740
timestamp: 1753335826708
- conda: https://prefix.dev/conda-forge/linux-64/aws-c-sdkutils-0.2.4-h92c474e_1.conda
sha256: a9e071a584be0257b2ec6ab6e1f203e9d6b16d2da2233639432727ffbf424f3d
md5: 4ab554b102065910f098f88b40163835
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=14
- aws-c-common >=0.12.4,<0.12.5.0a0
license: Apache-2.0
license_family: APACHE
size: 59146
timestamp: 1752240966518
- conda: https://prefix.dev/conda-forge/osx-arm64/aws-c-sdkutils-0.2.4-habbe1e8_1.conda
sha256: cab7f54744619b88679c577c9ec8d56957bc8f6829e9966a7e50857fbc6c756d
md5: 9d77627725afb71b57f38355ee9e2829
depends:
- __osx >=11.0
- aws-c-common >=0.12.4,<0.12.5.0a0
license: Apache-2.0
license_family: APACHE
size: 53149
timestamp: 1752240972623
- conda: https://prefix.dev/conda-forge/linux-64/aws-checksums-0.2.7-h92c474e_2.conda
sha256: 7168007329dfb1c063cd5466b33a1f2b8a28a00f587a0974d97219432361b4db
md5: 248831703050fe9a5b2680a7589fdba9
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=14
- aws-c-common >=0.12.4,<0.12.5.0a0
license: Apache-2.0
license_family: APACHE
size: 76748
timestamp: 1752241068761
- conda: https://prefix.dev/conda-forge/osx-arm64/aws-checksums-0.2.7-habbe1e8_2.conda
sha256: 648c3d23df53b4cea1d551e4e54a544284be5436af5453296ed8184d970efc3a
md5: f3f6fef7c8d8ce7f80df37e4aaaf6b93
depends:
- __osx >=11.0
- aws-c-common >=0.12.4,<0.12.5.0a0
license: Apache-2.0
license_family: APACHE
size: 74030
timestamp: 1752241089866
- conda: https://prefix.dev/conda-forge/linux-64/aws-crt-cpp-0.33.1-hb4fd278_2.conda
sha256: 530384aec79a46adbe59e9c20f0c8ec14227aaf4ea2d2b53a30bca8dcbe35309
md5: 81c545e27e527ca1be0cc04b74c20386
depends:
- __glibc >=2.17,<3.0.a0
- libstdcxx >=14
- libgcc >=14
- aws-c-cal >=0.9.2,<0.9.3.0a0
- aws-c-http >=0.10.4,<0.10.5.0a0
- aws-c-s3 >=0.8.6,<0.8.7.0a0
- aws-c-event-stream >=0.5.5,<0.5.6.0a0
- aws-c-io >=0.21.2,<0.21.3.0a0
- aws-c-mqtt >=0.13.3,<0.13.4.0a0
- aws-c-sdkutils >=0.2.4,<0.2.5.0a0
- aws-c-auth >=0.9.0,<0.9.1.0a0
- aws-c-common >=0.12.4,<0.12.5.0a0
license: Apache-2.0
license_family: APACHE
size: 406263
timestamp: 1753342146233
- conda: https://prefix.dev/conda-forge/osx-arm64/aws-crt-cpp-0.33.1-h54a40e1_2.conda
sha256: d7775289c810ecbc08af600cde88980c2f13824d1a721241b83ee9c8e1e044e0
md5: b7e3cbbb712ee459d98dfbc9e4c06941
depends:
- __osx >=11.0
- libcxx >=19
- aws-c-event-stream >=0.5.5,<0.5.6.0a0
- aws-c-sdkutils >=0.2.4,<0.2.5.0a0
- aws-c-cal >=0.9.2,<0.9.3.0a0
- aws-c-auth >=0.9.0,<0.9.1.0a0
- aws-c-mqtt >=0.13.3,<0.13.4.0a0
- aws-c-common >=0.12.4,<0.12.5.0a0
- aws-c-s3 >=0.8.6,<0.8.7.0a0
- aws-c-io >=0.21.2,<0.21.3.0a0
- aws-c-http >=0.10.4,<0.10.5.0a0
license: Apache-2.0
license_family: APACHE
size: 264367
timestamp: 1753342194778
- conda: https://prefix.dev/conda-forge/linux-64/aws-sdk-cpp-1.11.606-h31ade35_1.conda
sha256: f2a6c653c4803e0edb11054d21395d53624ef9ad330d09c692a4dae638c399a4
md5: e33b3d2a2d44ba0fb35373d2343b71dd
depends:
- libstdcxx >=14
- libgcc >=14
- __glibc >=2.17,<3.0.a0
- libcurl >=8.14.1,<9.0a0
- libzlib >=1.3.1,<2.0a0
- aws-c-common >=0.12.4,<0.12.5.0a0
- aws-c-event-stream >=0.5.5,<0.5.6.0a0
- aws-crt-cpp >=0.33.1,<0.33.2.0a0
license: Apache-2.0
license_family: APACHE
size: 3367142
timestamp: 1752920616764
- conda: https://prefix.dev/conda-forge/osx-arm64/aws-sdk-cpp-1.11.606-ha924a42_1.conda
sha256: cce2eeb369bae036eb99ba4eb66f82187d73434d9710c98915af74a2846b2c1c
md5: 6788043d79ceef0cc3116ac2c28bda2e
depends:
- libcxx >=19
- __osx >=11.0
- libzlib >=1.3.1,<2.0a0
- libcurl >=8.14.1,<9.0a0
- aws-c-event-stream >=0.5.5,<0.5.6.0a0
- aws-c-common >=0.12.4,<0.12.5.0a0
- aws-crt-cpp >=0.33.1,<0.33.2.0a0
license: Apache-2.0
license_family: APACHE
size: 3011508
timestamp: 1752898681577
- conda: https://prefix.dev/conda-forge/linux-64/azure-core-cpp-1.16.0-h3a458e0_0.conda
sha256: bd28c90012b063a1733d85a19f83e046f9839ea000e77ecbcac8a87b47d4fb53
md5: c09adf9bb0f9310cf2d7af23a4fbf1ff
depends:
- __glibc >=2.17,<3.0.a0
- libcurl >=8.14.1,<9.0a0
- libgcc >=14
- libstdcxx >=14
- openssl >=3.5.1,<4.0a0
license: MIT
license_family: MIT
size: 348296
timestamp: 1752514821753
- conda: https://prefix.dev/conda-forge/osx-arm64/azure-core-cpp-1.16.0-ha1c5762_0.conda
sha256: 026c0df08f3526bb0ae52077cc2a0e6c73203e4967a10dcfdeaa149c630a7ae7