-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpixi.lock
16722 lines (16722 loc) · 435 KB
/
pixi.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
version: 3
metadata:
content_hash:
linux-64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
osx-64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
osx-arm64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
win-64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
channels:
- url: https://conda.anaconda.org/conda-forge/
used_env_vars: []
platforms:
- linux-64
- osx-64
- osx-arm64
- win-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: accessible-pygments
version: 0.0.4
category: main
manager: conda
dependencies:
- pygments
- python >=3.6
url: https://conda.anaconda.org/conda-forge/noarch/accessible-pygments-0.0.4-pyhd8ed1ab_0.conda
hash:
md5: 46a2e6e3dfa718ce3492018d5a110dd6
sha256: ce532e2da08fb2b77df281e3d42e2b2131641bdd6a6e8127f3718ae6860bd70d
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 15626
timestamp: 1679583960534
- platform: osx-64
name: accessible-pygments
version: 0.0.4
category: main
manager: conda
dependencies:
- pygments
- python >=3.6
url: https://conda.anaconda.org/conda-forge/noarch/accessible-pygments-0.0.4-pyhd8ed1ab_0.conda
hash:
md5: 46a2e6e3dfa718ce3492018d5a110dd6
sha256: ce532e2da08fb2b77df281e3d42e2b2131641bdd6a6e8127f3718ae6860bd70d
build: pyhd8ed1ab_0
arch: x86_64
subdir: osx-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 15626
timestamp: 1679583960534
- platform: osx-arm64
name: accessible-pygments
version: 0.0.4
category: main
manager: conda
dependencies:
- pygments
- python >=3.6
url: https://conda.anaconda.org/conda-forge/noarch/accessible-pygments-0.0.4-pyhd8ed1ab_0.conda
hash:
md5: 46a2e6e3dfa718ce3492018d5a110dd6
sha256: ce532e2da08fb2b77df281e3d42e2b2131641bdd6a6e8127f3718ae6860bd70d
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 15626
timestamp: 1679583960534
- platform: win-64
name: accessible-pygments
version: 0.0.4
category: main
manager: conda
dependencies:
- pygments
- python >=3.6
url: https://conda.anaconda.org/conda-forge/noarch/accessible-pygments-0.0.4-pyhd8ed1ab_0.conda
hash:
md5: 46a2e6e3dfa718ce3492018d5a110dd6
sha256: ce532e2da08fb2b77df281e3d42e2b2131641bdd6a6e8127f3718ae6860bd70d
build: pyhd8ed1ab_0
arch: x86_64
subdir: win-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 15626
timestamp: 1679583960534
- platform: linux-64
name: alabaster
version: 0.7.13
category: main
manager: conda
dependencies:
- python >=3.6
url: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.13-pyhd8ed1ab_0.conda
hash:
md5: 06006184e203b61d3525f90de394471e
sha256: b2d160a050996950434c6e87a174fc01c4a937cbeffbdd20d1b46126b4478a95
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 18154
timestamp: 1673645756302
- platform: osx-64
name: alabaster
version: 0.7.13
category: main
manager: conda
dependencies:
- python >=3.6
url: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.13-pyhd8ed1ab_0.conda
hash:
md5: 06006184e203b61d3525f90de394471e
sha256: b2d160a050996950434c6e87a174fc01c4a937cbeffbdd20d1b46126b4478a95
build: pyhd8ed1ab_0
arch: x86_64
subdir: osx-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 18154
timestamp: 1673645756302
- platform: osx-arm64
name: alabaster
version: 0.7.13
category: main
manager: conda
dependencies:
- python >=3.6
url: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.13-pyhd8ed1ab_0.conda
hash:
md5: 06006184e203b61d3525f90de394471e
sha256: b2d160a050996950434c6e87a174fc01c4a937cbeffbdd20d1b46126b4478a95
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 18154
timestamp: 1673645756302
- platform: win-64
name: alabaster
version: 0.7.13
category: main
manager: conda
dependencies:
- python >=3.6
url: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.13-pyhd8ed1ab_0.conda
hash:
md5: 06006184e203b61d3525f90de394471e
sha256: b2d160a050996950434c6e87a174fc01c4a937cbeffbdd20d1b46126b4478a95
build: pyhd8ed1ab_0
arch: x86_64
subdir: win-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 18154
timestamp: 1673645756302
- 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: aom
version: 3.7.1
category: main
manager: conda
dependencies:
- libgcc-ng >=12
- libstdcxx-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/aom-3.7.1-h59595ed_0.conda
hash:
md5: 504e70332b8322cda93b7bceb5925fca
sha256: 57ad60805ffc7097a690d6d0e07ba432a3dae187158e13001c392177358478f9
build: h59595ed_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-2-Clause
license_family: BSD
size: 2688122
timestamp: 1700530526866
- platform: osx-64
name: aom
version: 3.7.1
category: main
manager: conda
dependencies:
- __osx >=10.9
- libcxx >=16.0.6
url: https://conda.anaconda.org/conda-forge/osx-64/aom-3.7.1-h93d8f39_0.conda
hash:
md5: 4829474bede4266b6561d05053bcaf31
sha256: 3deb1bd9adea4f2ec0759e113dd31525c83536c0af63483b6e23aa724662252a
build: h93d8f39_0
arch: x86_64
subdir: osx-64
build_number: 0
license: BSD-2-Clause
license_family: BSD
size: 2921470
timestamp: 1700531206853
- platform: osx-arm64
name: aom
version: 3.7.1
category: main
manager: conda
dependencies:
- __osx >=10.9
- libcxx >=16.0.6
url: https://conda.anaconda.org/conda-forge/osx-arm64/aom-3.7.1-h463b476_0.conda
hash:
md5: 21f849867fa093cafe263e1b54967e46
sha256: a12485082ca6f3774bd866df308fcb9856e675da66f83b220a43aa12309d4d68
build: h463b476_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: BSD-2-Clause
license_family: BSD
size: 2098343
timestamp: 1700530866396
- platform: win-64
name: aom
version: 3.7.1
category: main
manager: conda
dependencies:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
url: https://conda.anaconda.org/conda-forge/win-64/aom-3.7.1-h63175ca_0.conda
hash:
md5: 1b52cb3995f780a5c0a52fc1bb81b337
sha256: aa317fd3271b4fabbfe3b800cc0d55a9bbfb9b5aa7f91bfb08c86f2da08d2729
build: h63175ca_0
arch: x86_64
subdir: win-64
build_number: 0
license: BSD-2-Clause
license_family: BSD
size: 1955945
timestamp: 1700530921759
- 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: babel
version: 2.13.1
category: main
manager: conda
dependencies:
- python >=3.7
- pytz
- setuptools
url: https://conda.anaconda.org/conda-forge/noarch/babel-2.13.1-pyhd8ed1ab_0.conda
hash:
md5: 3ccff479c246692468f604df9c85ef26
sha256: 1f955c700db16f65b16c9e9c1613436480d5497970b8030b7a9ebe1620cc2147
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 6948100
timestamp: 1698174685067
- platform: osx-64
name: babel
version: 2.13.1
category: main
manager: conda
dependencies:
- python >=3.7
- pytz
- setuptools
url: https://conda.anaconda.org/conda-forge/noarch/babel-2.13.1-pyhd8ed1ab_0.conda
hash:
md5: 3ccff479c246692468f604df9c85ef26
sha256: 1f955c700db16f65b16c9e9c1613436480d5497970b8030b7a9ebe1620cc2147
build: pyhd8ed1ab_0
arch: x86_64
subdir: osx-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 6948100
timestamp: 1698174685067
- platform: osx-arm64
name: babel
version: 2.13.1
category: main
manager: conda
dependencies:
- python >=3.7
- pytz
- setuptools
url: https://conda.anaconda.org/conda-forge/noarch/babel-2.13.1-pyhd8ed1ab_0.conda
hash:
md5: 3ccff479c246692468f604df9c85ef26
sha256: 1f955c700db16f65b16c9e9c1613436480d5497970b8030b7a9ebe1620cc2147
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 6948100
timestamp: 1698174685067
- platform: win-64
name: babel
version: 2.13.1
category: main
manager: conda
dependencies:
- python >=3.7
- pytz
- setuptools
url: https://conda.anaconda.org/conda-forge/noarch/babel-2.13.1-pyhd8ed1ab_0.conda
hash:
md5: 3ccff479c246692468f604df9c85ef26
sha256: 1f955c700db16f65b16c9e9c1613436480d5497970b8030b7a9ebe1620cc2147
build: pyhd8ed1ab_0
arch: x86_64
subdir: win-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 6948100
timestamp: 1698174685067
- platform: linux-64
name: beautifulsoup4
version: 4.12.2
category: main
manager: conda
dependencies:
- python >=3.6
- soupsieve >=1.2
url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda
hash:
md5: a362ff7d976217f8fa78c0f1c4f59717
sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da
build: pyha770c72_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 115011
timestamp: 1680888259061
- platform: osx-64
name: beautifulsoup4
version: 4.12.2
category: main
manager: conda
dependencies:
- python >=3.6
- soupsieve >=1.2
url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda
hash:
md5: a362ff7d976217f8fa78c0f1c4f59717
sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da
build: pyha770c72_0
arch: x86_64
subdir: osx-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 115011
timestamp: 1680888259061
- platform: osx-arm64
name: beautifulsoup4
version: 4.12.2
category: main
manager: conda
dependencies:
- python >=3.6
- soupsieve >=1.2
url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda
hash:
md5: a362ff7d976217f8fa78c0f1c4f59717
sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da
build: pyha770c72_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 115011
timestamp: 1680888259061
- platform: win-64
name: beautifulsoup4
version: 4.12.2
category: main
manager: conda
dependencies:
- python >=3.6
- soupsieve >=1.2
url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda
hash:
md5: a362ff7d976217f8fa78c0f1c4f59717
sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da
build: pyha770c72_0
arch: x86_64
subdir: win-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 115011
timestamp: 1680888259061
- 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_2.conda
hash:
md5: adfebae9fdc63a598495dfe3b006973a
sha256: 333f3339d94c93bcc02a723e3e460cb6ff6075e05f5247e15bef5dcdcec541a3
build: hbdbef99_2
arch: x86_64
subdir: linux-64
build_number: 2
license: BSD-3-Clause
license_family: BSD
size: 28178
timestamp: 1694604071236
- platform: linux-64
name: breathe
version: 4.35.0
category: main
manager: conda
dependencies:
- docutils >=0.12
- jinja2 >=2.7.3
- markupsafe >=0.23
- pygments >=1.6
- python >=3.6
- sphinx >=4.0,<7.0.0a
url: https://conda.anaconda.org/conda-forge/noarch/breathe-4.35.0-pyhd8ed1ab_1.conda
hash:
md5: 876fb9bb3ce5c48f667dd7837bec6e89
sha256: 46f6d9babfdc3e7b515c4caaf50f7a7761c65da7af04b394509f6b3eceba33fb
build: pyhd8ed1ab_1
arch: x86_64
subdir: linux-64
build_number: 1
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 76146
timestamp: 1688446297140
- platform: osx-64
name: breathe
version: 4.35.0
category: main
manager: conda
dependencies:
- docutils >=0.12
- jinja2 >=2.7.3
- markupsafe >=0.23
- pygments >=1.6
- python >=3.6
- sphinx >=4.0,<7.0.0a
url: https://conda.anaconda.org/conda-forge/noarch/breathe-4.35.0-pyhd8ed1ab_1.conda
hash:
md5: 876fb9bb3ce5c48f667dd7837bec6e89
sha256: 46f6d9babfdc3e7b515c4caaf50f7a7761c65da7af04b394509f6b3eceba33fb
build: pyhd8ed1ab_1
arch: x86_64
subdir: osx-64
build_number: 1
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 76146
timestamp: 1688446297140
- platform: osx-arm64
name: breathe
version: 4.35.0
category: main
manager: conda
dependencies:
- docutils >=0.12
- jinja2 >=2.7.3
- markupsafe >=0.23
- pygments >=1.6
- python >=3.6
- sphinx >=4.0,<7.0.0a
url: https://conda.anaconda.org/conda-forge/noarch/breathe-4.35.0-pyhd8ed1ab_1.conda
hash:
md5: 876fb9bb3ce5c48f667dd7837bec6e89
sha256: 46f6d9babfdc3e7b515c4caaf50f7a7761c65da7af04b394509f6b3eceba33fb
build: pyhd8ed1ab_1
arch: aarch64
subdir: osx-arm64
build_number: 1
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 76146
timestamp: 1688446297140
- platform: win-64
name: breathe
version: 4.35.0
category: main
manager: conda
dependencies:
- docutils >=0.12
- jinja2 >=2.7.3
- markupsafe >=0.23
- pygments >=1.6
- python >=3.6
- sphinx >=4.0,<7.0.0a
url: https://conda.anaconda.org/conda-forge/noarch/breathe-4.35.0-pyhd8ed1ab_1.conda
hash:
md5: 876fb9bb3ce5c48f667dd7837bec6e89
sha256: 46f6d9babfdc3e7b515c4caaf50f7a7761c65da7af04b394509f6b3eceba33fb
build: pyhd8ed1ab_1
arch: x86_64
subdir: win-64
build_number: 1
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 76146
timestamp: 1688446297140
- platform: linux-64
name: brotli-python
version: 1.1.0
category: main
manager: conda
dependencies:
- libgcc-ng >=12
- libstdcxx-ng >=12
- python >=3.10,<3.11.0a0
- python_abi 3.10.* *_cp310
url: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py310hc6cd4ac_1.conda
hash:
md5: 1f95722c94f00b69af69a066c7433714
sha256: e22268d81905338570786921b3def88e55f9ed6d0ccdd17d9fbae31a02fbef69
build: py310hc6cd4ac_1
arch: x86_64
subdir: linux-64
build_number: 1
constrains:
- libbrotlicommon 1.1.0 hd590300_1
license: MIT
license_family: MIT
size: 349397
timestamp: 1695990295884
- platform: osx-64
name: brotli-python
version: 1.1.0
category: main
manager: conda
dependencies:
- libcxx >=15.0.7
- python >=3.10,<3.11.0a0
- python_abi 3.10.* *_cp310
url: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py310h9e9d8ca_1.conda
hash:
md5: 2362e323293e7699cf1e621d502f86d6
sha256: 57d66ca3e072b889c94cfaf56eb7e1794d3b1b3179bd475a4edef50a03359354
build: py310h9e9d8ca_1
arch: x86_64
subdir: osx-64
build_number: 1
constrains:
- libbrotlicommon 1.1.0 h0dc2134_1
license: MIT
license_family: MIT
size: 367037
timestamp: 1695990378635
- platform: osx-arm64
name: brotli-python
version: 1.1.0
category: main
manager: conda
dependencies:
- libcxx >=15.0.7
- python >=3.10,<3.11.0a0
- python >=3.10,<3.11.0a0 *_cpython
- python_abi 3.10.* *_cp310
url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py310h1253130_1.conda
hash:
md5: 26fab7f65a80fff9f402ec3b7860b88a
sha256: dab21e18c0275bfd93a09b751096998485677ed17c2e2d08298bc5b43c10bee1
build: py310h1253130_1
arch: aarch64
subdir: osx-arm64
build_number: 1
constrains:
- libbrotlicommon 1.1.0 hb547adb_1
license: MIT
license_family: MIT
size: 344275
timestamp: 1695990848681
- platform: win-64
name: brotli-python
version: 1.1.0
category: main
manager: conda
dependencies:
- python >=3.11,<3.12.0a0
- python_abi 3.11.* *_cp311
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
url: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py311h12c1d0e_1.conda
hash:
md5: 42fbf4e947c17ea605e6a4d7f526669a
sha256: 5390e1e5e8e159d4893ecbfd2c08ca75ef51bdce1a4a44ff4ee9e2d596004aac
build: py311h12c1d0e_1
arch: x86_64
subdir: win-64
build_number: 1
constrains:
- libbrotlicommon 1.1.0 hcfcfb64_1
license: MIT
license_family: MIT
size: 322086
timestamp: 1695990976742
- 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: osx-64
name: bzip2
version: 1.0.8
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h10d778d_5.conda
hash:
md5: 6097a6ca9ada32699b5fc4312dd6ef18
sha256: 61fb2b488928a54d9472113e1280b468a309561caa54f33825a3593da390b242
build: h10d778d_5
arch: x86_64
subdir: osx-64
build_number: 5
license: bzip2-1.0.6
license_family: BSD
size: 127885
timestamp: 1699280178474
- platform: osx-arm64
name: bzip2
version: 1.0.8
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h93a5062_5.conda
hash:
md5: 1bbc659ca658bfd49a481b5ef7a0f40f
sha256: bfa84296a638bea78a8bb29abc493ee95f2a0218775642474a840411b950fe5f
build: h93a5062_5
arch: aarch64
subdir: osx-arm64
build_number: 5
license: bzip2-1.0.6
license_family: BSD
size: 122325
timestamp: 1699280294368
- platform: win-64
name: bzip2
version: 1.0.8
category: main
manager: conda
dependencies:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-hcfcfb64_5.conda
hash:
md5: 26eb8ca6ea332b675e11704cce84a3be
sha256: ae5f47a5c86fd6db822931255dcf017eb12f60c77f07dc782ccb477f7808aab2
build: hcfcfb64_5
arch: x86_64
subdir: win-64
build_number: 5
license: bzip2-1.0.6
license_family: BSD
size: 124580
timestamp: 1699280668742
- platform: linux-64
name: c-ares
version: 1.23.0
category: main
manager: conda
dependencies:
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.23.0-hd590300_0.conda
hash:
md5: d459949bc10f64dee1595c176c2e6291
sha256: 6b0eee827bade11c2964a05867499a50ad2a9d1b14dfe18fb867a3bc9357f56f
build: hd590300_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
size: 153627
timestamp: 1701382098569
- platform: osx-64
name: c-ares
version: 1.23.0
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.23.0-h10d778d_0.conda
hash:
md5: 8da823fabbad661eefc48b779d89a4ac
sha256: d1080366254a32bd1ff23f10fcfe61bfb91e2af19e71047fc2ffddd062a59033
build: h10d778d_0
arch: x86_64
subdir: osx-64
build_number: 0
license: MIT
license_family: MIT
size: 138765
timestamp: 1701382298090
- platform: osx-arm64
name: c-ares
version: 1.23.0
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.23.0-h93a5062_0.conda
hash:
md5: b187f2b99e52905042d661f824666964
sha256: de5385280dcad805428068adb1f4a7eb1e6ec8987e2f25c4ff5766e3fec3b4a2
build: h93a5062_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
size: 136858
timestamp: 1701382321331
- platform: linux-64
name: c-compiler
version: 1.6.0
category: main
manager: conda
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
build: hd590300_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD
size: 6184
timestamp: 1689097480051
- platform: osx-64
name: c-compiler
version: 1.6.0
category: main
manager: conda
dependencies:
- cctools >=949.0.1
- clang_osx-64 15.*
- ld64 >=530
- llvm-openmp
url: https://conda.anaconda.org/conda-forge/osx-64/c-compiler-1.6.0-h63c33a9_0.conda
hash:
md5: d7f3b8d3a85b4e7eded31adb611bb665
sha256: fe43bbe1b7c809b618808123a662333c20417bc98ffa5dc7d6da23c3c8ec236b
build: h63c33a9_0
arch: x86_64
subdir: osx-64
build_number: 0
license: BSD
size: 6250
timestamp: 1689097835926
- platform: osx-arm64
name: c-compiler
version: 1.6.0
category: main
manager: conda
dependencies:
- cctools >=949.0.1
- clang_osx-arm64 15.*
- ld64 >=530
- llvm-openmp
url: https://conda.anaconda.org/conda-forge/osx-arm64/c-compiler-1.6.0-hd291e01_0.conda
hash:
md5: 7d58fb216ad601b545826449d8d4c34e
sha256: f2e837668ff628ef8b5d54fffbfe9596cdd3820f7c5a3fc5ad48b259ff99a501
build: hd291e01_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: BSD
size: 6269
timestamp: 1689097851052
- 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: osx-64
name: ca-certificates
version: 2023.11.17
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2023.11.17-h8857fd0_0.conda
hash:
md5: c687e9d14c49e3d3946d50a413cdbf16
sha256: 7e05d80a97beb7cb7492fae38584a68d51f338a5eddf73a14b5bd266597db90e
build: h8857fd0_0
arch: x86_64
subdir: osx-64
build_number: 0
license: ISC
size: 154404
timestamp: 1700280995538
- platform: osx-arm64
name: ca-certificates
version: 2023.11.17