-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpixi.lock
More file actions
3516 lines (3516 loc) · 90.8 KB
/
Copy pathpixi.lock
File metadata and controls
3516 lines (3516 loc) · 90.8 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
metadata:
content_hash:
linux-64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
channels:
- url: https://conda.anaconda.org/conda-forge/
used_env_vars: []
platforms:
- linux-64
sources: []
time_metadata: null
git_metadata: null
inputs_metadata: null
custom_metadata: null
package:
- platform: linux-64
name: _libgcc_mutex
version: '0.1'
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
hash:
md5: d7c89558ba9fa0495403155b64376d81
sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726
build: conda_forge
arch: x86_64
subdir: linux-64
build_number: 0
license: None
size: 2562
timestamp: 1578324546067
- platform: linux-64
name: _openmp_mutex
version: '4.5'
category: main
manager: conda
dependencies:
- _libgcc_mutex 0.1 conda_forge
- libgomp >=7.5.0
url: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
hash:
md5: 73aaf86a425cc6e73fcf236a5a46396d
sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22
build: 2_gnu
arch: x86_64
subdir: linux-64
build_number: 16
constrains:
- openmp_impl 9999
license: BSD-3-Clause
license_family: BSD
size: 23621
timestamp: 1650670423406
- platform: linux-64
name: alsa-lib
version: 1.2.10
category: main
manager: conda
dependencies:
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.10-hd590300_0.conda
hash:
md5: 75dae9a4201732aa78a530b826ee5fe0
sha256: 51147922bad9d3176e780eb26f748f380cd3184896a9f9125d8ac64fe330158b
build: hd590300_0
arch: x86_64
subdir: linux-64
build_number: 0
license: LGPL-2.1-or-later
license_family: GPL
size: 554938
timestamp: 1693607226431
- platform: linux-64
name: attr
version: 2.5.1
category: main
manager: conda
dependencies:
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/attr-2.5.1-h166bdaf_1.tar.bz2
hash:
md5: d9c69a24ad678ffce24c6543a0176b00
sha256: 82c13b1772c21fc4a17441734de471d3aabf82b61db9b11f4a1bd04a9c4ac324
build: h166bdaf_1
arch: x86_64
subdir: linux-64
build_number: 1
license: GPL-2.0-or-later
license_family: GPL
size: 71042
timestamp: 1660065501192
- platform: linux-64
name: brotli
version: 1.1.0
category: main
manager: conda
dependencies:
- brotli-bin 1.1.0 hd590300_1
- libbrotlidec 1.1.0 hd590300_1
- libbrotlienc 1.1.0 hd590300_1
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hd590300_1.conda
hash:
md5: f27a24d46e3ea7b70a1f98e50c62508f
sha256: f2d918d351edd06c55a6c2d84b488fe392f85ea018ff227daac07db22b408f6b
build: hd590300_1
arch: x86_64
subdir: linux-64
build_number: 1
license: MIT
license_family: MIT
size: 19383
timestamp: 1695990069230
- platform: linux-64
name: brotli-bin
version: 1.1.0
category: main
manager: conda
dependencies:
- libbrotlidec 1.1.0 hd590300_1
- libbrotlienc 1.1.0 hd590300_1
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hd590300_1.conda
hash:
md5: 39f910d205726805a958da408ca194ba
sha256: a641abfbaec54f454c8434061fffa7fdaa9c695e8a5a400ed96b4f07c0c00677
build: hd590300_1
arch: x86_64
subdir: linux-64
build_number: 1
license: MIT
license_family: MIT
size: 18980
timestamp: 1695990054140
- platform: linux-64
name: bzip2
version: 1.0.8
category: main
manager: conda
dependencies:
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hd590300_5.conda
hash:
md5: 69b8b6202a07720f448be700e300ccf4
sha256: 242c0c324507ee172c0e0dd2045814e746bb303d1eb78870d182ceb0abc726a8
build: hd590300_5
arch: x86_64
subdir: linux-64
build_number: 5
license: bzip2-1.0.6
license_family: BSD
size: 254228
timestamp: 1699279927352
- platform: linux-64
name: c-ares
version: 1.22.1
category: main
manager: conda
dependencies:
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.22.1-hd590300_0.conda
hash:
md5: 8430bd266c7b2cfbda403f7585d5ee86
sha256: d41cf87938ba66de538b91afed3ece9b4cf5ed082a7d1c1add46b70f482f34b9
build: hd590300_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
size: 149663
timestamp: 1700421768288
- platform: linux-64
name: ca-certificates
version: 2023.11.17
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2023.11.17-hbcca054_0.conda
hash:
md5: 01ffc8d36f9eba0ce0b3c1955fa780ee
sha256: fb4b9f4b7d885002db0b93e22f44b5b03791ef3d4efdc9d0662185a0faafd6b6
build: hbcca054_0
arch: x86_64
subdir: linux-64
build_number: 0
license: ISC
size: 154117
timestamp: 1700280881924
- platform: linux-64
name: cairo
version: 1.18.0
category: main
manager: conda
dependencies:
- fontconfig >=2.14.2,<3.0a0
- fonts-conda-ecosystem
- freetype >=2.12.1,<3.0a0
- icu >=73.2,<74.0a0
- libgcc-ng >=12
- libglib >=2.78.0,<3.0a0
- libpng >=1.6.39,<1.7.0a0
- libstdcxx-ng >=12
- libxcb >=1.15,<1.16.0a0
- libzlib >=1.2.13,<1.3.0a0
- pixman >=0.42.2,<1.0a0
- xorg-libice >=1.1.1,<2.0a0
- xorg-libsm >=1.2.4,<2.0a0
- xorg-libx11 >=1.8.6,<2.0a0
- xorg-libxext >=1.3.4,<2.0a0
- xorg-libxrender >=0.9.11,<0.10.0a0
- zlib
url: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.0-h3faef2a_0.conda
hash:
md5: f907bb958910dc404647326ca80c263e
sha256: 142e2639a5bc0e99c44d76f4cc8dce9c6a2d87330c4beeabb128832cd871a86e
build: h3faef2a_0
arch: x86_64
subdir: linux-64
build_number: 0
license: LGPL-2.1-only or MPL-1.1
size: 982351
timestamp: 1697028423052
- platform: linux-64
name: cartopy
version: 0.22.0
category: main
manager: conda
dependencies:
- libgcc-ng >=12
- libstdcxx-ng >=12
- matplotlib-base >=3.4
- numpy >=1.26.0,<2.0a0
- packaging >=20
- pyproj >=3.1.0
- pyshp >=2.1
- python >=3.12,<3.13.0a0
- python_abi 3.12.* *_cp312
- shapely >=1.7
url: https://conda.anaconda.org/conda-forge/linux-64/cartopy-0.22.0-py312hfb8ada1_1.conda
hash:
md5: 17e09fffccc807ef2d2644f21883d64f
sha256: ce7797a12c0e39ef65ffe8ebdee284de76daac3dce8ea48438a7904df8e5ea45
build: py312hfb8ada1_1
arch: x86_64
subdir: linux-64
build_number: 1
license: LGPL-3.0-or-later
license_family: LGPL
size: 1933115
timestamp: 1698172961288
- platform: linux-64
name: cbor2
version: 5.5.1
category: main
manager: conda
dependencies:
- libgcc-ng >=12
- python >=3.12,<3.13.0a0
- python_abi 3.12.* *_cp312
url: https://conda.anaconda.org/conda-forge/linux-64/cbor2-5.5.1-py312h98912ed_0.conda
hash:
md5: 38e7c5edb218c92de8c2c62df7f84bd9
sha256: 36633e90deb68a666ab96b2410942e88cd7a9d7f8f5c6ff4600dd436758998f1
build: py312h98912ed_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
size: 92669
timestamp: 1698964343178
- platform: linux-64
name: certifi
version: 2023.11.17
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.11.17-pyhd8ed1ab_0.conda
hash:
md5: 2011bcf45376341dd1d690263fdbc789
sha256: afa22b77128a812cb57bc707c297d926561bd225a3d9dd74205d87a3b2d14a96
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: ISC
noarch: python
size: 158939
timestamp: 1700303562512
- platform: linux-64
name: contourpy
version: 1.2.0
category: main
manager: conda
dependencies:
- libgcc-ng >=12
- libstdcxx-ng >=12
- numpy >=1.20,<2
- python >=3.12,<3.13.0a0
- python_abi 3.12.* *_cp312
url: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.2.0-py312h8572e83_0.conda
hash:
md5: b6249daaaf4577e6f72d95fc4ab767c6
sha256: 80fa469e2f027eb8ae95965d796ffa5457a5a1f7063e99d6aa54b19a21227b4e
build: py312h8572e83_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
size: 253156
timestamp: 1699041681603
- platform: linux-64
name: cycler
version: 0.12.1
category: main
manager: conda
dependencies:
- python >=3.8
url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda
hash:
md5: 5cd86562580f274031ede6aa6aa24441
sha256: f221233f21b1d06971792d491445fd548224641af9443739b4b7b6d5d72954a8
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 13458
timestamp: 1696677888423
- platform: linux-64
name: dbus
version: 1.13.6
category: main
manager: conda
dependencies:
- expat >=2.4.2,<3.0a0
- libgcc-ng >=9.4.0
- libglib >=2.70.2,<3.0a0
url: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2
hash:
md5: ecfff944ba3960ecb334b9a2663d708d
sha256: 8f5f995699a2d9dbdd62c61385bfeeb57c82a681a7c8c5313c395aa0ccab68a5
build: h5008d03_3
arch: x86_64
subdir: linux-64
build_number: 3
license: GPL-2.0-or-later
license_family: GPL
size: 618596
timestamp: 1640112124844
- platform: linux-64
name: expat
version: 2.5.0
category: main
manager: conda
dependencies:
- libexpat 2.5.0 hcb278e6_1
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/expat-2.5.0-hcb278e6_1.conda
hash:
md5: 8b9b5aca60558d02ddaa09d599e55920
sha256: 36dfeb4375059b3bba75ce9b38c29c69fd257342a79e6cf20e9f25c1523f785f
build: hcb278e6_1
arch: x86_64
subdir: linux-64
build_number: 1
license: MIT
license_family: MIT
size: 136778
timestamp: 1680190541750
- platform: linux-64
name: font-ttf-dejavu-sans-mono
version: '2.37'
category: main
manager: conda
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
build: hab24e00_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: generic
size: 397370
timestamp: 1566932522327
- platform: linux-64
name: font-ttf-inconsolata
version: '3.000'
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2
hash:
md5: 34893075a5c9e55cdafac56607368fc6
sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c
build: h77eed37_0
arch: x86_64
subdir: linux-64
build_number: 0
license: OFL-1.1
license_family: Other
noarch: generic
size: 96530
timestamp: 1620479909603
- platform: linux-64
name: font-ttf-source-code-pro
version: '2.038'
category: main
manager: conda
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
build: h77eed37_0
arch: x86_64
subdir: linux-64
build_number: 0
license: OFL-1.1
license_family: Other
noarch: generic
size: 700814
timestamp: 1620479612257
- platform: linux-64
name: font-ttf-ubuntu
version: '0.83'
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-hab24e00_0.tar.bz2
hash:
md5: 19410c3df09dfb12d1206132a1d357c5
sha256: 470d5db54102bd51dbb0c5990324a2f4a0bc976faa493b22193338adb9882e2e
build: hab24e00_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Ubuntu Font Licence Version 1.0
license_family: Other
noarch: generic
size: 1961279
timestamp: 1566932680646
- platform: linux-64
name: fontconfig
version: 2.14.2
category: main
manager: conda
dependencies:
- expat >=2.5.0,<3.0a0
- freetype >=2.12.1,<3.0a0
- libgcc-ng >=12
- libuuid >=2.32.1,<3.0a0
- libzlib >=1.2.13,<1.3.0a0
url: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.14.2-h14ed4e7_0.conda
hash:
md5: 0f69b688f52ff6da70bccb7ff7001d1d
sha256: 155d534c9037347ea7439a2c6da7c24ffec8e5dd278889b4c57274a1d91e0a83
build: h14ed4e7_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
size: 272010
timestamp: 1674828850194
- platform: linux-64
name: fonts-conda-ecosystem
version: '1'
category: main
manager: conda
dependencies:
- fonts-conda-forge
url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2
hash:
md5: fee5683a3f04bd15cbd8318b096a27ab
sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61
build: '0'
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: generic
size: 3667
timestamp: 1566974674465
- platform: linux-64
name: fonts-conda-forge
version: '1'
category: main
manager: conda
dependencies:
- font-ttf-dejavu-sans-mono
- font-ttf-inconsolata
- font-ttf-source-code-pro
- font-ttf-ubuntu
url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2
hash:
md5: f766549260d6815b0c52253f1fb1bb29
sha256: 53f23a3319466053818540bcdf2091f253cbdbab1e0e9ae7b9e509dcaa2a5e38
build: '0'
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: generic
size: 4102
timestamp: 1566932280397
- platform: linux-64
name: fonttools
version: 4.45.0
category: main
manager: conda
dependencies:
- brotli
- libgcc-ng >=12
- munkres
- python >=3.12,<3.13.0a0
- python_abi 3.12.* *_cp312
url: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.45.0-py312h98912ed_0.conda
hash:
md5: 8842dbf1d1956a18ca8aeafb038cad88
sha256: 66965f5bda78d4ef5ccd3ff118ecdd4a1eb56d6792fef9c019e4bc056ea47c49
build: py312h98912ed_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
size: 2744372
timestamp: 1700498126830
- platform: linux-64
name: freetype
version: 2.12.1
category: main
manager: conda
dependencies:
- libgcc-ng >=12
- libpng >=1.6.39,<1.7.0a0
- libzlib >=1.2.13,<1.3.0a0
url: https://conda.anaconda.org/conda-forge/linux-64/freetype-2.12.1-h267a509_2.conda
hash:
md5: 9ae35c3d96db2c94ce0cef86efdfa2cb
sha256: b2e3c449ec9d907dd4656cb0dc93e140f447175b125a3824b31368b06c666bb6
build: h267a509_2
arch: x86_64
subdir: linux-64
build_number: 2
license: GPL-2.0-only OR FTL
size: 634972
timestamp: 1694615932610
- platform: linux-64
name: geos
version: 3.12.0
category: main
manager: conda
dependencies:
- libgcc-ng >=12
- libstdcxx-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/geos-3.12.0-h59595ed_0.conda
hash:
md5: 3fdf79ef322c8379ae83be491d805369
sha256: c80ff0ed71db0d56567ee87df28bc442b596330ac241ab86f488e3139f0e2cae
build: h59595ed_0
arch: x86_64
subdir: linux-64
build_number: 0
license: LGPL-2.1-only
size: 1731484
timestamp: 1687938888266
- platform: linux-64
name: gettext
version: 0.21.1
category: main
manager: conda
dependencies:
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.21.1-h27087fc_0.tar.bz2
hash:
md5: 14947d8770185e5153fdd04d4673ed37
sha256: 4fcfedc44e4c9a053f0416f9fc6ab6ed50644fca3a761126dbd00d09db1f546a
build: h27087fc_0
arch: x86_64
subdir: linux-64
build_number: 0
license: LGPL-2.1-or-later AND GPL-3.0-or-later
size: 4320628
timestamp: 1665673494324
- platform: linux-64
name: glib
version: 2.78.1
category: main
manager: conda
dependencies:
- gettext >=0.21.1,<1.0a0
- glib-tools 2.78.1 hfc55251_1
- libgcc-ng >=12
- libglib 2.78.1 h783c2da_1
- libstdcxx-ng >=12
- libzlib >=1.2.13,<1.3.0a0
- python *
url: https://conda.anaconda.org/conda-forge/linux-64/glib-2.78.1-hfc55251_1.conda
hash:
md5: 8d7242302bb3d03b9a690b6dda872603
sha256: 8bdc5119176bea1cce44342fa53806a11d7b6e55421f3f9c8b4e95a58409fb6e
build: hfc55251_1
arch: x86_64
subdir: linux-64
build_number: 1
license: LGPL-2.1-or-later
size: 489817
timestamp: 1700083143684
- platform: linux-64
name: glib-tools
version: 2.78.1
category: main
manager: conda
dependencies:
- libgcc-ng >=12
- libglib 2.78.1 h783c2da_1
- libstdcxx-ng >=12
- libzlib >=1.2.13,<1.3.0a0
url: https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.78.1-hfc55251_1.conda
hash:
md5: a50918d10114a0bf80fb46c7cc692058
sha256: 8f4de6d90c6bfd04a12a42fc87c0b398ff21146a784c8eb81f0490b4dec366c6
build: hfc55251_1
arch: x86_64
subdir: linux-64
build_number: 1
license: LGPL-2.1-or-later
size: 110815
timestamp: 1700083103615
- platform: linux-64
name: graphite2
version: 1.3.13
category: main
manager: conda
dependencies:
- libgcc-ng >=7.5.0
- libstdcxx-ng >=7.5.0
url: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h58526e2_1001.tar.bz2
hash:
md5: 8c54672728e8ec6aa6db90cf2806d220
sha256: 65da967f3101b737b08222de6a6a14e20e480e7d523a5d1e19ace7b960b5d6b1
build: h58526e2_1001
arch: x86_64
subdir: linux-64
build_number: 1001
license: LGPLv2
size: 104701
timestamp: 1604365484436
- platform: linux-64
name: gst-plugins-base
version: 1.22.7
category: main
manager: conda
dependencies:
- __glibc >=2.17,<3.0.a0
- alsa-lib >=1.2.10,<1.2.11.0a0
- gettext >=0.21.1,<1.0a0
- gstreamer 1.22.7 h98fc4e7_0
- libexpat >=2.5.0,<3.0a0
- libgcc-ng >=12
- libglib >=2.78.1,<3.0a0
- libogg >=1.3.4,<1.4.0a0
- libopus >=1.3.1,<2.0a0
- libpng >=1.6.39,<1.7.0a0
- libstdcxx-ng >=12
- libvorbis >=1.3.7,<1.4.0a0
- libxcb >=1.15,<1.16.0a0
- libzlib >=1.2.13,<1.3.0a0
- xorg-libx11 >=1.8.7,<2.0a0
- xorg-libxau >=1.0.11,<2.0a0
- xorg-libxext >=1.3.4,<2.0a0
- xorg-libxrender >=0.9.11,<0.10.0a0
url: https://conda.anaconda.org/conda-forge/linux-64/gst-plugins-base-1.22.7-h8e1006c_0.conda
hash:
md5: 065e2c1d49afa3fdc1a01f1dacd6ab09
sha256: 190151790cedc719199c783123a9f3ee4e86acd09fee3a6ec33a21cbac20494e
build: h8e1006c_0
arch: x86_64
subdir: linux-64
build_number: 0
license: LGPL-2.0-or-later
license_family: LGPL
size: 2713065
timestamp: 1699936047150
- platform: linux-64
name: gstreamer
version: 1.22.7
category: main
manager: conda
dependencies:
- __glibc >=2.17,<3.0.a0
- gettext >=0.21.1,<1.0a0
- glib >=2.78.1,<3.0a0
- libgcc-ng >=12
- libglib >=2.78.1,<3.0a0
- libiconv >=1.17,<2.0a0
- libstdcxx-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/gstreamer-1.22.7-h98fc4e7_0.conda
hash:
md5: 6c919bafe5e03428a8e2ef319d7ef990
sha256: d77b2a740acd59c4dd6c9d8fe6e008ee96407b6dcc5cc0b5e27e8c1eec5d22ef
build: h98fc4e7_0
arch: x86_64
subdir: linux-64
build_number: 0
license: LGPL-2.0-or-later
license_family: LGPL
size: 1977893
timestamp: 1699935901784
- platform: linux-64
name: harfbuzz
version: 8.3.0
category: main
manager: conda
dependencies:
- cairo >=1.18.0,<2.0a0
- freetype >=2.12.1,<3.0a0
- graphite2
- icu >=73.2,<74.0a0
- libgcc-ng >=12
- libglib >=2.78.1,<3.0a0
- libstdcxx-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-8.3.0-h3d44ed6_0.conda
hash:
md5: 5a6f6c00ef982a9bc83558d9ac8f64a0
sha256: 4b55aea03b18a4084b750eee531ad978d4a3690f63019132c26c6ad26bbe3aed
build: h3d44ed6_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
size: 1547473
timestamp: 1699925311766
- platform: linux-64
name: icu
version: '73.2'
category: main
manager: conda
dependencies:
- libgcc-ng >=12
- libstdcxx-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda
hash:
md5: cc47e1facc155f91abd89b11e48e72ff
sha256: e12fd90ef6601da2875ebc432452590bc82a893041473bc1c13ef29001a73ea8
build: h59595ed_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
size: 12089150
timestamp: 1692900650789
- platform: linux-64
name: keyutils
version: 1.6.1
category: main
manager: conda
dependencies:
- libgcc-ng >=10.3.0
url: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2
hash:
md5: 30186d27e2c9fa62b45fb1476b7200e3
sha256: 150c05a6e538610ca7c43beb3a40d65c90537497a4f6a5f4d15ec0451b6f5ebb
build: h166bdaf_0
arch: x86_64
subdir: linux-64
build_number: 0
license: LGPL-2.1-or-later
size: 117831
timestamp: 1646151697040
- platform: linux-64
name: kiwisolver
version: 1.4.5
category: main
manager: conda
dependencies:
- libgcc-ng >=12
- libstdcxx-ng >=12
- python >=3.12.0rc3,<3.13.0a0
- python_abi 3.12.* *_cp312
url: https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.4.5-py312h8572e83_1.conda
hash:
md5: c1e71f2bc05d8e8e033aefac2c490d05
sha256: 2ffd3f6726392591c6794ab130f6701f5ffba0ec8658ef40db5a95ec8d583143
build: py312h8572e83_1
arch: x86_64
subdir: linux-64
build_number: 1
license: BSD-3-Clause
license_family: BSD
size: 72099
timestamp: 1695380122482
- platform: linux-64
name: krb5
version: 1.21.2
category: main
manager: conda
dependencies:
- keyutils >=1.6.1,<2.0a0
- libedit >=3.1.20191231,<3.2.0a0
- libedit >=3.1.20191231,<4.0a0
- libgcc-ng >=12
- libstdcxx-ng >=12
- openssl >=3.1.2,<4.0a0
url: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.2-h659d440_0.conda
hash:
md5: cd95826dbd331ed1be26bdf401432844
sha256: 259bfaae731989b252b7d2228c1330ef91b641c9d68ff87dae02cbae682cb3e4
build: h659d440_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
size: 1371181
timestamp: 1692097755782
- platform: linux-64
name: lame
version: '3.100'
category: main
manager: conda
dependencies:
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/lame-3.100-h166bdaf_1003.tar.bz2
hash:
md5: a8832b479f93521a9e7b5b743803be51
sha256: aad2a703b9d7b038c0f745b853c6bb5f122988fe1a7a096e0e606d9cbec4eaab
build: h166bdaf_1003
arch: x86_64
subdir: linux-64
build_number: 1003
license: LGPL-2.0-only
license_family: LGPL
size: 508258
timestamp: 1664996250081
- platform: linux-64
name: lcms2
version: '2.15'
category: main
manager: conda
dependencies:
- libgcc-ng >=12
- libjpeg-turbo >=3.0.0,<4.0a0
- libtiff >=4.6.0,<4.7.0a0
url: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.15-hb7c19ff_3.conda
hash:
md5: e96637dd92c5f340215c753a5c9a22d7
sha256: cc0b2ddab52b20698b26fe8622ebe37e0d462d8691a1f324e7b00f7d904765e3
build: hb7c19ff_3
arch: x86_64
subdir: linux-64
build_number: 3
license: MIT
license_family: MIT
size: 239723
timestamp: 1695969712554
- platform: linux-64
name: ld_impl_linux-64
version: '2.40'
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda
hash:
md5: 7aca3059a1729aa76c597603f10b0dd3
sha256: f6cc89d887555912d6c61b295d398cff9ec982a3417d38025c45d5dd9b9e79cd
build: h41732ed_0
arch: x86_64
subdir: linux-64
build_number: 0
constrains:
- binutils_impl_linux-64 2.40
license: GPL-3.0-only
license_family: GPL
size: 704696
timestamp: 1674833944779
- platform: linux-64
name: lerc
version: 4.0.0
category: main
manager: conda
dependencies:
- libgcc-ng >=12
- libstdcxx-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/lerc-4.0.0-h27087fc_0.tar.bz2
hash:
md5: 76bbff344f0134279f225174e9064c8f
sha256: cb55f36dcd898203927133280ae1dc643368af041a48bcf7c026acb7c47b0c12
build: h27087fc_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: Apache
size: 281798
timestamp: 1657977462600
- platform: linux-64
name: libblas
version: 3.9.0
category: main
manager: conda
dependencies:
- libopenblas >=0.3.25,<0.3.26.0a0
- libopenblas >=0.3.25,<1.0a0
url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-20_linux64_openblas.conda
hash:
md5: 2b7bb4f7562c8cf334fc2e20c2d28abc
sha256: 8a0ee1de693a9b3da4a11b95ec81b40dd434bd01fa1f5f38f8268cd2146bf8f0
build: 20_linux64_openblas
arch: x86_64
subdir: linux-64
build_number: 20
constrains:
- liblapacke 3.9.0 20_linux64_openblas
- libcblas 3.9.0 20_linux64_openblas
- blas * openblas
- liblapack 3.9.0 20_linux64_openblas
license: BSD-3-Clause
license_family: BSD
size: 14433
timestamp: 1700568383457
- platform: linux-64
name: libbrotlicommon
version: 1.1.0
category: main
manager: conda
dependencies:
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hd590300_1.conda
hash:
md5: aec6c91c7371c26392a06708a73c70e5
sha256: 40f29d1fab92c847b083739af86ad2f36d8154008cf99b64194e4705a1725d78
build: hd590300_1
arch: x86_64
subdir: linux-64
build_number: 1
license: MIT
license_family: MIT
size: 69403
timestamp: 1695990007212
- platform: linux-64
name: libbrotlidec
version: 1.1.0
category: main
manager: conda
dependencies:
- libbrotlicommon 1.1.0 hd590300_1
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hd590300_1.conda
hash:
md5: f07002e225d7a60a694d42a7bf5ff53f
sha256: 86fc861246fbe5ad85c1b6b3882aaffc89590a48b42d794d3d5c8e6d99e5f926
build: hd590300_1
arch: x86_64
subdir: linux-64
build_number: 1
license: MIT
license_family: MIT
size: 32775
timestamp: 1695990022788
- platform: linux-64
name: libbrotlienc
version: 1.1.0
category: main
manager: conda
dependencies:
- libbrotlicommon 1.1.0 hd590300_1
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hd590300_1.conda
hash:
md5: 5fc11c6020d421960607d821310fcd4d
sha256: f751b8b1c4754a2a8dfdc3b4040fa7818f35bbf6b10e905a47d3a194b746b071
build: hd590300_1
arch: x86_64
subdir: linux-64
build_number: 1
license: MIT
license_family: MIT
size: 282523
timestamp: 1695990038302
- platform: linux-64
name: libcap
version: '2.69'
category: main
manager: conda