-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmagic.lock
1376 lines (1376 loc) · 53.5 KB
/
magic.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: 6
environments:
default:
channels:
- url: https://conda.modular.com/max-nightly/
- url: https://conda.modular.com/max/
- url: https://repo.prefix.dev/modular-community/
- url: https://conda.anaconda.org/conda-forge/
packages:
osx-arm64:
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aom-3.9.1-h7bae524_0.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-2025.1.31-hf0a4a13_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.2-h6a3b0d2_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/dav1d-1.2.1-hb547adb_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/dbus-1.13.6-h3818c69_3.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/expat-2.6.4-h286801f_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fluidsynth-2.3.7-h80fea77_0.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/gettext-0.23.1-h3dcc1bd_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gettext-tools-0.23.1-h493aca8_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/harfbuzz-10.4.0-hb72c1af_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-75.1-hfee45f7_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.6.1-pyha770c72_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/lame-3.100-h1a8c8d9_1003.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/libabseil-20240722.0-cxx17_h07bc746_4.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libasprintf-0.23.1-h493aca8_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libasprintf-devel-0.23.1-h493aca8_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libavif16-1.2.0-hf9d1e0e_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-31_h10e41b3_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-31_hb3479ef_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.7-ha82da77_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.23-hec38601_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20250104-pl5321hafb1f1b_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.4-h286801f_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/libflac-1.4.3-hb765f3a_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgettextpo-0.23.1-h493aca8_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgettextpo-devel-0.23.1-h493aca8_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_3.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.82.2-hdff4504_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.18-hfe07756_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.23.1-h493aca8_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-devel-0.23.1-h493aca8_0.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/liblapack-3.9.0-31_hc9a63f6_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.6.4-h39f12f2_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libmad-0.15.1b-h1a8c8d9_1001.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libogg-1.3.5-h99b78c6_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.29-openmp_hf332438_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopus-1.3.1-h27ca646_1.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.47-h3783ad8_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-5.28.3-h3bd63a1_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsentencepiece-0.2.0-he13a0af_10.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsndfile-1.2.2-h9739721_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsodium-1.0.20-h99b78c6_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.49.1-h3f77e49_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.7.0-h551f018_3.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libusb-1.0.27-h93a5062_100.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libvorbis-1.3.7-h9f76cd9_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.5.0-h2471fea_0.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/llvm-openmp-19.1.7-hdb05f8b_0.conda
- conda: https://conda.modular.com/max-nightly/noarch/max-25.2.0.dev2025030505-release.conda
- conda: https://conda.modular.com/max-nightly/osx-arm64/max-core-25.2.0.dev2025030505-release.conda
- conda: https://conda.modular.com/max-nightly/osx-arm64/max-python-25.2.0.dev2025030505-release.conda
- conda: https://conda.modular.com/max-nightly/noarch/mblack-25.2.0.dev2025030505-release.conda
- conda: https://conda.modular.com/max-nightly/noarch/mojo-jupyter-25.2.0.dev2025030505-release.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/mpg123-1.32.9-hf642e45_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_3.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.4-py312h8442bc7_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.4.1-h81ee809_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/opusfile-0.12-h5643135_2.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.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/pixman-0.44.2-h2f9eb0b_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/portaudio-19.6.0-h13dd4ca_9.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/portmidi-2.0.4-h13dd4ca_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pygame-2.6.1-py312hb14fe3b_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.12.9-hc22306f_1_cpython.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.12-5_cp312.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-26.2.1-py312hf4875e0_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/rav1e-0.6.6-h69fbcac_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h1d1bf99_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/sdl2-2.32.50-h994913f_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/sdl2_image-2.8.2-h376e2e1_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/sdl2_mixer-2.6.3-h4fe3bdc_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/sdl2_ttf-2.24.0-h443c5de_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/sdl3-3.2.8-he842692_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/sentencepiece-0.2.0-h22a84ea_10.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/sentencepiece-python-0.2.0-py312h155166a_10.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/sentencepiece-spm-0.2.0-he13a0af_10.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/svt-av1-3.0.0-h8ab69cd_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/osx-arm64/tornado-6.4.2-py312hea69d52_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.1-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025a-h78e105d_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zeromq-4.3.5-hc1bb282_7.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.7-h6491c7d_1.conda
packages:
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aom-3.9.1-h7bae524_0.conda
sha256: ec238f18ce8140485645252351a0eca9ef4f7a1c568a420f240a585229bc12ef
md5: 7adba36492a1bb22d98ffffe4f6fc6de
depends:
- __osx >=11.0
- libcxx >=16
license: BSD-2-Clause
license_family: BSD
size: 2235747
timestamp: 1718551382432
- conda: 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
size: 122909
timestamp: 1720974522888
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2025.1.31-hf0a4a13_0.conda
sha256: 7e12816618173fe70f5c638b72adf4bfd4ddabf27794369bb17871c5bb75b9f9
md5: 3569d6a9141adc64d2fe4797f3289e06
license: ISC
size: 158425
timestamp: 1738298167688
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.2-h6a3b0d2_1.conda
sha256: 9a28344e806b89c87fda0cdabd2fb961e5d2ff97107dba25bac9f5dc57220cc3
md5: 8e3666c3f6e2c3e57aa261ab103a3600
depends:
- __osx >=11.0
- fontconfig >=2.15.0,<3.0a0
- fonts-conda-ecosystem
- freetype >=2.12.1,<3.0a0
- icu >=75.1,<76.0a0
- libcxx >=18
- libexpat >=2.6.4,<3.0a0
- libglib >=2.82.2,<3.0a0
- libpng >=1.6.44,<1.7.0a0
- libzlib >=1.3.1,<2.0a0
- pixman >=0.44.2,<1.0a0
license: LGPL-2.1-only or MPL-1.1
size: 894517
timestamp: 1733791145035
- conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda
sha256: c920d23cd1fcf565031c679adb62d848af60d6fbb0edc2d50ba475cea4f0d8ab
md5: f22f4d4970e09d68a10b922cbb0408d3
depends:
- __unix
- python >=3.9
license: BSD-3-Clause
license_family: BSD
size: 84705
timestamp: 1734858922844
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda
sha256: ab29d57dc70786c1269633ba3dff20288b81664d3ff8d21af995742e2bb03287
md5: 962b9857ee8e7018c22f2776ffa0b2d7
depends:
- python >=3.9
license: BSD-3-Clause
license_family: BSD
size: 27011
timestamp: 1733218222191
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/dav1d-1.2.1-hb547adb_0.conda
sha256: 93e077b880a85baec8227e8c72199220c7f87849ad32d02c14fb3807368260b8
md5: 5a74cdee497e6b65173e10d94582fae6
license: BSD-2-Clause
license_family: BSD
size: 316394
timestamp: 1685695959391
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/dbus-1.13.6-h3818c69_3.tar.bz2
sha256: fb21c1e677b43f5de8462f15bfbd0dce271cfe60cf1e6df50bc057b11feb52e1
md5: 23730a06679644276233a5894eb2ef00
depends:
- expat >=2.4.2,<3.0a0
- libglib >=2.70.2,<3.0a0
license: GPL-2.0-or-later
license_family: GPL
size: 574595
timestamp: 1640112246560
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/expat-2.6.4-h286801f_0.conda
sha256: e621a088b762a8aa99bd8f3ef10e2efe923713bc476babb90e7919f6c13a358b
md5: a37ffeecc1b8a62205bdd8319652758b
depends:
- __osx >=11.0
- libexpat 2.6.4 h286801f_0
license: MIT
license_family: MIT
size: 124765
timestamp: 1730967188116
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fluidsynth-2.3.7-h80fea77_0.conda
sha256: e4c39119797493d4f085cd6274e123372bec77e05ef93203ccf5dee714bfd9c3
md5: dc2fc082a05af6a790d3e8e3e6489e6c
depends:
- __osx >=11.0
- libcxx >=17
- libglib >=2.82.2,<3.0a0
- libsndfile >=1.2.2,<1.3.0a0
- portaudio >=19.6.0,<19.7.0a0
- readline >=8.2,<9.0a0
- sdl2 >=2.30.7,<3.0a0
license: GPL-2.0-or-later
license_family: LGPL
size: 234967
timestamp: 1729590579216
- conda: 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
size: 397370
timestamp: 1566932522327
- conda: 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
size: 96530
timestamp: 1620479909603
- conda: 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
size: 700814
timestamp: 1620479612257
- conda: 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
size: 1620504
timestamp: 1727511233259
- conda: 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
size: 234227
timestamp: 1730284037572
- conda: 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
size: 3667
timestamp: 1566974674465
- conda: 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
size: 4102
timestamp: 1566932280397
- conda: 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
size: 596430
timestamp: 1694616332835
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gettext-0.23.1-h3dcc1bd_0.conda
sha256: 9311cd9e64f0ae3bccae58b5b68a4804abd8b3c49f4f327b9573b50b026b317e
md5: 123c4d62e1bcba6274511af8c7cf40d5
depends:
- __osx >=11.0
- gettext-tools 0.23.1 h493aca8_0
- libasprintf 0.23.1 h493aca8_0
- libasprintf-devel 0.23.1 h493aca8_0
- libcxx >=18
- libgettextpo 0.23.1 h493aca8_0
- libgettextpo-devel 0.23.1 h493aca8_0
- libiconv >=1.17,<2.0a0
- libintl 0.23.1 h493aca8_0
- libintl-devel 0.23.1 h493aca8_0
license: LGPL-2.1-or-later AND GPL-3.0-or-later
size: 484476
timestamp: 1739039461682
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gettext-tools-0.23.1-h493aca8_0.conda
sha256: c26b38bcff84b3af52f061f55de27a45fb2e9a0544c32b3cbddf8be97c80c296
md5: 4086817e75778198f96c9b2ed4bc5a6e
depends:
- __osx >=11.0
- libiconv >=1.17,<2.0a0
- libintl 0.23.1 h493aca8_0
license: GPL-3.0-or-later
license_family: GPL
size: 2890553
timestamp: 1739039406578
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphite2-1.3.13-hebf3989_1003.conda
sha256: 2eadafbfc52f5e7df3da3c3b7e5bbe34d970bea1d645ffe60b0b1c3a216657f5
md5: 339991336eeddb70076d8ca826dac625
depends:
- libcxx >=16
license: LGPL-2.0-or-later
license_family: LGPL
size: 79774
timestamp: 1711634444608
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-10.4.0-hb72c1af_0.conda
sha256: 5c0ba63cdc0ccda3309923deff839528cf870daf4ae0173ab07e275698236321
md5: c13f50a1000cc3adadb2d93c76dcedab
depends:
- __osx >=11.0
- cairo >=1.18.2,<2.0a0
- freetype >=2.12.1,<3.0a0
- graphite2
- icu >=75.1,<76.0a0
- libcxx >=18
- libexpat >=2.6.4,<3.0a0
- libglib >=2.82.2,<3.0a0
- libzlib >=1.3.1,<2.0a0
license: MIT
license_family: MIT
size: 1380378
timestamp: 1741016758098
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-75.1-hfee45f7_0.conda
sha256: 9ba12c93406f3df5ab0a43db8a4b4ef67a5871dfd401010fbe29b218b2cbe620
md5: 5eb22c1d7b3fc4abb50d92d621583137
depends:
- __osx >=11.0
license: MIT
license_family: MIT
size: 11857802
timestamp: 1720853997952
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.6.1-pyha770c72_0.conda
sha256: 598951ebdb23e25e4cec4bbff0ae369cec65ead80b50bc08b441d8e54de5cf03
md5: f4b39bf00c69f56ac01e020ebfac066c
depends:
- python >=3.9
- zipp >=0.5
license: Apache-2.0
license_family: APACHE
size: 29141
timestamp: 1737420302391
- conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda
sha256: 19d8bd5bb2fde910ec59e081eeb59529491995ce0d653a5209366611023a0b3a
md5: 4ebae00eae9705b0c3d6d1018a81d047
depends:
- importlib-metadata >=4.8.3
- jupyter_core >=4.12,!=5.0.*
- python >=3.9
- python-dateutil >=2.8.2
- pyzmq >=23.0
- tornado >=6.2
- traitlets >=5.3
license: BSD-3-Clause
license_family: BSD
size: 106342
timestamp: 1733441040958
- conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda
sha256: 732b1e8536bc22a5a174baa79842d79db2f4956d90293dd82dc1b3f6099bcccd
md5: 0a2980dada0dd7fd0998f0342308b1b1
depends:
- __unix
- platformdirs >=2.5
- python >=3.8
- traitlets >=5.3
license: BSD-3-Clause
license_family: BSD
size: 57671
timestamp: 1727163547058
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda
sha256: 4442f957c3c77d69d9da3521268cad5d54c9033f1a73f99cde0a3658937b159b
md5: c6dc8a0fdec13a0565936655c33069a1
depends:
- __osx >=11.0
- libcxx >=16
- libedit >=3.1.20191231,<3.2.0a0
- libedit >=3.1.20191231,<4.0a0
- openssl >=3.3.1,<4.0a0
license: MIT
license_family: MIT
size: 1155530
timestamp: 1719463474401
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/lame-3.100-h1a8c8d9_1003.tar.bz2
sha256: f40ce7324b2cf5338b766d4cdb8e0453e4156a4f83c2f31bbfff750785de304c
md5: bff0e851d66725f78dc2fd8b032ddb7e
license: LGPL-2.0-only
license_family: LGPL
size: 528805
timestamp: 1664996399305
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/lerc-4.0.0-h9a09cb3_0.tar.bz2
sha256: 6f068bb53dfb6147d3147d981bb851bb5477e769407ad4e6a68edf482fdcb958
md5: de462d5aacda3b30721b512c5da4e742
depends:
- libcxx >=13.0.1
license: Apache-2.0
license_family: Apache
size: 215721
timestamp: 1657977558796
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20240722.0-cxx17_h07bc746_4.conda
sha256: 05fa5e5e908962b9c5aba95f962e2ca81d9599c4715aebe5e4ddb72b309d1770
md5: c2d95bd7aa8d564a9bd7eca5e571a5b3
depends:
- __osx >=11.0
- libcxx >=18
constrains:
- libabseil-static =20240722.0=cxx17*
- abseil-cpp =20240722.0
license: Apache-2.0
license_family: Apache
size: 1178260
timestamp: 1736008642885
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libasprintf-0.23.1-h493aca8_0.conda
sha256: 2b27d2ede7867fd362f94644aac1d7fb9af7f7fc3f122cb014647b47ffd402a4
md5: baf9e4423f10a15ca7eab26480007639
depends:
- __osx >=11.0
- libcxx >=18
license: LGPL-2.1-or-later
size: 41679
timestamp: 1739039255705
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libasprintf-devel-0.23.1-h493aca8_0.conda
sha256: 25999d3c78270440e7e9e06c2e6f4a2e1ac11d2df84ac7b24280c6f530eed06f
md5: 13d4d79418eb3137fc94fe61e9e572e7
depends:
- __osx >=11.0
- libasprintf 0.23.1 h493aca8_0
license: LGPL-2.1-or-later
size: 34641
timestamp: 1739039285881
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libavif16-1.2.0-hf9d1e0e_0.conda
sha256: afe3677b64411ce79af6c42612c1a4a7ea2b537db301674261486544c0bf327e
md5: 64c52c1ca687cadb656e00282c9e5a66
depends:
- __osx >=11.0
- aom >=3.9.1,<3.10.0a0
- dav1d >=1.2.1,<1.2.2.0a0
- rav1e >=0.6.6,<1.0a0
- svt-av1 >=3.0.0,<3.0.1.0a0
license: BSD-2-Clause
license_family: BSD
size: 110534
timestamp: 1741022698879
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-31_h10e41b3_openblas.conda
build_number: 31
sha256: 369586e7688b59b4f92c709b99d847d66d4d095425db327dd32ee5e6ab74697f
md5: 39b053da5e7035c6592102280aa7612a
depends:
- libopenblas >=0.3.29,<0.3.30.0a0
- libopenblas >=0.3.29,<1.0a0
constrains:
- liblapacke =3.9.0=31*_openblas
- libcblas =3.9.0=31*_openblas
- blas =2.131=openblas
- mkl <2025
- liblapack =3.9.0=31*_openblas
license: BSD-3-Clause
license_family: BSD
size: 17123
timestamp: 1740088119350
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-31_hb3479ef_openblas.conda
build_number: 31
sha256: f237486cc9118d09d0f3ff8820280de34365f98ee7b7dc5ab923b04c7cbf25a5
md5: 7353c2bf0e90834cb70545671996d871
depends:
- libblas 3.9.0 31_h10e41b3_openblas
constrains:
- liblapacke =3.9.0=31*_openblas
- blas =2.131=openblas
- liblapack =3.9.0=31*_openblas
license: BSD-3-Clause
license_family: BSD
size: 17032
timestamp: 1740088127097
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.7-ha82da77_0.conda
sha256: 776092346da87a2a23502e14d91eb0c32699c4a1522b7331537bd1c3751dcff5
md5: 5b3e1610ff8bd5443476b91d618f5b77
depends:
- __osx >=11.0
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 523505
timestamp: 1736877862502
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.23-hec38601_0.conda
sha256: 887c02deaed6d583459eba6367023e36d8761085b2f7126e389424f57155da53
md5: 1d8b9588be14e71df38c525767a1ac30
depends:
- __osx >=11.0
license: MIT
license_family: MIT
size: 54132
timestamp: 1734373971372
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20250104-pl5321hafb1f1b_0.conda
sha256: 66aa216a403de0bb0c1340a88d1a06adaff66bae2cfd196731aa24db9859d631
md5: 44083d2d2c2025afca315c7a172eab2b
depends:
- ncurses
- __osx >=11.0
- ncurses >=6.5,<7.0a0
license: BSD-2-Clause
license_family: BSD
size: 107691
timestamp: 1738479560845
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.4-h286801f_0.conda
sha256: e42ab5ace927ee7c84e3f0f7d813671e1cf3529f5f06ee5899606630498c2745
md5: 38d2656dd914feb0cab8c629370768bf
depends:
- __osx >=11.0
constrains:
- expat 2.6.4.*
license: MIT
license_family: MIT
size: 64693
timestamp: 1730967175868
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2
sha256: 41b3d13efb775e340e4dba549ab5c029611ea6918703096b2eaa9c015c0750ca
md5: 086914b672be056eb70fd4285b6783b6
license: MIT
license_family: MIT
size: 39020
timestamp: 1636488587153
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libflac-1.4.3-hb765f3a_0.conda
sha256: 3990b52782fe7207ab642df25368ed443094f6d1a7ea61854935c24192b388aa
md5: 356faba64411660f6c4d24ea31640733
depends:
- gettext >=0.21.1,<1.0a0
- libcxx >=15.0.7
- libogg 1.3.*
- libogg >=1.3.4,<1.4.0a0
license: BSD-3-Clause
license_family: BSD
size: 314408
timestamp: 1687766236790
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgettextpo-0.23.1-h493aca8_0.conda
sha256: 4dbd3f698d027330033f06778567eda5b985e2348ca92900083654a114ddd051
md5: 18ad77def4cb7326692033eded9c815d
depends:
- __osx >=11.0
- libiconv >=1.17,<2.0a0
- libintl 0.23.1 h493aca8_0
license: GPL-3.0-or-later
license_family: GPL
size: 166929
timestamp: 1739039303132
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgettextpo-devel-0.23.1-h493aca8_0.conda
sha256: 6031e57ba3c03ca34422b847b98fb70e697a5c10556c8d7b30410a96754c25d8
md5: e6f75805f4b533d449a5a6d60cbc9a71
depends:
- __osx >=11.0
- libgettextpo 0.23.1 h493aca8_0
- libiconv >=1.17,<2.0a0
- libintl 0.23.1 h493aca8_0
license: GPL-3.0-or-later
license_family: GPL
size: 37264
timestamp: 1739039332924
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_3.conda
sha256: 44e541b4821c96b28b27fef5630883a60ce4fee91fd9c79f25a199f8f73f337b
md5: 4a55d9e169114b2b90d3ec4604cd7bbf
depends:
- libgfortran5 13.2.0 hf226fd6_3
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 110233
timestamp: 1707330749033
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda
sha256: bafc679eedb468a86aa4636061c55966186399ee0a04b605920d208d97ac579a
md5: 66ac81d54e95c534ae488726c1f698ea
depends:
- llvm-openmp >=8.0.0
constrains:
- libgfortran 5.0.0 13_2_0_*_3
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 997381
timestamp: 1707330687590
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.82.2-hdff4504_1.conda
sha256: d002aeaa51424e331f8504a54b6ba4388a6011a0ebcac29296f3d14282bf733b
md5: 849da57c370384ce48bef2e050488882
depends:
- __osx >=11.0
- libffi >=3.4,<4.0a0
- libiconv >=1.17,<2.0a0
- libintl >=0.22.5,<1.0a0
- libzlib >=1.3.1,<2.0a0
- pcre2 >=10.44,<10.45.0a0
constrains:
- glib 2.82.2 *_1
license: LGPL-2.1-or-later
size: 3643364
timestamp: 1737037789629
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.18-hfe07756_1.conda
sha256: d30780d24bf3a30b4f116fca74dedb4199b34d500fe6c52cced5f8cc1e926f03
md5: 450e6bdc0c7d986acf7b8443dce87111
depends:
- __osx >=11.0
license: LGPL-2.1-only
size: 681804
timestamp: 1740128227484
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.23.1-h493aca8_0.conda
sha256: 30d2a8a37070615a61777ce9317968b54c2197d04e9c6c2eea6cdb46e47f94dc
md5: 7b8faf3b5fc52744bda99c4cd1d6438d
depends:
- __osx >=11.0
- libiconv >=1.17,<2.0a0
license: LGPL-2.1-or-later
size: 78921
timestamp: 1739039271409
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-devel-0.23.1-h493aca8_0.conda
sha256: 5db07fa57b8cb916784353aa035fbf32aa7ee2905e38a8e70b168160372833f0
md5: f9c6d5edc5951ef4010be8cbde9f12d4
depends:
- __osx >=11.0
- libiconv >=1.17,<2.0a0
- libintl 0.23.1 h493aca8_0
license: LGPL-2.1-or-later
size: 39774
timestamp: 1739039317742
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda
sha256: a42054eaa38e84fc1e5ab443facac4bbc9d1b6b6f23f54b7bf4f1eb687e1d993
md5: 3ff1e053dc3a2b8e36b9bfa4256a58d1
constrains:
- jpeg <0.0.0a
license: IJG AND BSD-3-Clause AND Zlib
size: 547541
timestamp: 1694475104253
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-31_hc9a63f6_openblas.conda
build_number: 31
sha256: fe55b9aaf82c6c0192c3d1fcc9b8e884f97492dda9a8de5dae29334b3135fab5
md5: ff57a55a2cbce171ef5707fb463caf19
depends:
- libblas 3.9.0 31_h10e41b3_openblas
constrains:
- liblapacke =3.9.0=31*_openblas
- libcblas =3.9.0=31*_openblas
- blas =2.131=openblas
license: BSD-3-Clause
license_family: BSD
size: 17033
timestamp: 1740088134988
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.6.4-h39f12f2_0.conda
sha256: 560c59d3834cc652a84fb45531bd335ad06e271b34ebc216e380a89798fe8e2c
md5: e3fd1f8320a100f2b210e690a57cd615
depends:
- __osx >=11.0
license: 0BSD
size: 98945
timestamp: 1738525462560
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libmad-0.15.1b-h1a8c8d9_1001.conda
sha256: 8e9209acf4bf6865760e61dc0d86116ffc9efc3e13c7f559eb1ea78532a3a625
md5: 1eb30852ed396fbe6e301fe6d715aef9
license: GPL-2.0-only
license_family: GPL
size: 77255
timestamp: 1670815732700
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libogg-1.3.5-h99b78c6_0.conda
sha256: 685f73b7241978007dfe0cecb9cae46c6a26d87d192b6f85a09eb65023c0b99e
md5: 57b668b9b78dea2c08e44bb2385d57c0
depends:
- __osx >=11.0
license: BSD-3-Clause
license_family: BSD
size: 205451
timestamp: 1719301708541
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.29-openmp_hf332438_0.conda
sha256: 8989d9e01ec8c9b2d48dbb5efbe70b356fcd15990fb53b64fcb84798982c0343
md5: 0cd1148c68f09027ee0b0f0179f77c30
depends:
- __osx >=11.0
- libgfortran 5.*
- libgfortran5 >=13.2.0
- llvm-openmp >=18.1.8
constrains:
- openblas >=0.3.29,<0.3.30.0a0
license: BSD-3-Clause
license_family: BSD
size: 4168442
timestamp: 1739825514918
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopus-1.3.1-h27ca646_1.tar.bz2
sha256: e9912101a58cbc609a1917c5289f3bd1f600c82ed3a1c90a6dd4ca02df77958a
md5: 3d0dbee0ccd2f6d6781d270313627b62
license: BSD-3-Clause
license_family: BSD
size: 252854
timestamp: 1606823635137
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.47-h3783ad8_0.conda
sha256: dc93cc30f59b28e7812c6f14d2c2e590b509c38092cce7ababe6b23541b7ed8f
md5: 3550e05e3af94a3fa9cef2694417ccdf
depends:
- __osx >=11.0
- libzlib >=1.3.1,<2.0a0
license: zlib-acknowledgement
size: 259332
timestamp: 1739953032676
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-5.28.3-h3bd63a1_1.conda
sha256: f58a16b13ad53346903c833e266f83c3d770a43a432659b98710aed85ca885e7
md5: bdbfea4cf45ae36652c6bbcc2e7ebe91
depends:
- __osx >=11.0
- libabseil * cxx17*
- libabseil >=20240722.0,<20240723.0a0
- libcxx >=18
- libzlib >=1.3.1,<2.0a0
license: BSD-3-Clause
license_family: BSD
size: 2271580
timestamp: 1735576361997
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsentencepiece-0.2.0-he13a0af_10.conda
sha256: 3347a8840d085ce1661928e736229f068d56c84312fbed90886e059023d85611
md5: 1f67e5e30edd56e0a0bf6df6bb711a9d
depends:
- __osx >=11.0
- libabseil * cxx17*
- libabseil >=20240722.0,<20240723.0a0
- libcxx >=18
- libprotobuf >=5.28.3,<5.28.4.0a0
license: Apache-2.0
license_family: Apache
size: 754657
timestamp: 1735628030895
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsndfile-1.2.2-h9739721_1.conda
sha256: e559f2f72bb03a554aa5b74230fa19160d33c7981ed385294f1eea9a5871cc03
md5: 77d552455cbc52e089cdb9df5b283199
depends:
- lame >=3.100,<3.101.0a0
- libcxx >=15.0.7
- libflac >=1.4.3,<1.5.0a0
- libogg >=1.3.4,<1.4.0a0
- libopus >=1.3.1,<2.0a0
- libvorbis >=1.3.7,<1.4.0a0
- mpg123 >=1.32.1,<1.33.0a0
license: LGPL-2.1-or-later
license_family: LGPL
size: 317185
timestamp: 1695747981394
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsodium-1.0.20-h99b78c6_0.conda
sha256: fade8223e1e1004367d7101dd17261003b60aa576df6d7802191f8972f7470b1
md5: a7ce36e284c5faaf93c220dfc39e3abd
depends:
- __osx >=11.0
license: ISC
size: 164972
timestamp: 1716828607917
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.49.1-h3f77e49_1.conda
sha256: 266639fb10ca92287961574b0b4d6031fa40dd9d723d64a0fcb08513a24dab03
md5: c83357a21092bd952933c36c5cb4f4d6
depends:
- __osx >=11.0
- libzlib >=1.3.1,<2.0a0
license: Unlicense
size: 898767
timestamp: 1739953312379
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.7.0-h551f018_3.conda
sha256: 91417846157e04992801438a496b151df89604b2e7c6775d6f701fcd0cbed5ae
md5: a5d084a957563e614ec0c0196d890654
depends:
- __osx >=11.0
- lerc >=4.0.0,<5.0a0
- libcxx >=18
- libdeflate >=1.23,<1.24.0a0
- libjpeg-turbo >=3.0.0,<4.0a0
- liblzma >=5.6.3,<6.0a0
- libwebp-base >=1.4.0,<2.0a0
- libzlib >=1.3.1,<2.0a0
- zstd >=1.5.6,<1.6.0a0
license: HPND
size: 370600
timestamp: 1734398863052
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libusb-1.0.27-h93a5062_100.conda
sha256: 37c377ee456eb77a4f4b15e289ef6c2d213786d2f4c11c7320fd2f654e7642d6
md5: 711b8190e3e1e30a6598f5f76e0f8a20
license: LGPL-2.1-or-later
size: 80917
timestamp: 1706828785473
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libvorbis-1.3.7-h9f76cd9_0.tar.bz2
sha256: 60457217e20d8b24a8390c81338a8fa69c8656b440c067cd82f802a09da93cb9
md5: 92a1a88d1a1d468c19d9e1659ac8d3df
depends:
- libcxx >=11.0.0
- libogg >=1.3.4,<1.4.0a0
license: BSD-3-Clause
license_family: BSD
size: 254839
timestamp: 1610609991029
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.5.0-h2471fea_0.conda
sha256: f8bdb876b4bc8cb5df47c28af29188de8911c3fea4b799a33743500149de3f4a
md5: 569466afeb84f90d5bb88c11cc23d746
depends:
- __osx >=11.0
constrains:
- libwebp 1.5.0
license: BSD-3-Clause
license_family: BSD
size: 290013
timestamp: 1734777593617
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda
sha256: ce34669eadaba351cd54910743e6a2261b67009624dbc7daeeafdef93616711b
md5: 369964e85dc26bfe78f41399b366c435
depends:
- __osx >=11.0
constrains:
- zlib 1.3.1 *_2
license: Zlib
license_family: Other
size: 46438
timestamp: 1727963202283
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-19.1.7-hdb05f8b_0.conda
sha256: b92a669f2059874ebdcb69041b6c243d68ffc3fb356ac1339cec44aeb27245d7
md5: c4d54bfd3817313ce758aa76283b118d
depends:
- __osx >=11.0
constrains:
- openmp 19.1.7|19.1.7.*
license: Apache-2.0 WITH LLVM-exception
license_family: APACHE
size: 280830
timestamp: 1736986295869
- conda: https://conda.modular.com/max-nightly/noarch/max-25.2.0.dev2025030505-release.conda
noarch: python
sha256: 64d7c1da26831ff9ce866afc7196d11cf9f73a733ee578d9f08c19f372fd7896
md5: 666f7089cf6ed0782ff6afd95b72553e
depends:
- max-core ==25.2.0.dev2025030505 release
- max-python ==25.2.0.dev2025030505 release
- mojo-jupyter ==25.2.0.dev2025030505 release
- mblack ==25.2.0.dev2025030505 release
license: LicenseRef-Modular-Proprietary
size: 9901
timestamp: 1741151875422
- conda: https://conda.modular.com/max-nightly/osx-arm64/max-core-25.2.0.dev2025030505-release.conda
sha256: 392f4a5fb004185a081943245b548b480dd8ea3b436b00dea7fd94a2fd95e432
md5: 2f5c5a1cee338f62af14e4ce383b94ac
depends:
- mblack ==25.2.0.dev2025030505 release
license: LicenseRef-Modular-Proprietary
size: 222699755
timestamp: 1741152892732
- conda: https://conda.modular.com/max-nightly/osx-arm64/max-python-25.2.0.dev2025030505-release.conda
noarch: python
sha256: b1eb9d6c62aae02b1d9c762cf3e58931ae82b4eba26a6db4881462d3664076e4
md5: 31dbde14f2e8c2549ef36e6106222baa
depends:
- max-core ==25.2.0.dev2025030505 release
- click >=8.0.0
- numpy >=1.18,<2.0
- sentencepiece >=0.2.0
- tqdm >=4.67.1
constrains:
- aiohttp >=3.11.12
- fastapi >=0.114.2
- gguf >=0.14.0
- hf-transfer >=0.1.9
- httpx >=0.28.1
- huggingface_hub >=0.24.0
- nvitop >=1.4.1
- opentelemetry-api >=1.29.0
- opentelemetry-exporter-otlp-proto-http >=1.27.0
- opentelemetry-exporter-prometheus >=0.48b0,<1.1.12.0rc1
- opentelemetry-sdk >=1.29.0,<2.0
- pillow >=10.3.0
- prometheus_client >=0.21.0
- prometheus-async >=22.2.0
- psutil >=6.1.1
- pydantic
- pydantic-settings >=2.7.1
- pyinstrument >=5.0.1
- python-json-logger >=2.0.7
- requests >=2.32.3
- rich >=13.9.4
- safetensors >=0.5.2
- sentinel >=0.3.0
- sse-starlette >=2.1.2
- tokenizers >=0.19.0
- pytorch >=2.2.2,<=2.5.1
- transformers >=4.40.1
- uvicorn >=0.34.0
- uvloop >=0.21.0
- xgrammar ==0.1.11
license: LicenseRef-Modular-Proprietary
size: 115816225
timestamp: 1741152892732
- conda: https://conda.modular.com/max-nightly/noarch/mblack-25.2.0.dev2025030505-release.conda
noarch: python
sha256: 0b240303caf92a40e9c1f478a307adcd0b1835a008e99761d85e30bec95f0b68
md5: 289079fbe687f566788f12e0af751f9d
depends:
- python >=3.9,<3.13
- click >=8.0.0
- mypy_extensions >=0.4.3
- packaging >=22.0
- pathspec >=0.9.0
- platformdirs >=2
- typing_extensions >=v4.12.2
- python
license: MIT
size: 130853
timestamp: 1741151875422
- conda: https://conda.modular.com/max-nightly/noarch/mojo-jupyter-25.2.0.dev2025030505-release.conda
noarch: python
sha256: 6356a278d1ec2663a954558f3445c8053a1c7877e12c933ca760f6b7949ef14b
md5: 043fc35a70653e5c18bee8959de9087c
depends:
- max-core ==25.2.0.dev2025030505 release
- python >=3.9,<3.13
- jupyter_client >=8.6.2,<8.7
- python
license: LicenseRef-Modular-Proprietary
size: 22986
timestamp: 1741151875422
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/mpg123-1.32.9-hf642e45_0.conda
sha256: 070bbbbb96856c325c0b6637638ce535afdc49adbaff306e2238c6032d28dddf
md5: d2b4857bdc3b76c36e23236172d09840
depends:
- __osx >=11.0
- libcxx >=18
license: LGPL-2.1-only
license_family: LGPL
size: 360712
timestamp: 1730581491116
- conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda
sha256: 1895f47b7d68581a6facde5cb13ab8c2764c2e53a76bd746f8f98910dc4e08fe
md5: 29097e7ea634a45cc5386b95cac6568f
depends:
- python >=3.9
license: MIT
license_family: MIT
size: 10854
timestamp: 1733230986902
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_3.conda
sha256: 2827ada40e8d9ca69a153a45f7fd14f32b2ead7045d3bbb5d10964898fe65733
md5: 068d497125e4bf8a66bf707254fff5ae
depends:
- __osx >=11.0
license: X11 AND BSD-3-Clause
size: 797030
timestamp: 1738196177597
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.4-py312h8442bc7_0.conda
sha256: c8841d6d6f61fd70ca80682efbab6bdb8606dc77c68d8acabfbd7c222054f518
md5: d83fc83d589e2625a3451c9a7e21047c
depends:
- libblas >=3.9.0,<4.0a0
- libcblas >=3.9.0,<4.0a0
- libcxx >=16
- liblapack >=3.9.0,<4.0a0
- python >=3.12,<3.13.0a0
- python >=3.12,<3.13.0a0 *_cpython
- python_abi 3.12.* *_cp312
constrains:
- numpy-base <0a0
license: BSD-3-Clause
license_family: BSD
size: 6073136
timestamp: 1707226249608
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.4.1-h81ee809_0.conda
sha256: 4f8e2389e1b711b44182a075516d02c80fa7a3a7e25a71ff1b5ace9eae57a17a
md5: 75f9f0c7b1740017e2db83a53ab9a28e
depends:
- __osx >=11.0
- ca-certificates
license: Apache-2.0
license_family: Apache
size: 2934522
timestamp: 1739301896733
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/opusfile-0.12-h5643135_2.conda
sha256: 108dbee936a8e3c21d2aa5618326343844df8f1fe14067c4dc5a731d7945ecc0
md5: e34e472ae04beeb642c5e937a2aeeebf
depends:
- libogg >=1.3.4,<1.4.0a0
- libopus >=1.3.1,<2.0a0
- openssl >=3.0.7,<4.0a0
license: BSD-3-Clause
license_family: BSD
size: 80128