forked from prefix-dev/rip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pixi.lock
3524 lines (3524 loc) · 90.8 KB
/
pixi.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
version: 3
metadata:
content_hash:
linux-64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
osx-arm64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
channels:
- url: https://conda.anaconda.org/conda-forge/
used_env_vars: []
platforms:
- linux-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-64
name: brotli-python
version: 1.1.0
category: main
manager: conda
dependencies:
- libgcc-ng >=12
- libstdcxx-ng >=12
- python >=3.12.0rc3,<3.13.0a0
- python_abi 3.12.* *_cp312
url: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py312h30efb56_1.conda
hash:
md5: 45801a89533d3336a365284d93298e36
sha256: b68706698b6ac0d31196a8bcb061f0d1f35264bcd967ea45e03e108149a74c6f
build: py312h30efb56_1
arch: x86_64
subdir: linux-64
build_number: 1
constrains:
- libbrotlicommon 1.1.0 hd590300_1
license: MIT
license_family: MIT
size: 350604
timestamp: 1695990206327
- platform: osx-arm64
name: brotli-python
version: 1.1.0
category: main
manager: conda
dependencies:
- libcxx >=15.0.7
- python >=3.12.0rc3,<3.13.0a0
- python >=3.12.0rc3,<3.13.0a0 *_cpython
- python_abi 3.12.* *_cp312
url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py312h9f69965_1.conda
hash:
md5: 1bc01b9ffdf42beb1a9fe4e9222e0567
sha256: 3418b1738243abba99e931c017b952771eeaa1f353c07f7d45b55e83bb74fcb3
build: py312h9f69965_1
arch: aarch64
subdir: osx-arm64
build_number: 1
constrains:
- libbrotlicommon 1.1.0 hb547adb_1
license: MIT
license_family: MIT
size: 343435
timestamp: 1695990731924
- platform: linux-64
name: bzip2
version: 1.0.8
category: main
manager: conda
dependencies:
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hd590300_5.conda
hash:
md5: 69b8b6202a07720f448be700e300ccf4
sha256: 242c0c324507ee172c0e0dd2045814e746bb303d1eb78870d182ceb0abc726a8
build: hd590300_5
arch: x86_64
subdir: linux-64
build_number: 5
license: bzip2-1.0.6
license_family: BSD
size: 254228
timestamp: 1699279927352
- platform: osx-arm64
name: bzip2
version: 1.0.8
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h93a5062_5.conda
hash:
md5: 1bbc659ca658bfd49a481b5ef7a0f40f
sha256: bfa84296a638bea78a8bb29abc493ee95f2a0218775642474a840411b950fe5f
build: h93a5062_5
arch: aarch64
subdir: osx-arm64
build_number: 5
license: bzip2-1.0.6
license_family: BSD
size: 122325
timestamp: 1699280294368
- platform: linux-64
name: ca-certificates
version: 2023.11.17
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2023.11.17-hbcca054_0.conda
hash:
md5: 01ffc8d36f9eba0ce0b3c1955fa780ee
sha256: fb4b9f4b7d885002db0b93e22f44b5b03791ef3d4efdc9d0662185a0faafd6b6
build: hbcca054_0
arch: x86_64
subdir: linux-64
build_number: 0
license: ISC
size: 154117
timestamp: 1700280881924
- platform: osx-arm64
name: ca-certificates
version: 2023.11.17
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2023.11.17-hf0a4a13_0.conda
hash:
md5: c01da7c77cfcba2107174e25c1d47384
sha256: 75f4762a55f7e9453a603c967d549bfa0a7a9669d502d103cb6fbf8c86d993c6
build: hf0a4a13_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: ISC
size: 154444
timestamp: 1700280972188
- platform: linux-64
name: cachecontrol
version: 0.13.1
category: main
manager: conda
dependencies:
- msgpack-python >=0.5.2
- python >=3.7
- requests >=2.16.0
url: https://conda.anaconda.org/conda-forge/noarch/cachecontrol-0.13.1-pyhd8ed1ab_0.conda
hash:
md5: 174bd699bb5aa9e2622eb4b288276ff8
sha256: aae7ab3a54989f9bf9273e4a17c911ba339a8b9354250bc11fb8eff2e3f4be60
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: Apache
noarch: python
size: 23818
timestamp: 1690308118505
- platform: osx-arm64
name: cachecontrol
version: 0.13.1
category: main
manager: conda
dependencies:
- msgpack-python >=0.5.2
- python >=3.7
- requests >=2.16.0
url: https://conda.anaconda.org/conda-forge/noarch/cachecontrol-0.13.1-pyhd8ed1ab_0.conda
hash:
md5: 174bd699bb5aa9e2622eb4b288276ff8
sha256: aae7ab3a54989f9bf9273e4a17c911ba339a8b9354250bc11fb8eff2e3f4be60
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: Apache-2.0
license_family: Apache
noarch: python
size: 23818
timestamp: 1690308118505
- platform: linux-64
name: cachecontrol-with-filecache
version: 0.13.1
category: main
manager: conda
dependencies:
- cachecontrol 0.13.1 pyhd8ed1ab_0
- filelock >=3.8.0
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/cachecontrol-with-filecache-0.13.1-pyhd8ed1ab_0.conda
hash:
md5: 8c4781ca0893cff3a64423954ce234a1
sha256: 7fd3cd4a667da284ae3aad9b8cb4d592099bc02ed6566cbae00bd8c0b0604e85
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: Apache
noarch: python
size: 6595
timestamp: 1690308130802
- platform: osx-arm64
name: cachecontrol-with-filecache
version: 0.13.1
category: main
manager: conda
dependencies:
- cachecontrol 0.13.1 pyhd8ed1ab_0
- filelock >=3.8.0
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/cachecontrol-with-filecache-0.13.1-pyhd8ed1ab_0.conda
hash:
md5: 8c4781ca0893cff3a64423954ce234a1
sha256: 7fd3cd4a667da284ae3aad9b8cb4d592099bc02ed6566cbae00bd8c0b0604e85
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: Apache-2.0
license_family: Apache
noarch: python
size: 6595
timestamp: 1690308130802
- platform: linux-64
name: certifi
version: 2023.11.17
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.11.17-pyhd8ed1ab_0.conda
hash:
md5: 2011bcf45376341dd1d690263fdbc789
sha256: afa22b77128a812cb57bc707c297d926561bd225a3d9dd74205d87a3b2d14a96
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: ISC
noarch: python
size: 158939
timestamp: 1700303562512
- platform: osx-arm64
name: certifi
version: 2023.11.17
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.11.17-pyhd8ed1ab_0.conda
hash:
md5: 2011bcf45376341dd1d690263fdbc789
sha256: afa22b77128a812cb57bc707c297d926561bd225a3d9dd74205d87a3b2d14a96
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: ISC
noarch: python
size: 158939
timestamp: 1700303562512
- platform: linux-64
name: cffi
version: 1.16.0
category: main
manager: conda
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
build: py312hf06ca03_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
size: 294523
timestamp: 1696001868949
- platform: osx-arm64
name: cffi
version: 1.16.0
category: main
manager: conda
dependencies:
- libffi >=3.4,<4.0a0
- pycparser
- python >=3.12.0rc3,<3.13.0a0
- 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
build: py312h8e38eb3_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
size: 284245
timestamp: 1696002181644
- platform: linux-64
name: charset-normalizer
version: 3.3.2
category: main
manager: conda
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
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 46597
timestamp: 1698833765762
- platform: osx-arm64
name: charset-normalizer
version: 3.3.2
category: main
manager: conda
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
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 46597
timestamp: 1698833765762
- platform: linux-64
name: cleo
version: 2.1.0
category: main
manager: conda
dependencies:
- crashtest >=0.4.1,<0.5.0
- python >=3.7,<4.0
- rapidfuzz >=3.0.0,<4.0.0
url: https://conda.anaconda.org/conda-forge/noarch/cleo-2.1.0-pyhd8ed1ab_0.conda
hash:
md5: 69569ea8a6d1465193345a40421d138b
sha256: eed2d2cb8792b3ae6434ce49bf5fe1ae5d885253f6bd2e56da933c427705fcbc
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 61274
timestamp: 1698693769819
- platform: osx-arm64
name: cleo
version: 2.1.0
category: main
manager: conda
dependencies:
- crashtest >=0.4.1,<0.5.0
- python >=3.7,<4.0
- rapidfuzz >=3.0.0,<4.0.0
url: https://conda.anaconda.org/conda-forge/noarch/cleo-2.1.0-pyhd8ed1ab_0.conda
hash:
md5: 69569ea8a6d1465193345a40421d138b
sha256: eed2d2cb8792b3ae6434ce49bf5fe1ae5d885253f6bd2e56da933c427705fcbc
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 61274
timestamp: 1698693769819
- platform: linux-64
name: colorama
version: 0.4.6
category: main
manager: conda
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
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 25170
timestamp: 1666700778190
- platform: osx-arm64
name: colorama
version: 0.4.6
category: main
manager: conda
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
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 25170
timestamp: 1666700778190
- platform: linux-64
name: crashtest
version: 0.4.1
category: main
manager: conda
dependencies:
- python >=3.6,<4.0
url: https://conda.anaconda.org/conda-forge/noarch/crashtest-0.4.1-pyhd8ed1ab_0.tar.bz2
hash:
md5: 709a2295dd907bb34afb57d54320642f
sha256: 2f05954a3faf0700c14c1deddc085385160ee32abe111699c78d9cb277e915cc
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 10161
timestamp: 1667467145063
- platform: osx-arm64
name: crashtest
version: 0.4.1
category: main
manager: conda
dependencies:
- python >=3.6,<4.0
url: https://conda.anaconda.org/conda-forge/noarch/crashtest-0.4.1-pyhd8ed1ab_0.tar.bz2
hash:
md5: 709a2295dd907bb34afb57d54320642f
sha256: 2f05954a3faf0700c14c1deddc085385160ee32abe111699c78d9cb277e915cc
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 10161
timestamp: 1667467145063
- platform: linux-64
name: cryptography
version: 41.0.7
category: main
manager: conda
dependencies:
- cffi >=1.12
- libgcc-ng >=12
- openssl >=3.1.4,<4.0a0
- python >=3.12,<3.13.0a0
- python_abi 3.12.* *_cp312
url: https://conda.anaconda.org/conda-forge/linux-64/cryptography-41.0.7-py312h4742d6a_1.conda
hash:
md5: 82b6c3083757a04e8a2a4759a33df382
sha256: d19e2f2b6ac9b0797b8da5d3cb24072af76ac975e19c82086b84b0f10207ee3c
build: py312h4742d6a_1
arch: x86_64
subdir: linux-64
build_number: 1
license: Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT
license_family: BSD
size: 2038499
timestamp: 1701563490548
- platform: linux-64
name: dbus
version: 1.13.6
category: main
manager: conda
dependencies:
- expat >=2.4.2,<3.0a0
- libgcc-ng >=9.4.0
- libglib >=2.70.2,<3.0a0
url: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2
hash:
md5: ecfff944ba3960ecb334b9a2663d708d
sha256: 8f5f995699a2d9dbdd62c61385bfeeb57c82a681a7c8c5313c395aa0ccab68a5
build: h5008d03_3
arch: x86_64
subdir: linux-64
build_number: 3
license: GPL-2.0-or-later
license_family: GPL
size: 618596
timestamp: 1640112124844
- platform: linux-64
name: distlib
version: 0.3.8
category: main
manager: conda
dependencies:
- python 2.7|>=3.6
url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.8-pyhd8ed1ab_0.conda
hash:
md5: db16c66b759a64dc5183d69cc3745a52
sha256: 3ff11acdd5cc2f80227682966916e878e45ced94f59c402efb94911a5774e84e
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: APACHE
noarch: python
size: 274915
timestamp: 1702383349284
- platform: osx-arm64
name: distlib
version: 0.3.8
category: main
manager: conda
dependencies:
- python 2.7|>=3.6
url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.8-pyhd8ed1ab_0.conda
hash:
md5: db16c66b759a64dc5183d69cc3745a52
sha256: 3ff11acdd5cc2f80227682966916e878e45ced94f59c402efb94911a5774e84e
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: Apache-2.0
license_family: APACHE
noarch: python
size: 274915
timestamp: 1702383349284
- platform: linux-64
name: dulwich
version: 0.21.7
category: main
manager: conda
dependencies:
- libgcc-ng >=12
- python >=3.12,<3.13.0a0
- python_abi 3.12.* *_cp312
- urllib3 >=1.25
url: https://conda.anaconda.org/conda-forge/linux-64/dulwich-0.21.7-py312h98912ed_0.conda
hash:
md5: d9768d62ebbeb330f1b67d8ab4832ff7
sha256: 404e14e6c7f41a6cf8f2bbe0b6e55d9934f9fa572f0f6937955d15b64080a960
build: py312h98912ed_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: Apache
size: 943374
timestamp: 1701831568822
- platform: osx-arm64
name: dulwich
version: 0.21.7
category: main
manager: conda
dependencies:
- python >=3.12,<3.13.0a0
- python >=3.12,<3.13.0a0 *_cpython
- python_abi 3.12.* *_cp312
- urllib3 >=1.25
url: https://conda.anaconda.org/conda-forge/osx-arm64/dulwich-0.21.7-py312he37b823_0.conda
hash:
md5: 4f12a0d01fb466149fe0cd8875c28a59
sha256: 3f3d19375b49577f54a0b02f46b8db537182aa5c88e7b5f84d7eedf48995472e
build: py312he37b823_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: Apache-2.0
license_family: Apache
size: 940020
timestamp: 1701831813845
- platform: linux-64
name: exceptiongroup
version: 1.2.0
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda
hash:
md5: 8d652ea2ee8eaee02ed8dc820bc794aa
sha256: a6ae416383bda0e3ed14eaa187c653e22bec94ff2aa3b56970cdf0032761e80d
build: pyhd8ed1ab_2
arch: x86_64
subdir: linux-64
build_number: 2
license: MIT and PSF-2.0
noarch: python
size: 20551
timestamp: 1704921321122
- platform: osx-arm64
name: exceptiongroup
version: 1.2.0
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda
hash:
md5: 8d652ea2ee8eaee02ed8dc820bc794aa
sha256: a6ae416383bda0e3ed14eaa187c653e22bec94ff2aa3b56970cdf0032761e80d
build: pyhd8ed1ab_2
arch: aarch64
subdir: osx-arm64
build_number: 2
license: MIT and PSF-2.0
noarch: python
size: 20551
timestamp: 1704921321122
- platform: linux-64
name: expat
version: 2.5.0
category: main
manager: conda
dependencies:
- libexpat 2.5.0 hcb278e6_1
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/expat-2.5.0-hcb278e6_1.conda
hash:
md5: 8b9b5aca60558d02ddaa09d599e55920
sha256: 36dfeb4375059b3bba75ce9b38c29c69fd257342a79e6cf20e9f25c1523f785f
build: hcb278e6_1
arch: x86_64
subdir: linux-64
build_number: 1
license: MIT
license_family: MIT
size: 136778
timestamp: 1680190541750
- platform: linux-64
name: filelock
version: 3.13.1
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda
hash:
md5: 0c1729b74a8152fde6a38ba0a2ab9f45
sha256: 4d742d91412d1f163e5399d2b50c5d479694ebcd309127abb549ca3977f89d2b
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Unlicense
noarch: python
size: 15605
timestamp: 1698715139726
- platform: osx-arm64
name: filelock
version: 3.13.1
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda
hash:
md5: 0c1729b74a8152fde6a38ba0a2ab9f45
sha256: 4d742d91412d1f163e5399d2b50c5d479694ebcd309127abb549ca3977f89d2b
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: Unlicense
noarch: python
size: 15605
timestamp: 1698715139726
- platform: linux-64
name: gettext
version: 0.21.1
category: main
manager: conda
dependencies:
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.21.1-h27087fc_0.tar.bz2
hash:
md5: 14947d8770185e5153fdd04d4673ed37
sha256: 4fcfedc44e4c9a053f0416f9fc6ab6ed50644fca3a761126dbd00d09db1f546a
build: h27087fc_0
arch: x86_64
subdir: linux-64
build_number: 0
license: LGPL-2.1-or-later AND GPL-3.0-or-later
size: 4320628
timestamp: 1665673494324
- platform: linux-64
name: idna
version: '3.6'
category: main
manager: conda
dependencies:
- python >=3.6
url: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda
hash:
md5: 1a76f09108576397c41c0b0c5bd84134
sha256: 6ee4c986d69ce61e60a20b2459b6f2027baeba153f0a64995fd3cb47c2cc7e07
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 50124
timestamp: 1701027126206
- platform: osx-arm64
name: idna
version: '3.6'
category: main
manager: conda
dependencies:
- python >=3.6
url: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda
hash:
md5: 1a76f09108576397c41c0b0c5bd84134
sha256: 6ee4c986d69ce61e60a20b2459b6f2027baeba153f0a64995fd3cb47c2cc7e07
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 50124
timestamp: 1701027126206
- platform: linux-64
name: importlib-metadata
version: 7.0.1
category: main
manager: conda
dependencies:
- python >=3.8
- zipp >=0.5
url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-7.0.1-pyha770c72_0.conda
hash:
md5: 746623a787e06191d80a2133e5daff17
sha256: e72d05f171f4567004c9360a838e9d5df21e23dcfeb945066b53a6e5f754b861
build: pyha770c72_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: APACHE
noarch: python
size: 26450
timestamp: 1703269427097
- platform: osx-arm64
name: importlib-metadata
version: 7.0.1
category: main
manager: conda
dependencies:
- python >=3.8
- zipp >=0.5
url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-7.0.1-pyha770c72_0.conda
hash:
md5: 746623a787e06191d80a2133e5daff17
sha256: e72d05f171f4567004c9360a838e9d5df21e23dcfeb945066b53a6e5f754b861
build: pyha770c72_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: Apache-2.0
license_family: APACHE
noarch: python
size: 26450
timestamp: 1703269427097
- platform: linux-64
name: iniconfig
version: 2.0.0
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda
hash:
md5: f800d2da156d08e289b14e87e43c1ae5
sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 11101
timestamp: 1673103208955
- platform: osx-arm64
name: iniconfig
version: 2.0.0
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda
hash:
md5: f800d2da156d08e289b14e87e43c1ae5
sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 11101
timestamp: 1673103208955
- platform: linux-64
name: jaraco.classes
version: 3.3.0
category: main
manager: conda
dependencies:
- more-itertools
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/jaraco.classes-3.3.0-pyhd8ed1ab_0.conda
hash:
md5: e9f79248d30e942f7c358ff21a1790f5
sha256: 14f5240c3834e1b784dd41a5a14392d9150dff62a74ae851f73e65d2e2bbd891
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 11288
timestamp: 1689112573324
- platform: osx-arm64
name: jaraco.classes
version: 3.3.0
category: main
manager: conda
dependencies:
- more-itertools
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/jaraco.classes-3.3.0-pyhd8ed1ab_0.conda
hash:
md5: e9f79248d30e942f7c358ff21a1790f5
sha256: 14f5240c3834e1b784dd41a5a14392d9150dff62a74ae851f73e65d2e2bbd891
build: pyhd8ed1ab_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 11288
timestamp: 1689112573324
- platform: linux-64
name: jeepney
version: 0.8.0
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/jeepney-0.8.0-pyhd8ed1ab_0.tar.bz2
hash:
md5: 9800ad1699b42612478755a2d26c722d
sha256: 16639759b811866d63315fe1391f6fb45f5478b823972f4d3d9f0392b7dd80b8
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 36895
timestamp: 1649085298891
- platform: linux-64
name: keyring
version: 24.3.0
category: main
manager: conda
dependencies:
- jaraco.classes
- jeepney >=0.4.2
- python >=3.12,<3.13.0a0
- python_abi 3.12.* *_cp312
- secretstorage >=3.2
url: https://conda.anaconda.org/conda-forge/linux-64/keyring-24.3.0-py312h7900ff3_0.conda
hash:
md5: c303e2ddfc697a70a137940f8a6b2e1d
sha256: 312656da4f0b4b0aacee5914735fdc781bc8412edee6cc90b937a279975d8b1e
build: py312h7900ff3_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
size: 76016
timestamp: 1699923914435
- platform: osx-arm64
name: keyring
version: 24.3.0
category: main
manager: conda
dependencies:
- jaraco.classes
- python >=3.12,<3.13.0a0
- python >=3.12,<3.13.0a0 *_cpython
- python_abi 3.12.* *_cp312
url: https://conda.anaconda.org/conda-forge/osx-arm64/keyring-24.3.0-py312h81bd7bf_0.conda
hash:
md5: 3a6735f11d9604cbafd0ab1c3e9ac77e
sha256: 6d7fd6cb2310674f0736ee6ddd5f752663df92db9e9e0bfd43fa4bb06c6a2b7b
build: py312h81bd7bf_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
size: 77030
timestamp: 1699924369964
- platform: linux-64
name: ld_impl_linux-64
version: '2.40'
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda
hash:
md5: 7aca3059a1729aa76c597603f10b0dd3
sha256: f6cc89d887555912d6c61b295d398cff9ec982a3417d38025c45d5dd9b9e79cd
build: h41732ed_0
arch: x86_64
subdir: linux-64
build_number: 0
constrains:
- binutils_impl_linux-64 2.40
license: GPL-3.0-only
license_family: GPL