-
Notifications
You must be signed in to change notification settings - Fork 0
/
pixi.lock
2201 lines (2201 loc) · 56.8 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:
- name: _libgcc_mutex
version: '0.1'
manager: conda
platform: linux-64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
hash:
md5: d7c89558ba9fa0495403155b64376d81
sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726
optional: false
category: main
build: conda_forge
arch: x86_64
subdir: linux-64
build_number: 0
license: None
size: 2562
timestamp: 1578324546067
- name: _openmp_mutex
version: '4.5'
manager: conda
platform: linux-64
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
optional: false
category: main
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
- name: auditwheel
version: 5.3.0
manager: conda
platform: linux-64
dependencies:
__linux: '*'
pyelftools: '>=0.24'
python: '>=3.8'
url: https://conda.anaconda.org/conda-forge/noarch/auditwheel-5.3.0-pyhd8ed1ab_0.conda
hash:
md5: dc7339768bd8d44130ba434b73371614
sha256: 278dda9a50ef21700255b2a9df66b1abf212ff8fd6000411132c50a2c5b29a4f
optional: false
category: main
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 45336
timestamp: 1669227015605
- name: binutils
version: '2.40'
manager: conda
platform: linux-64
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
optional: false
category: main
build: hdd6e379_0
arch: x86_64
subdir: linux-64
build_number: 0
license: GPL-3.0-only
license_family: GPL
size: 30469
timestamp: 1674833987166
- name: binutils_impl_linux-64
version: '2.40'
manager: conda
platform: linux-64
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
optional: false
category: main
build: hf600244_0
arch: x86_64
subdir: linux-64
build_number: 0
license: GPL-3.0-only
license_family: GPL
size: 5414922
timestamp: 1674833958334
- name: binutils_linux-64
version: '2.40'
manager: conda
platform: linux-64
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_2.conda
hash:
md5: adfebae9fdc63a598495dfe3b006973a
sha256: 333f3339d94c93bcc02a723e3e460cb6ff6075e05f5247e15bef5dcdcec541a3
optional: false
category: main
build: hbdbef99_2
arch: x86_64
subdir: linux-64
build_number: 2
license: BSD-3-Clause
license_family: BSD
size: 28178
timestamp: 1694604071236
- name: black
version: 23.9.1
manager: conda
platform: linux-64
dependencies:
click: '>=8.0.0'
mypy_extensions: '>=0.4.3'
packaging: '>=22.0'
pathspec: '>=0.9'
platformdirs: '>=2'
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.* *_cp311
url: https://conda.anaconda.org/conda-forge/linux-64/black-23.9.1-py311h38be061_0.conda
hash:
md5: 1c8a584d930b21d050ce16084cbcce28
sha256: d2f462cedc6d7811d5451042ca725f68ca4646c16e7f65043c222f121fd34107
optional: false
category: main
build: py311h38be061_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
size: 357875
timestamp: 1694452048454
- name: brotli-python
version: 1.1.0
manager: conda
platform: linux-64
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/brotli-python-1.1.0-py311hb755f60_0.conda
hash:
md5: b8128d083dbf6abd472b1a3e98b0b83d
sha256: e61c4ce483c17d16411c9c07e2de7da500063fb6dfef220194d7d362894df742
optional: false
category: main
build: py311hb755f60_0
arch: x86_64
subdir: linux-64
build_number: 0
constrains:
- libbrotlicommon 1.1.0 hd590300_0
license: MIT
license_family: MIT
size: 351546
timestamp: 1693583795156
- name: bzip2
version: 1.0.8
manager: conda
platform: linux-64
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
optional: false
category: main
build: h7f98852_4
arch: x86_64
subdir: linux-64
build_number: 4
license: bzip2-1.0.6
license_family: BSD
size: 495686
timestamp: 1606604745109
- name: c-compiler
version: 1.6.0
manager: conda
platform: linux-64
dependencies:
binutils: '*'
gcc: '*'
gcc_linux-64: 12.*
url: https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.6.0-hd590300_0.conda
hash:
md5: ea6c792f792bdd7ae6e7e2dee32f0a48
sha256: d741ff93d5f71a83a9be0f592682f31ca2d468c37177f18a8d1a2469bb821c05
optional: false
category: main
build: hd590300_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD
size: 6184
timestamp: 1689097480051
- name: ca-certificates
version: 2023.7.22
manager: conda
platform: linux-64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2023.7.22-hbcca054_0.conda
hash:
md5: a73ecd2988327ad4c8f2c331482917f2
sha256: 525b7b6b5135b952ec1808de84e5eca57c7c7ff144e29ef3e96ae4040ff432c1
optional: false
category: main
build: hbcca054_0
arch: x86_64
subdir: linux-64
build_number: 0
license: ISC
size: 149515
timestamp: 1690026108541
- name: certifi
version: 2023.7.22
manager: conda
platform: linux-64
dependencies:
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.7.22-pyhd8ed1ab_0.conda
hash:
md5: 7f3dbc9179b4dde7da98dfb151d0ad22
sha256: db66e31866ff4250c190788769e3a8a1709237c3e9c38d7143aae95ab75fcb31
optional: false
category: main
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: ISC
noarch: python
size: 153791
timestamp: 1690024617757
- name: cffi
version: 1.15.1
manager: conda
platform: linux-64
dependencies:
libffi: '>=3.4,<4.0a0'
libgcc-ng: '>=12'
pycparser: '*'
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.* *_cp311
url: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.15.1-py311h409f033_3.conda
hash:
md5: 9025d0786dbbe4bc91fd8e85502decce
sha256: 7161bcdf1a304f76e88a05ed435c03ee92864ee5e8f4c938e35b089b3861b5a7
optional: false
category: main
build: py311h409f033_3
arch: x86_64
subdir: linux-64
build_number: 3
license: MIT
license_family: MIT
size: 295516
timestamp: 1671179478348
- name: charset-normalizer
version: 3.2.0
manager: conda
platform: linux-64
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
optional: false
category: main
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 45686
timestamp: 1688813585878
- name: click
version: 8.1.7
manager: conda
platform: linux-64
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
optional: false
category: main
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
- name: cmarkgfm
version: 0.8.0
manager: conda
platform: linux-64
dependencies:
cffi: '>=1.0.0'
libgcc-ng: '>=12'
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.* *_cp311
url: https://conda.anaconda.org/conda-forge/linux-64/cmarkgfm-0.8.0-py311hd4cff14_2.tar.bz2
hash:
md5: ed1a2dba3b53fcd450f2fe867af0ba3f
sha256: 1256bf87376f3e8dfad69a5df39536e5f601eed3a2fd1eae28330296fb1910c8
optional: false
category: main
build: py311hd4cff14_2
arch: x86_64
subdir: linux-64
build_number: 2
license: MIT
license_family: MIT
size: 158358
timestamp: 1666865656087
- name: colorama
version: 0.4.6
manager: conda
platform: linux-64
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
optional: false
category: main
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
- name: compilers
version: 1.6.0
manager: conda
platform: linux-64
dependencies:
c-compiler: ==1.6.0 hd590300_0
cxx-compiler: ==1.6.0 h00ab1b0_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
optional: false
category: main
build: ha770c72_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
size: 6983
timestamp: 1689097491629
- name: cryptography
version: 41.0.3
manager: conda
platform: linux-64
dependencies:
cffi: '>=1.12'
libgcc-ng: '>=12'
openssl: '>=3.1.2,<4.0a0'
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.* *_cp311
url: https://conda.anaconda.org/conda-forge/linux-64/cryptography-41.0.3-py311h63ff55d_0.conda
hash:
md5: cc8ad641cab65dfe59caddbc23a1aeca
sha256: 6b0795ddc4e32d3632132c2d4b84c057d72ac444924787607151787075f2ef44
optional: false
category: main
build: py311h63ff55d_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT
license_family: BSD
size: 1986494
timestamp: 1691444505176
- name: cxx-compiler
version: 1.6.0
manager: conda
platform: linux-64
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
optional: false
category: main
build: h00ab1b0_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD
size: 6179
timestamp: 1689097484095
- name: cython
version: 3.0.2
manager: conda
platform: linux-64
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/cython-3.0.2-py311hb755f60_0.conda
hash:
md5: 81d4eacf7eb2d40beee33aa71e8f94ad
sha256: bdbc0778414e9842f8c376c4d3da71b29422d9a9974474c65a1133e0a8903977
optional: false
category: main
build: py311hb755f60_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: APACHE
size: 3725125
timestamp: 1693137429589
- name: dbus
version: 1.13.6
manager: conda
platform: linux-64
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
optional: false
category: main
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
- name: docutils
version: 0.20.1
manager: conda
platform: linux-64
dependencies:
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.* *_cp311
url: https://conda.anaconda.org/conda-forge/linux-64/docutils-0.20.1-py311h38be061_1.conda
hash:
md5: ff1b48b5b802afe76597197113b8e64d
sha256: ae8b1da4f7c93020c2f9a0d5e4b45ede89ca6dbd7fee9b5bf16e58a71aec669e
optional: false
category: main
build: py311h38be061_1
arch: x86_64
subdir: linux-64
build_number: 1
license: LicenseRef-Public-Domain-Dedictation AND BSD-3-Clause AND BSD-2-Clause AND LicenseRef-PSF-2.1.1
size: 918227
timestamp: 1694622916146
- name: expat
version: 2.5.0
manager: conda
platform: linux-64
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
optional: false
category: main
build: hcb278e6_1
arch: x86_64
subdir: linux-64
build_number: 1
license: MIT
license_family: MIT
size: 136778
timestamp: 1680190541750
- name: fortran-compiler
version: 1.6.0
manager: conda
platform: linux-64
dependencies:
binutils: '*'
c-compiler: ==1.6.0 hd590300_0
gfortran: '*'
gfortran_linux-64: 12.*
url: https://conda.anaconda.org/conda-forge/linux-64/fortran-compiler-1.6.0-heb67821_0.conda
hash:
md5: b65c49dda97ae497abcbdf3a8ba0018f
sha256: 6b7be32c77fc70740c9f6ff7fd3a99af2d333255072f1044757fbf0641769bd5
optional: false
category: main
build: heb67821_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD
size: 6192
timestamp: 1689097488167
- name: gcc
version: 12.3.0
manager: conda
platform: linux-64
dependencies:
gcc_impl_linux-64: 12.3.0.*
url: https://conda.anaconda.org/conda-forge/linux-64/gcc-12.3.0-h8d2909c_2.conda
hash:
md5: e2f2f81f367e14ca1f77a870bda2fe59
sha256: 1bbf077688822993c39518056fb43d83ff0920eb42fef11e8714d2a298cc0f27
optional: false
category: main
build: h8d2909c_2
arch: x86_64
subdir: linux-64
build_number: 2
license: BSD-3-Clause
license_family: BSD
size: 27086
timestamp: 1694604171830
- name: gcc_impl_linux-64
version: 12.3.0
manager: conda
platform: linux-64
dependencies:
binutils_impl_linux-64: '>=2.39'
libgcc-devel_linux-64: ==12.3.0 h8bca6fd_1
libgcc-ng: '>=12.3.0'
libgomp: '>=12.3.0'
libsanitizer: ==12.3.0 h0f45ef3_1
libstdcxx-ng: '>=12.3.0'
sysroot_linux-64: '*'
url: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-12.3.0-he2b93b0_1.conda
hash:
md5: fbb52c3c2fb330851e8bfc5a5ad69dc4
sha256: 1f9b4cf8a63c606efbafa40d238dd080794718d13e63fc0500b2c53857e988bc
optional: false
category: main
build: he2b93b0_1
arch: x86_64
subdir: linux-64
build_number: 1
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 51745441
timestamp: 1694846206635
- name: gcc_linux-64
version: 12.3.0
manager: conda
platform: linux-64
dependencies:
binutils_linux-64: ==2.40 hbdbef99_2
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_2.conda
hash:
md5: 11517e7b5c910c5b5d6985c0c7eb7f50
sha256: 86f6db7399ec0362e4c4025939debbfebc8ad9ccef75e3c0e4069f85b149f24d
optional: false
category: main
build: h76fc315_2
arch: x86_64
subdir: linux-64
build_number: 2
license: BSD-3-Clause
license_family: BSD
size: 30351
timestamp: 1694604476800
- name: gettext
version: 0.21.1
manager: conda
platform: linux-64
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
optional: false
category: main
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
- name: gfortran
version: 12.3.0
manager: conda
platform: linux-64
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_2.conda
hash:
md5: 0558a8c44eb7a18e6682bd3a8ae6dcab
sha256: 5cc7101ce3f44517b1416e1da6e64f107db8a0e8a31d552d3f6ecd4096c2c5ba
optional: false
category: main
build: h499e0f7_2
arch: x86_64
subdir: linux-64
build_number: 2
license: BSD-3-Clause
license_family: BSD
size: 26559
timestamp: 1694604486300
- name: gfortran_impl_linux-64
version: 12.3.0
manager: conda
platform: linux-64
dependencies:
gcc_impl_linux-64: '>=12.3.0'
libgcc-ng: '>=4.9'
libgfortran5: '>=12.3.0'
libstdcxx-ng: '>=4.9'
sysroot_linux-64: '*'
url: https://conda.anaconda.org/conda-forge/linux-64/gfortran_impl_linux-64-12.3.0-hfcedea8_1.conda
hash:
md5: d7f523db90829829dd1b219fae1e5be0
sha256: b6f2891afa9a283d2c744c338614e93c5f10181c25add7adbf879d359e016922
optional: false
category: main
build: hfcedea8_1
arch: x86_64
subdir: linux-64
build_number: 1
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 15387665
timestamp: 1694846372044
- name: gfortran_linux-64
version: 12.3.0
manager: conda
platform: linux-64
dependencies:
binutils_linux-64: ==2.40 hbdbef99_2
gcc_linux-64: ==12.3.0 h76fc315_2
gfortran_impl_linux-64: 12.3.0.*
sysroot_linux-64: '*'
url: https://conda.anaconda.org/conda-forge/linux-64/gfortran_linux-64-12.3.0-h7fe76b4_2.conda
hash:
md5: 3a749210487c0358b6f135a648cbbf60
sha256: ab6131d71bfa568b10f9e34e07ed5757625c7a2b6adca87c25db622f1dffe81b
optional: false
category: main
build: h7fe76b4_2
arch: x86_64
subdir: linux-64
build_number: 2
license: BSD-3-Clause
license_family: BSD
size: 28785
timestamp: 1694604513817
- name: gxx
version: 12.3.0
manager: conda
platform: linux-64
dependencies:
gcc: 12.3.0.*
gxx_impl_linux-64: 12.3.0.*
url: https://conda.anaconda.org/conda-forge/linux-64/gxx-12.3.0-h8d2909c_2.conda
hash:
md5: 673bac341be6b90ef9e8abae7e52ca46
sha256: 5fd65768fb602fd21466831c96e7a2355a4df692507abbd481aa65a777151d85
optional: false
category: main
build: h8d2909c_2
arch: x86_64
subdir: linux-64
build_number: 2
license: BSD-3-Clause
license_family: BSD
size: 26539
timestamp: 1694604501713
- name: gxx_impl_linux-64
version: 12.3.0
manager: conda
platform: linux-64
dependencies:
gcc_impl_linux-64: ==12.3.0 he2b93b0_1
libstdcxx-devel_linux-64: ==12.3.0 h8bca6fd_1
sysroot_linux-64: '*'
url: https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-12.3.0-he2b93b0_1.conda
hash:
md5: 9e3eafc891d1fce109f8859159b29994
sha256: 53a90a41785a4bced172aeae50a1e289480d2ae37df524ebc2b7e31bac5a7e92
optional: false
category: main
build: he2b93b0_1
arch: x86_64
subdir: linux-64
build_number: 1
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 12743452
timestamp: 1694846434239
- name: gxx_linux-64
version: 12.3.0
manager: conda
platform: linux-64
dependencies:
binutils_linux-64: ==2.40 hbdbef99_2
gcc_linux-64: ==12.3.0 h76fc315_2
gxx_impl_linux-64: 12.3.0.*
sysroot_linux-64: '*'
url: https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-12.3.0-h8a814eb_2.conda
hash:
md5: f517b1525e9783849bd56a5dc45a9960
sha256: 9878771cf1316230150a795d213a2f1dd7dead07dc0bccafae20533d631d5e69
optional: false
category: main
build: h8a814eb_2
arch: x86_64
subdir: linux-64
build_number: 2
license: BSD-3-Clause
license_family: BSD
size: 28640
timestamp: 1694604524890
- name: idna
version: '3.4'
manager: conda
platform: linux-64
dependencies:
python: '>=3.6'
url: https://conda.anaconda.org/conda-forge/noarch/idna-3.4-pyhd8ed1ab_0.tar.bz2
hash:
md5: 34272b248891bddccc64479f9a7fffed
sha256: 9887c35c374ec1847f167292d3fde023cb4c994a4ceeec283072b95440131f09
optional: false
category: main
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 56742
timestamp: 1663625484114
- name: importlib-metadata
version: 6.8.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.8'
zipp: '>=0.5'
url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.8.0-pyha770c72_0.conda
hash:
md5: 4e9f59a060c3be52bc4ddc46ee9b6946
sha256: 2797ed927d65324309b6c630190d917b9f2111e0c217b721f80429aeb57f9fcf
optional: false
category: main
build: pyha770c72_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: APACHE
noarch: python
size: 25910
timestamp: 1688754651944
- name: importlib_metadata
version: 6.8.0
manager: conda
platform: linux-64
dependencies:
importlib-metadata: '>=6.8.0,<6.8.1.0a0'
url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-6.8.0-hd8ed1ab_0.conda
hash:
md5: b279b07ce18058034e5b3606ba103a8b
sha256: b96e01dc42d547d6d9ceb1c5b52a5232cc04e40153534350f702c3e0418a6b3f
optional: false
category: main
build: hd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: APACHE
noarch: generic
size: 9428
timestamp: 1688754660209
- name: jaraco.classes
version: 3.3.0
manager: conda
platform: linux-64
dependencies:
more-itertools: '*'
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/jaraco.classes-3.3.0-pyhd8ed1ab_0.conda
hash:
md5: e9f79248d30e942f7c358ff21a1790f5
sha256: 14f5240c3834e1b784dd41a5a14392d9150dff62a74ae851f73e65d2e2bbd891
optional: false
category: main
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 11288
timestamp: 1689112573324
- name: jeepney
version: 0.8.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/jeepney-0.8.0-pyhd8ed1ab_0.tar.bz2
hash:
md5: 9800ad1699b42612478755a2d26c722d
sha256: 16639759b811866d63315fe1391f6fb45f5478b823972f4d3d9f0392b7dd80b8
optional: false
category: main
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 36895
timestamp: 1649085298891
- name: kernel-headers_linux-64
version: 2.6.32
manager: conda
platform: linux-64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-2.6.32-he073ed8_16.conda
hash:
md5: 7ca122655873935e02c91279c5b03c8c
sha256: aaa8aa6dc776d734a6702032588ff3c496721da905366d91162e3654c082aef0
optional: false
category: main
build: he073ed8_16
arch: x86_64
subdir: linux-64
build_number: 16
constrains:
- sysroot_linux-64 ==2.12
license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later AND MPL-2.0
license_family: GPL
noarch: generic
size: 709007
timestamp: 1689214970644
- name: keyring
version: 24.2.0
manager: conda
platform: linux-64
dependencies:
importlib_metadata: '>=4.11.4'
jaraco.classes: '*'
jeepney: '>=0.4.2'
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.* *_cp311
secretstorage: '>=3.2'
url: https://conda.anaconda.org/conda-forge/linux-64/keyring-24.2.0-py311h38be061_0.conda
hash:
md5: b8eedb6181eff2dfeb34182330db1240
sha256: 0cca007d39351cada97570660505e4a5be09eda7b1a9fa4027707f4304dda98e
optional: false
category: main
build: py311h38be061_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
size: 77507
timestamp: 1687712932071
- name: ld_impl_linux-64
version: '2.40'
manager: conda
platform: linux-64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda
hash:
md5: 7aca3059a1729aa76c597603f10b0dd3
sha256: f6cc89d887555912d6c61b295d398cff9ec982a3417d38025c45d5dd9b9e79cd
optional: false
category: main
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
- name: libexpat
version: 2.5.0
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.5.0-hcb278e6_1.conda
hash:
md5: 6305a3dd2752c76335295da4e581f2fd
sha256: 74c98a563777ae2ad71f1f74d458a8ab043cee4a513467c159ccf159d0e461f3
optional: false
category: main
build: hcb278e6_1
arch: x86_64
subdir: linux-64
build_number: 1
constrains:
- expat 2.5.0.*
license: MIT
license_family: MIT
size: 77980
timestamp: 1680190528313
- name: libffi
version: 3.4.2
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=9.4.0'
url: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2
hash:
md5: d645c6d2ac96843a2bfaccd2d62b3ac3
sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e
optional: false
category: main
build: h7f98852_5
arch: x86_64
subdir: linux-64
build_number: 5
license: MIT
license_family: MIT
size: 58292
timestamp: 1636488182923
- name: libgcc-devel_linux-64
version: 12.3.0
manager: conda