-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpixi.lock
More file actions
2002 lines (2002 loc) · 77.6 KB
/
pixi.lock
File metadata and controls
2002 lines (2002 loc) · 77.6 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.anaconda.org/conda-forge/
packages:
linux-64:
- conda: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils-2.44-h4852527_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.44-h4bf12b8_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.44-h4852527_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.11.0-h4d9bdce_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.8.3-hbd8a1cb_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/conda-gcc-specs-14.3.0-hb991d5c_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.11.0-hfcd1e18_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc-14.3.0-h76bdaa0_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-14.3.0-hd9e9e21_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-14.3.0-h1382650_11.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gdbm-1.18-h0a1914f_2.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx-14.3.0-he448592_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-14.3.0-he663afc_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-14.3.0-ha7acb78_11.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-4.18.0-he073ed8_8.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.44-h1423503_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.1.0-h767d61c_5.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-14.3.0-h85bb3a7_105.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.1.0-h767d61c_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-14.3.0-hd08acf3_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.1.0-h8f9b012_5.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-14.3.0-h85bb3a7_105.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.1.0-h4852527_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/make-4.4.1-hb9d3cd8_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.5.3-h26f9b46_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pkg-config-0.29.2-h4bc722e_1009.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8c095d6_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ruby-3.4.5-hd8161a3_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.28-h4ee821c_8.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025b-h78e105d_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda
osx-64:
- conda: https://conda.anaconda.org/conda-forge/osx-64/c-compiler-1.11.0-h7a00415_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.8.3-hbd8a1cb_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/cctools-1024.3-h67a6458_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/cctools_osx-64-1024.3-haa85c18_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/clang-19-19.1.7-default_hc369343_4.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/clang-19.1.7-default_h1323312_4.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/clang_impl_osx-64-19.1.7-hc73cdc9_25.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/clang_osx-64-19.1.7-h7e5c614_25.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/clangxx-19.1.7-default_h1c12a56_4.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/clangxx_impl_osx-64-19.1.7-hb295874_25.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/clangxx_osx-64-19.1.7-h7e5c614_25.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/compiler-rt-19.1.7-he914875_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_osx-64-19.1.7-h138dee1_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/cxx-compiler-1.11.0-h307afc9_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/gdbm-1.18-h8a0c380_2.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/osx-64/gettext-0.25.1-he52a196_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/gettext-tools-0.25.1-h3184127_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/gmp-6.3.0-hf036a51_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/icu-75.1-h120a0e1_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/ld64-955.13-hc3792c1_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/ld64_osx-64-955.13-hf1c22e8_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libasprintf-0.25.1-h3184127_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libasprintf-devel-0.25.1-h3184127_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libclang-cpp19.1-19.1.7-default_hc369343_4.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-21.1.1-h3d58e20_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-devel-19.1.7-h7c275be_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.6-h281671d_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libgettextpo-0.25.1-h3184127_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libgettextpo-devel-0.25.1-h3184127_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.18-h57a12c2_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.25.1-h3184127_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libintl-devel-0.25.1-h3184127_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libllvm19-19.1.7-h56e7563_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/liblzma-5.8.1-hd471939_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libxml2-16-2.15.0-ha1d9b0f_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.15.0-h7b7ecba_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-hd23fc13_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-21.1.0-hf4e0ed4_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-tools-19-19.1.7-h879f4bc_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-tools-19.1.7-hb0207f0_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/make-4.4.1-h00291cd_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h0622a9a_3.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.5.3-h230baf5_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/pkg-config-0.29.2-hf7e621a_1009.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h7cca4af_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/ruby-3.4.5-h7b51872_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/sigtool-0.1.3-h88f4db0_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/osx-64/tapi-1300.6.5-h390ca13_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/yaml-0.2.5-h4132b18_3.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.7-h8210216_2.conda
osx-arm64:
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-hd037594_8.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-compiler-1.11.0-h61f9b84_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.8.3-hbd8a1cb_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cctools-1024.3-hd01ab73_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cctools_osx-arm64-1024.3-haeb51d2_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-19-19.1.7-default_h73dfc95_4.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-19.1.7-default_hf9bcbb7_4.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang_impl_osx-arm64-19.1.7-h76e6a08_25.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang_osx-arm64-19.1.7-h07b0088_25.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx-19.1.7-default_h36137df_4.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_impl_osx-arm64-19.1.7-h276745f_25.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_osx-arm64-19.1.7-h07b0088_25.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/compiler-rt-19.1.7-h855ad52_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_osx-arm64-19.1.7-he32a8d3_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cxx-compiler-1.11.0-h88570a1_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gettext-0.25.1-h3dcc1bd_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gettext-tools-0.25.1-h493aca8_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gmp-6.3.0-h7bae524_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ld64-955.13-he86490a_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ld64_osx-arm64-955.13-hc42d924_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libasprintf-0.25.1-h493aca8_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libasprintf-devel-0.25.1-h493aca8_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libclang-cpp19.1-19.1.7-default_h73dfc95_4.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-21.1.1-hf598326_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-devel-19.1.7-h6dc3340_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.6-h1da3d7d_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgettextpo-0.25.1-h493aca8_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgettextpo-devel-0.25.1-h493aca8_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.86.0-h1bb475b_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.18-h23cfdf5_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.25.1-h493aca8_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-devel-0.25.1-h493aca8_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm19-19.1.7-h8e0c9ce_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.8.1-h39f12f2_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-16-2.15.0-h8eac4d7_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.15.0-hba2cd1d_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-21.1.0-hbb9b287_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-tools-19-19.1.7-h91fd4e7_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-tools-19.1.7-h855ad52_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/make-4.4.1-hc9fafa5_2.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/openssl-3.5.3-h5503f6c_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.46-h7125dd6_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pkg-config-0.29.2-hde07d2e_1009.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/ruby-3.4.5-h18f8826_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/sigtool-0.1.3-h44b9a77_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tapi-1300.6.5-h03f4b80_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/yaml-0.2.5-h925e9cb_3.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.7-h6491c7d_2.conda
win-64:
- conda: https://conda.anaconda.org/conda-forge/win-64/_openmp_mutex-4.5-2_gnu.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h0ad9c76_8.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/c-compiler-1.11.0-h528c1b4_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.8.3-h4c7d964_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/cxx-compiler-1.11.0-h1c1089f_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.6-h537db12_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libgcc-15.1.0-h1383e82_5.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.86.0-h5f26cbf_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libgomp-15.1.0-h1383e82_5.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.18-hc1393d2_2.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_3.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libwinpthread-12.0.0.r4.gg4f2fc60ca-h57928b3_9.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/make-4.4.1-h0e40799_2.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.5.3-h725018a_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.46-h3402e2f_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/pkg-config-0.29.2-h88c491f_1009.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/ruby-3.4.5-h2bd11ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.26100.0-h57928b3_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h41ae7f8_31.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.44.35208-h818238b_31.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/vcomp14-14.44.35208-h818238b_31.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/vs2022_win-64-19.44.35207-ha74f236_31.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/vswhere-3.1.7-h40126e0_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/yaml-0.2.5-h6a83c73_3.conda
packages:
- conda: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726
md5: d7c89558ba9fa0495403155b64376d81
license: None
size: 2562
timestamp: 1578324546067
- conda: https://conda.anaconda.org/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://conda.anaconda.org/conda-forge/win-64/_openmp_mutex-4.5-2_gnu.conda
build_number: 8
sha256: 1a62cd1f215fe0902e7004089693a78347a30ad687781dfda2289cab000e652d
md5: 37e16618af5c4851a3f3d66dd0e11141
depends:
- libgomp >=7.5.0
- libwinpthread >=12.0.0.r2.ggc561118da
constrains:
- openmp_impl 9999
- msys2-conda-epoch <0.0a0
license: BSD-3-Clause
license_family: BSD
size: 49468
timestamp: 1718213032772
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils-2.44-h4852527_1.conda
sha256: 3feccd1dd61bc18e41548d015e65f731400aa3ffe65802bc22ad772052d5326c
md5: 0fab3ce18775aba71131028a04c20dfe
depends:
- binutils_impl_linux-64 >=2.44,<2.45.0a0
license: GPL-3.0-only
license_family: GPL
size: 34998
timestamp: 1752032786202
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.44-h4bf12b8_1.conda
sha256: 8556847f91a85c31ef65b05b7e9182a52775616d5d4e550dfb48cdee5fd35687
md5: e45cfedc8ca5630e02c106ea36d2c5c6
depends:
- ld_impl_linux-64 2.44 h1423503_1
- sysroot_linux-64
license: GPL-3.0-only
license_family: GPL
size: 3781716
timestamp: 1752032761608
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.44-h4852527_1.conda
sha256: fbd94448d099a8c5fe7d9ec8c67171ab6e2f4221f453fe327de9b5aaf507f992
md5: 38e0be090e3af56e44a9cac46101f6cd
depends:
- binutils_impl_linux-64 2.44 h4bf12b8_1
license: GPL-3.0-only
license_family: GPL
size: 36046
timestamp: 1752032788780
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-hd037594_8.conda
sha256: b456200636bd5fecb2bec63f7e0985ad2097cf1b83d60ce0b6968dffa6d02aa1
md5: 58fd217444c2a5701a44244faf518206
depends:
- __osx >=11.0
license: bzip2-1.0.6
license_family: BSD
size: 125061
timestamp: 1757437486465
- conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h0ad9c76_8.conda
sha256: d882712855624641f48aa9dc3f5feea2ed6b4e6004585d3616386a18186fe692
md5: 1077e9333c41ff0be8edd1a5ec0ddace
depends:
- ucrt >=10.0.20348.0
- vc >=14.3,<15
- vc14_runtime >=14.44.35208
license: bzip2-1.0.6
license_family: BSD
size: 55977
timestamp: 1757437738856
- conda: https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.11.0-h4d9bdce_0.conda
sha256: 8e7a40f16400d7839c82581410aa05c1f8324a693c9d50079f8c50dc9fb241f0
md5: abd85120de1187b0d1ec305c2173c71b
depends:
- binutils
- gcc
- gcc_linux-64 14.*
license: BSD-3-Clause
license_family: BSD
size: 6693
timestamp: 1753098721814
- conda: https://conda.anaconda.org/conda-forge/osx-64/c-compiler-1.11.0-h7a00415_0.conda
sha256: 2bd1cf3d26789b7e1d04e914ccd169bd618fceed68abf7b6a305266b88dcf861
md5: 2b23ec416cef348192a5a17737ddee60
depends:
- cctools >=949.0.1
- clang_osx-64 19.*
- ld64 >=530
- llvm-openmp
license: BSD-3-Clause
license_family: BSD
size: 6695
timestamp: 1753098825695
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-compiler-1.11.0-h61f9b84_0.conda
sha256: b51bd1551cfdf41500f732b4bd1e4e70fb1e74557165804a648f32fa9c671eec
md5: 148516e0c9edf4e9331a4d53ae806a9b
depends:
- cctools >=949.0.1
- clang_osx-arm64 19.*
- ld64 >=530
- llvm-openmp
license: BSD-3-Clause
license_family: BSD
size: 6697
timestamp: 1753098737760
- conda: https://conda.anaconda.org/conda-forge/win-64/c-compiler-1.11.0-h528c1b4_0.conda
sha256: 55e04bd4af61500cb8cae064386be57d18fbfdf676655ff1c97c7e5d146c6e34
md5: 6d994ff9ab924ba11c2c07e93afbe485
depends:
- vs2022_win-64
license: BSD-3-Clause
license_family: BSD
size: 6938
timestamp: 1753098808371
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.8.3-h4c7d964_0.conda
sha256: 3b82f62baad3fd33827b01b0426e8203a2786c8f452f633740868296bcbe8485
md5: c9e0c0f82f6e63323827db462b40ede8
depends:
- __win
license: ISC
size: 154489
timestamp: 1754210967212
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.8.3-hbd8a1cb_0.conda
sha256: 837b795a2bb39b75694ba910c13c15fa4998d4bb2a622c214a6a5174b2ae53d1
md5: 74784ee3d225fc3dca89edb635b4e5cc
depends:
- __unix
license: ISC
size: 154402
timestamp: 1754210968730
- conda: https://conda.anaconda.org/conda-forge/osx-64/cctools-1024.3-h67a6458_1.conda
sha256: 8894b5099e15e9d8b0a5e5e43cb6b9be7a6a9907137da329befdbca6f4093052
md5: 48d590ccb16a79c28ded853fc540a684
depends:
- cctools_osx-64 1024.3 haa85c18_1
- ld64 955.13 hc3792c1_1
- libllvm19 >=19.1.7,<19.2.0a0
license: APSL-2.0
license_family: Other
size: 20655
timestamp: 1756645161521
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cctools-1024.3-hd01ab73_1.conda
sha256: 5f155c8ef4e2b1a3a9a0cf9544defb439f94e032147e515464732cc027f842ba
md5: 50f17681b331bc28cf1d55df2b2414dd
depends:
- cctools_osx-arm64 1024.3 haeb51d2_1
- ld64 955.13 he86490a_1
- libllvm19 >=19.1.7,<19.2.0a0
license: APSL-2.0
license_family: Other
size: 20699
timestamp: 1756645577110
- conda: https://conda.anaconda.org/conda-forge/osx-64/cctools_osx-64-1024.3-haa85c18_1.conda
sha256: 7875872059ac3fd240c161c5033f64499eda735027de5bd40b37a07ea3f10655
md5: 4ff8a1bb1d4b50cd68832f6fd00d9d02
depends:
- __osx >=10.13
- ld64_osx-64 >=955.13,<955.14.0a0
- libcxx
- libllvm19 >=19.1.7,<19.2.0a0
- libzlib >=1.3.1,<2.0a0
- llvm-tools 19.1.*
- sigtool
constrains:
- cctools 1024.3.*
- ld64 955.13.*
- clang 19.1.*
license: APSL-2.0
license_family: Other
size: 741120
timestamp: 1756645129446
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cctools_osx-arm64-1024.3-haeb51d2_1.conda
sha256: ea77d8790feb469a1440a330bca1641194b5de21ba8ccdf9c7a05e355e1f153e
md5: bdecbcc574c1ae36f164346368404f63
depends:
- __osx >=11.0
- ld64_osx-arm64 >=955.13,<955.14.0a0
- libcxx
- libllvm19 >=19.1.7,<19.2.0a0
- libzlib >=1.3.1,<2.0a0
- llvm-tools 19.1.*
- sigtool
constrains:
- clang 19.1.*
- ld64 955.13.*
- cctools 1024.3.*
license: APSL-2.0
license_family: Other
size: 745606
timestamp: 1756645518758
- conda: https://conda.anaconda.org/conda-forge/osx-64/clang-19.1.7-default_h1323312_4.conda
sha256: 47f829929adc49eb947f523ed047d140f3024f500203bf3fd468746c20a25f4c
md5: a86c87d68fbeef92fb78f5d8dcadf84b
depends:
- clang-19 19.1.7 default_hc369343_4
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 24395
timestamp: 1757394049342
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-19.1.7-default_hf9bcbb7_4.conda
sha256: 9b9046ae12782ac2123bb002e1528c8a4442213d1e3450791244ffc36776d0de
md5: f84d1c56fb6e26c7faeb1fbe00d9fcda
depends:
- clang-19 19.1.7 default_h73dfc95_4
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 24477
timestamp: 1757396345230
- conda: https://conda.anaconda.org/conda-forge/osx-64/clang-19-19.1.7-default_hc369343_4.conda
sha256: 5bc81f3a5b2b8c8320b6045056239ed54dec0aff1f6a5ad892b082b790bbc449
md5: 08400f0580d3a0f2c7cb04a2b5362437
depends:
- __osx >=10.13
- libclang-cpp19.1 19.1.7 default_hc369343_4
- libcxx >=19.1.7
- libllvm19 >=19.1.7,<19.2.0a0
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 763992
timestamp: 1757393934104
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-19-19.1.7-default_h73dfc95_4.conda
sha256: 1ab9cc9da212166dfb81e9b32f5b4d74dc2155a171f0516839b8a53dc864a5d3
md5: e30a31ab65bd2b1c399aa3247f6ea559
depends:
- __osx >=11.0
- libclang-cpp19.1 19.1.7 default_h73dfc95_4
- libcxx >=19.1.7
- libllvm19 >=19.1.7,<19.2.0a0
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 763232
timestamp: 1757396115383
- conda: https://conda.anaconda.org/conda-forge/osx-64/clang_impl_osx-64-19.1.7-hc73cdc9_25.conda
sha256: 88edc0b34affbfffcec5ffea59b432ee3dd114124fd4d5f992db6935421f4a64
md5: 76954503be09430fb7f4683a61ffb7b0
depends:
- cctools_osx-64
- clang 19.1.7.*
- compiler-rt 19.1.7.*
- ld64_osx-64
- llvm-tools 19.1.7.*
license: BSD-3-Clause
license_family: BSD
size: 18175
timestamp: 1748575764900
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang_impl_osx-arm64-19.1.7-h76e6a08_25.conda
sha256: ee3c0976bde0ac19f84d29213ea3d9c3fd9c56d56c33ee471a8680cf69307ce1
md5: a4e2f211f7c3cf582a6cb447bee2cad9
depends:
- cctools_osx-arm64
- clang 19.1.7.*
- compiler-rt 19.1.7.*
- ld64_osx-arm64
- llvm-tools 19.1.7.*
license: BSD-3-Clause
license_family: BSD
size: 18159
timestamp: 1748575942374
- conda: https://conda.anaconda.org/conda-forge/osx-64/clang_osx-64-19.1.7-h7e5c614_25.conda
sha256: 6435fdeae76f72109bc9c7b41596104075a2a8a9df3ee533bd98bb06548bbc83
md5: a526ba9df7e7d5448d57b33941614dae
depends:
- clang_impl_osx-64 19.1.7 hc73cdc9_25
license: BSD-3-Clause
license_family: BSD
size: 21473
timestamp: 1748575768567
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang_osx-arm64-19.1.7-h07b0088_25.conda
sha256: 92a45a972af5eba3b7fca66880c3d5bdf73d0c69a3e21d1b3999fb9b5be1b323
md5: 1b53cb5305ae53b5aeba20e58c625d96
depends:
- clang_impl_osx-arm64 19.1.7 h76e6a08_25
license: BSD-3-Clause
license_family: BSD
size: 21337
timestamp: 1748575949016
- conda: https://conda.anaconda.org/conda-forge/osx-64/clangxx-19.1.7-default_h1c12a56_4.conda
sha256: b844767393ba104a826fc31deb12f4eac6605613b9c062d5fbe726cdbe4846bb
md5: 89b108a529dc2845d9e7ee52e55b1ea5
depends:
- clang 19.1.7 default_h1323312_4
- libcxx-devel 19.1.*
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 24507
timestamp: 1757394067686
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx-19.1.7-default_h36137df_4.conda
sha256: 1178a7edbc033601df6621b4c6fcd294b97faa373656660df511ebaada76e576
md5: 78db7179f398d0bf9cec588f7d0c42c9
depends:
- clang 19.1.7 default_hf9bcbb7_4
- libcxx-devel 19.1.*
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 24553
timestamp: 1757396368233
- conda: https://conda.anaconda.org/conda-forge/osx-64/clangxx_impl_osx-64-19.1.7-hb295874_25.conda
sha256: 8a2571da4bd90e3fc4523e962d6562607df133694a409959ec9c7ac4292bd676
md5: 9fe0247ba2650f90c650001f88a87076
depends:
- clang_osx-64 19.1.7 h7e5c614_25
- clangxx 19.1.7.*
- libcxx >=19
- libllvm19 >=19.1.7,<19.2.0a0
license: BSD-3-Clause
license_family: BSD
size: 18289
timestamp: 1748575802444
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_impl_osx-arm64-19.1.7-h276745f_25.conda
sha256: b997d325da6ca60e71937b9e28f114893401ca7cf94c4007d744e402a25c2c52
md5: 5eeaa7b2dd32f62eb3beb0d6ba1e664f
depends:
- clang_osx-arm64 19.1.7 h07b0088_25
- clangxx 19.1.7.*
- libcxx >=19
- libllvm19 >=19.1.7,<19.2.0a0
license: BSD-3-Clause
license_family: BSD
size: 18297
timestamp: 1748576000726
- conda: https://conda.anaconda.org/conda-forge/osx-64/clangxx_osx-64-19.1.7-h7e5c614_25.conda
sha256: 81365d98e1bb5f98a7acd1bde86ccf534b36c78bfae601e2c26a73d8de52da1e
md5: d0b5d9264d40ae1420e31c9066a1dcf0
depends:
- clang_osx-64 19.1.7 h7e5c614_25
- clangxx_impl_osx-64 19.1.7 hb295874_25
license: BSD-3-Clause
license_family: BSD
size: 19873
timestamp: 1748575806458
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_osx-arm64-19.1.7-h07b0088_25.conda
sha256: 93801e6e821ae703d03629b1b993dbae1920b80012818edd5fcd18a9055897ce
md5: 4e09188aa8def7d8b3ae149aa856c0e5
depends:
- clang_osx-arm64 19.1.7 h07b0088_25
- clangxx_impl_osx-arm64 19.1.7 h276745f_25
license: BSD-3-Clause
license_family: BSD
size: 19709
timestamp: 1748576006669
- conda: https://conda.anaconda.org/conda-forge/osx-64/compiler-rt-19.1.7-he914875_1.conda
sha256: 28e5f0a6293acba68ebc54694a2fc40b1897202735e8e8cbaaa0e975ba7b235b
md5: e6b9e71e5cb08f9ed0185d31d33a074b
depends:
- __osx >=10.13
- clang 19.1.7.*
- compiler-rt_osx-64 19.1.7.*
license: Apache-2.0 WITH LLVM-exception
license_family: APACHE
size: 96722
timestamp: 1757412473400
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/compiler-rt-19.1.7-h855ad52_1.conda
sha256: b58a481828aee699db7f28bfcbbe72fb133277ac60831dfe70ee2465541bcb93
md5: 39451684370ae65667fa5c11222e43f7
depends:
- __osx >=11.0
- clang 19.1.7.*
- compiler-rt_osx-arm64 19.1.7.*
license: Apache-2.0 WITH LLVM-exception
license_family: APACHE
size: 97085
timestamp: 1757411887557
- conda: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_osx-64-19.1.7-h138dee1_1.conda
sha256: e6effe89523fc6143819f7a68372b28bf0c176af5b050fe6cf75b62e9f6c6157
md5: 32deecb68e11352deaa3235b709ddab2
depends:
- clang 19.1.7.*
constrains:
- compiler-rt 19.1.7
- clangxx 19.1.7
license: Apache-2.0 WITH LLVM-exception
license_family: APACHE
size: 10425780
timestamp: 1757412396490
- conda: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_osx-arm64-19.1.7-he32a8d3_1.conda
sha256: 8c32a3db8adf18ed58197e8895ce4f24a83ed63c817512b9a26724753b116f2a
md5: 8d99c82e0f5fed6cc36fcf66a11e03f0
depends:
- clang 19.1.7.*
constrains:
- compiler-rt 19.1.7
- clangxx 19.1.7
license: Apache-2.0 WITH LLVM-exception
license_family: APACHE
size: 10490535
timestamp: 1757411851093
- conda: https://conda.anaconda.org/conda-forge/linux-64/conda-gcc-specs-14.3.0-hb991d5c_5.conda
sha256: 88393820c3f6766be892fc1fe3443176340fc7ec40d5d2b95a54653df8dc8412
md5: 084b74ba4cd799a4636da3c7686fc75e
depends:
- gcc_impl_linux-64 >=14.3.0,<14.3.1.0a0
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 33254
timestamp: 1757039288773
- conda: https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.11.0-hfcd1e18_0.conda
sha256: 3fcc97ae3e89c150401a50a4de58794ffc67b1ed0e1851468fcc376980201e25
md5: 5da8c935dca9186673987f79cef0b2a5
depends:
- c-compiler 1.11.0 h4d9bdce_0
- gxx
- gxx_linux-64 14.*
license: BSD-3-Clause
license_family: BSD
size: 6635
timestamp: 1753098722177
- conda: https://conda.anaconda.org/conda-forge/osx-64/cxx-compiler-1.11.0-h307afc9_0.conda
sha256: d6976f8d8b51486072abfe1e76a733688380dcbd1a8e993a43d59b80f7288478
md5: 463bb03bb27f9edc167fb3be224efe96
depends:
- c-compiler 1.11.0 h7a00415_0
- clangxx_osx-64 19.*
license: BSD-3-Clause
license_family: BSD
size: 6732
timestamp: 1753098827160
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cxx-compiler-1.11.0-h88570a1_0.conda
sha256: 99800d97a3a2ee9920dfc697b6d4c64e46dc7296c78b1b6c746ff1c24dea5e6c
md5: 043afed05ca5a0f2c18252ae4378bdee
depends:
- c-compiler 1.11.0 h61f9b84_0
- clangxx_osx-arm64 19.*
license: BSD-3-Clause
license_family: BSD
size: 6715
timestamp: 1753098739952
- conda: https://conda.anaconda.org/conda-forge/win-64/cxx-compiler-1.11.0-h1c1089f_0.conda
sha256: c888f4fe9ec117c1c01bfaa4c722ca475ebbb341c92d1718afa088bb0d710619
md5: 4d94d3c01add44dc9d24359edf447507
depends:
- vs2022_win-64
license: BSD-3-Clause
license_family: BSD
size: 6957
timestamp: 1753098809481
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc-14.3.0-h76bdaa0_5.conda
sha256: 0311c74a0c0c68ed64b1ad829ad88996b4e29f0c492f73e0c5dff1313af53530
md5: 177c3c1f234f4fc0a82c56d5062ca720
depends:
- conda-gcc-specs
- gcc_impl_linux-64 14.3.0.*
license: BSD-3-Clause
license_family: BSD
size: 31031
timestamp: 1757039421021
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-14.3.0-hd9e9e21_5.conda
sha256: df1fcaa8a38f9e823b817718b8e41af2f09b420ba71c92f7de32212673ef921a
md5: 2a6e4f3e29eadca634a0dc28bb7d96d0
depends:
- binutils_impl_linux-64 >=2.40
- libgcc >=14.3.0
- libgcc-devel_linux-64 14.3.0 h85bb3a7_105
- libgomp >=14.3.0
- libsanitizer 14.3.0 hd08acf3_5
- libstdcxx >=14.3.0
- sysroot_linux-64
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 71625160
timestamp: 1757039160514
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-14.3.0-h1382650_11.conda
sha256: 0d7fe52c578ef99f03defe8cab5308124b388c694e88f5494716d11532a6d12a
md5: 2e650506e6371ac4289c9bf7fc207f3b
depends:
- binutils_linux-64
- gcc_impl_linux-64 14.3.0.*
- sysroot_linux-64
license: BSD-3-Clause
license_family: BSD
size: 32512
timestamp: 1748905876846
- conda: https://conda.anaconda.org/conda-forge/linux-64/gdbm-1.18-h0a1914f_2.tar.bz2
sha256: 8b9606dc896bd9262d09ab2ef1cb55c4ee43f352473209b58b37a9289dd7b00c
md5: b77bc399b07a19c00fe12fdc95ee0297
depends:
- libgcc-ng >=7.5.0
- readline >=8.0,<9.0a0
license: GPL-3.0
license_family: GPL
size: 194790
timestamp: 1597622040785
- conda: https://conda.anaconda.org/conda-forge/osx-64/gdbm-1.18-h8a0c380_2.tar.bz2
sha256: babcb995c2771c5f7ea6b4dea92556fa211b06674669d8d14e5e5513ad8fcba9
md5: bcef512adfef490486e0ac10e24a6bff
depends:
- readline >=8.0,<9.0a0
license: GPL-3.0
license_family: GPL
size: 134183
timestamp: 1597622089595
- conda: https://conda.anaconda.org/conda-forge/osx-64/gettext-0.25.1-he52a196_1.conda
sha256: 35df6e3bb6d01b4ae484dcdd139ee5b6c262ba73a2397768d572f92440686677
md5: ba2b97161ad76af9f9304c56de6bdf7d
depends:
- __osx >=10.13
- gettext-tools 0.25.1 h3184127_1
- libasprintf 0.25.1 h3184127_1
- libasprintf-devel 0.25.1 h3184127_1
- libcxx >=19
- libgettextpo 0.25.1 h3184127_1
- libgettextpo-devel 0.25.1 h3184127_1
- libiconv >=1.18,<2.0a0
- libintl 0.25.1 h3184127_1
- libintl-devel 0.25.1 h3184127_1
license: LGPL-2.1-or-later AND GPL-3.0-or-later
size: 543610
timestamp: 1753344194087
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gettext-0.25.1-h3dcc1bd_0.conda
sha256: 129a81e9da9f60ae6955b49938447e7faeb7e1be815b2db99e76956dddf8c392
md5: 7059ba83fd98707b2cd9a5f06f589dd4
depends:
- __osx >=11.0
- gettext-tools 0.25.1 h493aca8_0
- libasprintf 0.25.1 h493aca8_0
- libasprintf-devel 0.25.1 h493aca8_0
- libcxx >=18
- libgettextpo 0.25.1 h493aca8_0
- libgettextpo-devel 0.25.1 h493aca8_0
- libiconv >=1.18,<2.0a0
- libintl 0.25.1 h493aca8_0
- libintl-devel 0.25.1 h493aca8_0
license: LGPL-2.1-or-later AND GPL-3.0-or-later
size: 543276
timestamp: 1751558682952
- conda: https://conda.anaconda.org/conda-forge/osx-64/gettext-tools-0.25.1-h3184127_1.conda
sha256: 69d25b31bcbd1b9697a1c09e13d8881480245e0f3f4f75715be7ef9abd3b5dea
md5: f5e576c441a30c3be7184013c24445ea
depends:
- __osx >=10.13
- libiconv >=1.18,<2.0a0
- libintl 0.25.1 h3184127_1
license: GPL-3.0-or-later
license_family: GPL
size: 3662245
timestamp: 1753344133123
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gettext-tools-0.25.1-h493aca8_0.conda
sha256: e8dd68706676d5b6f6ee09240936a0ecd1ae12b87dbb37e4c4be263e332ab125
md5: 817042c017930497931da6aa04a47f09
depends:
- __osx >=11.0
- libiconv >=1.18,<2.0a0
- libintl 0.25.1 h493aca8_0
license: GPL-3.0-or-later
license_family: GPL
size: 3748044
timestamp: 1751558602508
- conda: https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda
sha256: 309cf4f04fec0c31b6771a5809a1909b4b3154a2208f52351e1ada006f4c750c
md5: c94a5994ef49749880a8139cf9afcbe1
depends:
- libgcc-ng >=12
- libstdcxx-ng >=12
license: GPL-2.0-or-later OR LGPL-3.0-or-later
size: 460055
timestamp: 1718980856608
- conda: https://conda.anaconda.org/conda-forge/osx-64/gmp-6.3.0-hf036a51_2.conda
sha256: 75aa5e7a875afdcf4903b7dc98577672a3dc17b528ac217b915f9528f93c85fc
md5: 427101d13f19c4974552a4e5b072eef1
depends:
- __osx >=10.13
- libcxx >=16
license: GPL-2.0-or-later OR LGPL-3.0-or-later
size: 428919
timestamp: 1718981041839
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gmp-6.3.0-h7bae524_2.conda
sha256: 76e222e072d61c840f64a44e0580c2503562b009090f55aa45053bf1ccb385dd
md5: eed7278dfbab727b56f2c0b64330814b
depends:
- __osx >=11.0
- libcxx >=16
license: GPL-2.0-or-later OR LGPL-3.0-or-later
size: 365188
timestamp: 1718981343258
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx-14.3.0-he448592_5.conda
sha256: 14c6913bbf3cb4fd1f4ac3a6a1be01b1ea53f3de60a99d8ac9972f751c8d284b
md5: 2d25dffaf139070fa4f7fff5effb78b2
depends:
- gcc 14.3.0.*
- gxx_impl_linux-64 14.3.0.*
license: BSD-3-Clause
license_family: BSD
size: 30293
timestamp: 1757039456662
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-14.3.0-he663afc_5.conda
sha256: 26346c3ca25648a059e234142ff5609b926aa501891344d1a5c88234fb0f889d
md5: 6c5067bf7e2539b8b44b1088ce54c25f
depends:
- gcc_impl_linux-64 14.3.0 hd9e9e21_5
- libstdcxx-devel_linux-64 14.3.0 h85bb3a7_105
- sysroot_linux-64
- tzdata
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 14734843
timestamp: 1757039390196
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-14.3.0-ha7acb78_11.conda
sha256: 6c06752e4773dfd61a1928e9f7e9d21c3b97068daf27b84696c33057a091fe27
md5: d4af016b3511135302a19f2a58544fcd
depends:
- binutils_linux-64
- gcc_linux-64 14.3.0 h1382650_11
- gxx_impl_linux-64 14.3.0.*
- sysroot_linux-64
license: BSD-3-Clause
license_family: BSD
size: 30802
timestamp: 1748905895571
- conda: https://conda.anaconda.org/conda-forge/osx-64/icu-75.1-h120a0e1_0.conda
sha256: 2e64307532f482a0929412976c8450c719d558ba20c0962832132fd0d07ba7a7
md5: d68d48a3060eb5abdc1cdc8e2a3a5966
depends:
- __osx >=10.13
license: MIT
license_family: MIT
size: 11761697
timestamp: 1720853679409
- conda: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-4.18.0-he073ed8_8.conda
sha256: 305c22a251db227679343fd73bfde121e555d466af86e537847f4c8b9436be0d
md5: ff007ab0f0fdc53d245972bba8a6d40c
constrains:
- sysroot_linux-64 ==2.28
license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later
license_family: GPL
size: 1272697
timestamp: 1752669126073
- conda: https://conda.anaconda.org/conda-forge/osx-64/ld64-955.13-hc3792c1_1.conda
sha256: 9a783e7d116ef05b21b6f8d88fa7bfb5e1c091430ab894010dbe61999a6a6809
md5: b5c95652b48dd0153ef3a50b1f577b5c
depends:
- ld64_osx-64 955.13 hf1c22e8_1
- libllvm19 >=19.1.7,<19.2.0a0
constrains:
- cctools_osx-64 1024.3.*
- cctools 1024.3.*
license: APSL-2.0
license_family: Other
size: 18050
timestamp: 1756645146568
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ld64-955.13-he86490a_1.conda
sha256: 0a86572557ba022dae78eb57ce8d2efd2a00fec595bf56abb733870dda611acf
md5: b350b94c4bcf9e420affa09e0ce2ec8a
depends:
- ld64_osx-arm64 955.13 hc42d924_1
- libllvm19 >=19.1.7,<19.2.0a0
constrains:
- cctools_osx-arm64 1024.3.*
- cctools 1024.3.*
license: APSL-2.0
license_family: Other
size: 18091
timestamp: 1756645549597
- conda: https://conda.anaconda.org/conda-forge/osx-64/ld64_osx-64-955.13-hf1c22e8_1.conda
sha256: 0d51e2b9fea0c6b0475dfb60800bc4a8861f8321844b55fcbf0c043db50e17c4
md5: b7bdae883487c0b25dedf9ec26564758
depends:
- __osx >=10.13
- libcxx
- libllvm19 >=19.1.7,<19.2.0a0
- sigtool
- tapi >=1300.6.5,<1301.0a0
constrains:
- cctools_osx-64 1024.3.*
- cctools 1024.3.*
- ld 955.13.*
- clang >=19.1.7,<20.0a0
license: APSL-2.0
license_family: Other
size: 1111690
timestamp: 1756645089175
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ld64_osx-arm64-955.13-hc42d924_1.conda
sha256: 112f4d57c4d451010f94d10c926a2a54f0f1d62e382ac3a0e13c4f611aa3b12d
md5: 3cb7f3c67053be4f5b34156562f4f9c6
depends:
- __osx >=11.0
- libcxx
- libllvm19 >=19.1.7,<19.2.0a0
- sigtool
- tapi >=1300.6.5,<1301.0a0
constrains:
- clang >=19.1.7,<20.0a0
- cctools_osx-arm64 1024.3.*
- ld 955.13.*
- cctools 1024.3.*
license: APSL-2.0
license_family: Other
size: 1038845
timestamp: 1756645465829
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.44-h1423503_1.conda
sha256: 1a620f27d79217c1295049ba214c2f80372062fd251b569e9873d4a953d27554
md5: 0be7c6e070c19105f966d3758448d018
depends:
- __glibc >=2.17,<3.0.a0
constrains:
- binutils_impl_linux-64 2.44
license: GPL-3.0-only
license_family: GPL
size: 676044
timestamp: 1752032747103
- conda: https://conda.anaconda.org/conda-forge/osx-64/libasprintf-0.25.1-h3184127_1.conda
sha256: 44e703d8fe739a71e9f7b89d04b56ccfaf488989f7712256bc0fcaf101e796a4
md5: 37398594a1ede86a90c0afac95e1ffea
depends:
- __osx >=10.13
- libcxx >=19
license: LGPL-2.1-or-later
size: 51955
timestamp: 1753343931663
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libasprintf-0.25.1-h493aca8_0.conda
sha256: 7265547424e978ea596f51cc8e7b81638fb1c660b743e98cc4deb690d9d524ab
md5: 0deb80a2d6097c5fb98b495370b2435b
depends:
- __osx >=11.0
- libcxx >=18
license: LGPL-2.1-or-later
size: 52316
timestamp: 1751558366611
- conda: https://conda.anaconda.org/conda-forge/osx-64/libasprintf-devel-0.25.1-h3184127_1.conda
sha256: 5964ffe76cf2cd1ffc3d51960dc1e16e6c78dd3da8760be65a0f4331102a82a2
md5: 0420652fbae752e2930ed5f08ce62e2c
depends:
- __osx >=10.13
- libasprintf 0.25.1 h3184127_1
license: LGPL-2.1-or-later
size: 35061
timestamp: 1753343998565
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libasprintf-devel-0.25.1-h493aca8_0.conda
sha256: fc76b07620eabde52928c69bcdcb5497da3fdad3331a76f9d4bffeb27e0bdd8f
md5: c18067d2d5864e77f84456d97c1c17cc
depends:
- __osx >=11.0
- libasprintf 0.25.1 h493aca8_0
license: LGPL-2.1-or-later
size: 35256
timestamp: 1751558418167
- conda: https://conda.anaconda.org/conda-forge/osx-64/libclang-cpp19.1-19.1.7-default_hc369343_4.conda
sha256: 667e9cc12a9e118302245a8dfd904b4106c1015cc0a0b661c863f494106c576a
md5: fec88978ef30a127235f9f0e67cf6725
depends:
- __osx >=10.13
- libcxx >=19.1.7
- libllvm19 >=19.1.7,<19.2.0a0
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 14856804
timestamp: 1757393797338
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libclang-cpp19.1-19.1.7-default_h73dfc95_4.conda
sha256: 0de5a6c507bce790ae2182e4f1f2cd095eed5638911ac03a8ba55776dd7ae0df
md5: dbd13529e140b10f1985496034d45cf0
depends:
- __osx >=11.0
- libcxx >=19.1.7
- libllvm19 >=19.1.7,<19.2.0a0
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 14062690
timestamp: 1757395907504
- conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-21.1.1-h3d58e20_0.conda
sha256: dd207d8882854f22072b7fd4f03726e0e182e0666986ec880168f1753f7415dc
md5: 7f5b7dfca71a5c165ce57f46e9e48480
depends:
- __osx >=10.13
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 571163
timestamp: 1757525814844
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-21.1.1-hf598326_0.conda
sha256: 6af03355967b7b097d5820dde05e0c709945fdb01f4bc56d11499d8bf7435239
md5: d5790f3769fedeea4e021483272bdc53
depends:
- __osx >=11.0
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 568291
timestamp: 1757525671408
- conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-devel-19.1.7-h7c275be_1.conda
sha256: d1ee08b0614d8f9bca84aa91b4015c5efa96162fd865590a126544243699dfc6
md5: 0f3f15e69e98ce9b3307c1d8309d1659
depends:
- libcxx >=19.1.7
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 826706
timestamp: 1742451299167
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-devel-19.1.7-h6dc3340_1.conda
sha256: 6dd08a65b8ef162b058dc931aba3bdb6274ba5f05b6c86fbd0c23f2eafc7cc47
md5: 1399af81db60d441e7c6577307d5cf82
depends:
- libcxx >=19.1.7
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 825628
timestamp: 1742451285589
- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda
sha256: 764432d32db45466e87f10621db5b74363a9f847d2b8b1f9743746cd160f06ab
md5: ede4673863426c0883c0063d853bbd85
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
license: MIT
license_family: MIT
size: 57433
timestamp: 1743434498161
- conda: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.6-h281671d_1.conda
sha256: 6394b1bc67c64a21a5cc73d1736d1d4193a64515152e861785c44d2cfc49edf3
md5: 4ca9ea59839a9ca8df84170fab4ceb41
depends:
- __osx >=10.13
license: MIT
license_family: MIT
size: 51216
timestamp: 1743434595269
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.6-h1da3d7d_1.conda
sha256: c6a530924a9b14e193ea9adfe92843de2a806d1b7dbfd341546ece9653129e60