-
Notifications
You must be signed in to change notification settings - Fork 1
/
pixi.lock
3532 lines (3532 loc) · 90.9 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:
linux-64: 66cab2c76f5120ac2278b49ce5c82676ce2083676cbc98b586afdd1ccbc77dc5
channels:
- url: https://conda.anaconda.org/conda-forge/
used_env_vars: []
- url: https://conda.anaconda.org/bioconda/
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:
- libgomp >=7.5.0
- _libgcc_mutex ==0.1 conda_forge
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: _r-mutex
version: 1.0.1
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/noarch/_r-mutex-1.0.1-anacondar_1.tar.bz2
hash:
md5: 19f9db5f4f1b7f5ef5f6d67207f25f38
sha256: e58f9eeb416b92b550e824bcb1b9fb1958dee69abfe3089dfd1a9173e3a0528a
build: anacondar_1
arch: x86_64
subdir: linux-64
build_number: 1
license: BSD
noarch: generic
size: 3566
timestamp: 1562343890778
- platform: linux-64
name: asttokens
version: 2.2.1
category: main
manager: conda
dependencies:
- python >=3.5
- six *
url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.2.1-pyhd8ed1ab_0.conda
hash:
md5: bf7f54dd0f25c3f06ecb82a07341841a
sha256: 7ed530efddd47a96c11197906b4008405b90e3bc2f4e0df722a36e0e6103fd9c
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: Apache
noarch: python
size: 27831
timestamp: 1670264089059
- platform: linux-64
name: backcall
version: 0.2.0
category: main
manager: conda
dependencies:
- python *
url: https://conda.anaconda.org/conda-forge/noarch/backcall-0.2.0-pyh9f0ad1d_0.tar.bz2
hash:
md5: 6006a6d08a3fa99268a2681c7fb55213
sha256: ee62d6434090c1327a48551734e06bd10e65a64ef7f3b6e68719500dab0e42b9
build: pyh9f0ad1d_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 13705
timestamp: 1592338491389
- platform: linux-64
name: backports
version: '1.0'
category: main
manager: conda
dependencies:
- python >=2.7
url: https://conda.anaconda.org/conda-forge/noarch/backports-1.0-pyhd8ed1ab_3.conda
hash:
md5: 54ca2e08b3220c148a1d8329c2678e02
sha256: 711602276ae39276cb0faaca6fd0ac851fff0ca17151917569174841ef830bbd
build: pyhd8ed1ab_3
arch: x86_64
subdir: linux-64
build_number: 3
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 5950
timestamp: 1669158729416
- platform: linux-64
name: backports.functools_lru_cache
version: 1.6.5
category: main
manager: conda
dependencies:
- setuptools *
- python >=3.6
- backports *
url: https://conda.anaconda.org/conda-forge/noarch/backports.functools_lru_cache-1.6.5-pyhd8ed1ab_0.conda
hash:
md5: 6b1b907661838a75d067a22f87996b2e
sha256: 7027bb689dd4ca4a08e3b25805de9d04239be6b31125993558f21f102a9d2700
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 11519
timestamp: 1687772319931
- platform: linux-64
name: binutils
version: '2.40'
category: main
manager: conda
dependencies:
- binutils_impl_linux-64 >=2.40,<2.41.0a0
url: https://conda.anaconda.org/conda-forge/linux-64/binutils-2.40-hdd6e379_0.conda
hash:
md5: ccc940fddbc3fcd3d79cd4c654c4b5c4
sha256: 35f3b042f295fd7387de11cf426ca8ee5257e5c98b88560c6c5ad4ef3c85d38c
build: hdd6e379_0
arch: x86_64
subdir: linux-64
build_number: 0
license: GPL-3.0-only
license_family: GPL
size: 30469
timestamp: 1674833987166
- platform: linux-64
name: binutils_impl_linux-64
version: '2.40'
category: main
manager: conda
dependencies:
- ld_impl_linux-64 ==2.40 h41732ed_0
- sysroot_linux-64 *
url: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.40-hf600244_0.conda
hash:
md5: 33084421a8c0af6aef1b439707f7662a
sha256: a7e0ea2b71a5b03d82e5a58fb6b612ab1c44d72ce161f9aa441f7ba467cd4c8d
build: hf600244_0
arch: x86_64
subdir: linux-64
build_number: 0
license: GPL-3.0-only
license_family: GPL
size: 5414922
timestamp: 1674833958334
- platform: linux-64
name: binutils_linux-64
version: '2.40'
category: main
manager: conda
dependencies:
- binutils_impl_linux-64 2.40.*
- sysroot_linux-64 *
url: https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.40-hbdbef99_1.conda
hash:
md5: 855757cf4cf920cc9b6130a32fdcaa81
sha256: 43b9900975f4fcb9972a2c012600d74dea02944b4646e3dcf51b13cdc7a8f1f9
build: hbdbef99_1
arch: x86_64
subdir: linux-64
build_number: 1
license: BSD-3-Clause
license_family: BSD
size: 27640
timestamp: 1689883784885
- platform: linux-64
name: brotli-python
version: 1.0.9
category: main
manager: conda
dependencies:
- python >=3.11,<3.12.0a0
- libstdcxx-ng >=12
- python_abi 3.11.* *_cp311
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.0.9-py311ha362b79_9.conda
hash:
md5: ced5340f5dc6cff43a80deac8d0e398f
sha256: e2c0a391839914a1b3611b661ebd1736dd747f43a4611254d9333d9db3163ec7
build: py311ha362b79_9
arch: x86_64
subdir: linux-64
build_number: 9
constrains:
- libbrotlicommon 1.0.9 h166bdaf_9
license: MIT
license_family: MIT
size: 327121
timestamp: 1687884370597
- platform: linux-64
name: bwidget
version: 1.9.14
category: main
manager: conda
dependencies:
- tk *
url: https://conda.anaconda.org/conda-forge/linux-64/bwidget-1.9.14-ha770c72_1.tar.bz2
hash:
md5: 5746d6202ba2abad4a4707f2a2462795
sha256: 9657f8a522da3852ab663e2ac03b1100404bf1d232bf0da4016cbf0386b4c7c0
build: ha770c72_1
arch: x86_64
subdir: linux-64
build_number: 1
license: Tcl/Tk
license_family: BSD
size: 122487
timestamp: 1634380112870
- platform: linux-64
name: bzip2
version: 1.0.8
category: main
manager: conda
dependencies:
- libgcc-ng >=9.3.0
url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h7f98852_4.tar.bz2
hash:
md5: a1fd65c7ccbf10880423d82bca54eb54
sha256: cb521319804640ff2ad6a9f118d972ed76d86bea44e5626c09a13d38f562e1fa
build: h7f98852_4
arch: x86_64
subdir: linux-64
build_number: 4
license: bzip2-1.0.6
license_family: BSD
size: 495686
timestamp: 1606604745109
- platform: linux-64
name: c-ares
version: 1.19.1
category: main
manager: conda
dependencies:
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.19.1-hd590300_0.conda
hash:
md5: e8c18d865be43e2fb3f7a145b6adf1f5
sha256: c4276b1a0e8f18ab08018b1881666656742b325e0fcf2354f714e924d28683b6
build: hd590300_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
size: 113362
timestamp: 1684782732180
- platform: linux-64
name: c-compiler
version: 1.6.0
category: main
manager: conda
dependencies:
- gcc *
- gcc_linux-64 12.*
- binutils *
url: https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.6.0-hd590300_0.conda
hash:
md5: ea6c792f792bdd7ae6e7e2dee32f0a48
sha256: d741ff93d5f71a83a9be0f592682f31ca2d468c37177f18a8d1a2469bb821c05
build: hd590300_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD
size: 6184
timestamp: 1689097480051
- platform: linux-64
name: ca-certificates
version: 2023.7.22
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2023.7.22-hbcca054_0.conda
hash:
md5: a73ecd2988327ad4c8f2c331482917f2
sha256: 525b7b6b5135b952ec1808de84e5eca57c7c7ff144e29ef3e96ae4040ff432c1
build: hbcca054_0
arch: x86_64
subdir: linux-64
build_number: 0
license: ISC
size: 149515
timestamp: 1690026108541
- platform: linux-64
name: cairo
version: 1.16.0
category: main
manager: conda
dependencies:
- xorg-libxrender *
- libpng >=1.6.39,<1.7.0a0
- libzlib >=1.2.13,<1.3.0a0
- libgcc-ng >=12
- xorg-libsm *
- xorg-libxext >=1.3.4,<2.0a0
- icu >=72.1,<73.0a0
- libglib >=2.76.2,<3.0a0
- freetype >=2.12.1,<3.0a0
- xorg-libice *
- zlib *
- fontconfig >=2.14.2,<3.0a0
- libxcb >=1.15,<1.16.0a0
- fonts-conda-ecosystem *
- xorg-libx11 >=1.8.4,<2.0a0
- pixman >=0.40.0,<1.0a0
url: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.16.0-hbbf8b49_1016.conda
hash:
md5: c1dd96500b9b1a75e9e511931f415cbc
sha256: 1fffecc684c26e0f1aed6d9857ad0f2abfe3a849977f718ad82366c68c7a9a36
build: hbbf8b49_1016
arch: x86_64
subdir: linux-64
build_number: 1016
license: LGPL-2.1-only or MPL-1.1
size: 1107996
timestamp: 1684639348133
- platform: linux-64
name: certifi
version: 2023.7.22
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.7.22-pyhd8ed1ab_0.conda
hash:
md5: 7f3dbc9179b4dde7da98dfb151d0ad22
sha256: db66e31866ff4250c190788769e3a8a1709237c3e9c38d7143aae95ab75fcb31
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: ISC
noarch: python
size: 153791
timestamp: 1690024617757
- platform: linux-64
name: cffi
version: 1.15.1
category: main
manager: conda
dependencies:
- python >=3.11,<3.12.0a0
- python_abi 3.11.* *_cp311
- pycparser *
- libffi >=3.4,<4.0a0
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.15.1-py311h409f033_3.conda
hash:
md5: 9025d0786dbbe4bc91fd8e85502decce
sha256: 7161bcdf1a304f76e88a05ed435c03ee92864ee5e8f4c938e35b089b3861b5a7
build: py311h409f033_3
arch: x86_64
subdir: linux-64
build_number: 3
license: MIT
license_family: MIT
size: 295516
timestamp: 1671179478348
- platform: linux-64
name: charset-normalizer
version: 3.2.0
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.2.0-pyhd8ed1ab_0.conda
hash:
md5: 313516e9a4b08b12dfb1e1cd390a96e3
sha256: 0666a95fbbd2299008162e2126c009191e5953d1cad1878bf9f4d8d634af1dd4
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 45686
timestamp: 1688813585878
- platform: linux-64
name: cli-ui
version: 0.17.2
category: main
manager: conda
dependencies:
- unidecode >=1.0.23
- python >=3.7,<4.0
- colorama >=0.4.1
- tabulate >=0.8.3
url: https://conda.anaconda.org/conda-forge/noarch/cli-ui-0.17.2-pyhd8ed1ab_0.tar.bz2
hash:
md5: e210df0dfab7781247c2a7ba09673400
sha256: 86a2428e5738c65a4cbb5468810024eb589753255e7f1ebf10a65804ce9372a2
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 17216
timestamp: 1661938037728
- platform: linux-64
name: click
version: 8.1.7
category: main
manager: conda
dependencies:
- __unix *
- python >=3.8
url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda
hash:
md5: f3ad426304898027fc619827ff428eca
sha256: f0016cbab6ac4138a429e28dbcb904a90305b34b3fe41a9b89d697c90401caec
build: unix_pyh707e725_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 84437
timestamp: 1692311973840
- platform: linux-64
name: click-default-group
version: 1.2.4
category: main
manager: conda
dependencies:
- click *
- python >=2.7
url: https://conda.anaconda.org/conda-forge/noarch/click-default-group-1.2.4-pyhd8ed1ab_0.conda
hash:
md5: 7c2b6931f9b3548ed78478332095c3e9
sha256: b36e35d735ddd29d7c592eb3de4b3979e13a9f76f1b4bc939f2cb4402758d6d0
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 10040
timestamp: 1691239429623
- platform: linux-64
name: colorama
version: 0.4.6
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2
hash:
md5: 3faab06a954c2a04039983f2c4a50d99
sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 25170
timestamp: 1666700778190
- platform: linux-64
name: compilers
version: 1.6.0
category: main
manager: conda
dependencies:
- cxx-compiler ==1.6.0 h00ab1b0_0
- c-compiler ==1.6.0 hd590300_0
- fortran-compiler ==1.6.0 heb67821_0
url: https://conda.anaconda.org/conda-forge/linux-64/compilers-1.6.0-ha770c72_0.conda
hash:
md5: e2259de4640a51a28c21931ae98e4975
sha256: 05bce88c6f89327746ffcf53801994bce3eca758875e3c542594e12c09cb6db9
build: ha770c72_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
size: 6983
timestamp: 1689097491629
- platform: linux-64
name: contextlib2
version: 21.6.0
category: main
manager: conda
dependencies:
- python >=3.6
url: https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_0.tar.bz2
hash:
md5: 5b26a831440be04c39531a8ce20f5d71
sha256: 7762dc5b54c4e3e66f3c1d425ac2c6d1cff651e8fd4ab8d4d5ddfa883028ffaa
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: PSF-2.0
license_family: PSF
noarch: python
size: 16367
timestamp: 1624848715744
- platform: linux-64
name: curl
version: 8.2.1
category: main
manager: conda
dependencies:
- libssh2 >=1.11.0,<2.0a0
- libgcc-ng >=12
- libcurl ==8.2.1 hca28451_0
- openssl >=3.1.1,<4.0a0
- zstd >=1.5.2,<1.6.0a0
- krb5 >=1.21.1,<1.22.0a0
- libzlib >=1.2.13,<1.3.0a0
url: https://conda.anaconda.org/conda-forge/linux-64/curl-8.2.1-hca28451_0.conda
hash:
md5: b7bf35457c5495009392c17feec4fddd
sha256: c7d660b20191f0a1ed4c211d549cfa670a19f878248b63718f25b941d76c626c
build: hca28451_0
arch: x86_64
subdir: linux-64
build_number: 0
license: curl
license_family: MIT
size: 89676
timestamp: 1690401523401
- platform: linux-64
name: cxx-compiler
version: 1.6.0
category: main
manager: conda
dependencies:
- c-compiler ==1.6.0 hd590300_0
- gxx *
- gxx_linux-64 12.*
url: https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.6.0-h00ab1b0_0.conda
hash:
md5: 364c6ae36c4e36fcbd4d273cf4db78af
sha256: 472b6b7f967df1db634c67d71c6b31cd186d18b5d0548196c2e426833ff17d99
build: h00ab1b0_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD
size: 6179
timestamp: 1689097484095
- platform: linux-64
name: decorator
version: 5.1.1
category: main
manager: conda
dependencies:
- python >=3.5
url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2
hash:
md5: 43afe5ab04e35e17ba28649471dd7364
sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-2-Clause
license_family: BSD
noarch: python
size: 12072
timestamp: 1641555714315
- platform: linux-64
name: docopt
version: 0.6.2
category: main
manager: conda
dependencies:
- python *
url: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-py_1.tar.bz2
hash:
md5: a9ed63e45579cfef026a916af2bc27c9
sha256: 4bbfb8ab343b4711223aedf797a2678955412124e71415dc2fe9816248f0b28d
build: py_1
arch: x86_64
subdir: linux-64
build_number: 1
license: MIT
license_family: MIT
noarch: python
size: 14691
timestamp: 1530916777462
- platform: linux-64
name: executing
version: 1.2.0
category: main
manager: conda
dependencies:
- python >=2.7
url: https://conda.anaconda.org/conda-forge/noarch/executing-1.2.0-pyhd8ed1ab_0.tar.bz2
hash:
md5: 4c1bc140e2be5c8ba6e3acab99e25c50
sha256: 9c03425cd58c474af20e179c9ba121a82984d6c4bfc896bbc992f5ed75dd7539
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 25013
timestamp: 1667317463548
- 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: fast_matrix_market
version: 1.7.4
category: main
manager: conda
dependencies:
- libgcc-ng >=12
- libstdcxx-ng >=12
- python >=3.11,<3.12.0a0
- python_abi 3.11.* *_cp311
url: https://conda.anaconda.org/conda-forge/linux-64/fast_matrix_market-1.7.4-py311h92ebd52_0.conda
hash:
md5: 068e82e71a3d00edb59a32ece745fc84
sha256: dfbe7c020e30e0b392eea1e7d3cad68d07282b737a5f6ca53b46882eb1a6ee53
build: py311h92ebd52_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-2-Clause
license_family: BSD
size: 637036
timestamp: 1697674980670
- 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:
- libgcc-ng >=12
- libuuid >=2.32.1,<3.0a0
- freetype >=2.12.1,<3.0a0
- libzlib >=1.2.13,<1.3.0a0
- expat >=2.5.0,<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-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
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: fortran-compiler
version: 1.6.0
category: main
manager: conda
dependencies:
- gfortran *
- c-compiler ==1.6.0 hd590300_0
- gfortran_linux-64 12.*
- binutils *
url: https://conda.anaconda.org/conda-forge/linux-64/fortran-compiler-1.6.0-heb67821_0.conda
hash:
md5: b65c49dda97ae497abcbdf3a8ba0018f
sha256: 6b7be32c77fc70740c9f6ff7fd3a99af2d333255072f1044757fbf0641769bd5
build: heb67821_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD
size: 6192
timestamp: 1689097488167
- platform: linux-64
name: freetype
version: 2.12.1
category: main
manager: conda
dependencies:
- libzlib >=1.2.13,<1.3.0a0
- libgcc-ng >=12
- libpng >=1.6.39,<1.7.0a0
url: https://conda.anaconda.org/conda-forge/linux-64/freetype-2.12.1-hca18f0e_1.conda
hash:
md5: e1232042de76d24539a436d37597eb06
sha256: 1eb913727b54e9aa63c6d9a1177db4e2894cee97c5f26910a2b61899d5ac904f
build: hca18f0e_1
arch: x86_64
subdir: linux-64
build_number: 1
license: GPL-2.0-only and LicenseRef-FreeType
size: 625655
timestamp: 1669232824158
- platform: linux-64
name: fribidi
version: 1.0.10
category: main
manager: conda
dependencies:
- libgcc-ng >=7.5.0
url: https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.10-h36c2ea0_0.tar.bz2
hash:
md5: ac7bc6a654f8f41b352b38f4051135f8
sha256: 5d7b6c0ee7743ba41399e9e05a58ccc1cfc903942e49ff6f677f6e423ea7a627
build: h36c2ea0_0
arch: x86_64
subdir: linux-64
build_number: 0
license: LGPL-2.1
size: 114383
timestamp: 1604416621168
- platform: linux-64
name: gcc
version: 12.3.0
category: main
manager: conda
dependencies:
- gcc_impl_linux-64 12.3.0.*
url: https://conda.anaconda.org/conda-forge/linux-64/gcc-12.3.0-h8d2909c_1.conda
hash:
md5: cb7c7892032ecf45fcad76d67b6a3e9b
sha256: 19d68909b1016ce07f6d3056e32d23dbade083111ac2110ab1782c1309164234
build: h8d2909c_1
arch: x86_64
subdir: linux-64
build_number: 1
license: BSD-3-Clause
license_family: BSD
size: 26455
timestamp: 1689883792948
- platform: linux-64
name: gcc_impl_linux-64
version: 12.3.0
category: main
manager: conda
dependencies:
- libgcc-devel_linux-64 ==12.3.0 h8bca6fd_0
- sysroot_linux-64 *
- libsanitizer ==12.3.0 h0f45ef3_0
- libstdcxx-ng >=12.3.0
- libgomp >=12.3.0
- binutils_impl_linux-64 >=2.39
- libgcc-ng >=12.3.0
url: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-12.3.0-he2b93b0_0.conda
hash:
md5: 1e41f51d89695fd3f810e2245517460b
sha256: ccbbb82de1ca95b02477e4340c5791e49424b379c6caa27e89bae3c40b7ad296
build: he2b93b0_0
arch: x86_64
subdir: linux-64
build_number: 0
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 51679994
timestamp: 1685816091512
- platform: linux-64
name: gcc_linux-64
version: 12.3.0
category: main
manager: conda
dependencies:
- binutils_linux-64 ==2.40 hbdbef99_1
- gcc_impl_linux-64 12.3.0.*
- sysroot_linux-64 *
url: https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-12.3.0-h76fc315_1.conda
hash:
md5: 70b65b994853c64c631b6addfbaea487
sha256: 5317ce513cb6f40f26fd48982ce96929a002c2a0e65045d2155bbb5ba8ca3df7
build: h76fc315_1
arch: x86_64
subdir: linux-64
build_number: 1
license: BSD-3-Clause
license_family: BSD
size: 29857
timestamp: 1689884040149
- 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: gfortran
version: 12.3.0
category: main
manager: conda
dependencies:
- gcc 12.3.0.*
- gcc_impl_linux-64 12.3.0.*
- gfortran_impl_linux-64 12.3.0.*
url: https://conda.anaconda.org/conda-forge/linux-64/gfortran-12.3.0-h499e0f7_1.conda
hash:
md5: d93122c45011981d840864197e7d92a4
sha256: 21744b466dd7b1ac0b81f95ab8df2e0e096994d5c14e31e6a920cc2c14ceea75
build: h499e0f7_1
arch: x86_64