-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathpixi.lock
7611 lines (7611 loc) · 196 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
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:
- 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: 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: 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: osx-64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h0d85af4_4.tar.bz2
hash:
md5: 37edc4e6304ca87316e160f5ca0bd1b5
sha256: 60ba4c64f5d0afca0d283c7addba577d3e2efc0db86002808dadb0498661b2f2
optional: false
category: main
build: h0d85af4_4
arch: x86_64
subdir: osx-64
build_number: 4
license: bzip2-1.0.6
license_family: BSD
size: 158829
timestamp: 1618862580095
- 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: bzip2
version: 1.0.8
manager: conda
platform: win-64
dependencies:
vc: '>=14.1,<15.0a0'
vs2015_runtime: '>=14.16.27012'
url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h8ffe710_4.tar.bz2
hash:
md5: 7c03c66026944073040cb19a4f3ec3c9
sha256: 5389dad4e73e4865bb485f460fc60b120bae74404003d457ecb1a62eb7abf0c1
optional: false
category: main
build: h8ffe710_4
arch: x86_64
subdir: win-64
build_number: 4
license: bzip2-1.0.6
license_family: BSD
size: 152247
timestamp: 1606605223049
- name: c-ares
version: 1.19.1
manager: conda
platform: linux-64
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
optional: false
category: main
build: hd590300_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
size: 113362
timestamp: 1684782732180
- name: c-ares
version: 1.19.1
manager: conda
platform: osx-64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.19.1-h0dc2134_0.conda
hash:
md5: b3e62631b4e1b9801477523ce1d6f355
sha256: 1de09d540facc3833e3f0a280ae987859f310f535726eff66d6f4a66045bd32c
optional: false
category: main
build: h0dc2134_0
arch: x86_64
subdir: osx-64
build_number: 0
license: MIT
license_family: MIT
size: 103004
timestamp: 1684783034995
- name: c-ares
version: 1.19.1
manager: conda
platform: osx-arm64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.19.1-hb547adb_0.conda
hash:
md5: e7fc7430440d255e3a9c7e5a52f7b294
sha256: fc9d0fcfb30c20c0032b294120b6ba9c01078ddb372c34dd491214c598aecc06
optional: false
category: main
build: hb547adb_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
size: 101998
timestamp: 1684783026131
- 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: c-compiler
version: 1.6.0
manager: conda
platform: osx-64
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
optional: false
category: main
build: h63c33a9_0
arch: x86_64
subdir: osx-64
build_number: 0
license: BSD
size: 6250
timestamp: 1689097835926
- name: c-compiler
version: 1.6.0
manager: conda
platform: osx-arm64
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
optional: false
category: main
build: hd291e01_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: BSD
size: 6269
timestamp: 1689097851052
- name: c-compiler
version: 1.6.0
manager: conda
platform: win-64
dependencies:
vs2019_win-64: '*'
url: https://conda.anaconda.org/conda-forge/win-64/c-compiler-1.6.0-hcfcfb64_0.conda
hash:
md5: 9246624ea9ea636c9801b3279f88f3a4
sha256: 10d113359a3906d9eda66062ab3a36e0f21381c8448ec50c7a9e09e0a9bb4f21
optional: false
category: main
build: hcfcfb64_0
arch: x86_64
subdir: win-64
build_number: 0
license: BSD
size: 6381
timestamp: 1689097760340
- 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: osx-64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2023.7.22-h8857fd0_0.conda
hash:
md5: bf2c54c18997bf3542af074c10191771
sha256: 27de15e18a12117e83ac1eb8a8e52eb65731cc7f0b607a7922206a15e2460c7b
optional: false
category: main
build: h8857fd0_0
arch: x86_64
subdir: osx-64
build_number: 0
license: ISC
size: 149911
timestamp: 1690026363769
- 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: ca-certificates
version: 2023.7.22
manager: conda
platform: win-64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2023.7.22-h56e8100_0.conda
hash:
md5: b1c2327b36f1a25d96f2039b0d3e3739
sha256: b85a6f307f8e1c803cb570bdfb9e4d811a361417873ecd2ecf687587405a72e0
optional: false
category: main
build: h56e8100_0
arch: x86_64
subdir: win-64
build_number: 0
license: ISC
size: 150013
timestamp: 1690026269050
- name: cctools
version: 973.0.1
manager: conda
platform: osx-64
dependencies:
cctools_osx-64: ==973.0.1 habff3f6_14
ld64: ==609 ha91a046_14
libllvm15: '>=15.0.7,<15.1.0a0'
url: https://conda.anaconda.org/conda-forge/osx-64/cctools-973.0.1-hd9ad811_14.conda
hash:
md5: 2fbb98b0cef591025f5f1b17730a0b5b
sha256: 2466d8a164ab7d6d9308445bec0413fac4c6f488df4a5b6b903bca2b0f4c4b08
optional: false
category: main
build: hd9ad811_14
arch: x86_64
subdir: osx-64
build_number: 14
license: APSL-2.0
license_family: Other
size: 21930
timestamp: 1690768082194
- name: cctools
version: 973.0.1
manager: conda
platform: osx-arm64
dependencies:
cctools_osx-arm64: ==973.0.1 h2a25c60_14
ld64: ==609 h89fa09d_14
libllvm15: '>=15.0.7,<15.1.0a0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/cctools-973.0.1-hd1ac623_14.conda
hash:
md5: 46c0f28ac1c5f417f46e028212f72f91
sha256: d7520a360b9d9ea0690f20403d19a9bee5069f5844aa2f092c5bd24816f0a84d
optional: false
category: main
build: hd1ac623_14
arch: aarch64
subdir: osx-arm64
build_number: 14
license: APSL-2.0
license_family: Other
size: 22053
timestamp: 1690768497252
- name: cctools_osx-64
version: 973.0.1
manager: conda
platform: osx-64
dependencies:
ld64_osx-64: '>=609,<610.0a0'
libcxx: '*'
libllvm15: '>=15.0.7,<15.1.0a0'
libzlib: '>=1.2.13,<1.3.0a0'
sigtool: '*'
url: https://conda.anaconda.org/conda-forge/osx-64/cctools_osx-64-973.0.1-habff3f6_14.conda
hash:
md5: f08fbd275d1df88503af3ad946c08582
sha256: ddb114073cd1f3004a0a2f243d6d5d14ce0d30c3d94794e1706e9bda5a42237a
optional: false
category: main
build: habff3f6_14
arch: x86_64
subdir: osx-64
build_number: 14
constrains:
- clang 15.0.*
- ld64 609.*
- cctools 973.0.1.*
license: APSL-2.0
license_family: Other
size: 1117928
timestamp: 1690768048658
- name: cctools_osx-arm64
version: 973.0.1
manager: conda
platform: osx-arm64
dependencies:
ld64_osx-arm64: '>=609,<610.0a0'
libcxx: '*'
libllvm15: '>=15.0.7,<15.1.0a0'
libzlib: '>=1.2.13,<1.3.0a0'
sigtool: '*'
url: https://conda.anaconda.org/conda-forge/osx-arm64/cctools_osx-arm64-973.0.1-h2a25c60_14.conda
hash:
md5: 09f973985e770a7fbbca9a299af51a8b
sha256: 3c0b4237f5751617c2fa63180ae56ae8c39c349b1b30d78a651b0274758b65d1
optional: false
category: main
build: h2a25c60_14
arch: aarch64
subdir: osx-arm64
build_number: 14
constrains:
- ld64 609.*
- clang 15.0.*
- cctools 973.0.1.*
license: APSL-2.0
license_family: Other
size: 1122294
timestamp: 1690768462517
- name: cffi
version: 1.16.0
manager: conda
platform: linux-64
dependencies:
libffi: '>=3.4,<4.0a0'
libgcc-ng: '>=12'
pycparser: '*'
python: '>=3.12.0rc3,<3.13.0a0'
python_abi: 3.12.* *_cp312
url: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.16.0-py312hf06ca03_0.conda
hash:
md5: 56b0ca764ce23cc54f3f7e2a7b970f6d
sha256: 5a36e2c254603c367d26378fa3a205bd92263e30acf195f488749562b4c44251
optional: false
category: main
build: py312hf06ca03_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
size: 294523
timestamp: 1696001868949
- name: cffi
version: 1.16.0
manager: conda
platform: osx-64
dependencies:
libffi: '>=3.4,<4.0a0'
pycparser: '*'
python: '>=3.12.0rc3,<3.13.0a0'
python_abi: 3.12.* *_cp312
url: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.16.0-py312h38bf5a0_0.conda
hash:
md5: a45759c013ab20b9017ef9539d234dd7
sha256: 8b856583b56fc30f064a7cb286f85e4b5725f2bd4fda8ba0c4e94bffe258741e
optional: false
category: main
build: py312h38bf5a0_0
arch: x86_64
subdir: osx-64
build_number: 0
license: MIT
license_family: MIT
size: 282370
timestamp: 1696002004433
- name: cffi
version: 1.16.0
manager: conda
platform: osx-arm64
dependencies:
libffi: '>=3.4,<4.0a0'
pycparser: '*'
python: '>=3.12.0rc3,<3.13.0a0 *_cpython'
python_abi: 3.12.* *_cp312
url: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.16.0-py312h8e38eb3_0.conda
hash:
md5: 960ecbd65860d3b1de5e30373e1bffb1
sha256: 1544403cb1a5ca2aeabf0dac86d9ce6066d6fb4363493643b33ffd1b78038d18
optional: false
category: main
build: py312h8e38eb3_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
size: 284245
timestamp: 1696002181644
- name: cffi
version: 1.16.0
manager: conda
platform: win-64
dependencies:
pycparser: '*'
python: '>=3.12.0rc3,<3.13.0a0'
python_abi: 3.12.* *_cp312
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py312he70551f_0.conda
hash:
md5: 5a51096925d52332c62bfd8904899055
sha256: dd39e594f5c6bca52dfed343de2af9326a99700ce2ba3404bd89706926fc0137
optional: false
category: main
build: py312he70551f_0
arch: x86_64
subdir: win-64
build_number: 0
license: MIT
license_family: MIT
size: 287805
timestamp: 1696002408940
- name: cfgv
version: 3.3.1
manager: conda
platform: linux-64
dependencies:
python: '>=3.6.1'
url: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2
hash:
md5: ebb5f5f7dc4f1a3780ef7ea7738db08c
sha256: fbc03537a27ef756162c49b1d0608bf7ab12fa5e38ceb8563d6f4859e835ac5c
optional: false
category: main
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 10788
timestamp: 1629909423398
- name: cfgv
version: 3.3.1
manager: conda
platform: osx-64
dependencies:
python: '>=3.6.1'
url: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2
hash:
md5: ebb5f5f7dc4f1a3780ef7ea7738db08c
sha256: fbc03537a27ef756162c49b1d0608bf7ab12fa5e38ceb8563d6f4859e835ac5c
optional: false
category: main
build: pyhd8ed1ab_0
arch: x86_64
subdir: osx-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 10788
timestamp: 1629909423398
- name: cfgv
version: 3.3.1
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.6.1'
url: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2
hash:
md5: ebb5f5f7dc4f1a3780ef7ea7738db08c
sha256: fbc03537a27ef756162c49b1d0608bf7ab12fa5e38ceb8563d6f4859e835ac5c
optional: false
category: main
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 10788
timestamp: 1629909423398
- name: cfgv
version: 3.3.1
manager: conda
platform: win-64
dependencies:
python: '>=3.6.1'
url: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2
hash:
md5: ebb5f5f7dc4f1a3780ef7ea7738db08c
sha256: fbc03537a27ef756162c49b1d0608bf7ab12fa5e38ceb8563d6f4859e835ac5c
optional: false
category: main
build: pyhd8ed1ab_0
arch: x86_64
subdir: win-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 10788
timestamp: 1629909423398
- name: clang
version: 15.0.7
manager: conda
platform: osx-64
dependencies:
clang-15: ==15.0.7 default_hdb78580_3
url: https://conda.anaconda.org/conda-forge/osx-64/clang-15.0.7-h694c41f_3.conda
hash:
md5: 8a48d466e519b8db7dda7c5d27cc1d31
sha256: 3eab054ba786b0b80609bea17342385dcbdce69c6158e6ec7443f4f940c92883
optional: false
category: main
build: h694c41f_3
arch: x86_64
subdir: osx-64
build_number: 3
constrains:
- clang-tools 15.0.7.*
- llvm 15.0.7.*
- llvm-tools 15.0.7.*
- llvmdev 15.0.7.*
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 132843
timestamp: 1690549855885
- name: clang
version: 15.0.7
manager: conda
platform: osx-arm64
dependencies:
clang-15: ==15.0.7 default_h5dc8d65_3
url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-15.0.7-hce30654_3.conda
hash:
md5: 0871ba77c4bec31504b371a4f2525a7b
sha256: 7eceef0863863c7e6c8752ca8359dedebc87cc9fba108856533115e2d9a8d9ba
optional: false
category: main
build: hce30654_3
arch: aarch64
subdir: osx-arm64
build_number: 3
constrains:
- clang-tools 15.0.7.*
- llvm 15.0.7.*
- llvm-tools 15.0.7.*
- llvmdev 15.0.7.*
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 133018
timestamp: 1690549798814
- name: clang-15
version: 15.0.7
manager: conda
platform: osx-64
dependencies:
libclang-cpp15: ==15.0.7 default_hdb78580_3
libcxx: '>=15.0.7'
libllvm15: '>=15.0.7,<15.1.0a0'
url: https://conda.anaconda.org/conda-forge/osx-64/clang-15-15.0.7-default_hdb78580_3.conda
hash:
md5: 688d6b9e178cb7786a07e3cfca2a8f09
sha256: 686abd626e3fe42c040c77e38b5c07d4fe5cd6f1561feb4b92ffbbba6b36e262
optional: false
category: main
build: default_hdb78580_3
arch: x86_64
subdir: osx-64
build_number: 3
constrains:
- clang-tools 15.0.7
- clangdev 15.0.7
- llvm-tools 15.0.7
- clangxx 15.0.7
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 794748
timestamp: 1690549737577
- name: clang-15
version: 15.0.7
manager: conda
platform: osx-arm64
dependencies:
libclang-cpp15: ==15.0.7 default_h5dc8d65_3
libcxx: '>=15.0.7'
libllvm15: '>=15.0.7,<15.1.0a0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-15-15.0.7-default_h5dc8d65_3.conda
hash:
md5: 3b214c8a23030d3a04389cbcd4bb84e4
sha256: 92d974b4675fa1f56f5ba1f396cc811a830ecbba0195ef1697235298535fad39
optional: false
category: main
build: default_h5dc8d65_3
arch: aarch64
subdir: osx-arm64
build_number: 3
constrains:
- clang-tools 15.0.7
- clangdev 15.0.7
- clangxx 15.0.7
- llvm-tools 15.0.7
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 795051
timestamp: 1690549670667
- name: clang_osx-64
version: 15.0.7
manager: conda
platform: osx-64
dependencies:
cctools_osx-64: '*'
clang: 15.0.7.*
compiler-rt: 15.0.7.*
ld64_osx-64: '*'
llvm-tools: 15.0.7.*
url: https://conda.anaconda.org/conda-forge/osx-64/clang_osx-64-15.0.7-h03d6864_3.conda
hash:
md5: 9dfd4e8cbc51c07a7b1ad59ad8415fad
sha256: 1257bf432219240be7b3eddde72fcfad1e85c8eacea2871e6f9121d66eccd965
optional: false
category: main
build: h03d6864_3
arch: x86_64
subdir: osx-64
build_number: 3
license: BSD-3-Clause
license_family: BSD
size: 20620
timestamp: 1684463185776
- name: clang_osx-arm64
version: 15.0.7
manager: conda
platform: osx-arm64
dependencies:
cctools_osx-arm64: '*'
clang: 15.0.7.*
compiler-rt: 15.0.7.*
ld64_osx-arm64: '*'
llvm-tools: 15.0.7.*
url: https://conda.anaconda.org/conda-forge/osx-arm64/clang_osx-arm64-15.0.7-h77e971b_3.conda
hash:
md5: 4799cb60f8ff17edaf3574b28681d2a0
sha256: 556ab57b9d190bf3ad2b9e7ba3c164157f8d163489a65235c0cfe52478521da0
optional: false
category: main
build: h77e971b_3
arch: aarch64
subdir: osx-arm64
build_number: 3
license: BSD-3-Clause
license_family: BSD
size: 20618
timestamp: 1684463162877
- name: clangdev
version: 5.0.0
manager: conda
platform: win-64
dependencies:
vs2015_runtime: '*'
vc: 14.*
url: https://conda.anaconda.org/conda-forge/win-64/clangdev-5.0.0-flang_3.tar.bz2
hash:
md5: afbd5f59b9358ee37e73fbfb1515c3b6
sha256: e5661a405acc14bd4941c576daebc3959b6f94f0cfd22b66f2a3f3198a3ec609
optional: false
category: main
build: flang_3
arch: x86_64
subdir: win-64
build_number: 3
features: flang
license: NCSA
size: 198174317
- name: clangxx
version: 15.0.7
manager: conda
platform: osx-64
dependencies:
clang: ==15.0.7 h694c41f_3
url: https://conda.anaconda.org/conda-forge/osx-64/clangxx-15.0.7-default_hdb78580_3.conda
hash:
md5: 58df9ff86fefc7684670be729b41412f
sha256: b68fbe1f7c401401622b61f9e65be6fffae4104727c2f39feacede5c393fa65e
optional: false
category: main
build: default_hdb78580_3
arch: x86_64
subdir: osx-64
build_number: 3
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 132973
timestamp: 1690549872764
- name: clangxx
version: 15.0.7
manager: conda
platform: osx-arm64
dependencies:
clang: ==15.0.7 hce30654_3
url: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx-15.0.7-default_h610c423_3.conda
hash:
md5: 1919a441b26f5cd1181870be6b4ce31a
sha256: 59e1545bac0207bb8b82c3718a16ec79dd9ac218eb00679f8cb5ed2cd115ffe3
optional: false
category: main
build: default_h610c423_3
arch: aarch64
subdir: osx-arm64
build_number: 3
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 133212
timestamp: 1690549817560
- name: clangxx_osx-64
version: 15.0.7
manager: conda
platform: osx-64
dependencies:
clang_osx-64: ==15.0.7 h03d6864_3
clangxx: 15.0.7.*
libcxx: '>=15.0.7'
libllvm15: '>=15.0.7,<15.1.0a0'
url: https://conda.anaconda.org/conda-forge/osx-64/clangxx_osx-64-15.0.7-h2133e9c_3.conda
hash:
md5: 2ff16b86a981da4b1a2658423db664bb
sha256: 04900d8758347c81d8f3904ba513fced2cb86af258d6ce70f8377e2515c9ec51
optional: false
category: main
build: h2133e9c_3
arch: x86_64
subdir: osx-64
build_number: 3
license: BSD-3-Clause
license_family: BSD
size: 19427
timestamp: 1684463207952
- name: clangxx_osx-arm64
version: 15.0.7
manager: conda
platform: osx-arm64
dependencies:
clang_osx-arm64: ==15.0.7 h77e971b_3
clangxx: 15.0.7.*
libcxx: '>=15.0.7'
libllvm15: '>=15.0.7,<15.1.0a0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_osx-arm64-15.0.7-h768a7fd_3.conda
hash:
md5: 16e11574eeb3cfa3da194692da449aeb
sha256: 83c774c3dd206f4772a4a0abd10d21ad4aa9aa472fc9e2af16bf0b9a07476684
optional: false
category: main
build: h768a7fd_3
arch: aarch64
subdir: osx-arm64
build_number: 3
license: BSD-3-Clause
license_family: BSD
size: 19504
timestamp: 1684463181478
- name: cmake
version: 3.27.6
manager: conda
platform: linux-64
dependencies:
bzip2: '>=1.0.8,<2.0a0'
libcurl: '>=8.3.0,<9.0a0'
libexpat: '>=2.5.0,<3.0a0'
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
libuv: '>=1.46.0,<2.0a0'
libzlib: '>=1.2.13,<1.3.0a0'
ncurses: '>=6.4,<7.0a0'
rhash: '>=1.4.4,<2.0a0'
xz: '>=5.2.6,<6.0a0'
zstd: '>=1.5.5,<1.6.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.27.6-hcfe8598_0.conda
hash:
md5: 4c0101485c452ea86f846523c4fae698
sha256: 64e08c246195d6956f7a04fa7d96a53de696b26b1dae8b08cfe716950f696e12
optional: false
category: main
build: hcfe8598_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
size: 18494905
timestamp: 1695269729661
- name: cmake
version: 3.27.6
manager: conda
platform: osx-64
dependencies:
bzip2: '>=1.0.8,<2.0a0'
libcurl: '>=8.3.0,<9.0a0'
libcxx: '>=15.0.7'
libexpat: '>=2.5.0,<3.0a0'
libuv: '>=1.46.0,<2.0a0'
libzlib: '>=1.2.13,<1.3.0a0'
ncurses: '>=6.4,<7.0a0'
rhash: '>=1.4.4,<2.0a0'
xz: '>=5.2.6,<6.0a0'
zstd: '>=1.5.5,<1.6.0a0'
url: https://conda.anaconda.org/conda-forge/osx-64/cmake-3.27.6-hf40c264_0.conda
hash: