-
Notifications
You must be signed in to change notification settings - Fork 65
/
pixi.lock
5083 lines (5083 loc) · 159 KB
/
pixi.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
version: 5
environments:
default:
channels:
- url: https://conda.anaconda.org/conda-forge/
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.40-hdd6e379_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.40-hf600244_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.40-hbdbef99_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/boost-1.84.0-h781c19f_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hd590300_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.26.0-hd590300_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.6.0-hd590300_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.2.2-hbcca054_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.28.3-hcfe8598_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.6.0-h00ab1b0_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/fmt-10.2.1-h00ab1b0_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc-12.3.0-h8d2909c_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-12.3.0-he2b93b0_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-12.3.0-h76fc315_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gtest-1.14.0-h00ab1b0_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx-12.3.0-h8d2909c_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-12.3.0-he2b93b0_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-12.3.0-h8a814eb_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-2.6.32-he073ed8_17.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.2-h659d440_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-21_linux64_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libboost-1.84.0-h6fcfa73_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libboost-devel-1.84.0-h00ab1b0_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libboost-headers-1.84.0-ha770c72_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libboost-python-1.84.0-py311h92ebd52_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libboost-python-devel-1.84.0-py311h781c19f_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-21_linux64_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.5.0-hca28451_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20191231-he28a2e2_2.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.5.0-hcb278e6_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-12.3.0-h8bca6fd_105.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h807b86a_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-13.2.0-h69a702a_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-13.2.0-ha4646dd_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h807b86a_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-21_linux64_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.26-pthreads_h413a1c8_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.42-h2797004_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-12.3.0-h0f45ef3_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.44.2-h2797004_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.0-h0841786_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-12.3.0-h8bca6fd_105.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-h7e041cc_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuv-1.46.0-hd590300_0.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.2.13-hd590300_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/lz4-4.3.3-py311h38e4bf4_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.9.4-hcb278e6_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.4-h59595ed_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.11.1-h924138e_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.2.1-hd590300_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.11.7-hab00c5b_1_cpython.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.11-4_cp311.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/rhash-1.4.4-hd590300_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.0.3-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.12-he073ed8_17.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.42.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.2-hd590300_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.2.13-hd590300_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.5-hfc55251_0.conda
osx-64:
- conda: https://conda.anaconda.org/conda-forge/osx-64/boost-1.84.0-h9bdd199_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h10d778d_5.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.26.0-h10d778d_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/c-compiler-1.6.0-h282daa2_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.2.2-h8857fd0_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/cctools-973.0.1-h40f6528_16.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/cctools_osx-64-973.0.1-ha1c5b94_16.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/clang-16-16.0.6-default_h7151d67_5.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/clang-16.0.6-hdae98eb_5.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/clang_impl_osx-64-16.0.6-h8787910_9.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/clang_osx-64-16.0.6-hb91bd55_9.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/clangxx-16.0.6-default_h7151d67_5.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/clangxx_impl_osx-64-16.0.6-h6d92fbe_9.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/clangxx_osx-64-16.0.6-hb91bd55_9.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/cmake-3.28.3-h7c85d92_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/compiler-rt-16.0.6-ha38d28d_2.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_osx-64-16.0.6-ha38d28d_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/cxx-compiler-1.6.0-h7728843_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/fmt-10.2.1-h7728843_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/gtest-1.14.0-h1c7c39f_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/icu-73.2-hf5e326d_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.2-hb884880_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/ld64-609-ha02d983_16.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/ld64_osx-64-609-ha20a434_16.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-21_osx64_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libboost-1.84.0-h5b2dd29_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libboost-devel-1.84.0-h7728843_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libboost-headers-1.84.0-h694c41f_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libboost-python-1.84.0-py311ha853786_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libboost-python-devel-1.84.0-py311h9bdd199_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-21_osx64_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libclang-cpp16-16.0.6-default_h7151d67_5.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.5.0-h726d00d_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-16.0.6-hd57cbcb_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20191231-h0678c8f_2.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.5.0-hf0c8a7f_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libjpeg-turbo-3.0.0-h0dc2134_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-21_osx64_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libllvm16-16.0.6-hbedff68_3.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.58.0-h64cf6d3_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.26-openmp_hfef2a42_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.42-h92b6c6a_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.44.2-h92b6c6a_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.0-hd019ec5_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libuv-1.46.0-h0c2f820_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.5-hc0ae0f7_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h8a1eda9_5.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-17.0.6-hb6ac08f_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-tools-16.0.6-hbedff68_3.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/lz4-4.3.3-py311hdfabcfc_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/lz4-c-1.9.4-hf0c8a7f_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.4-h93d8f39_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/ninja-1.11.1-hb8565cd_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.4-py311hc43a94b_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.2.1-hd75f5a5_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.11.7-h9f0c242_1_cpython.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.11-4_cp311.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/rhash-1.4.4-h0dc2134_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.0.3-pyhd8ed1ab_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-1100.0.11-h9ce4665_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.42.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/xxhash-0.8.2-h4140336_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.2.13-h8a1eda9_5.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.5-h829000d_0.conda
osx-arm64:
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/boost-1.84.0-hf3b2ce4_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h93a5062_5.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.26.0-h93a5062_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-compiler-1.6.0-h6aa9301_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.2.2-hf0a4a13_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cctools-973.0.1-h4faf515_16.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cctools_osx-arm64-973.0.1-h62378fb_16.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-16-16.0.6-default_he012953_5.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-16.0.6-h30cc82d_5.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang_impl_osx-arm64-16.0.6-hc421ffc_9.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang_osx-arm64-16.0.6-h54d7cd3_9.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx-16.0.6-default_h4cf2255_5.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_impl_osx-arm64-16.0.6-hcd7bac0_9.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_osx-arm64-16.0.6-h54d7cd3_9.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cmake-3.28.3-h50fd54c_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/compiler-rt-16.0.6-h3808999_2.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_osx-arm64-16.0.6-h3808999_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cxx-compiler-1.6.0-h2ffa867_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fmt-10.2.1-h2ffa867_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtest-1.14.0-h1995070_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-73.2-hc8870d7_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.2-h92f50d5_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ld64-609-h634c8be_16.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ld64_osx-arm64-609-ha4bd21c_16.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-21_osxarm64_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libboost-1.84.0-h238a360_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libboost-devel-1.84.0-hf450f58_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libboost-headers-1.84.0-hce30654_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libboost-python-1.84.0-py311hceb3b21_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libboost-python-devel-1.84.0-py311hf3b2ce4_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-21_osxarm64_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libclang-cpp16-16.0.6-default_he012953_5.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.5.0-h2d989ff_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-16.0.6-h4653b0c_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20191231-hc8eb9b7_2.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.5.0-hb7217d7_1.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/libgfortran-5.0.0-13_2_0_hd922786_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-21_osxarm64_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm16-16.0.6-haab561b_3.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.58.0-ha4dd798_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.26-openmp_h6c19121_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.42-h091b4b1_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.44.2-h091b4b1_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.0-h7a5bd25_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libuv-1.46.0-hb547adb_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.12.5-h0d0cfa8_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.2.13-h53f4e23_5.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-17.0.6-hcd81f8e_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-tools-16.0.6-haab561b_3.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/lz4-4.3.3-py311hd44b8e9_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/lz4-c-1.9.4-hb7217d7_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.4-h463b476_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.11.1-hffc8910_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.4-py311h7125741_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.2.1-h0d3ecfb_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.11.7-hdf0ec26_1_cpython.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.11-4_cp311.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/rhash-1.4.4-hb547adb_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.0.3-pyhd8ed1ab_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-1100.0.11-he4954df_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.42.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xxhash-0.8.2-hb547adb_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.2.13-h53f4e23_5.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.5-h4f39d0f_0.conda
win-64:
- conda: https://conda.anaconda.org/conda-forge/win-64/boost-1.84.0-h06a5be4_4.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.7.4-h56e8100_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/cmake-3.28.3-hf0feee3_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/cxx-compiler-1.6.0-h91493d7_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/fmt-10.2.1-h181d51b_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/gtest-1.14.0-hc790b64_2.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.0-h57928b3_980.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.3-hdf4eb48_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-22_win64_mkl.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libboost-1.84.0-h444863b_4.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libboost-devel-1.84.0-h91493d7_4.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libboost-headers-1.84.0-h57928b3_4.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libboost-python-1.84.0-py311h9b10771_4.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libboost-python-devel-1.84.0-py311h06a5be4_4.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-22_win64_mkl.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.8.0-hd5e4a3a_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.1-default_h8125262_1000.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libjpeg-turbo-3.0.0-hcfcfb64_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-22_win64_mkl.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.43-h19919ed_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.46.0-h2466b09_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.0-h7dfc565_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libuv-1.48.0-hcfcfb64_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.7-h0f24e4e_4.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/lz4-4.3.3-py311haddf500_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.9.4-hcfcfb64_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.1.0-h66d3029_692.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/ninja-1.11.1-h91493d7_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/numpy-2.0.0-py311h35ffc71_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.3.1-h2466b09_2.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/pthreads-win32-2.9.1-hfa6e2cd_3.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/python-3.11.9-h631f459_0_cpython.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.11-4_cp311.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-71.0.1-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.12.0-hc790b64_3.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h8a93ad2_20.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.40.33810-ha82c5b3_20.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.40.33810-h3bf8584_20.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/vs2019_win-64-19.29.30139-he1865b1_20.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/vswhere-3.1.7-h57928b3_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/xxhash-0.8.2-hcfcfb64_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.6-h0ea2cb4_0.conda
packages:
- kind: conda
name: _libgcc_mutex
version: '0.1'
build: conda_forge
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726
md5: d7c89558ba9fa0495403155b64376d81
arch: x86_64
platform: linux
license: None
size: 2562
timestamp: 1578324546067
- kind: conda
name: _openmp_mutex
version: '4.5'
build: 2_gnu
build_number: 16
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22
md5: 73aaf86a425cc6e73fcf236a5a46396d
depends:
- _libgcc_mutex 0.1 conda_forge
- libgomp >=7.5.0
constrains:
- openmp_impl 9999
arch: x86_64
platform: linux
license: BSD-3-Clause
license_family: BSD
size: 23621
timestamp: 1650670423406
- kind: conda
name: binutils
version: '2.40'
build: hdd6e379_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/binutils-2.40-hdd6e379_0.conda
sha256: 35f3b042f295fd7387de11cf426ca8ee5257e5c98b88560c6c5ad4ef3c85d38c
md5: ccc940fddbc3fcd3d79cd4c654c4b5c4
depends:
- binutils_impl_linux-64 >=2.40,<2.41.0a0
license: GPL-3.0-only
license_family: GPL
size: 30469
timestamp: 1674833987166
- kind: conda
name: binutils_impl_linux-64
version: '2.40'
build: hf600244_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.40-hf600244_0.conda
sha256: a7e0ea2b71a5b03d82e5a58fb6b612ab1c44d72ce161f9aa441f7ba467cd4c8d
md5: 33084421a8c0af6aef1b439707f7662a
depends:
- ld_impl_linux-64 2.40 h41732ed_0
- sysroot_linux-64
license: GPL-3.0-only
license_family: GPL
size: 5414922
timestamp: 1674833958334
- kind: conda
name: binutils_linux-64
version: '2.40'
build: hbdbef99_2
build_number: 2
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.40-hbdbef99_2.conda
sha256: 333f3339d94c93bcc02a723e3e460cb6ff6075e05f5247e15bef5dcdcec541a3
md5: adfebae9fdc63a598495dfe3b006973a
depends:
- binutils_impl_linux-64 2.40.*
- sysroot_linux-64
license: BSD-3-Clause
license_family: BSD
size: 28178
timestamp: 1694604071236
- kind: conda
name: boost
version: 1.84.0
build: h06a5be4_4
build_number: 4
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/boost-1.84.0-h06a5be4_4.conda
sha256: ab6aeafec7d7ba8937444a991d226f2a9052aa4146faa77bf3208f13f0f4df0e
md5: 743bea34e2cbe028548dd6a54b4461bf
depends:
- libboost-python-devel 1.84.0 py311h06a5be4_4
- numpy >=1.19,<3
- python_abi 3.11.* *_cp311
license: BSL-1.0
size: 17078
timestamp: 1721385563342
- kind: conda
name: boost
version: 1.84.0
build: h781c19f_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/boost-1.84.0-h781c19f_0.conda
sha256: 3bc92116898ddb28e52e4ab368f355ea0d1c4ac999c40fe02cee4a0c7d1ee40d
md5: fb89e8d7b566306de1a41a3484c60729
depends:
- libboost-python-devel 1.84.0 py311h781c19f_0
- numpy >=1.23.5,<2.0a0
- python_abi 3.11.* *_cp311
arch: x86_64
platform: linux
license: BSL-1.0
size: 13277
timestamp: 1702937071726
- kind: conda
name: boost
version: 1.84.0
build: h9bdd199_0
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/boost-1.84.0-h9bdd199_0.conda
sha256: 9a38d3f9d760b37d3161c0d3594ac73a5aff7fe7ea894b158a270d4ba8ae5501
md5: 9d4149ad765880532269d5dc99b26a52
depends:
- libboost-python-devel 1.84.0 py311h9bdd199_0
- numpy >=1.23.5,<2.0a0
- python_abi 3.11.* *_cp311
arch: x86_64
platform: osx
license: BSL-1.0
size: 13534
timestamp: 1702939156412
- kind: conda
name: boost
version: 1.84.0
build: hf3b2ce4_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/boost-1.84.0-hf3b2ce4_0.conda
sha256: 64e8efa9099a01a8f97cd14c165b0d3a817030809f5dee19803727274242cc1f
md5: 03bcb14a79206d34b77dd1a8ccca17bd
depends:
- libboost-python-devel 1.84.0 py311hf3b2ce4_0
- numpy >=1.23.5,<2.0a0
- python_abi 3.11.* *_cp311
arch: aarch64
platform: osx
license: BSL-1.0
size: 13543
timestamp: 1702939104713
- kind: conda
name: bzip2
version: 1.0.8
build: h10d778d_5
build_number: 5
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h10d778d_5.conda
sha256: 61fb2b488928a54d9472113e1280b468a309561caa54f33825a3593da390b242
md5: 6097a6ca9ada32699b5fc4312dd6ef18
arch: x86_64
platform: osx
license: bzip2-1.0.6
license_family: BSD
size: 127885
timestamp: 1699280178474
- kind: conda
name: bzip2
version: 1.0.8
build: h2466b09_7
build_number: 7
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda
sha256: 35a5dad92e88fdd7fc405e864ec239486f4f31eec229e31686e61a140a8e573b
md5: 276e7ffe9ffe39688abc665ef0f45596
depends:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: bzip2-1.0.6
license_family: BSD
size: 54927
timestamp: 1720974860185
- kind: conda
name: bzip2
version: 1.0.8
build: h93a5062_5
build_number: 5
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h93a5062_5.conda
sha256: bfa84296a638bea78a8bb29abc493ee95f2a0218775642474a840411b950fe5f
md5: 1bbc659ca658bfd49a481b5ef7a0f40f
arch: aarch64
platform: osx
license: bzip2-1.0.6
license_family: BSD
size: 122325
timestamp: 1699280294368
- kind: conda
name: bzip2
version: 1.0.8
build: hd590300_5
build_number: 5
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hd590300_5.conda
sha256: 242c0c324507ee172c0e0dd2045814e746bb303d1eb78870d182ceb0abc726a8
md5: 69b8b6202a07720f448be700e300ccf4
depends:
- libgcc-ng >=12
arch: x86_64
platform: linux
license: bzip2-1.0.6
license_family: BSD
size: 254228
timestamp: 1699279927352
- kind: conda
name: c-ares
version: 1.26.0
build: h10d778d_0
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.26.0-h10d778d_0.conda
sha256: 4b01708ed02f3e2cf9e8919a6fc1d3116cdf84c1a771294031e880f54235f47c
md5: 04a8ab3d4f9a9446b286c4a90f665148
arch: x86_64
platform: osx
license: MIT
license_family: MIT
size: 147816
timestamp: 1706300301840
- kind: conda
name: c-ares
version: 1.26.0
build: h93a5062_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.26.0-h93a5062_0.conda
sha256: 1dfdbac985a74a905f2bcf62f13ce758a8356e50d4b28ddbc2027df8580717d8
md5: 58b9187431de0a2ffebc907f4590e2e5
arch: aarch64
platform: osx
license: MIT
license_family: MIT
size: 145325
timestamp: 1706300196534
- kind: conda
name: c-ares
version: 1.26.0
build: hd590300_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.26.0-hd590300_0.conda
sha256: 3771589a91303710a59d1d40bbcdca43743969fe993ea576538ba375ac8ab0fa
md5: a86d90025198fd411845fc245ebc06c8
depends:
- libgcc-ng >=12
arch: x86_64
platform: linux
license: MIT
license_family: MIT
size: 162725
timestamp: 1706299899438
- kind: conda
name: c-compiler
version: 1.6.0
build: h282daa2_0
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/c-compiler-1.6.0-h282daa2_0.conda
sha256: c52dcdd9b5fc9fd9a7eb028b7d4bb9f11f4ba3a7361e904d2b28bc12053bac23
md5: 2b801fd417843897458f4f8e132e05bb
depends:
- cctools >=949.0.1
- clang_osx-64 16.*
- ld64 >=530
- llvm-openmp
license: BSD
size: 6375
timestamp: 1701504699534
- kind: conda
name: c-compiler
version: 1.6.0
build: h6aa9301_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/c-compiler-1.6.0-h6aa9301_0.conda
sha256: c7d7c09724e7c324ecd3ad2dee4f016149b93f9bd8ee67661cafb20993f5b8a9
md5: 0b204833d66694f214a5b3d7d2b87700
depends:
- cctools >=949.0.1
- clang_osx-arm64 16.*
- ld64 >=530
- llvm-openmp
license: BSD
size: 6380
timestamp: 1701504712958
- kind: conda
name: c-compiler
version: 1.6.0
build: hd590300_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.6.0-hd590300_0.conda
sha256: d741ff93d5f71a83a9be0f592682f31ca2d468c37177f18a8d1a2469bb821c05
md5: ea6c792f792bdd7ae6e7e2dee32f0a48
depends:
- binutils
- gcc
- gcc_linux-64 12.*
license: BSD
size: 6184
timestamp: 1689097480051
- kind: conda
name: ca-certificates
version: 2024.2.2
build: h8857fd0_0
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.2.2-h8857fd0_0.conda
sha256: 54a794aedbb4796afeabdf54287b06b1d27f7b13b3814520925f4c2c80f58ca9
md5: f2eacee8c33c43692f1ccfd33d0f50b1
arch: x86_64
platform: osx
license: ISC
size: 155665
timestamp: 1706843838227
- kind: conda
name: ca-certificates
version: 2024.2.2
build: hbcca054_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.2.2-hbcca054_0.conda
sha256: 91d81bfecdbb142c15066df70cc952590ae8991670198f92c66b62019b251aeb
md5: 2f4327a1cbe7f022401b236e915a5fef
arch: x86_64
platform: linux
license: ISC
size: 155432
timestamp: 1706843687645
- kind: conda
name: ca-certificates
version: 2024.2.2
build: hf0a4a13_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.2.2-hf0a4a13_0.conda
sha256: 49bc3439816ac72d0c0e0f144b8cc870fdcc4adec2e861407ec818d8116b2204
md5: fb416a1795f18dcc5a038bc2dc54edf9
arch: aarch64
platform: osx
license: ISC
size: 155725
timestamp: 1706844034242
- kind: conda
name: ca-certificates
version: 2024.7.4
build: h56e8100_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.7.4-h56e8100_0.conda
sha256: 7f37bb33c7954de1b4d19ad622859feb4f6c58f751c38b895524cad4e44af72e
md5: 9caa97c9504072cd060cf0a3142cc0ed
license: ISC
size: 154943
timestamp: 1720077592592
- kind: conda
name: cctools
version: 973.0.1
build: h40f6528_16
build_number: 16
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/cctools-973.0.1-h40f6528_16.conda
sha256: ef3afa0ca2e159360575d5de6cba102494d2dd03c0fda77e858ae9fba73b9e61
md5: b7234c329d4503600b032f168f4b65e7
depends:
- cctools_osx-64 973.0.1 ha1c5b94_16
- ld64 609 ha02d983_16
- libllvm16 >=16.0.6,<16.1.0a0
license: APSL-2.0
license_family: Other
size: 22144
timestamp: 1706798167450
- kind: conda
name: cctools
version: 973.0.1
build: h4faf515_16
build_number: 16
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/cctools-973.0.1-h4faf515_16.conda
sha256: eb62575b0a4f306ed4fb8b874f109af7c622013eace2d9e533d6b3c88fea6c42
md5: 5fd71c6d5cef61d41af51b460265ef6f
depends:
- cctools_osx-arm64 973.0.1 h62378fb_16
- ld64 609 h634c8be_16
- libllvm16 >=16.0.6,<16.1.0a0
license: APSL-2.0
license_family: Other
size: 22117
timestamp: 1706798232449
- kind: conda
name: cctools_osx-64
version: 973.0.1
build: ha1c5b94_16
build_number: 16
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/cctools_osx-64-973.0.1-ha1c5b94_16.conda
sha256: aa69f18388246169ac603148501bdd507bf935e97f384cf8f78ef94e3b296158
md5: 00eb71204323fa6449b38dd34ab9c65d
depends:
- ld64_osx-64 >=609,<610.0a0
- libcxx
- libllvm16 >=16.0.6,<16.1.0a0
- libzlib >=1.2.13,<1.3.0a0
- sigtool
constrains:
- cctools 973.0.1.*
- clang 16.0.*
- ld64 609.*
license: APSL-2.0
license_family: Other
size: 1116102
timestamp: 1706798100072
- kind: conda
name: cctools_osx-arm64
version: 973.0.1
build: h62378fb_16
build_number: 16
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/cctools_osx-arm64-973.0.1-h62378fb_16.conda
sha256: cdd2ce1a4d17084096626e9d074f19ab5abef1e330901358533455e12895572d
md5: be98824be7fa378bd06cb2670ad0b4cc
depends:
- ld64_osx-arm64 >=609,<610.0a0
- libcxx
- libllvm16 >=16.0.6,<16.1.0a0
- libzlib >=1.2.13,<1.3.0a0
- sigtool
constrains:
- cctools 973.0.1.*
- clang 16.0.*
- ld64 609.*
license: APSL-2.0
license_family: Other
size: 1124537
timestamp: 1706798177156
- kind: conda
name: clang
version: 16.0.6
build: h30cc82d_5
build_number: 5
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-16.0.6-h30cc82d_5.conda
sha256: 09d5c870768512e3439bf2a33346a0092fc728bbf2ef3efba1c187220636507d
md5: f3bbbf40f13424248d9ff9650d9379af
depends:
- clang-16 16.0.6 default_he012953_5
constrains:
- clang-tools 16.0.6.*
- llvm 16.0.6.*
- llvm-tools 16.0.6.*
- llvmdev 16.0.6.*
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 21610
timestamp: 1706894245139
- kind: conda
name: clang
version: 16.0.6
build: hdae98eb_5
build_number: 5
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/clang-16.0.6-hdae98eb_5.conda
sha256: df7180f4ee7bed92849cb36e46a9641e71eb6c99b990dedc48f7469c080d5f5f
md5: 5f020dce5a00342141d87f952c9c0282
depends:
- clang-16 16.0.6 default_h7151d67_5
constrains:
- clang-tools 16.0.6.*
- llvm 16.0.6.*
- llvm-tools 16.0.6.*
- llvmdev 16.0.6.*
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 21576
timestamp: 1706894282581
- kind: conda
name: clang-16
version: 16.0.6
build: default_h7151d67_5
build_number: 5
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/clang-16-16.0.6-default_h7151d67_5.conda
sha256: 1ddcdef73115b5584f171a0182c1fdbbf168c667d8dcde19178d18f5c837fb43
md5: e132cf98d775fd7ec3b43859373bc070
depends:
- libclang-cpp16 16.0.6 default_h7151d67_5
- libcxx >=16.0.6
- libllvm16 >=16.0.6,<16.1.0a0
constrains:
- clangxx 16.0.6
- clangdev 16.0.6
- llvm-tools 16.0.6
- clang-tools 16.0.6
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 692571
timestamp: 1706894157239
- kind: conda
name: clang-16
version: 16.0.6
build: default_he012953_5
build_number: 5
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-16-16.0.6-default_he012953_5.conda
sha256: 38ce232aab29ac5ab6ec6dcbeae855d331c192f756da19c1c95db45e9ad28cbb
md5: 5986bf8dc369fc4f55f0393bf94b4494
depends:
- libclang-cpp16 16.0.6 default_he012953_5
- libcxx >=16.0.6
- libllvm16 >=16.0.6,<16.1.0a0
constrains:
- clangdev 16.0.6
- llvm-tools 16.0.6
- clang-tools 16.0.6
- clangxx 16.0.6
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 692537
timestamp: 1706894104516
- kind: conda
name: clang_impl_osx-64
version: 16.0.6
build: h8787910_9
build_number: 9
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/clang_impl_osx-64-16.0.6-h8787910_9.conda
sha256: 3aeee43c777d67a334a7917a9a6cc43c67fabbf8acbceca31e2bef0702f0c81e
md5: 36dc72f20205cf43f63765334a5f0be7
depends:
- cctools_osx-64
- clang 16.0.6.*
- compiler-rt 16.0.6.*
- ld64_osx-64
- llvm-tools 16.0.6.*
license: BSD-3-Clause
license_family: BSD
size: 17576
timestamp: 1706817889548
- kind: conda
name: clang_impl_osx-arm64
version: 16.0.6
build: hc421ffc_9
build_number: 9
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/clang_impl_osx-arm64-16.0.6-hc421ffc_9.conda
sha256: db8d0f1418bd5a6284da7137f278b5ec373b8382791aa550b4af711f7e079f8b
md5: 6ba30ea4b866e03cb834447d934d8d5f
depends:
- cctools_osx-arm64
- clang 16.0.6.*
- compiler-rt 16.0.6.*
- ld64_osx-arm64
- llvm-tools 16.0.6.*
license: BSD-3-Clause
license_family: BSD
size: 17585
timestamp: 1706831903732
- kind: conda
name: clang_osx-64
version: 16.0.6
build: hb91bd55_9
build_number: 9
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/clang_osx-64-16.0.6-hb91bd55_9.conda
sha256: 970a919b17f6c5c04624b6a0269211bd3d7b41b3177e50f5dd7b5d036f4c25c9
md5: 3ebda8406efd8c09ebeeba80396ac6bd
depends:
- clang_impl_osx-64 16.0.6 h8787910_9
license: BSD-3-Clause
license_family: BSD
size: 20647
timestamp: 1706817901570
- kind: conda
name: clang_osx-arm64
version: 16.0.6
build: h54d7cd3_9
build_number: 9
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/clang_osx-arm64-16.0.6-h54d7cd3_9.conda
sha256: d712ced3aaf31275d3ca1f0b3dbe21ca82ba169e35a5e3e8115a67b381be2197
md5: 5df587e67413858308caac4c86b9c92a
depends:
- clang_impl_osx-arm64 16.0.6 hc421ffc_9
license: BSD-3-Clause
license_family: BSD
size: 20568
timestamp: 1706831915550
- kind: conda
name: clangxx
version: 16.0.6
build: default_h4cf2255_5
build_number: 5
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx-16.0.6-default_h4cf2255_5.conda
sha256: d5cdb838c3b67c4fdf1683e7659d011db228d5f762f85e2833e1c67c7c5cccdc
md5: 83d1eb2693ad27dec744ac21f1ad9812
depends:
- clang 16.0.6 h30cc82d_5
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 21761
timestamp: 1706894272948
- kind: conda
name: clangxx
version: 16.0.6
build: default_h7151d67_5
build_number: 5
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/clangxx-16.0.6-default_h7151d67_5.conda
sha256: 9aafb8802adfe804ae38b66b01b00e133f1c14713ed1abed2710ed95ddbaa3e7
md5: 8c3fb5d2005174683f3958383643e335
depends:
- clang 16.0.6 hdae98eb_5
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 21699
timestamp: 1706894307583
- kind: conda
name: clangxx_impl_osx-64
version: 16.0.6
build: h6d92fbe_9
build_number: 9
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/clangxx_impl_osx-64-16.0.6-h6d92fbe_9.conda
sha256: d0d712b2ea90fd4e0c7215cb319830496ced15c56ee208f6ebba5e0d0b21f765
md5: bfea277f004e2815ebd59294e9c08746
depends:
- clang_osx-64 16.0.6 hb91bd55_9
- clangxx 16.0.6.*
- libcxx >=16
- libllvm16 >=16.0.6,<16.1.0a0
license: BSD-3-Clause
license_family: BSD
size: 17667
timestamp: 1706817919437
- kind: conda
name: clangxx_impl_osx-arm64
version: 16.0.6
build: hcd7bac0_9
build_number: 9
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_impl_osx-arm64-16.0.6-hcd7bac0_9.conda
sha256: db061d8e7d6c1410cb188bbc5485d630cb076ae6981dca42def058822497536f
md5: 949089893ce76c6d743b77d6eec251bf
depends:
- clang_osx-arm64 16.0.6 h54d7cd3_9
- clangxx 16.0.6.*
- libcxx >=16
- libllvm16 >=16.0.6,<16.1.0a0
license: BSD-3-Clause
license_family: BSD
size: 17692
timestamp: 1706832802039
- kind: conda
name: clangxx_osx-64
version: 16.0.6
build: hb91bd55_9
build_number: 9
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/clangxx_osx-64-16.0.6-hb91bd55_9.conda
sha256: 9225222bf1cd611e63f2b68c0838325f2fd5be930f81a7f3563ff5e2818955a5
md5: e7297accf408701c298308eeae807c5e
depends:
- clang_osx-64 16.0.6 hb91bd55_9
- clangxx_impl_osx-64 16.0.6 h6d92fbe_9
license: BSD-3-Clause
license_family: BSD
size: 19414
timestamp: 1706817934575
- kind: conda
name: clangxx_osx-arm64
version: 16.0.6
build: h54d7cd3_9
build_number: 9
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_osx-arm64-16.0.6-h54d7cd3_9.conda
sha256: ee39efac1691f9f2d646bc64f04548179577e3c65c1ca5947cd4f944e4ccbdee
md5: e47d40e35f855ad41af35ba60937e41c
depends:
- clang_osx-arm64 16.0.6 h54d7cd3_9
- clangxx_impl_osx-arm64 16.0.6 hcd7bac0_9
license: BSD-3-Clause
license_family: BSD
size: 19330
timestamp: 1706832814124
- kind: conda
name: cmake
version: 3.28.3
build: h50fd54c_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/cmake-3.28.3-h50fd54c_0.conda
sha256: 699d87d3d5e9d9a9b7d13775cee9e7eeaa1f234ac9609de2b35b3f5dd88ecb16
md5: 2a4cfda87ed222d1b2c243100b76d37f
depends:
- bzip2 >=1.0.8,<2.0a0
- libcurl >=8.5.0,<9.0a0
- libcxx >=16
- libexpat >=2.5.0,<3.0a0
- libuv >=1.46.0,<2.0a0
- libzlib >=1.2.13,<1.3.0a0
- ncurses >=6.4,<7.0a0
- rhash >=1.4.4,<2.0a0
- xz >=5.2.6,<6.0a0
- zstd >=1.5.5,<1.6.0a0
arch: aarch64
platform: osx
license: BSD-3-Clause
license_family: BSD
size: 15470657
timestamp: 1707205774880
- kind: conda
name: cmake
version: 3.28.3