-
Notifications
You must be signed in to change notification settings - Fork 1
/
pixi.lock
9399 lines (9399 loc) · 244 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: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
linux-ppc64le: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
osx-arm64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
channels:
- url: https://conda.anaconda.org/conda-forge/
used_env_vars: []
platforms:
- linux-64
- linux-ppc64le
- osx-arm64
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: _libgcc_mutex
version: '0.1'
manager: conda
platform: linux-ppc64le
dependencies: {}
url: https://conda.anaconda.org/conda-forge/linux-ppc64le/_libgcc_mutex-0.1-conda_forge.tar.bz2
hash:
md5: e96f48755dc7c9f86c4aecf4cac40477
sha256: 5dd34b412e6274c0614d01a2f616844376ae873dfb8782c2c67d055779de6df6
optional: false
category: main
build: conda_forge
arch: ppc64le
subdir: linux-ppc64le
build_number: 0
license: None
size: 2550
timestamp: 1578324511581
- 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: _openmp_mutex
version: '4.5'
manager: conda
platform: linux-ppc64le
dependencies:
_libgcc_mutex: ==0.1 conda_forge
libgomp: '>=7.5.0'
url: https://conda.anaconda.org/conda-forge/linux-ppc64le/_openmp_mutex-4.5-2_gnu.tar.bz2
hash:
md5: 3e41cbaba7e4988d15a24c4e85e6171b
sha256: 4c89c2067cf5e7b0fbbdc3200c3f7affa5896e14812acf10f51575be87ae0c05
optional: false
category: main
build: 2_gnu
arch: ppc64le
subdir: linux-ppc64le
build_number: 16
constrains:
- openmp_impl 9999
license: BSD-3-Clause
license_family: BSD
size: 23710
timestamp: 1650671119831
- name: adios
version: 1.13.1
manager: conda
platform: linux-64
dependencies:
blosc: '>=1.21.4,<2.0a0'
bzip2: '>=1.0.8,<2.0a0'
libgcc-ng: '>=12'
libgfortran-ng: '*'
libgfortran5: '>=12.3.0'
libzlib: '>=1.2.13,<1.3.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/adios-1.13.1-nompi_h2d609e3_1123.conda
hash:
md5: f6b468ec7a8471ae3417368c75c70aef
sha256: a1faac00f2bee92943b3cbdc5faac12c19b1e2d62a4938031f613d083b960811
optional: false
category: main
build: nompi_h2d609e3_1123
arch: x86_64
subdir: linux-64
build_number: 1123
license: BSD-3-Clause
license_family: BSD
size: 730734
timestamp: 1692340848982
- name: adios
version: 1.13.1
manager: conda
platform: linux-ppc64le
dependencies:
blosc: '>=1.21.4,<2.0a0'
bzip2: '>=1.0.8,<2.0a0'
libgcc-ng: '>=12'
libgfortran-ng: '*'
libgfortran5: '>=12.3.0'
libzlib: '>=1.2.13,<1.3.0a0'
url: https://conda.anaconda.org/conda-forge/linux-ppc64le/adios-1.13.1-nompi_h7190537_1123.conda
hash:
md5: 28f4ff684afe0b1d82f9797847d91f81
sha256: 190f8ea4dc1eff972b817fba00c909a49401b38d8f84ac795edacf5fad5d0b67
optional: false
category: main
build: nompi_h7190537_1123
arch: ppc64le
subdir: linux-ppc64le
build_number: 1123
license: BSD-3-Clause
license_family: BSD
size: 1057865
timestamp: 1692343429660
- name: adios
version: 1.13.1
manager: conda
platform: osx-arm64
dependencies:
blosc: '>=1.21.4,<2.0a0'
bzip2: '>=1.0.8,<2.0a0'
libgfortran: 5.*
libgfortran5: '>=12.3.0'
libzlib: '>=1.2.13,<1.3.0a0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/adios-1.13.1-nompi_h8cb4857_1123.conda
hash:
md5: 69eca6828514f7f0e2e06ef6883d1214
sha256: ed0eba96c15468452fda748c3e6a024a86fe1e550c88f9254c16caec8781afc7
optional: false
category: main
build: nompi_h8cb4857_1123
arch: aarch64
subdir: osx-arm64
build_number: 1123
license: BSD-3-Clause
license_family: BSD
size: 959505
timestamp: 1692341322132
- name: adios2
version: 2.9.1
manager: conda
platform: linux-64
dependencies:
libadios2: ==2.9.1 nompi_hda08243_103
numpy: '>=1.23.5,<2.0a0'
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.* *_cp311
url: https://conda.anaconda.org/conda-forge/linux-64/adios2-2.9.1-nompi_py311hc31d2c9_103.conda
hash:
md5: 930fbf571c2127e36cfdb026be1fe9cd
sha256: 7d0c1a2c4b77cab668bcde70f87ad51589a812afe972456b66ac3adb6dbfbd88
optional: false
category: main
build: nompi_py311hc31d2c9_103
arch: x86_64
subdir: linux-64
build_number: 103
license: Apache-2.0
license_family: APACHE
size: 287985
timestamp: 1696589892854
- name: adios2
version: 2.9.1
manager: conda
platform: linux-ppc64le
dependencies:
libadios2: ==2.9.1 nompi_h1520396_103
numpy: '>=1.23.5,<2.0a0'
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.* *_cp311
url: https://conda.anaconda.org/conda-forge/linux-ppc64le/adios2-2.9.1-nompi_py311he8d70f8_103.conda
hash:
md5: 647cd1b1472b3abbc1ee8327709b71c3
sha256: b42f95a22f13d93af6b9da4dabfdd98fbd5aa69ba3ecdbc69b9316aa03284762
optional: false
category: main
build: nompi_py311he8d70f8_103
arch: ppc64le
subdir: linux-ppc64le
build_number: 103
license: Apache-2.0
license_family: APACHE
size: 279863
timestamp: 1696590559179
- name: adios2
version: 2.9.1
manager: conda
platform: osx-arm64
dependencies:
libadios2: ==2.9.1 nompi_h986cc0a_103
numpy: '>=1.23.5,<2.0a0'
python: '>=3.11,<3.12.0a0 *_cpython'
python_abi: 3.11.* *_cp311
url: https://conda.anaconda.org/conda-forge/osx-arm64/adios2-2.9.1-nompi_py311h4079c27_103.conda
hash:
md5: b61307e23ac63ebcbc14ef65ead3f5c4
sha256: 3e395a58de2a41aef56c487a0e10f45aa9a058f592f81d2df1e384b31fa507bc
optional: false
category: main
build: nompi_py311h4079c27_103
arch: aarch64
subdir: osx-arm64
build_number: 103
license: Apache-2.0
license_family: APACHE
size: 276827
timestamp: 1696591045069
- name: alsa-lib
version: 1.2.10
manager: conda
platform: linux-64
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
optional: false
category: main
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
- name: attr
version: 2.5.1
manager: conda
platform: linux-64
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
optional: false
category: main
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
- name: blosc
version: 1.21.5
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
libzlib: '>=1.2.13,<1.3.0a0'
lz4-c: '>=1.9.3,<1.10.0a0'
snappy: '>=1.1.10,<2.0a0'
zstd: '>=1.5.5,<1.6.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.5-h0f2a231_0.conda
hash:
md5: 009521b7ed97cca25f8f997f9e745976
sha256: e2b15b017775d1bda8edbb1bc48e545e45364edefa4d926732fc5488cc600731
optional: false
category: main
build: h0f2a231_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
size: 48692
timestamp: 1693657088079
- name: blosc
version: 1.21.5
manager: conda
platform: linux-ppc64le
dependencies:
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
libzlib: '>=1.2.13,<1.3.0a0'
lz4-c: '>=1.9.3,<1.10.0a0'
snappy: '>=1.1.10,<2.0a0'
zstd: '>=1.5.5,<1.6.0a0'
url: https://conda.anaconda.org/conda-forge/linux-ppc64le/blosc-1.21.5-h791411d_0.conda
hash:
md5: 710b2e693f8dc47fdb31b1399e000969
sha256: 2d19da3b7960231a9b30d689908019c0f4f5a7bd64d5c89342b45eb2dd8e38fc
optional: false
category: main
build: h791411d_0
arch: ppc64le
subdir: linux-ppc64le
build_number: 0
license: BSD-3-Clause
license_family: BSD
size: 44187
timestamp: 1693657396230
- name: blosc
version: 1.21.5
manager: conda
platform: osx-arm64
dependencies:
libcxx: '>=15.0.7'
libzlib: '>=1.2.13,<1.3.0a0'
lz4-c: '>=1.9.3,<1.10.0a0'
snappy: '>=1.1.10,<2.0a0'
zstd: '>=1.5.5,<1.6.0a0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.5-hc338f07_0.conda
hash:
md5: 93fccb1150aa377576107ecd0ad375b3
sha256: 81f206dd843fe0da894d0480ea9d689fe948fa4b3cad060f97b016af4ac7b3a1
optional: false
category: main
build: hc338f07_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: BSD-3-Clause
license_family: BSD
size: 33450
timestamp: 1693657320331
- name: brotli
version: 1.1.0
manager: conda
platform: linux-64
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
optional: false
category: main
build: hd590300_1
arch: x86_64
subdir: linux-64
build_number: 1
license: MIT
license_family: MIT
size: 19383
timestamp: 1695990069230
- name: brotli
version: 1.1.0
manager: conda
platform: linux-ppc64le
dependencies:
brotli-bin: ==1.1.0 ha17a0cc_1
libbrotlidec: ==1.1.0 ha17a0cc_1
libbrotlienc: ==1.1.0 ha17a0cc_1
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-ppc64le/brotli-1.1.0-ha17a0cc_1.conda
hash:
md5: 0eef0717b2a47b736444ec2d8c2fbcbd
sha256: 9ee63c38038371a4a21d534231b1dfe081d4c90c0fdb553d2ee972b84a135c42
optional: false
category: main
build: ha17a0cc_1
arch: ppc64le
subdir: linux-ppc64le
build_number: 1
license: MIT
license_family: MIT
size: 19487
timestamp: 1695990238846
- name: brotli
version: 1.1.0
manager: conda
platform: osx-arm64
dependencies:
brotli-bin: ==1.1.0 hb547adb_1
libbrotlidec: ==1.1.0 hb547adb_1
libbrotlienc: ==1.1.0 hb547adb_1
url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.1.0-hb547adb_1.conda
hash:
md5: a33aa58d448cbc054f887e39dd1dfaea
sha256: 62d1587deab752fcee07adc371eb20fcadc09f72c0c85399c22b637ca858020f
optional: false
category: main
build: hb547adb_1
arch: aarch64
subdir: osx-arm64
build_number: 1
license: MIT
license_family: MIT
size: 19506
timestamp: 1695990588610
- name: brotli-bin
version: 1.1.0
manager: conda
platform: linux-64
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
optional: false
category: main
build: hd590300_1
arch: x86_64
subdir: linux-64
build_number: 1
license: MIT
license_family: MIT
size: 18980
timestamp: 1695990054140
- name: brotli-bin
version: 1.1.0
manager: conda
platform: linux-ppc64le
dependencies:
libbrotlidec: ==1.1.0 ha17a0cc_1
libbrotlienc: ==1.1.0 ha17a0cc_1
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-ppc64le/brotli-bin-1.1.0-ha17a0cc_1.conda
hash:
md5: 28fa0a4283e42784b605d16d18f2377f
sha256: 27c5cf124986e613093a0d0d5d55be1f17fc1646ead97a9a675b0fda47e554a7
optional: false
category: main
build: ha17a0cc_1
arch: ppc64le
subdir: linux-ppc64le
build_number: 1
license: MIT
license_family: MIT
size: 20810
timestamp: 1695990222521
- name: brotli-bin
version: 1.1.0
manager: conda
platform: osx-arm64
dependencies:
libbrotlidec: ==1.1.0 hb547adb_1
libbrotlienc: ==1.1.0 hb547adb_1
url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.1.0-hb547adb_1.conda
hash:
md5: 990d04f8c017b1b77103f9a7730a5f12
sha256: 8fbfc2834606292016f2faffac67deea4c5cdbc21a61169f0b355e1600105a24
optional: false
category: main
build: hb547adb_1
arch: aarch64
subdir: osx-arm64
build_number: 1
license: MIT
license_family: MIT
size: 17001
timestamp: 1695990551239
- 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_1.conda
hash:
md5: cce9e7c3f1c307f2a5fb08a2922d6164
sha256: 559093679e9fdb6061b7b80ca0f9a31fe6ffc213f1dae65bc5c82e2cd1a94107
optional: false
category: main
build: py311hb755f60_1
arch: x86_64
subdir: linux-64
build_number: 1
constrains:
- libbrotlicommon 1.1.0 hd590300_1
license: MIT
license_family: MIT
size: 351340
timestamp: 1695990160360
- name: brotli-python
version: 1.1.0
manager: conda
platform: linux-ppc64le
dependencies:
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
python: '>=3.11,<3.12.0a0 *_cpython'
python_abi: 3.11.* *_cp311
url: https://conda.anaconda.org/conda-forge/linux-ppc64le/brotli-python-1.1.0-py311h83cebed_1.conda
hash:
md5: cc7dec75dc0c8f4e6447ee4248460b64
sha256: 1acc42b58accd64a41f7076da1e10ad39c137fbedd89bf30206d938ed5cbaf84
optional: false
category: main
build: py311h83cebed_1
arch: ppc64le
subdir: linux-ppc64le
build_number: 1
constrains:
- libbrotlicommon 1.1.0 ha17a0cc_1
license: MIT
license_family: MIT
size: 391733
timestamp: 1695990328122
- name: brotli-python
version: 1.1.0
manager: conda
platform: osx-arm64
dependencies:
libcxx: '>=15.0.7'
python: '>=3.11,<3.12.0a0 *_cpython'
python_abi: 3.11.* *_cp311
url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py311ha891d26_1.conda
hash:
md5: 5e802b015e33447d1283d599d21f052b
sha256: 2d78c79ccf2c17236c52ef217a4c34b762eb7908a6903d94439f787aac1c8f4b
optional: false
category: main
build: py311ha891d26_1
arch: aarch64
subdir: osx-arm64
build_number: 1
constrains:
- libbrotlicommon 1.1.0 hb547adb_1
license: MIT
license_family: MIT
size: 343332
timestamp: 1695991223439
- 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: bzip2
version: 1.0.8
manager: conda
platform: linux-ppc64le
dependencies:
libgcc-ng: '>=9.3.0'
url: https://conda.anaconda.org/conda-forge/linux-ppc64le/bzip2-1.0.8-h4e0d66e_4.tar.bz2
hash:
md5: 3cbc4e0eede8b25bc53b6a462815aceb
sha256: e0edf3c1804547239de9f678f9b650684d0f215e4c277e1d92c281f4d61559b8
optional: false
category: main
build: h4e0d66e_4
arch: ppc64le
subdir: linux-ppc64le
build_number: 4
license: bzip2-1.0.6
license_family: BSD
size: 480465
timestamp: 1606604729155
- name: bzip2
version: 1.0.8
manager: conda
platform: osx-arm64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h3422bc3_4.tar.bz2
hash:
md5: fc76ace7b94fb1f694988ab1b14dd248
sha256: a3efbd06ad1432edb0163c48225421f34c2660f5cc002283a8d27e791320b549
optional: false
category: main
build: h3422bc3_4
arch: aarch64
subdir: osx-arm64
build_number: 4
license: bzip2-1.0.6
license_family: BSD
size: 151850
timestamp: 1618862645215
- name: c-ares
version: 1.20.1
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.20.1-hd590300_0.conda
hash:
md5: 6642e4faa4804be3a0e7edfefbd16595
sha256: afe0f91314a1de2969bb7ebb92bf6c9d3326fb8cdbdc00d8111bad8952a8dc0f
optional: false
category: main
build: hd590300_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
size: 114862
timestamp: 1696842666407
- name: c-ares
version: 1.20.1
manager: conda
platform: linux-ppc64le
dependencies:
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-ppc64le/c-ares-1.20.1-ha17a0cc_0.conda
hash:
md5: 08d93fca9327a1690cc3abb945b4cc75
sha256: 756b457f17c03955e44cd65b3263e193e18b0422c395e70371470393ab4845a0
optional: false
category: main
build: ha17a0cc_0
arch: ppc64le
subdir: linux-ppc64le
build_number: 0
license: MIT
license_family: MIT
size: 127264
timestamp: 1696842650150
- name: c-ares
version: 1.20.1
manager: conda
platform: osx-arm64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.20.1-h93a5062_0.conda
hash:
md5: ff730651c34139afe7d29e3e8b8481e2
sha256: cc929cacc6c92e4bb8bd9c05e749d3cb32ead1dea632f0f9a4704571b696dd1a
optional: false
category: main
build: h93a5062_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
size: 101522
timestamp: 1696842827095
- 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: ca-certificates
version: 2023.7.22
manager: conda
platform: linux-ppc64le
dependencies: {}
url: https://conda.anaconda.org/conda-forge/linux-ppc64le/ca-certificates-2023.7.22-h0f6029e_0.conda
hash:
md5: 7e65ed24386f708ca97bc01f2128d8a4
sha256: ddb9f09cf7bb87c7cb498d05f96ea0ca46ec73dddce0944bf5a1c82f7af237a6
optional: false
category: main
build: h0f6029e_0
arch: ppc64le
subdir: linux-ppc64le
build_number: 0
license: ISC
size: 149552
timestamp: 1690027289123
- name: ca-certificates
version: 2023.7.22
manager: conda
platform: osx-arm64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2023.7.22-hf0a4a13_0.conda
hash:
md5: e1b99ac4dbcee71a71682996f67f7965
sha256: b220c001b0c1448a47cc49b42a622e06a540ec60b3f7a1e057fca1f37ce515e4
optional: false
category: main
build: hf0a4a13_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: ISC
size: 149918
timestamp: 1690026385821
- name: cairo
version: 1.16.0
manager: conda
platform: linux-64
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.76.4,<3.0a0'
libpng: '>=1.6.39,<1.7.0a0'
libxcb: '>=1.15,<1.16.0a0'
libzlib: '>=1.2.13,<1.3.0a0'
pixman: '>=0.40.0,<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.16.0-h0c91306_1017.conda
hash:
md5: 3db543896d34fc6804ddfb9239dcb125
sha256: e8218419ba02e49b1b33365f139622ed23c93c089ebbcef99ac1c6d05a07f247
optional: false
category: main
build: h0c91306_1017
arch: x86_64
subdir: linux-64
build_number: 1017
license: LGPL-2.1-only or MPL-1.1
size: 1106759
timestamp: 1692960387046
- 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: certifi
version: 2023.7.22
manager: conda
platform: linux-ppc64le
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: ppc64le
subdir: linux-ppc64le
build_number: 0
license: ISC
noarch: python
size: 153791
timestamp: 1690024617757
- name: certifi
version: 2023.7.22
manager: conda
platform: osx-arm64
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: aarch64
subdir: osx-arm64
build_number: 0
license: ISC
noarch: python
size: 153791
timestamp: 1690024617757
- name: charset-normalizer
version: 3.3.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.0-pyhd8ed1ab_0.conda
hash:
md5: fef8ef5f0a54546b9efee39468229917
sha256: 3407cd21af7e85aeb9499c377e7db25d2bbb9cbaf2f47d92626b3471dca65b4c
optional: false
category: main
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 46237
timestamp: 1696431275563
- name: charset-normalizer
version: 3.3.0
manager: conda
platform: linux-ppc64le
dependencies:
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.0-pyhd8ed1ab_0.conda
hash:
md5: fef8ef5f0a54546b9efee39468229917
sha256: 3407cd21af7e85aeb9499c377e7db25d2bbb9cbaf2f47d92626b3471dca65b4c
optional: false
category: main
build: pyhd8ed1ab_0
arch: ppc64le
subdir: linux-ppc64le
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 46237
timestamp: 1696431275563
- name: charset-normalizer
version: 3.3.0
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.0-pyhd8ed1ab_0.conda
hash:
md5: fef8ef5f0a54546b9efee39468229917
sha256: 3407cd21af7e85aeb9499c377e7db25d2bbb9cbaf2f47d92626b3471dca65b4c
optional: false
category: main
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 46237
timestamp: 1696431275563
- 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: click
version: 8.1.7
manager: conda
platform: linux-ppc64le
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: ppc64le
subdir: linux-ppc64le
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 84437
timestamp: 1692311973840
- name: click
version: 8.1.7
manager: conda
platform: osx-arm64
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: aarch64
subdir: osx-arm64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 84437
timestamp: 1692311973840
- name: cloudpickle
version: 2.2.1
manager: conda
platform: linux-64
dependencies:
python: '>=3.6'
url: https://conda.anaconda.org/conda-forge/noarch/cloudpickle-2.2.1-pyhd8ed1ab_0.conda
hash:
md5: b325bfc4cff7d7f8a868f1f7ecc4ed16
sha256: f0c2fd0e842899a05ddd7b147fb26424adf58be0e8e54e5bc68b8f7e67d05dcd
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: 27929
timestamp: 1674202405394
- name: cloudpickle
version: 2.2.1
manager: conda
platform: linux-ppc64le
dependencies:
python: '>=3.6'
url: https://conda.anaconda.org/conda-forge/noarch/cloudpickle-2.2.1-pyhd8ed1ab_0.conda
hash:
md5: b325bfc4cff7d7f8a868f1f7ecc4ed16
sha256: f0c2fd0e842899a05ddd7b147fb26424adf58be0e8e54e5bc68b8f7e67d05dcd
optional: false
category: main
build: pyhd8ed1ab_0
arch: ppc64le
subdir: linux-ppc64le
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 27929