-
Notifications
You must be signed in to change notification settings - Fork 0
/
pixi.lock
2127 lines (2127 loc) · 55.6 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
metadata:
content_hash:
osx-arm64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
channels:
- url: https://conda.anaconda.org/conda-forge/
used_env_vars: []
platforms:
- osx-arm64
sources: []
time_metadata: null
git_metadata: null
inputs_metadata: null
custom_metadata: null
package:
- name: r-tinytex
version: '0.53'
manager: conda
platform: osx-arm64
dependencies:
r-base: '>=4.4,<4.5.0a0'
r-xfun: '>=0.5'
url: https://conda.anaconda.org/conda-forge/noarch/r-tinytex-0.53-r44hc72bb7e_0.conda
hash:
md5: 683044d6df71cbfa767b1195bdc649f9
sha256: e4cc61b524c3e39c7c4f58fb3ad56e94003a9860282c562f6725697657027e82
optional: false
category: main
build: r44hc72bb7e_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
noarch: generic
size: 149938
timestamp: 1726437681898
- name: tectonic
version: 0.15.0
manager: conda
platform: osx-arm64
dependencies:
openssl: '>=3.2.1,<4.0a0'
libpng: '>=1.6.42,<1.7.0a0'
icu: '>=73.2,<74.0a0'
libzlib: '>=1.2.13,<2.0.0a0'
graphite2: '*'
freetype: '>=2.12.1,<3.0a0'
libglib: '>=2.78.3,<3.0a0'
zlib: '*'
libcxx: '>=16'
harfbuzz: '>=8.3.0,<9.0a0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/tectonic-0.15.0-he52c5f7_0.conda
hash:
md5: e466bbc04586bc6b4d271622d5be06af
sha256: 91ca2480adbb272b14f4dc54f308c16e3790b0b71b39d514466f32ecb5e92c69
optional: false
category: main
build: he52c5f7_0
arch: aarch64
subdir: osx-arm64
build_number: 0
constrains:
- __osx >=11.0
license: MIT
license_family: MIT
size: 4503198
timestamp: 1707163238436
- name: python
version: 3.12.6
manager: conda
platform: osx-arm64
dependencies:
tzdata: '*'
openssl: '>=3.3.2,<4.0a0'
readline: '>=8.2,<9.0a0'
__osx: '>=11.0'
libffi: '>=3.4,<4.0a0'
libsqlite: '>=3.46.1,<4.0a0'
libzlib: '>=1.3.1,<2.0a0'
libexpat: '>=2.6.3,<3.0a0'
tk: '>=8.6.13,<8.7.0a0'
bzip2: '>=1.0.8,<2.0a0'
xz: '>=5.2.6,<6.0a0'
ncurses: '>=6.5,<7.0a0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.12.6-h739c21a_2_cpython.conda
hash:
md5: e63b77873ba23ce9d870aff00375c72f
sha256: f456c082fe6072de2edfedd0aec93824127c8d5e4edadecddef29c16b3fb537a
optional: false
category: main
build: h739c21a_2_cpython
arch: aarch64
subdir: osx-arm64
build_number: 2
constrains:
- python_abi 3.12.* *_cp312
license: Python-2.0
size: 12822136
timestamp: 1727719178909
- name: libsqlite
version: 3.46.1
manager: conda
platform: osx-arm64
dependencies:
__osx: '>=11.0'
libzlib: '>=1.3.1,<2.0a0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.46.1-hc14010f_0.conda
hash:
md5: 58050ec1724e58668d0126a1615553fa
sha256: 3725f962f490c5d44dae326d5f5b2e3c97f71a6322d914ccc85b5ddc2e50d120
optional: false
category: main
build: hc14010f_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: Unlicense
size: 829500
timestamp: 1725353720793
- name: libzlib
version: 1.3.1
manager: conda
platform: osx-arm64
dependencies:
__osx: '>=11.0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-hfb2fe0b_1.conda
hash:
md5: 636077128927cf79fd933276dc3aed47
sha256: c34365dd37b0eab27b9693af32a1f7f284955517c2cc91f1b88a7ef4738ff03e
optional: false
category: main
build: hfb2fe0b_1
arch: aarch64
subdir: osx-arm64
build_number: 1
constrains:
- zlib 1.3.1 *_1
license: Zlib
license_family: Other
size: 46921
timestamp: 1716874262512
- name: bzip2
version: 1.0.8
manager: conda
platform: osx-arm64
dependencies:
__osx: '>=11.0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda
hash:
md5: fc6948412dbbbe9a4c9ddbbcfe0a79ab
sha256: adfa71f158cbd872a36394c56c3568e6034aa55c623634b37a4836bd036e6b91
optional: false
category: main
build: h99b78c6_7
arch: aarch64
subdir: osx-arm64
build_number: 7
license: bzip2-1.0.6
license_family: BSD
size: 122909
timestamp: 1720974522888
- name: libexpat
version: 2.6.3
manager: conda
platform: osx-arm64
dependencies:
__osx: '>=11.0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.3-hf9b8971_0.conda
hash:
md5: 5f22f07c2ab2dea8c66fe9585a062c96
sha256: 5cbe5a199fba14ade55457a468ce663aac0b54832c39aa54470b3889b4c75c4a
optional: false
category: main
build: hf9b8971_0
arch: aarch64
subdir: osx-arm64
build_number: 0
constrains:
- expat 2.6.3.*
license: MIT
license_family: MIT
size: 63895
timestamp: 1725568783033
- name: libffi
version: 3.4.2
manager: conda
platform: osx-arm64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2
hash:
md5: 086914b672be056eb70fd4285b6783b6
sha256: 41b3d13efb775e340e4dba549ab5c029611ea6918703096b2eaa9c015c0750ca
optional: false
category: main
build: h3422bc3_5
arch: aarch64
subdir: osx-arm64
build_number: 5
license: MIT
license_family: MIT
size: 39020
timestamp: 1636488587153
- name: ncurses
version: '6.5'
manager: conda
platform: osx-arm64
dependencies:
__osx: '>=11.0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h7bae524_1.conda
hash:
md5: cb2b0ea909b97b3d70cd3921d1445e1a
sha256: 27d0b9ff78ad46e1f3a6c96c479ab44beda5f96def88e2fe626e0a49429d8afc
optional: false
category: main
build: h7bae524_1
arch: aarch64
subdir: osx-arm64
build_number: 1
license: X11 AND BSD-3-Clause
size: 802321
timestamp: 1724658775723
- name: openssl
version: 3.3.2
manager: conda
platform: osx-arm64
dependencies:
__osx: '>=11.0'
ca-certificates: '*'
url: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.2-h8359307_0.conda
hash:
md5: 1773ebccdc13ec603356e8ff1db9e958
sha256: 940fa01c4dc6152158fe8943e05e55a1544cab639df0994e3b35937839e4f4d1
optional: false
category: main
build: h8359307_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: Apache-2.0
license_family: Apache
size: 2882450
timestamp: 1725410638874
- name: ca-certificates
version: 2024.8.30
manager: conda
platform: osx-arm64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.8.30-hf0a4a13_0.conda
hash:
md5: 40dec13fd8348dbe303e57be74bd3d35
sha256: 2db1733f4b644575dbbdd7994a8f338e6ef937f5ebdb74acd557e9dda0211709
optional: false
category: main
build: hf0a4a13_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: ISC
size: 158482
timestamp: 1725019034582
- name: readline
version: '8.2'
manager: conda
platform: osx-arm64
dependencies:
ncurses: '>=6.3,<7.0a0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda
hash:
md5: 8cbb776a2f641b943d413b3e19df71f4
sha256: a1dfa679ac3f6007362386576a704ad2d0d7a02e98f5d0b115f207a2da63e884
optional: false
category: main
build: h92ec313_1
arch: aarch64
subdir: osx-arm64
build_number: 1
license: GPL-3.0-only
license_family: GPL
size: 250351
timestamp: 1679532511311
- name: tk
version: 8.6.13
manager: conda
platform: osx-arm64
dependencies:
libzlib: '>=1.2.13,<2.0.0a0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda
hash:
md5: b50a57ba89c32b62428b71a875291c9b
sha256: 72457ad031b4c048e5891f3f6cb27a53cb479db68a52d965f796910e71a403a8
optional: false
category: main
build: h5083fa2_1
arch: aarch64
subdir: osx-arm64
build_number: 1
license: TCL
license_family: BSD
size: 3145523
timestamp: 1699202432999
- name: tzdata
version: 2024a
manager: conda
platform: osx-arm64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h8827d51_1.conda
hash:
md5: 8bfdead4e0fff0383ae4c9c50d0531bd
sha256: 7d21c95f61319dba9209ca17d1935e6128af4235a67ee4e57a00908a1450081e
optional: false
category: main
build: h8827d51_1
arch: aarch64
subdir: osx-arm64
build_number: 1
license: LicenseRef-Public-Domain
noarch: generic
size: 124164
timestamp: 1724736371498
- name: xz
version: 5.2.6
manager: conda
platform: osx-arm64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2
hash:
md5: 39c6b54e94014701dd157f4f576ed211
sha256: 59d78af0c3e071021cfe82dc40134c19dab8cdf804324b62940f5c8cd71803ec
optional: false
category: main
build: h57fd34a_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: LGPL-2.1 and GPL-2.0
size: 235693
timestamp: 1660346961024
- name: icu
version: '73.2'
manager: conda
platform: osx-arm64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/osx-arm64/icu-73.2-hc8870d7_0.conda
hash:
md5: 8521bd47c0e11c5902535bb1a17c565f
sha256: ff9cd0c6cd1349954c801fb443c94192b637e1b414514539f3c49c56a39f51b1
optional: false
category: main
build: hc8870d7_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
size: 11997841
timestamp: 1692902104771
- name: libpng
version: 1.6.44
manager: conda
platform: osx-arm64
dependencies:
__osx: '>=11.0'
libzlib: '>=1.3.1,<2.0a0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.44-hc14010f_0.conda
hash:
md5: fb36e93f0ea6a6f5d2b99984f34b049e
sha256: 38f8759a3eb8060deabd4db41f0f023514d853e46ddcbd0ba21768fc4e563bb1
optional: false
category: main
build: hc14010f_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: zlib-acknowledgement
size: 263385
timestamp: 1726234714421
- name: graphite2
version: 1.3.13
manager: conda
platform: osx-arm64
dependencies:
libcxx: '>=16'
url: https://conda.anaconda.org/conda-forge/osx-arm64/graphite2-1.3.13-hebf3989_1003.conda
hash:
md5: 339991336eeddb70076d8ca826dac625
sha256: 2eadafbfc52f5e7df3da3c3b7e5bbe34d970bea1d645ffe60b0b1c3a216657f5
optional: false
category: main
build: hebf3989_1003
arch: aarch64
subdir: osx-arm64
build_number: 1003
license: LGPL-2.0-or-later
license_family: LGPL
size: 79774
timestamp: 1711634444608
- name: libcxx
version: 19.1.0
manager: conda
platform: osx-arm64
dependencies:
__osx: '>=11.0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.0-ha82da77_0.conda
hash:
md5: a4c66c0d5b0f268fd27a956145004d27
sha256: b71167d9b7c8e598b12bbdafefd0139e3c70c6eb258cbda3de3fb422d0098025
optional: false
category: main
build: ha82da77_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 520766
timestamp: 1726782571130
- name: freetype
version: 2.12.1
manager: conda
platform: osx-arm64
dependencies:
libzlib: '>=1.2.13,<2.0.0a0'
libpng: '>=1.6.39,<1.7.0a0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hadb7bae_2.conda
hash:
md5: e6085e516a3e304ce41a8ee08b9b89ad
sha256: 791673127e037a2dc0eebe122dc4f904cb3f6e635bb888f42cbe1a76b48748d9
optional: false
category: main
build: hadb7bae_2
arch: aarch64
subdir: osx-arm64
build_number: 2
license: GPL-2.0-only OR FTL
size: 596430
timestamp: 1694616332835
- name: libglib
version: 2.82.1
manager: conda
platform: osx-arm64
dependencies:
libintl: '>=0.22.5,<1.0a0'
pcre2: '>=10.44,<10.45.0a0'
__osx: '>=11.0'
libffi: '>=3.4,<4.0a0'
libiconv: '>=1.17,<2.0a0'
libzlib: '>=1.3.1,<2.0a0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.82.1-h4821c08_0.conda
hash:
md5: 50e859d1781857abf820ec5423073a21
sha256: 0ad22c14fbe77144111abb5495894e02a124773a4d2d6c2ded5c7d66aec694b4
optional: false
category: main
build: h4821c08_0
arch: aarch64
subdir: osx-arm64
build_number: 0
constrains:
- glib 2.82.1 *_0
license: LGPL-2.1-or-later
size: 3685019
timestamp: 1727380700589
- name: libintl
version: 0.22.5
manager: conda
platform: osx-arm64
dependencies:
__osx: '>=11.0'
libiconv: '>=1.17,<2.0a0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8414b35_3.conda
hash:
md5: 3b98ec32e91b3b59ad53dbb9c96dd334
sha256: 7c1d238d4333af385e594c89ebcb520caad7ed83a735c901099ec0970a87a891
optional: false
category: main
build: h8414b35_3
arch: aarch64
subdir: osx-arm64
build_number: 3
license: LGPL-2.1-or-later
size: 81171
timestamp: 1723626968270
- name: libiconv
version: '1.17'
manager: conda
platform: osx-arm64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda
hash:
md5: 69bda57310071cf6d2b86caf11573d2d
sha256: bc7de5097b97bcafcf7deaaed505f7ce02f648aac8eccc0d5a47cc599a1d0304
optional: false
category: main
build: h0d3ecfb_2
arch: aarch64
subdir: osx-arm64
build_number: 2
license: LGPL-2.1-only
size: 676469
timestamp: 1702682458114
- name: pcre2
version: '10.44'
manager: conda
platform: osx-arm64
dependencies:
__osx: '>=11.0'
libzlib: '>=1.3.1,<2.0a0'
bzip2: '>=1.0.8,<2.0a0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_2.conda
hash:
md5: 147c83e5e44780c7492998acbacddf52
sha256: 83153c7d8fd99cab33c92ce820aa7bfed0f1c94fc57010cf227b6e3c50cb7796
optional: false
category: main
build: h297a79d_2
arch: aarch64
subdir: osx-arm64
build_number: 2
license: BSD-3-Clause
license_family: BSD
size: 618973
timestamp: 1723488853807
- name: zlib
version: 1.3.1
manager: conda
platform: osx-arm64
dependencies:
__osx: '>=11.0'
libzlib: ==1.3.1 hfb2fe0b_1
url: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-hfb2fe0b_1.conda
hash:
md5: f27e021db7862b6ddbc1d3578f10d883
sha256: 87360c2dc662916aac37cf01e53324b4f4f78db6f399220818076752b093ede5
optional: false
category: main
build: hfb2fe0b_1
arch: aarch64
subdir: osx-arm64
build_number: 1
license: Zlib
license_family: Other
size: 78260
timestamp: 1716874280334
- name: harfbuzz
version: 8.5.0
manager: conda
platform: osx-arm64
dependencies:
freetype: '>=2.12.1,<3.0a0'
icu: '>=73.2,<74.0a0'
libcxx: '>=16'
graphite2: '*'
libglib: '>=2.80.2,<3.0a0'
__osx: '>=11.0'
cairo: '>=1.18.0,<2.0a0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-8.5.0-h1836168_0.conda
hash:
md5: aa22b942b980c17612d344adcd0f8798
sha256: 91121ed30fa7d775f1cf7ae5de2f7852d66a604269509c4bb108b143315d8321
optional: false
category: main
build: h1836168_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
size: 1320454
timestamp: 1715701618297
- name: cairo
version: 1.18.0
manager: conda
platform: osx-arm64
dependencies:
icu: '>=73.2,<74.0a0'
libpng: '>=1.6.43,<1.7.0a0'
__osx: '>=11.0'
libzlib: '>=1.3.1,<2.0a0'
freetype: '>=2.12.1,<3.0a0'
zlib: '*'
libglib: '>=2.80.2,<3.0a0'
fontconfig: '>=2.14.2,<3.0a0'
libcxx: '>=16'
fonts-conda-ecosystem: '*'
pixman: '>=0.43.4,<1.0a0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.0-hc6c324b_2.conda
hash:
md5: 6efeefcad878c15377f49f64e2cbf232
sha256: 7cb330f41fd5abd3d2444a62c0439af8b11c96497aa2f87d76a5b580edf6d35c
optional: false
category: main
build: hc6c324b_2
arch: aarch64
subdir: osx-arm64
build_number: 2
license: LGPL-2.1-only or MPL-1.1
size: 898820
timestamp: 1718985829269
- name: fontconfig
version: 2.14.2
manager: conda
platform: osx-arm64
dependencies:
freetype: '>=2.12.1,<3.0a0'
libzlib: '>=1.2.13,<2.0.0a0'
expat: '>=2.5.0,<3.0a0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.14.2-h82840c6_0.conda
hash:
md5: f77d47ddb6d3cc5b39b9bdf65635afbb
sha256: 7094917fc6758186e17c61d8ee8fd2bbbe9f303b4addac61d918fa415c497e2b
optional: false
category: main
build: h82840c6_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
size: 237668
timestamp: 1674829263740
- name: expat
version: 2.6.3
manager: conda
platform: osx-arm64
dependencies:
__osx: '>=11.0'
libexpat: ==2.6.3 hf9b8971_0
url: https://conda.anaconda.org/conda-forge/osx-arm64/expat-2.6.3-hf9b8971_0.conda
hash:
md5: 726bbcf3549fe22b4556285d946fed2d
sha256: 4d52ad7a7eb39f71a38bbf2b6377183024bd3bf4cfb5dcd33b31636a6f9a7abc
optional: false
category: main
build: hf9b8971_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
size: 125005
timestamp: 1725568799108
- name: fonts-conda-ecosystem
version: '1'
manager: conda
platform: osx-arm64
dependencies:
fonts-conda-forge: '*'
url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2
hash:
md5: fee5683a3f04bd15cbd8318b096a27ab
sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61
optional: false
category: main
build: '0'
arch: aarch64
subdir: osx-arm64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: generic
size: 3667
timestamp: 1566974674465
- name: fonts-conda-forge
version: '1'
manager: conda
platform: osx-arm64
dependencies:
font-ttf-ubuntu: '*'
font-ttf-inconsolata: '*'
font-ttf-dejavu-sans-mono: '*'
font-ttf-source-code-pro: '*'
url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2
hash:
md5: f766549260d6815b0c52253f1fb1bb29
sha256: 53f23a3319466053818540bcdf2091f253cbdbab1e0e9ae7b9e509dcaa2a5e38
optional: false
category: main
build: '0'
arch: aarch64
subdir: osx-arm64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: generic
size: 4102
timestamp: 1566932280397
- name: font-ttf-ubuntu
version: '0.83'
manager: conda
platform: osx-arm64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda
hash:
md5: 49023d73832ef61042f6a237cb2687e7
sha256: 2821ec1dc454bd8b9a31d0ed22a7ce22422c0aef163c59f49dfdf915d0f0ca14
optional: false
category: main
build: h77eed37_3
arch: aarch64
subdir: osx-arm64
build_number: 3
license: LicenseRef-Ubuntu-Font-Licence-Version-1.0
license_family: Other
noarch: generic
size: 1620504
timestamp: 1727511233259
- name: font-ttf-inconsolata
version: '3.000'
manager: conda
platform: osx-arm64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2
hash:
md5: 34893075a5c9e55cdafac56607368fc6
sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c
optional: false
category: main
build: h77eed37_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: OFL-1.1
license_family: Other
noarch: generic
size: 96530
timestamp: 1620479909603
- name: font-ttf-dejavu-sans-mono
version: '2.37'
manager: conda
platform: osx-arm64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2
hash:
md5: 0c96522c6bdaed4b1566d11387caaf45
sha256: 58d7f40d2940dd0a8aa28651239adbf5613254df0f75789919c4e6762054403b
optional: false
category: main
build: hab24e00_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: generic
size: 397370
timestamp: 1566932522327
- name: font-ttf-source-code-pro
version: '2.038'
manager: conda
platform: osx-arm64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2
hash:
md5: 4d59c254e01d9cde7957100457e2d5fb
sha256: 00925c8c055a2275614b4d983e1df637245e19058d79fc7dd1a93b8d9fb4b139
optional: false
category: main
build: h77eed37_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: OFL-1.1
license_family: Other
noarch: generic
size: 700814
timestamp: 1620479612257
- name: pixman
version: 0.43.4
manager: conda
platform: osx-arm64
dependencies:
libcxx: '>=16'
url: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.43.4-hebf3989_0.conda
hash:
md5: 0308c68e711cd295aaa026a4f8c4b1e5
sha256: df0ba2710ccdea5c909b63635529797f6eb3635b6fb77ae9cb2f183d08818409
optional: false
category: main
build: hebf3989_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
size: 198755
timestamp: 1709239846651
- name: r-base
version: 4.4.1
manager: conda
platform: osx-arm64
dependencies:
libdeflate: '>=1.20,<1.21.0a0'
readline: '>=8.2,<9.0a0'
libgettextpo: '>=0.22.5,<1.0a0'
cairo: '>=1.18.0,<2.0a0'
xz: '>=5.2.6,<6.0a0'
pango: '>=1.50.14,<2.0a0'
make: '*'
gfortran_osx-arm64: 12.*
tzdata: '>=2024a'
libgfortran: 5.*
pcre2: '>=10.44,<10.45.0a0'
fontconfig: '>=2.14.2,<3.0a0'
tk: '>=8.6.13,<8.7.0a0'
clang_osx-arm64: '>=16'
fonts-conda-ecosystem: '*'
_r-mutex: 1.* anacondar_1
libcurl: '>=8.8.0,<9.0a0'
__osx: '>=11.0'
libasprintf: '>=0.22.5,<1.0a0'
libblas: '>=3.9.0,<4.0a0'
libpng: '>=1.6.43,<1.7.0a0'
libzlib: '>=1.3.1,<2.0a0'
libgfortran5: '>=13.2.0'
libintl: '>=0.22.5,<1.0a0'
clangxx_osx-arm64: '>=16'
tktable: '*'
icu: '>=73.2,<74.0a0'
libglib: '>=2.80.2,<3.0a0'
libiconv: '>=1.17,<2.0a0'
curl: '*'
gsl: '>=2.7,<2.8.0a0'
libjpeg-turbo: '>=3.0.0,<4.0a0'
libtiff: '>=4.6.0,<4.8.0a0'
bwidget: '*'
bzip2: '>=1.0.8,<2.0a0'
libcxx: '>=16'
liblapack: '>=3.9.0,<4.0a0'
llvm-openmp: '>=16.0.6'
url: https://conda.anaconda.org/conda-forge/osx-arm64/r-base-4.4.1-hb9a706f_12.conda
hash:
md5: 2a5669cc1695e5a8720eb9934a152bbb
sha256: 5119b6f5c25fa3853912d84fd9ab566669b04824517818b7d77a4e9bc7f56855
optional: false
category: main
build: hb9a706f_12
arch: aarch64
subdir: osx-arm64
build_number: 12
license: GPL-2.0-or-later
license_family: GPL
size: 27542113
timestamp: 1720308656605
- name: libdeflate
version: '1.20'
manager: conda
platform: osx-arm64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.20-h93a5062_0.conda
hash:
md5: 97efeaeba2a9a82bdf46fc6d025e3a57
sha256: 6d16cccb141b6bb05c38107b335089046664ea1d6611601d3f6e7e4227a99925
optional: false
category: main
build: h93a5062_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
size: 54481
timestamp: 1711196723486
- name: libgettextpo
version: 0.22.5
manager: conda
platform: osx-arm64
dependencies:
__osx: '>=11.0'
libiconv: '>=1.17,<2.0a0'
libintl: ==0.22.5 h8414b35_3
url: https://conda.anaconda.org/conda-forge/osx-arm64/libgettextpo-0.22.5-h8414b35_3.conda
hash:
md5: c8cd7295cfb7bda5cbabea4fef904349
sha256: bc446fad58155e96a01b28e99254415c2151bdddf57f9a2c00c44e6f0298bb62
optional: false
category: main
build: h8414b35_3
arch: aarch64
subdir: osx-arm64
build_number: 3
license: GPL-3.0-or-later
license_family: GPL
size: 159800
timestamp: 1723627007035
- name: pango
version: 1.54.0
manager: conda
platform: osx-arm64
dependencies:
libpng: '>=1.6.43,<1.7.0a0'
libglib: '>=2.80.2,<3.0a0'
freetype: '>=2.12.1,<3.0a0'
fribidi: '>=1.0.10,<2.0a0'
__osx: '>=11.0'
cairo: '>=1.18.0,<2.0a0'
fontconfig: '>=2.14.2,<3.0a0'
fonts-conda-ecosystem: '*'
harfbuzz: '>=8.5.0,<9.0a0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.54.0-h5cb9fbc_0.conda
hash:
md5: e490cbccf161da2220fd9be3463c0fac
sha256: 45dd6dc3a5b737871f8bc6a5fd9857d37f6e411f33051ce8043af41c35c7fa02
optional: false
category: main
build: h5cb9fbc_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: LGPL-2.1-or-later
size: 417356
timestamp: 1718027781756
- name: fribidi
version: 1.0.10
manager: conda
platform: osx-arm64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/osx-arm64/fribidi-1.0.10-h27ca646_0.tar.bz2
hash:
md5: c64443234ff91d70cb9c7dc926c58834
sha256: 4b37ea851a2cf85edf0a63d2a63266847ec3dcbba4a31156d430cdd6aa811303
optional: false
category: main
build: h27ca646_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: LGPL-2.1
size: 60255
timestamp: 1604417405528
- name: make
version: 4.4.1
manager: conda
platform: osx-arm64
dependencies:
__osx: '>=11.0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/make-4.4.1-hc9fafa5_1.conda
hash:
md5: cb5643890895c017998cb724f3608a55
sha256: 59c625be71be7c523ca493710fee5a476bd40889fd04f00460fb1d444e2da7c3
optional: false
category: main
build: hc9fafa5_1
arch: aarch64
subdir: osx-arm64
build_number: 1
license: GPL-3.0-or-later
license_family: GPL
size: 273831
timestamp: 1725561599726
- name: gfortran_osx-arm64
version: 12.3.0
manager: conda
platform: osx-arm64
dependencies:
ld64_osx-arm64: '*'
libgfortran: 5.*
libgfortran-devel_osx-arm64: ==12.3.0
clang: '*'
libgfortran5: '>=12.3.0'
cctools_osx-arm64: '*'
clang_osx-arm64: '*'
gfortran_impl_osx-arm64: ==12.3.0
url: https://conda.anaconda.org/conda-forge/osx-arm64/gfortran_osx-arm64-12.3.0-h57527a5_1.conda
hash:
md5: 7d8ce258d478b7dbcc2728168a6959a1
sha256: 45b2b76f6db8f6e150239761d3ee2b64d94628c3bf65af0a09924bbfdb8d16e6
optional: false
category: main
build: h57527a5_1
arch: aarch64
subdir: osx-arm64
build_number: 1
license: GPL-3.0-or-later WITH GCC-exception-3.1
license_family: GPL
size: 35073
timestamp: 1692106707604
- name: ld64_osx-arm64
version: '951.9'
manager: conda
platform: osx-arm64
dependencies:
tapi: '>=1300.6.5,<1301.0a0'
libcxx: '*'
__osx: '>=11.0'
sigtool: '*'
libllvm18: '>=18.1.8,<18.2.0a0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/ld64_osx-arm64-951.9-hdd277f2_1.conda
hash:
md5: ea2c1fbef0050150858a995e5f39957f
sha256: 3309feac10a310a9c0ca3bc8f766a37eeb5d19d717bc2a3aa59b8bf010db3615
optional: false
category: main
build: hdd277f2_1
arch: aarch64
subdir: osx-arm64
build_number: 1
constrains:
- cctools_osx-arm64 1010.6.*
- clang >=18.1.8,<19.0a0
- cctools 1010.6.*