-
Notifications
You must be signed in to change notification settings - Fork 0
/
pixi.lock
33080 lines (33080 loc) · 853 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-aarch64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
osx-64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
osx-arm64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
channels:
- url: https://conda.anaconda.org/conda-forge/
used_env_vars: []
platforms:
- linux-64
- linux-aarch64
- osx-64
- osx-arm64
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-aarch64
name: _openmp_mutex
version: '4.5'
category: main
manager: conda
dependencies:
- libgomp >=7.5.0
url: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2
hash:
md5: 6168d71addc746e8f2b8d57dfd2edcea
sha256: 3702bef2f0a4d38bd8288bbe54aace623602a1343c2cfbefd3fa188e015bebf0
build: 2_gnu
arch: aarch64
subdir: linux-aarch64
build_number: 16
constrains:
- openmp_impl 9999
license: BSD-3-Clause
license_family: BSD
size: 23712
timestamp: 1650670790230
- platform: linux-aarch64
name: _sysroot_linux-aarch64_curr_repodata_hack
version: '4'
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/noarch/_sysroot_linux-aarch64_curr_repodata_hack-4-h57d6b7b_13.conda
hash:
md5: 56cba32729a63e97bfb1ef958940ff07
sha256: 45eaba02c457c78d1bb2ff2cf90bb3f6f9c25de40f43d83936a58e349f247a2b
build: h57d6b7b_13
arch: aarch64
subdir: linux-aarch64
build_number: 13
license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later AND MPL-2.0
license_family: GPL
noarch: generic
size: 20799
timestamp: 1682995515087
- platform: linux-64
name: affine
version: 2.4.0
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda
hash:
md5: ae5f4ad87126c55ba3f690ef07f81d64
sha256: fbf0288cae7c6e5005280436ff73c95a36c5a4c978ba50175cc8e3eb22abc5f9
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 18726
timestamp: 1674245215155
- platform: linux-aarch64
name: affine
version: 2.4.0
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda
hash:
md5: ae5f4ad87126c55ba3f690ef07f81d64
sha256: fbf0288cae7c6e5005280436ff73c95a36c5a4c978ba50175cc8e3eb22abc5f9
build: pyhd8ed1ab_0
arch: aarch64
subdir: linux-aarch64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 18726
timestamp: 1674245215155
- platform: osx-64
name: affine
version: 2.4.0
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda
hash:
md5: ae5f4ad87126c55ba3f690ef07f81d64
sha256: fbf0288cae7c6e5005280436ff73c95a36c5a4c978ba50175cc8e3eb22abc5f9
build: pyhd8ed1ab_0
arch: x86_64
subdir: osx-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 18726
timestamp: 1674245215155
- platform: osx-arm64
name: affine
version: 2.4.0
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda
hash:
md5: ae5f4ad87126c55ba3f690ef07f81d64
sha256: fbf0288cae7c6e5005280436ff73c95a36c5a4c978ba50175cc8e3eb22abc5f9
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 18726
timestamp: 1674245215155
- platform: linux-64
name: aiohttp
version: 3.8.6
category: main
manager: conda
dependencies:
- aiosignal >=1.1.2
- async-timeout <5.0,>=4.0.0a3
- attrs >=17.3.0
- charset-normalizer >=2.0,<4.0
- frozenlist >=1.1.1
- libgcc-ng >=12
- multidict >=4.5,<7.0
- python >=3.11,<3.12.0a0
- python_abi 3.11.* *_cp311
- yarl >=1.0,<2.0
url: https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.8.6-py311h459d7ec_1.conda
hash:
md5: 7d4b63a745f293029b5689b0b5d8aa15
sha256: 690f7ca719e99d47728c392ab0f5f362013852800db41702c29d219c8e380976
build: py311h459d7ec_1
arch: x86_64
subdir: linux-64
build_number: 1
license: MIT AND Apache-2.0
license_family: Apache
size: 755972
timestamp: 1696765635145
- platform: linux-aarch64
name: aiohttp
version: 3.8.6
category: main
manager: conda
dependencies:
- aiosignal >=1.1.2
- async-timeout <5.0,>=4.0.0a3
- attrs >=17.3.0
- charset-normalizer >=2.0,<4.0
- frozenlist >=1.1.1
- libgcc-ng >=12
- multidict >=4.5,<7.0
- python >=3.11,<3.12.0a0
- python >=3.11,<3.12.0a0 *_cpython
- python_abi 3.11.* *_cp311
- yarl >=1.0,<2.0
url: https://conda.anaconda.org/conda-forge/linux-aarch64/aiohttp-3.8.6-py311hcd402e7_1.conda
hash:
md5: d4cc10ba03b8a0c47d624ad0e17cff21
sha256: 687ab297e7c6b0e807788037f07a0b6c6b8c958c27e1b31b409a476f33f48aaf
build: py311hcd402e7_1
arch: aarch64
subdir: linux-aarch64
build_number: 1
license: MIT AND Apache-2.0
license_family: Apache
size: 751599
timestamp: 1696765698659
- platform: osx-64
name: aiohttp
version: 3.8.6
category: main
manager: conda
dependencies:
- aiosignal >=1.1.2
- async-timeout <5.0,>=4.0.0a3
- attrs >=17.3.0
- charset-normalizer >=2.0,<4.0
- frozenlist >=1.1.1
- multidict >=4.5,<7.0
- python >=3.11,<3.12.0a0
- python_abi 3.11.* *_cp311
- yarl >=1.0,<2.0
url: https://conda.anaconda.org/conda-forge/osx-64/aiohttp-3.8.6-py311he705e18_1.conda
hash:
md5: 5319ce185be1f2c4d1b19b95488c02a8
sha256: e2f3b1c8fe44daf016396f6a49e80c84aeb9621d2812bec15e4d1873e5972b58
build: py311he705e18_1
arch: x86_64
subdir: osx-64
build_number: 1
license: MIT AND Apache-2.0
license_family: Apache
size: 733772
timestamp: 1696765753768
- platform: osx-arm64
name: aiohttp
version: 3.8.6
category: main
manager: conda
dependencies:
- aiosignal >=1.1.2
- async-timeout <5.0,>=4.0.0a3
- attrs >=17.3.0
- charset-normalizer >=2.0,<4.0
- frozenlist >=1.1.1
- multidict >=4.5,<7.0
- python >=3.11,<3.12.0a0
- python >=3.11,<3.12.0a0 *_cpython
- python_abi 3.11.* *_cp311
- yarl >=1.0,<2.0
url: https://conda.anaconda.org/conda-forge/osx-arm64/aiohttp-3.8.6-py311h05b510d_1.conda
hash:
md5: c783a2696f1acfb0fcd748aa87118518
sha256: b41fca4f9bd2f09cf0daeb762c5f74cedfea366f409dcbdcff8d565c616c2309
build: py311h05b510d_1
arch: aarch64
subdir: osx-arm64
build_number: 1
license: MIT AND Apache-2.0
license_family: Apache
size: 732829
timestamp: 1696765797824
- platform: linux-64
name: aiosignal
version: 1.3.1
category: main
manager: conda
dependencies:
- frozenlist >=1.1.0
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2
hash:
md5: d1e1eb7e21a9e2c74279d87dafb68156
sha256: 575c742e14c86575986dc867463582a970463da50b77264cdf54df74f5563783
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: APACHE
noarch: python
size: 12730
timestamp: 1667935912504
- platform: linux-aarch64
name: aiosignal
version: 1.3.1
category: main
manager: conda
dependencies:
- frozenlist >=1.1.0
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2
hash:
md5: d1e1eb7e21a9e2c74279d87dafb68156
sha256: 575c742e14c86575986dc867463582a970463da50b77264cdf54df74f5563783
build: pyhd8ed1ab_0
arch: aarch64
subdir: linux-aarch64
build_number: 0
license: Apache-2.0
license_family: APACHE
noarch: python
size: 12730
timestamp: 1667935912504
- platform: osx-64
name: aiosignal
version: 1.3.1
category: main
manager: conda
dependencies:
- frozenlist >=1.1.0
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2
hash:
md5: d1e1eb7e21a9e2c74279d87dafb68156
sha256: 575c742e14c86575986dc867463582a970463da50b77264cdf54df74f5563783
build: pyhd8ed1ab_0
arch: x86_64
subdir: osx-64
build_number: 0
license: Apache-2.0
license_family: APACHE
noarch: python
size: 12730
timestamp: 1667935912504
- platform: osx-arm64
name: aiosignal
version: 1.3.1
category: main
manager: conda
dependencies:
- frozenlist >=1.1.0
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2
hash:
md5: d1e1eb7e21a9e2c74279d87dafb68156
sha256: 575c742e14c86575986dc867463582a970463da50b77264cdf54df74f5563783
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: Apache-2.0
license_family: APACHE
noarch: python
size: 12730
timestamp: 1667935912504
- 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-aarch64
name: alsa-lib
version: 1.2.10
category: main
manager: conda
dependencies:
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-aarch64/alsa-lib-1.2.10-h31becfc_0.conda
hash:
md5: bbe8d80c6d5bfbcc4869470954f35de4
sha256: 4ecf0c2f8cbe1112e6b1b983ed3606759deecc31e9f1c2bb15d3ceacea633047
build: h31becfc_0
arch: aarch64
subdir: linux-aarch64
build_number: 0
license: LGPL-2.1-or-later
license_family: GPL
size: 584257
timestamp: 1693609522269
- platform: linux-64
name: anyio
version: 4.0.0
category: main
manager: conda
dependencies:
- exceptiongroup
- idna >=2.8
- python >=3.8
- sniffio >=1.1
url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.0.0-pyhd8ed1ab_0.conda
hash:
md5: 3c4e99d3ae4ec033d4dd99fb5220e540
sha256: 64125775b2e724db5c72e431dd180495d5d509d0a2d1228a122e6af9f1b60e33
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
constrains:
- trio >=0.22
license: MIT
license_family: MIT
noarch: python
size: 98958
timestamp: 1693488730301
- platform: linux-aarch64
name: anyio
version: 4.0.0
category: main
manager: conda
dependencies:
- exceptiongroup
- idna >=2.8
- python >=3.8
- sniffio >=1.1
url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.0.0-pyhd8ed1ab_0.conda
hash:
md5: 3c4e99d3ae4ec033d4dd99fb5220e540
sha256: 64125775b2e724db5c72e431dd180495d5d509d0a2d1228a122e6af9f1b60e33
build: pyhd8ed1ab_0
arch: aarch64
subdir: linux-aarch64
build_number: 0
constrains:
- trio >=0.22
license: MIT
license_family: MIT
noarch: python
size: 98958
timestamp: 1693488730301
- platform: osx-64
name: anyio
version: 4.0.0
category: main
manager: conda
dependencies:
- exceptiongroup
- idna >=2.8
- python >=3.8
- sniffio >=1.1
url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.0.0-pyhd8ed1ab_0.conda
hash:
md5: 3c4e99d3ae4ec033d4dd99fb5220e540
sha256: 64125775b2e724db5c72e431dd180495d5d509d0a2d1228a122e6af9f1b60e33
build: pyhd8ed1ab_0
arch: x86_64
subdir: osx-64
build_number: 0
constrains:
- trio >=0.22
license: MIT
license_family: MIT
noarch: python
size: 98958
timestamp: 1693488730301
- platform: osx-arm64
name: anyio
version: 4.0.0
category: main
manager: conda
dependencies:
- exceptiongroup
- idna >=2.8
- python >=3.8
- sniffio >=1.1
url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.0.0-pyhd8ed1ab_0.conda
hash:
md5: 3c4e99d3ae4ec033d4dd99fb5220e540
sha256: 64125775b2e724db5c72e431dd180495d5d509d0a2d1228a122e6af9f1b60e33
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
constrains:
- trio >=0.22
license: MIT
license_family: MIT
noarch: python
size: 98958
timestamp: 1693488730301
- 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: linux-aarch64
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-aarch64/aom-3.7.1-h0425590_0.conda
hash:
md5: 53d2bb9e853b5d9bf87130dba70a6b9d
sha256: 51ad9b31ff6d3cfb46ec02fd7f8669570c9414e8240e1acb22496968260c8ec0
build: h0425590_0
arch: aarch64
subdir: linux-aarch64
build_number: 0
license: BSD-2-Clause
license_family: BSD
size: 2938408
timestamp: 1700530384923
- 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: osx-64
name: appnope
version: 0.1.3
category: main
manager: conda
dependencies:
- python >=2.7
url: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.3-pyhd8ed1ab_0.tar.bz2
hash:
md5: 54ac328d703bff191256ffa1183126d1
sha256: b209a68ac55eb9ecad7042f0d4eedef5da924699f6cdf54ac1826869cfdae742
build: pyhd8ed1ab_0
arch: x86_64
subdir: osx-64
build_number: 0
license: BSD-2-Clause
license_family: BSD
noarch: python
size: 8095
timestamp: 1649077760928
- platform: osx-arm64
name: appnope
version: 0.1.3
category: main
manager: conda
dependencies:
- python >=2.7
url: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.3-pyhd8ed1ab_0.tar.bz2
hash:
md5: 54ac328d703bff191256ffa1183126d1
sha256: b209a68ac55eb9ecad7042f0d4eedef5da924699f6cdf54ac1826869cfdae742
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: BSD-2-Clause
license_family: BSD
noarch: python
size: 8095
timestamp: 1649077760928
- platform: linux-64
name: argon2-cffi
version: 23.1.0
category: main
manager: conda
dependencies:
- argon2-cffi-bindings
- python >=3.7
- typing-extensions
url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_0.conda
hash:
md5: 3afef1f55a1366b4d3b6a0d92e2235e4
sha256: 130766446f5507bd44df957b6b5c898a8bd98f024bb426ed6cb9ff1ad67fc677
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
constrains:
- argon2_cffi ==999
license: MIT
license_family: MIT
noarch: python
size: 18602
timestamp: 1692818472638
- platform: linux-aarch64
name: argon2-cffi
version: 23.1.0
category: main
manager: conda
dependencies:
- argon2-cffi-bindings
- python >=3.7
- typing-extensions
url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_0.conda
hash:
md5: 3afef1f55a1366b4d3b6a0d92e2235e4
sha256: 130766446f5507bd44df957b6b5c898a8bd98f024bb426ed6cb9ff1ad67fc677
build: pyhd8ed1ab_0
arch: aarch64
subdir: linux-aarch64
build_number: 0
constrains:
- argon2_cffi ==999
license: MIT
license_family: MIT
noarch: python
size: 18602
timestamp: 1692818472638
- platform: osx-64
name: argon2-cffi
version: 23.1.0
category: main
manager: conda
dependencies:
- argon2-cffi-bindings
- python >=3.7
- typing-extensions
url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_0.conda
hash:
md5: 3afef1f55a1366b4d3b6a0d92e2235e4
sha256: 130766446f5507bd44df957b6b5c898a8bd98f024bb426ed6cb9ff1ad67fc677
build: pyhd8ed1ab_0
arch: x86_64
subdir: osx-64
build_number: 0
constrains:
- argon2_cffi ==999
license: MIT
license_family: MIT
noarch: python
size: 18602
timestamp: 1692818472638
- platform: osx-arm64
name: argon2-cffi
version: 23.1.0
category: main
manager: conda
dependencies:
- argon2-cffi-bindings
- python >=3.7
- typing-extensions
url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_0.conda
hash:
md5: 3afef1f55a1366b4d3b6a0d92e2235e4
sha256: 130766446f5507bd44df957b6b5c898a8bd98f024bb426ed6cb9ff1ad67fc677
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
constrains:
- argon2_cffi ==999
license: MIT
license_family: MIT
noarch: python
size: 18602
timestamp: 1692818472638
- platform: linux-64
name: argon2-cffi-bindings
version: 21.2.0
category: main
manager: conda
dependencies:
- cffi >=1.0.1
- libgcc-ng >=12
- python >=3.11,<3.12.0a0
- python_abi 3.11.* *_cp311
url: https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-21.2.0-py311h459d7ec_4.conda
hash:
md5: de5b16869a430949b02161b04b844a30
sha256: 104194af519b4e667aa5341068b94b521a791aaaa05ec0091f8f0bdba43a60ac
build: py311h459d7ec_4
arch: x86_64
subdir: linux-64
build_number: 4
license: MIT
license_family: MIT
size: 34955
timestamp: 1695386703660
- platform: linux-aarch64
name: argon2-cffi-bindings
version: 21.2.0
category: main
manager: conda
dependencies:
- cffi >=1.0.1
- libgcc-ng >=12
- python >=3.11,<3.12.0a0
- python >=3.11,<3.12.0a0 *_cpython
- python_abi 3.11.* *_cp311
url: https://conda.anaconda.org/conda-forge/linux-aarch64/argon2-cffi-bindings-21.2.0-py311hcd402e7_4.conda
hash:
md5: 836640e8a482dc22decea414117bb2ad
sha256: 7e521a52cda3f1055fa4155036ec4d8eb671b3163ecd421249663f5b4b445fc1
build: py311hcd402e7_4
arch: aarch64
subdir: linux-aarch64
build_number: 4
license: MIT
license_family: MIT
size: 36005
timestamp: 1695386824701
- platform: osx-64
name: argon2-cffi-bindings
version: 21.2.0
category: main
manager: conda
dependencies:
- cffi >=1.0.1
- python >=3.11,<3.12.0a0
- python_abi 3.11.* *_cp311
url: https://conda.anaconda.org/conda-forge/osx-64/argon2-cffi-bindings-21.2.0-py311h2725bcf_4.conda
hash:
md5: e2aba0ad0f533ee73f9d4330d2e32549
sha256: be27659496bcb660fc9c3f5f74128a7bb090336897e9c7cfbcc55ae66f13b8d8
build: py311h2725bcf_4
arch: x86_64
subdir: osx-64
build_number: 4
license: MIT
license_family: MIT
size: 32542
timestamp: 1695386887016
- platform: osx-arm64
name: argon2-cffi-bindings
version: 21.2.0
category: main
manager: conda
dependencies:
- cffi >=1.0.1
- python >=3.11,<3.12.0a0
- python >=3.11,<3.12.0a0 *_cpython
- python_abi 3.11.* *_cp311
url: https://conda.anaconda.org/conda-forge/osx-arm64/argon2-cffi-bindings-21.2.0-py311heffc1b2_4.conda
hash:
md5: e9a56c22ca1215ed3a7b6a9e8c4e6f07
sha256: b9ab23e4f0d615432949d4b93723bd04b3c4aef725aa03b1e993903265c1b975
build: py311heffc1b2_4
arch: aarch64
subdir: osx-arm64
build_number: 4
license: MIT
license_family: MIT
size: 34126
timestamp: 1695386994453
- platform: linux-64
name: arrow
version: 1.3.0
category: main
manager: conda
dependencies:
- python >=3.8
- python-dateutil >=2.7.0
- types-python-dateutil >=2.8.10
url: https://conda.anaconda.org/conda-forge/noarch/arrow-1.3.0-pyhd8ed1ab_0.conda
hash:
md5: b77d8c2313158e6e461ca0efb1c2c508
sha256: ff49825c7f9e29e09afa6284300810e7a8640d621740efb47c4541f4dc4969db
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: Apache
noarch: python
size: 100096
timestamp: 1696129131844
- platform: linux-aarch64
name: arrow
version: 1.3.0
category: main
manager: conda
dependencies:
- python >=3.8
- python-dateutil >=2.7.0
- types-python-dateutil >=2.8.10
url: https://conda.anaconda.org/conda-forge/noarch/arrow-1.3.0-pyhd8ed1ab_0.conda
hash:
md5: b77d8c2313158e6e461ca0efb1c2c508
sha256: ff49825c7f9e29e09afa6284300810e7a8640d621740efb47c4541f4dc4969db
build: pyhd8ed1ab_0
arch: aarch64
subdir: linux-aarch64
build_number: 0
license: Apache-2.0
license_family: Apache
noarch: python
size: 100096
timestamp: 1696129131844
- platform: osx-64
name: arrow
version: 1.3.0
category: main
manager: conda
dependencies:
- python >=3.8
- python-dateutil >=2.7.0
- types-python-dateutil >=2.8.10
url: https://conda.anaconda.org/conda-forge/noarch/arrow-1.3.0-pyhd8ed1ab_0.conda
hash:
md5: b77d8c2313158e6e461ca0efb1c2c508
sha256: ff49825c7f9e29e09afa6284300810e7a8640d621740efb47c4541f4dc4969db
build: pyhd8ed1ab_0
arch: x86_64
subdir: osx-64
build_number: 0
license: Apache-2.0
license_family: Apache
noarch: python
size: 100096
timestamp: 1696129131844
- platform: osx-arm64
name: arrow
version: 1.3.0
category: main
manager: conda
dependencies:
- python >=3.8
- python-dateutil >=2.7.0
- types-python-dateutil >=2.8.10
url: https://conda.anaconda.org/conda-forge/noarch/arrow-1.3.0-pyhd8ed1ab_0.conda
hash:
md5: b77d8c2313158e6e461ca0efb1c2c508
sha256: ff49825c7f9e29e09afa6284300810e7a8640d621740efb47c4541f4dc4969db
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: Apache-2.0
license_family: Apache
noarch: python
size: 100096
timestamp: 1696129131844
- platform: linux-64
name: asttokens
version: 2.4.1
category: main
manager: conda
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
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: Apache
noarch: python
size: 28922
timestamp: 1698341257884
- platform: linux-aarch64
name: asttokens
version: 2.4.1
category: main
manager: conda
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
build: pyhd8ed1ab_0
arch: aarch64
subdir: linux-aarch64
build_number: 0
license: Apache-2.0
license_family: Apache
noarch: python
size: 28922
timestamp: 1698341257884
- platform: osx-64
name: asttokens
version: 2.4.1
category: main
manager: conda
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
build: pyhd8ed1ab_0
arch: x86_64
subdir: osx-64
build_number: 0
license: Apache-2.0
license_family: Apache
noarch: python
size: 28922
timestamp: 1698341257884
- platform: osx-arm64
name: asttokens
version: 2.4.1
category: main
manager: conda
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
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: Apache-2.0
license_family: Apache
noarch: python
size: 28922
timestamp: 1698341257884
- platform: linux-64
name: async-lru
version: 2.0.4
category: main
manager: conda
dependencies:
- python >=3.8
- typing_extensions >=4.0.0
url: https://conda.anaconda.org/conda-forge/noarch/async-lru-2.0.4-pyhd8ed1ab_0.conda
hash:
md5: 3d081de3a6ea9f894bbb585e8e3a4dcb