-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpixi.lock
1599 lines (1599 loc) · 40.5 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:
osx-arm64: 24b6c85aba71e8f1f74edc9dbec1293d698410cd79546deb5925c034c92d0afe
channels:
- url: https://conda.anaconda.org/conda-forge/
used_env_vars: []
- url: https://conda.anaconda.org/pytorch/
used_env_vars: []
platforms:
- osx-arm64
sources: []
time_metadata: null
git_metadata: null
inputs_metadata: null
custom_metadata: null
package:
- name: asttokens
version: 2.4.1
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.5'
six: '>=1.12.0'
url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda
hash:
md5: 5f25798dcefd8252ce5f9dc494d5f571
sha256: 708168f026df19a0344983754d27d1f7b28bb21afc7b97a82f02c4798a3d2111
optional: false
category: main
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: Apache-2.0
license_family: Apache
noarch: python
size: 28922
timestamp: 1698341257884
- 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: osx-arm64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h93a5062_5.conda
hash:
md5: 1bbc659ca658bfd49a481b5ef7a0f40f
sha256: bfa84296a638bea78a8bb29abc493ee95f2a0218775642474a840411b950fe5f
optional: false
category: main
build: h93a5062_5
arch: aarch64
subdir: osx-arm64
build_number: 5
license: bzip2-1.0.6
license_family: BSD
size: 122325
timestamp: 1699280294368
- name: ca-certificates
version: 2023.11.17
manager: conda
platform: osx-arm64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2023.11.17-hf0a4a13_0.conda
hash:
md5: c01da7c77cfcba2107174e25c1d47384
sha256: 75f4762a55f7e9453a603c967d549bfa0a7a9669d502d103cb6fbf8c86d993c6
optional: false
category: main
build: hf0a4a13_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: ISC
size: 154444
timestamp: 1700280972188
- name: certifi
version: 2023.11.17
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.11.17-pyhd8ed1ab_0.conda
hash:
md5: 2011bcf45376341dd1d690263fdbc789
sha256: afa22b77128a812cb57bc707c297d926561bd225a3d9dd74205d87a3b2d14a96
optional: false
category: main
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: ISC
noarch: python
size: 158939
timestamp: 1700303562512
- name: charset-normalizer
version: 3.3.2
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda
hash:
md5: 7f4a9e3fcff3f6356ae99244a014da6a
sha256: 20cae47d31fdd58d99c4d2e65fbdcefa0b0de0c84e455ba9d6356a4bdbc4b5b9
optional: false
category: main
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 46597
timestamp: 1698833765762
- 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: colorama
version: 0.4.6
manager: conda
platform: osx-arm64
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: aarch64
subdir: osx-arm64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 25170
timestamp: 1666700778190
- name: decorator
version: 5.1.1
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.5'
url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2
hash:
md5: 43afe5ab04e35e17ba28649471dd7364
sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2
optional: false
category: main
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: BSD-2-Clause
license_family: BSD
noarch: python
size: 12072
timestamp: 1641555714315
- name: exceptiongroup
version: 1.2.0
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_0.conda
hash:
md5: f6c211fee3c98229652b60a9a42ef363
sha256: cf83dcaf9006015c8ccab3fc6770f478464a66a8769e1763ca5d7dff09d11d08
optional: false
category: main
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 20473
timestamp: 1700579932017
- name: executing
version: 2.0.1
manager: conda
platform: osx-arm64
dependencies:
python: '>=2.7'
url: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda
hash:
md5: e16be50e378d8a4533b989035b196ab8
sha256: c738804ab1e6376f8ea63372229a04c8d658dc90fd5a218c6273a2eaf02f4057
optional: false
category: main
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 27689
timestamp: 1698580072627
- name: filelock
version: 3.13.1
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda
hash:
md5: 0c1729b74a8152fde6a38ba0a2ab9f45
sha256: 4d742d91412d1f163e5399d2b50c5d479694ebcd309127abb549ca3977f89d2b
optional: false
category: main
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: Unlicense
noarch: python
size: 15605
timestamp: 1698715139726
- name: idna
version: '3.6'
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.6'
url: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda
hash:
md5: 1a76f09108576397c41c0b0c5bd84134
sha256: 6ee4c986d69ce61e60a20b2459b6f2027baeba153f0a64995fd3cb47c2cc7e07
optional: false
category: main
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 50124
timestamp: 1701027126206
- name: iniconfig
version: 2.0.0
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda
hash:
md5: f800d2da156d08e289b14e87e43c1ae5
sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666
optional: false
category: main
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 11101
timestamp: 1673103208955
- name: ipython
version: 8.18.1
manager: conda
platform: osx-arm64
dependencies:
__unix: '*'
decorator: '*'
exceptiongroup: '*'
jedi: '>=0.16'
matplotlib-inline: '*'
pexpect: '>4.3'
pickleshare: '*'
prompt-toolkit: '>=3.0.30,<3.1.0,!=3.0.37'
pygments: '>=2.4.0'
python: '>=3.9'
stack_data: '*'
traitlets: '>=5'
typing_extensions: '*'
url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh31011fe_1.conda
hash:
md5: ac2f9c2e10c2e90e8d135cef51f9753a
sha256: 67490e640faa372d663a5c5cd2d61f417cce22a019a4de82a9e5ddb1cf2ee181
optional: false
category: main
build: pyh31011fe_1
arch: aarch64
subdir: osx-arm64
build_number: 1
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 590243
timestamp: 1701092540336
- name: jedi
version: 0.19.1
manager: conda
platform: osx-arm64
dependencies:
parso: '>=0.8.3,<0.9.0'
python: '>=3.6'
url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.1-pyhd8ed1ab_0.conda
hash:
md5: 81a3be0b2023e1ea8555781f0ad904a2
sha256: 362f0936ef37dfd1eaa860190e42a6ebf8faa094eaa3be6aa4d9ace95f40047a
optional: false
category: main
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 841312
timestamp: 1696326218364
- name: jinja2
version: 3.1.2
manager: conda
platform: osx-arm64
dependencies:
markupsafe: '>=2.0'
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2
hash:
md5: c8490ed5c70966d232fdd389d0dbed37
sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5
optional: false
category: main
build: pyhd8ed1ab_1
arch: aarch64
subdir: osx-arm64
build_number: 1
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 101443
timestamp: 1654302514195
- name: libblas
version: 3.9.0
manager: conda
platform: osx-arm64
dependencies:
libopenblas: '>=0.3.25,<1.0a0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-20_osxarm64_openblas.conda
hash:
md5: 49bc8dec26663241ee064b2d7116ec2d
sha256: 5b5b8394352c8ca06b15dcc9319d0af3e9f1dc03fc0a6f6deef05d664d6b763a
optional: false
category: main
build: 20_osxarm64_openblas
arch: aarch64
subdir: osx-arm64
build_number: 20
constrains:
- liblapack 3.9.0 20_osxarm64_openblas
- liblapacke 3.9.0 20_osxarm64_openblas
- libcblas 3.9.0 20_osxarm64_openblas
- blas * openblas
license: BSD-3-Clause
license_family: BSD
size: 14722
timestamp: 1700568881837
- name: libcblas
version: 3.9.0
manager: conda
platform: osx-arm64
dependencies:
libblas: ==3.9.0 20_osxarm64_openblas
url: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-20_osxarm64_openblas.conda
hash:
md5: 89f4718753c08afe8cda4dd5791ba94c
sha256: d3a74638f60e034202e373cf2950c69a8d831190d497881d13cbf789434d2489
optional: false
category: main
build: 20_osxarm64_openblas
arch: aarch64
subdir: osx-arm64
build_number: 20
constrains:
- liblapack 3.9.0 20_osxarm64_openblas
- liblapacke 3.9.0 20_osxarm64_openblas
- blas * openblas
license: BSD-3-Clause
license_family: BSD
size: 14642
timestamp: 1700568912840
- name: libcxx
version: 16.0.6
manager: conda
platform: osx-arm64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-16.0.6-h4653b0c_0.conda
hash:
md5: 9d7d724faf0413bf1dbc5a85935700c8
sha256: 11d3fb51c14832d9e4f6d84080a375dec21ea8a3a381a1910e67ff9cedc20355
optional: false
category: main
build: h4653b0c_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 1160232
timestamp: 1686896993785
- name: libexpat
version: 2.5.0
manager: conda
platform: osx-arm64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.5.0-hb7217d7_1.conda
hash:
md5: 5a097ad3d17e42c148c9566280481317
sha256: 7d143a9c991579ad4207f84c632650a571c66329090daa32b3c87cf7311c3381
optional: false
category: main
build: hb7217d7_1
arch: aarch64
subdir: osx-arm64
build_number: 1
constrains:
- expat 2.5.0.*
license: MIT
license_family: MIT
size: 63442
timestamp: 1680190916539
- name: libffi
version: 3.4.2
manager: conda
platform: osx-arm64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2
hash:
md5: 086914b672be056eb70fd4285b6783b6
sha256: 41b3d13efb775e340e4dba549ab5c029611ea6918703096b2eaa9c015c0750ca
optional: false
category: main
build: h3422bc3_5
arch: aarch64
subdir: osx-arm64
build_number: 5
license: MIT
license_family: MIT
size: 39020
timestamp: 1636488587153
- name: libgfortran
version: 5.0.0
manager: conda
platform: osx-arm64
dependencies:
libgfortran5: ==13.2.0 hf226fd6_1
url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_1.conda
hash:
md5: 1ad37a5c60c250bb2b4a9f75563e181c
sha256: bc8750e7893e693fa380bf2f342d4a5ce44995467cbdf72e56a00e5106b4892d
optional: false
category: main
build: 13_2_0_hd922786_1
arch: aarch64
subdir: osx-arm64
build_number: 1
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 110095
timestamp: 1694172198016
- name: libgfortran5
version: 13.2.0
manager: conda
platform: osx-arm64
dependencies:
llvm-openmp: '>=8.0.0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_1.conda
hash:
md5: 4480d71b98c87faafab132d33e23135e
sha256: cb9cb11e49a6a8466ea7556a723080d3aeefd556df9b444b941afc5b54368b22
optional: false
category: main
build: hf226fd6_1
arch: aarch64
subdir: osx-arm64
build_number: 1
constrains:
- libgfortran 5.0.0 13_2_0_*_1
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 995733
timestamp: 1694172076009
- name: liblapack
version: 3.9.0
manager: conda
platform: osx-arm64
dependencies:
libblas: ==3.9.0 20_osxarm64_openblas
url: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-20_osxarm64_openblas.conda
hash:
md5: 1fefac78f2315455ce2d7f34782eac0a
sha256: e13f79828a7752f6e0a74cbe62df80c551285f6c37de86bc3bd9987c97faca57
optional: false
category: main
build: 20_osxarm64_openblas
arch: aarch64
subdir: osx-arm64
build_number: 20
constrains:
- liblapacke 3.9.0 20_osxarm64_openblas
- libcblas 3.9.0 20_osxarm64_openblas
- blas * openblas
license: BSD-3-Clause
license_family: BSD
size: 14648
timestamp: 1700568930669
- name: libopenblas
version: 0.3.25
manager: conda
platform: osx-arm64
dependencies:
libgfortran: 5.*
libgfortran5: '>=12.3.0'
llvm-openmp: '>=16.0.6'
url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.25-openmp_h6c19121_0.conda
hash:
md5: a1843550403212b9dedeeb31466ade03
sha256: b112e0d500bc0314ea8d393efac3ab8c67857e5a2b345348c98e703ee92723e5
optional: false
category: main
build: openmp_h6c19121_0
arch: aarch64
subdir: osx-arm64
build_number: 0
constrains:
- openblas >=0.3.25,<0.3.26.0a0
license: BSD-3-Clause
license_family: BSD
size: 2896390
timestamp: 1700535987588
- name: libsqlite
version: 3.44.2
manager: conda
platform: osx-arm64
dependencies:
libzlib: '>=1.2.13,<1.3.0a0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.44.2-h091b4b1_0.conda
hash:
md5: d7e1af696cfadec251a0abdd7b79ed77
sha256: f0dc2fe69eddb4bab72ff6bb0da51d689294f466ee1b01e80ced1e7878a21aa5
optional: false
category: main
build: h091b4b1_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: Unlicense
size: 815254
timestamp: 1700863572318
- name: libzlib
version: 1.2.13
manager: conda
platform: osx-arm64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.2.13-h53f4e23_5.conda
hash:
md5: 1a47f5236db2e06a320ffa0392f81bd8
sha256: ab1c8aefa2d54322a63aaeeefe9cf877411851738616c4068e0dccc66b9c758a
optional: false
category: main
build: h53f4e23_5
arch: aarch64
subdir: osx-arm64
build_number: 5
constrains:
- zlib 1.2.13 *_5
license: Zlib
license_family: Other
size: 48102
timestamp: 1686575426584
- name: llvm-openmp
version: 17.0.6
manager: conda
platform: osx-arm64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-17.0.6-hcd81f8e_0.conda
hash:
md5: 52019d2fa0eddbbc4e6dcd30fae0c0a4
sha256: 0c217326c5931c1416b82f98169b8a8a52139f6f5f299dbb2efa7b21f65f225a
optional: false
category: main
build: hcd81f8e_0
arch: aarch64
subdir: osx-arm64
build_number: 0
constrains:
- openmp 17.0.6|17.0.6.*
license: Apache-2.0 WITH LLVM-exception
license_family: APACHE
size: 274631
timestamp: 1701222947083
- name: markupsafe
version: 2.1.3
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.11,<3.12.0a0 *_cpython'
python_abi: 3.11.* *_cp311
url: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-2.1.3-py311heffc1b2_1.conda
hash:
md5: 5a7b68cb9eea46bea31aaf2d11d0dd2f
sha256: 307c1e3b2e4a2a992a6c94975910adff88cc523e2c9a41e81b2d506d8c9e7359
optional: false
category: main
build: py311heffc1b2_1
arch: aarch64
subdir: osx-arm64
build_number: 1
constrains:
- jinja2 >=3.0.0
license: BSD-3-Clause
license_family: BSD
size: 26764
timestamp: 1695368008221
- name: matplotlib-inline
version: 0.1.6
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.6'
traitlets: '*'
url: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.6-pyhd8ed1ab_0.tar.bz2
hash:
md5: b21613793fcc81d944c76c9f2864a7de
sha256: aa091b88aec55bfa2d9207028d8cdc689b9efb090ae27b99557e93c675be2f3c
optional: false
category: main
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 12273
timestamp: 1660814913405
- name: mpmath
version: 1.3.0
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.6'
url: https://conda.anaconda.org/conda-forge/noarch/mpmath-1.3.0-pyhd8ed1ab_0.conda
hash:
md5: dbf6e2d89137da32fa6670f3bffc024e
sha256: a4f025c712ec1502a55c471b56a640eaeebfce38dd497d5a1a33729014cac47a
optional: false
category: main
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 438339
timestamp: 1678228210181
- name: ncurses
version: '6.4'
manager: conda
platform: osx-arm64
dependencies:
__osx: '>=10.9'
url: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.4-h463b476_2.conda
hash:
md5: 52b6f254a7b9663e854f44b6570ed982
sha256: f6890634f815e8408d08f36503353f8dfd7b055e4c3b9ea2ee52180255cf4b0a
optional: false
category: main
build: h463b476_2
arch: aarch64
subdir: osx-arm64
build_number: 2
license: X11 AND BSD-3-Clause
size: 794741
timestamp: 1698751574074
- name: networkx
version: 3.2.1
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.9'
url: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda
hash:
md5: 425fce3b531bed6ec3c74fab3e5f0a1c
sha256: 7629aa4f9f8cdff45ea7a4701fe58dccce5bf2faa01c26eb44cbb27b7e15ca9d
optional: false
category: main
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
constrains:
- matplotlib >=3.5
- scipy >=1.9,!=1.11.0,!=1.11.1
- numpy >=1.22
- pandas >=1.4
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 1149552
timestamp: 1698504905258
- name: numpy
version: 1.26.2
manager: conda
platform: osx-arm64
dependencies:
__osx: '>=10.9'
libblas: '>=3.9.0,<4.0a0'
libcblas: '>=3.9.0,<4.0a0'
libcxx: '>=16.0.6'
liblapack: '>=3.9.0,<4.0a0'
python: '>=3.11,<3.12.0a0 *_cpython'
python_abi: 3.11.* *_cp311
url: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.2-py311h6d074dd_0.conda
hash:
md5: 686a22bdbc601bfe7e7243f0263c10e3
sha256: a88e48461bea106a0ce41684625f79efe473d42cf0f0310535dcfe1d98c888ba
optional: false
category: main
build: py311h6d074dd_0
arch: aarch64
subdir: osx-arm64
build_number: 0
constrains:
- numpy-base <0a0
license: BSD-3-Clause
license_family: BSD
size: 6710261
timestamp: 1700875222261
- name: openssl
version: 3.2.0
manager: conda
platform: osx-arm64
dependencies:
ca-certificates: '*'
url: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.2.0-h0d3ecfb_1.conda
hash:
md5: 47d16d26100f19ca495882882b7bc93b
sha256: a53e1c6c058b621fd1d13cca6f9cccd534d2b3f4b4ac789fe26f7902031d6c41
optional: false
category: main
build: h0d3ecfb_1
arch: aarch64
subdir: osx-arm64
build_number: 1
constrains:
- pyopenssl >=22.1
license: Apache-2.0
license_family: Apache
size: 2856233
timestamp: 1701162541844
- name: packaging
version: '23.2'
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.2-pyhd8ed1ab_0.conda
hash:
md5: 79002079284aa895f883c6b7f3f88fd6
sha256: 69b3ace6cca2dab9047b2c24926077d81d236bef45329d264b394001e3c3e52f
optional: false
category: main
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: Apache-2.0
license_family: APACHE
noarch: python
size: 49452
timestamp: 1696202521121
- name: parso
version: 0.8.3
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.6'
url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.3-pyhd8ed1ab_0.tar.bz2
hash:
md5: 17a565a0c3899244e938cdf417e7b094
sha256: 4e26d5daf5de0e31aa5e74ac56386a361b202433b83f024fdadbf07d4a244da4
optional: false
category: main
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 71048
timestamp: 1638335054552
- name: pexpect
version: 4.8.0
manager: conda
platform: osx-arm64
dependencies:
ptyprocess: '>=0.5'
python: '*'
url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.8.0-pyh1a96a4e_2.tar.bz2
hash:
md5: 330448ce4403cc74990ac07c555942a1
sha256: 07706c0417ead94f359ca7278f65452d3c396448777aba1da6a11fc351bdca9a
optional: false
category: main
build: pyh1a96a4e_2
arch: aarch64
subdir: osx-arm64
build_number: 2
license: ISC
noarch: python
size: 48780
timestamp: 1667297617062
- name: pickleshare
version: 0.7.5
manager: conda
platform: osx-arm64
dependencies:
python: '>=3'
url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2
hash:
md5: 415f0ebb6198cc2801c73438a9fb5761
sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738
optional: false
category: main
build: py_1003
arch: aarch64
subdir: osx-arm64
build_number: 1003
license: MIT
license_family: MIT
noarch: python
size: 9332
timestamp: 1602536313357
- name: pip
version: 23.3.1
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.7'
setuptools: '*'
wheel: '*'
url: https://conda.anaconda.org/conda-forge/noarch/pip-23.3.1-pyhd8ed1ab_0.conda
hash:
md5: 2400c0b86889f43aa52067161e1fb108
sha256: 435829a03e1c6009f013f29bb83de8b876c388820bf8cf69a7baeec25f6a3563
optional: false
category: main
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 1398838
timestamp: 1697896918388
- name: pluggy
version: 1.3.0
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.8'
url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.3.0-pyhd8ed1ab_0.conda
hash:
md5: 2390bd10bed1f3fdc7a537fb5a447d8d
sha256: 7bf2ad9d747e71f1e93d0863c2c8061dd0f2fe1e582f28d292abfb40264a2eb5
optional: false
category: main
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 22548
timestamp: 1693086745921
- name: prompt-toolkit
version: 3.0.41
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.7'
wcwidth: '*'
url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.41-pyha770c72_0.conda
hash:
md5: f511a993aa4336bef9dd874ee3403e67
sha256: e26a5554883a0eada3641b6d861d8cb4895e2c7fcc17a587de07b8b1ecbfff0f
optional: false
category: main
build: pyha770c72_0
arch: aarch64
subdir: osx-arm64
build_number: 0
constrains:
- prompt_toolkit 3.0.41
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 269969
timestamp: 1699963207861
- name: ptyprocess
version: 0.7.0
manager: conda
platform: osx-arm64
dependencies:
python: '*'
url: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2
hash:
md5: 359eeb6536da0e687af562ed265ec263
sha256: fb31e006a25eb2e18f3440eb8d17be44c8ccfae559499199f73584566d0a444a
optional: false
category: main
build: pyhd3deb0d_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: ISC
noarch: python
size: 16546
timestamp: 1609419417991
- name: pure_eval
version: 0.2.2
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.5'
url: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.2-pyhd8ed1ab_0.tar.bz2
hash:
md5: 6784285c7e55cb7212efabc79e4c2883
sha256: 72792f9fc2b1820e37cc57f84a27bc819c71088c3002ca6db05a2e56404f9d44
optional: false
category: main
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 14551
timestamp: 1642876055775
- name: pygments
version: 2.17.2