-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpixi.lock
1356 lines (1356 loc) · 52.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: 6
environments:
default:
channels:
- url: https://repo.prefix.dev/conda-forge/
packages:
linux-64:
- conda: https://repo.prefix.dev/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
- conda: https://repo.prefix.dev/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
- conda: https://repo.prefix.dev/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/bcrypt-4.2.1-py313h920b4c0_0.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/c-ares-1.34.4-hb9d3cd8_0.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/ca-certificates-2024.12.14-hbcca054_0.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/cffi-1.17.1-py313hfab6e84_0.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/copier-9.4.1-pyhd8ed1ab_1.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/cryptography-44.0.0-py313h6556f6e_1.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/dunamai-1.23.0-pyhd8ed1ab_0.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/eval-type-backport-0.2.2-pyhd8ed1ab_0.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/eval_type_backport-0.2.2-pyha770c72_0.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/funcy-2.0-pyhd8ed1ab_1.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/git-2.47.1-pl5321h59d505e_0.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/jinja2-ansible-filters-1.3.2-pyhd8ed1ab_1.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2
- conda: https://repo.prefix.dev/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_2.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/libcurl-8.11.1-h332b0f4_0.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/libedit-3.1.20240808-pl5321h7949ede_0.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/libev-4.33-hd590300_2.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/libexpat-2.6.4-h5888daf_0.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2
- conda: https://repo.prefix.dev/conda-forge/linux-64/libgcc-14.2.0-h77fa898_1.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/libgomp-14.2.0-h77fa898_1.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/liblzma-5.6.3-hb9d3cd8_1.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/libmpdec-4.0.0-h4bc722e_0.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/libnghttp2-1.64.0-h161d5f1_0.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/libssh2-1.11.1-hf672d98_0.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-14.2.0-hc0a3c3a_1.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-ng-14.2.0-h4852527_1.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/markupsafe-3.0.2-py313h8060acc_1.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/ncurses-6.5-h2d0b736_2.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/openssl-3.4.0-h7b32b05_1.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/paramiko-3.5.0-pyhd8ed1ab_1.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/pcre2-10.44-hba22ea6_2.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/perl-5.32.1-7_hd590300_perl5.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/plumbum-1.9.0-pyhd8ed1ab_0.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/prompt-toolkit-3.0.36-pyha770c72_0.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/prompt_toolkit-3.0.36-hd8ed1ab_0.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/pydantic-2.10.6-pyh3cfb1c2_0.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/pydantic-core-2.27.2-py313h920b4c0_0.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/pygments-2.19.1-pyhd8ed1ab_0.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/pynacl-1.5.0-py313h536fd9c_4.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/python-3.13.1-ha99a958_105_cp313.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/python_abi-3.13-5_cp313.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2
- conda: https://repo.prefix.dev/conda-forge/linux-64/pyyaml-6.0.2-py313h8060acc_2.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/questionary-2.1.0-pyhd8ed1ab_1.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/readline-8.2-h8228510_1.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/typing-extensions-4.12.2-hd8ed1ab_1.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/tzdata-2025a-h78e105d_0.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/yaml-0.2.5-h7f98852_2.tar.bz2
- conda: https://repo.prefix.dev/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda
- conda: https://repo.prefix.dev/conda-forge/linux-64/zstd-1.5.6-ha6fb4c9_0.conda
osx-arm64:
- conda: https://repo.prefix.dev/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/bcrypt-4.2.1-py313hdde674f_0.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/c-ares-1.34.4-h5505292_0.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/ca-certificates-2024.12.14-hf0a4a13_0.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/cffi-1.17.1-py313hc845a76_0.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/copier-9.4.1-pyhd8ed1ab_1.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/cryptography-44.0.0-py313h54e0d97_1.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/dunamai-1.23.0-pyhd8ed1ab_0.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/eval-type-backport-0.2.2-pyhd8ed1ab_0.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/eval_type_backport-0.2.2-pyha770c72_0.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/funcy-2.0-pyhd8ed1ab_1.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/git-2.47.1-pl5321hd71a902_0.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/jinja2-ansible-filters-1.3.2-pyhd8ed1ab_1.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libcurl-8.11.1-h73640d1_0.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libcxx-19.1.7-ha82da77_0.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libedit-3.1.20240808-pl5321hafb1f1b_0.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libexpat-2.6.4-h286801f_0.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libintl-0.22.5-h8414b35_3.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/liblzma-5.6.3-h39f12f2_1.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libmpdec-4.0.0-h99b78c6_0.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libnghttp2-1.64.0-h6d7220d_0.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libsodium-1.0.20-h99b78c6_0.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libsqlite-3.48.0-h3f77e49_1.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libssh2-1.11.1-h9cc3647_0.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/markupsafe-3.0.2-py313ha9b7d5b_1.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_2.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/openssl-3.4.0-h81ee809_1.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/paramiko-3.5.0-pyhd8ed1ab_1.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/pcre2-10.44-h297a79d_2.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/perl-5.32.1-7_h4614cfb_perl5.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/plumbum-1.9.0-pyhd8ed1ab_0.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/prompt-toolkit-3.0.36-pyha770c72_0.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/prompt_toolkit-3.0.36-hd8ed1ab_0.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/pydantic-2.10.6-pyh3cfb1c2_0.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/pydantic-core-2.27.2-py313hdde674f_0.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/pygments-2.19.1-pyhd8ed1ab_0.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/pynacl-1.5.0-py313h20a7fcf_4.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/python-3.13.1-h4f43103_105_cp313.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/python_abi-3.13-5_cp313.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/pyyaml-6.0.2-py313ha9b7d5b_2.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/questionary-2.1.0-pyhd8ed1ab_1.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/typing-extensions-4.12.2-hd8ed1ab_1.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/tzdata-2025a-h78e105d_0.conda
- conda: https://repo.prefix.dev/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/yaml-0.2.5-h3422bc3_2.tar.bz2
- conda: https://repo.prefix.dev/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/zstd-1.5.6-hb46c0d2_0.conda
packages:
- conda: https://repo.prefix.dev/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726
md5: d7c89558ba9fa0495403155b64376d81
license: None
size: 2562
timestamp: 1578324546067
- conda: https://repo.prefix.dev/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
build_number: 16
sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22
md5: 73aaf86a425cc6e73fcf236a5a46396d
depends:
- _libgcc_mutex 0.1 conda_forge
- libgomp >=7.5.0
constrains:
- openmp_impl 9999
license: BSD-3-Clause
license_family: BSD
size: 23621
timestamp: 1650670423406
- conda: https://repo.prefix.dev/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda
sha256: e0ea1ba78fbb64f17062601edda82097fcf815012cf52bb704150a2668110d48
md5: 2934f256a8acfe48f6ebb4fce6cde29c
depends:
- python >=3.9
- typing-extensions >=4.0.0
license: MIT
license_family: MIT
size: 18074
timestamp: 1733247158254
- conda: https://repo.prefix.dev/conda-forge/linux-64/bcrypt-4.2.1-py313h920b4c0_0.conda
sha256: b6e0d6ce35edbd9b86d2298650ab49b5b01a46ffc6a03bbd059fc8e169f73165
md5: 60b3c7364797ef395f4aac9271d130bd
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
- python >=3.13,<3.14.0a0
- python_abi 3.13.* *_cp313
constrains:
- __glibc >=2.17
license: Apache-2.0
license_family: Apache
size: 253777
timestamp: 1732075043955
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/bcrypt-4.2.1-py313hdde674f_0.conda
sha256: 9f75bfb6ea335bb71d0250ef6c4e0972070e1f4bf6380232749e357e6a94b030
md5: aa15a066ac1e7053e32a7ada24648772
depends:
- __osx >=11.0
- python >=3.13,<3.14.0a0
- python >=3.13,<3.14.0a0 *_cp313
- python_abi 3.13.* *_cp313
constrains:
- __osx >=11.0
license: Apache-2.0
license_family: Apache
size: 220102
timestamp: 1732075190009
- conda: https://repo.prefix.dev/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda
sha256: 5ced96500d945fb286c9c838e54fa759aa04a7129c59800f0846b4335cee770d
md5: 62ee74e96c5ebb0af99386de58cf9553
depends:
- __glibc >=2.17,<3.0.a0
- libgcc-ng >=12
license: bzip2-1.0.6
license_family: BSD
size: 252783
timestamp: 1720974456583
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda
sha256: adfa71f158cbd872a36394c56c3568e6034aa55c623634b37a4836bd036e6b91
md5: fc6948412dbbbe9a4c9ddbbcfe0a79ab
depends:
- __osx >=11.0
license: bzip2-1.0.6
license_family: BSD
size: 122909
timestamp: 1720974522888
- conda: https://repo.prefix.dev/conda-forge/linux-64/c-ares-1.34.4-hb9d3cd8_0.conda
sha256: d4f28d87b6339b94f74762c0076e29c8ef8ddfff51a564a92da2843573c18320
md5: e2775acf57efd5af15b8e3d1d74d72d3
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
license: MIT
license_family: MIT
size: 206085
timestamp: 1734208189009
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/c-ares-1.34.4-h5505292_0.conda
sha256: 09c0c8476e50b2955f474a4a1c17c4c047dd52993b5366b6ea8e968e583b921f
md5: c1c999a38a4303b29d75c636eaa13cf9
depends:
- __osx >=11.0
license: MIT
license_family: MIT
size: 179496
timestamp: 1734208291879
- conda: https://repo.prefix.dev/conda-forge/linux-64/ca-certificates-2024.12.14-hbcca054_0.conda
sha256: 1afd7274cbc9a334d6d0bc62fa760acc7afdaceb0b91a8df370ec01fd75dc7dd
md5: 720523eb0d6a9b0f6120c16b2aa4e7de
license: ISC
size: 157088
timestamp: 1734208393264
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/ca-certificates-2024.12.14-hf0a4a13_0.conda
sha256: 256be633fd0882ccc1a7a32bc278547e1703f85082c0789a87a603ee3ab8fb82
md5: 7cb381a6783d91902638e4ed1ebd478e
license: ISC
size: 157091
timestamp: 1734208344343
- conda: https://repo.prefix.dev/conda-forge/linux-64/cffi-1.17.1-py313hfab6e84_0.conda
sha256: 73cd6199b143a8a6cbf733ce124ed57defc1b9a7eab9b10fd437448caf8eaa45
md5: ce6386a5892ef686d6d680c345c40ad1
depends:
- __glibc >=2.17,<3.0.a0
- libffi >=3.4,<4.0a0
- libgcc >=13
- pycparser
- python >=3.13.0rc1,<3.14.0a0
- python_abi 3.13.* *_cp313
license: MIT
license_family: MIT
size: 295514
timestamp: 1725560706794
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/cffi-1.17.1-py313hc845a76_0.conda
sha256: 50650dfa70ccf12b9c4a117d7ef0b41895815bb7328d830d667a6ba3525b60e8
md5: 6d24d5587a8615db33c961a4ca0a8034
depends:
- __osx >=11.0
- libffi >=3.4,<4.0a0
- pycparser
- python >=3.13.0rc1,<3.14.0a0
- python >=3.13.0rc1,<3.14.0a0 *_cp313
- python_abi 3.13.* *_cp313
license: MIT
license_family: MIT
size: 282115
timestamp: 1725560759157
- conda: https://repo.prefix.dev/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda
sha256: ab29d57dc70786c1269633ba3dff20288b81664d3ff8d21af995742e2bb03287
md5: 962b9857ee8e7018c22f2776ffa0b2d7
depends:
- python >=3.9
license: BSD-3-Clause
license_family: BSD
size: 27011
timestamp: 1733218222191
- conda: https://repo.prefix.dev/conda-forge/noarch/copier-9.4.1-pyhd8ed1ab_1.conda
sha256: ed170dbd343efe14909ae6edcb00b65c30aed8cde88fe3e2fb70a5b5e6c4af6a
md5: 91ce2e78dc529db2415145ee05b16692
depends:
- colorama >=0.4.6
- dunamai >=1.7.0
- eval-type-backport >=0.1.3,<0.3.0
- funcy >=1.17
- git >=2.27
- jinja2 >=3.1.4
- jinja2-ansible-filters >=1.3.1
- packaging >=23.0
- pathspec >=0.9.0
- plumbum >=1.6.9
- pydantic >=2.4.2
- pygments >=2.7.1
- python >=3.9,<4.0
- pyyaml >=5.3.1
- questionary >=1.8.1
- typing-extensions >=3.7.4,<5.0.0
license: MIT
license_family: MIT
size: 42263
timestamp: 1734972872257
- conda: https://repo.prefix.dev/conda-forge/linux-64/cryptography-44.0.0-py313h6556f6e_1.conda
sha256: 1e79e111a3f297950c4a59ea826862582d78bc9209f44d92bb586a674808f97c
md5: 9a2b9ca6c6d2110555816931542f84e7
depends:
- __glibc >=2.17,<3.0.a0
- cffi >=1.12
- libgcc >=13
- openssl >=3.4.0,<4.0a0
- python >=3.13,<3.14.0a0
- python_abi 3.13.* *_cp313
constrains:
- __glibc >=2.17
license: Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT
license_family: BSD
size: 1592874
timestamp: 1737765058762
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/cryptography-44.0.0-py313h54e0d97_1.conda
sha256: cc50da85ae98692fae1f63d420e8e2650c1aba095a3cfd78e72d4d66c2b9fb06
md5: 780666bfbb3da5fd5d0a5dd28fcf85c7
depends:
- __osx >=11.0
- cffi >=1.12
- openssl >=3.4.0,<4.0a0
- python >=3.13,<3.14.0a0
- python >=3.13,<3.14.0a0 *_cp313
- python_abi 3.13.* *_cp313
constrains:
- __osx >=11.0
license: Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT
license_family: BSD
size: 1482302
timestamp: 1737765562026
- conda: https://repo.prefix.dev/conda-forge/noarch/dunamai-1.23.0-pyhd8ed1ab_0.conda
sha256: 7b582cfaa25e3d6ed0fa5f519b7afe9ed660e26a2530a84a697be65fb5ffd67c
md5: bc63140090e2ee7a8694c10f039ced12
depends:
- packaging >=20.9
- python >=3.9
license: MIT
license_family: MIT
size: 29304
timestamp: 1735513006480
- conda: https://repo.prefix.dev/conda-forge/noarch/eval-type-backport-0.2.2-pyhd8ed1ab_0.conda
sha256: 05ffdcb83903c159bfbb78a07fbcce6fd6dda41df9c55ed75e0eb1db5528048f
md5: 879479fda1dddb002fdc4885cea33740
depends:
- eval_type_backport >=0.2.2,<0.2.3.0a0
- python >=3.9
license: MIT
license_family: MIT
size: 6662
timestamp: 1734857849281
- conda: https://repo.prefix.dev/conda-forge/noarch/eval_type_backport-0.2.2-pyha770c72_0.conda
sha256: 2d721421a60676216e10837a240c75e2190e093920a4016a469fa9a62c95ab5f
md5: 8681d7f876da5e66a1c7fce424509383
depends:
- python >=3.9
constrains:
- eval-type-backport >=0.2.2,<0.2.3.0a0
license: MIT
license_family: MIT
size: 11520
timestamp: 1734857840035
- conda: https://repo.prefix.dev/conda-forge/noarch/funcy-2.0-pyhd8ed1ab_1.conda
sha256: 4a3e3e86b7b49aaa2a0faa57da2bcf39f7ee858499e8335132f83bfeed79191e
md5: 84f8955e99a8944fdee49da39edb0add
depends:
- python >=3.9
license: BSD-3-Clause
license_family: BSD
size: 30249
timestamp: 1734381235500
- conda: https://repo.prefix.dev/conda-forge/linux-64/git-2.47.1-pl5321h59d505e_0.conda
sha256: 548008002931bd7152a27f135ec58df7a9fdb3c97e955613af48c4f80310b4e2
md5: 3b7a5e35dd484e8de87522b63f7daf15
depends:
- __glibc >=2.17,<3.0.a0
- libcurl >=8.10.1,<9.0a0
- libexpat >=2.6.4,<3.0a0
- libgcc >=13
- libiconv >=1.17,<2.0a0
- libzlib >=1.3.1,<2.0a0
- openssl >=3.4.0,<4.0a0
- pcre2 >=10.44,<10.45.0a0
- perl 5.*
license: GPL-2.0-or-later and LGPL-2.1-or-later
size: 10551592
timestamp: 1732611733959
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/git-2.47.1-pl5321hd71a902_0.conda
sha256: 4f5675de685b77600f6bd06a608b66b4a26b9233bfff3046b3823b1fb81e1c2a
md5: b330d9ca951dec809764576b28dd2b7b
depends:
- __osx >=11.0
- libcurl >=8.10.1,<9.0a0
- libexpat >=2.6.4,<3.0a0
- libiconv >=1.17,<2.0a0
- libintl >=0.22.5,<1.0a0
- libzlib >=1.3.1,<2.0a0
- openssl >=3.4.0,<4.0a0
- pcre2 >=10.44,<10.45.0a0
- perl 5.*
license: GPL-2.0-or-later and LGPL-2.1-or-later
size: 10831502
timestamp: 1732612399972
- conda: https://repo.prefix.dev/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda
sha256: acc1d991837c0afb67c75b77fdc72b4bf022aac71fedd8b9ea45918ac9b08a80
md5: c85c76dc67d75619a92f51dfbce06992
depends:
- python >=3.9
- zipp >=3.1.0
constrains:
- importlib-resources >=6.5.2,<6.5.3.0a0
license: Apache-2.0
license_family: APACHE
size: 33781
timestamp: 1736252433366
- conda: https://repo.prefix.dev/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda
sha256: 98977694b9ecaa3218662f843425f39501f81973c450f995eec68f1803ed71c3
md5: 2752a6ed44105bfb18c9bef1177d9dcd
depends:
- markupsafe >=2.0
- python >=3.9
license: BSD-3-Clause
license_family: BSD
size: 112561
timestamp: 1734824044952
- conda: https://repo.prefix.dev/conda-forge/noarch/jinja2-ansible-filters-1.3.2-pyhd8ed1ab_1.conda
sha256: a36789229ca9ce5315265b9d425abce9acb4691f5864aea69e935020545a9acb
md5: 974c5b3e353f031cfcf2365c9d375926
depends:
- jinja2
- python >=3.9
- pyyaml
license: BSD-2-Clause
license_family: BSD
size: 20315
timestamp: 1734906203051
- conda: https://repo.prefix.dev/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2
sha256: 150c05a6e538610ca7c43beb3a40d65c90537497a4f6a5f4d15ec0451b6f5ebb
md5: 30186d27e2c9fa62b45fb1476b7200e3
depends:
- libgcc-ng >=10.3.0
license: LGPL-2.1-or-later
size: 117831
timestamp: 1646151697040
- conda: https://repo.prefix.dev/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda
sha256: 99df692f7a8a5c27cd14b5fb1374ee55e756631b9c3d659ed3ee60830249b238
md5: 3f43953b7d3fb3aaa1d0d0723d91e368
depends:
- keyutils >=1.6.1,<2.0a0
- libedit >=3.1.20191231,<3.2.0a0
- libedit >=3.1.20191231,<4.0a0
- libgcc-ng >=12
- libstdcxx-ng >=12
- openssl >=3.3.1,<4.0a0
license: MIT
license_family: MIT
size: 1370023
timestamp: 1719463201255
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda
sha256: 4442f957c3c77d69d9da3521268cad5d54c9033f1a73f99cde0a3658937b159b
md5: c6dc8a0fdec13a0565936655c33069a1
depends:
- __osx >=11.0
- libcxx >=16
- libedit >=3.1.20191231,<3.2.0a0
- libedit >=3.1.20191231,<4.0a0
- openssl >=3.3.1,<4.0a0
license: MIT
license_family: MIT
size: 1155530
timestamp: 1719463474401
- conda: https://repo.prefix.dev/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_2.conda
sha256: 7c91cea91b13f4314d125d1bedb9d03a29ebbd5080ccdea70260363424646dbe
md5: 048b02e3962f066da18efe3a21b77672
depends:
- __glibc >=2.17,<3.0.a0
constrains:
- binutils_impl_linux-64 2.43
license: GPL-3.0-only
license_family: GPL
size: 669211
timestamp: 1729655358674
- conda: https://repo.prefix.dev/conda-forge/linux-64/libcurl-8.11.1-h332b0f4_0.conda
sha256: 3cd4075b2a7b5562e46c8ec626f6f9ca57aeecaa94ff7df57eca26daa94c9906
md5: 2b3e0081006dc21e8bf53a91c83a055c
depends:
- __glibc >=2.17,<3.0.a0
- krb5 >=1.21.3,<1.22.0a0
- libgcc >=13
- libnghttp2 >=1.64.0,<2.0a0
- libssh2 >=1.11.1,<2.0a0
- libzlib >=1.3.1,<2.0a0
- openssl >=3.4.0,<4.0a0
- zstd >=1.5.6,<1.6.0a0
license: curl
license_family: MIT
size: 423011
timestamp: 1733999897624
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libcurl-8.11.1-h73640d1_0.conda
sha256: f47c35938144c23278987c7d12096f6a42d7c850ffc277222b032073412383b6
md5: 46d7524cabfdd199bffe63f8f19a552b
depends:
- __osx >=11.0
- krb5 >=1.21.3,<1.22.0a0
- libnghttp2 >=1.64.0,<2.0a0
- libssh2 >=1.11.1,<2.0a0
- libzlib >=1.3.1,<2.0a0
- openssl >=3.4.0,<4.0a0
- zstd >=1.5.6,<1.6.0a0
license: curl
license_family: MIT
size: 385098
timestamp: 1734000160270
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libcxx-19.1.7-ha82da77_0.conda
sha256: 776092346da87a2a23502e14d91eb0c32699c4a1522b7331537bd1c3751dcff5
md5: 5b3e1610ff8bd5443476b91d618f5b77
depends:
- __osx >=11.0
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 523505
timestamp: 1736877862502
- conda: https://repo.prefix.dev/conda-forge/linux-64/libedit-3.1.20240808-pl5321h7949ede_0.conda
sha256: 4d0d69ddf9cc7d724a1ccf3a9852e44c8aea9825692582bac2c4e8d21ec95ccd
md5: 8247f80f3dc464d9322e85007e307fe8
depends:
- ncurses
- __glibc >=2.17,<3.0.a0
- libgcc >=13
- ncurses >=6.5,<7.0a0
license: BSD-2-Clause
license_family: BSD
size: 134657
timestamp: 1736191912705
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libedit-3.1.20240808-pl5321hafb1f1b_0.conda
sha256: fb934d7a03279ec8eae4bf1913ac9058fcf6fed35290d8ffa6e04157f396a3b1
md5: af89aa84ffb5ee551ce0c137b951a3b5
depends:
- ncurses
- __osx >=11.0
- ncurses >=6.5,<7.0a0
license: BSD-2-Clause
license_family: BSD
size: 107634
timestamp: 1736192034117
- conda: https://repo.prefix.dev/conda-forge/linux-64/libev-4.33-hd590300_2.conda
sha256: 1cd6048169fa0395af74ed5d8f1716e22c19a81a8a36f934c110ca3ad4dd27b4
md5: 172bf1cd1ff8629f2b1179945ed45055
depends:
- libgcc-ng >=12
license: BSD-2-Clause
license_family: BSD
size: 112766
timestamp: 1702146165126
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda
sha256: 95cecb3902fbe0399c3a7e67a5bed1db813e5ab0e22f4023a5e0f722f2cc214f
md5: 36d33e440c31857372a72137f78bacf5
license: BSD-2-Clause
license_family: BSD
size: 107458
timestamp: 1702146414478
- conda: https://repo.prefix.dev/conda-forge/linux-64/libexpat-2.6.4-h5888daf_0.conda
sha256: 56541b98447b58e52d824bd59d6382d609e11de1f8adf20b23143e353d2b8d26
md5: db833e03127376d461e1e13e76f09b6c
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
constrains:
- expat 2.6.4.*
license: MIT
license_family: MIT
size: 73304
timestamp: 1730967041968
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libexpat-2.6.4-h286801f_0.conda
sha256: e42ab5ace927ee7c84e3f0f7d813671e1cf3529f5f06ee5899606630498c2745
md5: 38d2656dd914feb0cab8c629370768bf
depends:
- __osx >=11.0
constrains:
- expat 2.6.4.*
license: MIT
license_family: MIT
size: 64693
timestamp: 1730967175868
- conda: https://repo.prefix.dev/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2
sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e
md5: d645c6d2ac96843a2bfaccd2d62b3ac3
depends:
- libgcc-ng >=9.4.0
license: MIT
license_family: MIT
size: 58292
timestamp: 1636488182923
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2
sha256: 41b3d13efb775e340e4dba549ab5c029611ea6918703096b2eaa9c015c0750ca
md5: 086914b672be056eb70fd4285b6783b6
license: MIT
license_family: MIT
size: 39020
timestamp: 1636488587153
- conda: https://repo.prefix.dev/conda-forge/linux-64/libgcc-14.2.0-h77fa898_1.conda
sha256: 53eb8a79365e58849e7b1a068d31f4f9e718dc938d6f2c03e960345739a03569
md5: 3cb76c3f10d3bc7f1105b2fc9db984df
depends:
- _libgcc_mutex 0.1 conda_forge
- _openmp_mutex >=4.5
constrains:
- libgomp 14.2.0 h77fa898_1
- libgcc-ng ==14.2.0=*_1
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 848745
timestamp: 1729027721139
- conda: https://repo.prefix.dev/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda
sha256: 3a76969c80e9af8b6e7a55090088bc41da4cffcde9e2c71b17f44d37b7cb87f7
md5: e39480b9ca41323497b05492a63bc35b
depends:
- libgcc 14.2.0 h77fa898_1
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 54142
timestamp: 1729027726517
- conda: https://repo.prefix.dev/conda-forge/linux-64/libgomp-14.2.0-h77fa898_1.conda
sha256: 1911c29975ec99b6b906904040c855772ccb265a1c79d5d75c8ceec4ed89cd63
md5: cc3573974587f12dda90d96e3e55a702
depends:
- _libgcc_mutex 0.1 conda_forge
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 460992
timestamp: 1729027639220
- conda: https://repo.prefix.dev/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda
sha256: 8ac2f6a9f186e76539439e50505d98581472fedb347a20e7d1f36429849f05c9
md5: d66573916ffcf376178462f1b61c941e
depends:
- libgcc-ng >=12
license: LGPL-2.1-only
size: 705775
timestamp: 1702682170569
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda
sha256: bc7de5097b97bcafcf7deaaed505f7ce02f648aac8eccc0d5a47cc599a1d0304
md5: 69bda57310071cf6d2b86caf11573d2d
license: LGPL-2.1-only
size: 676469
timestamp: 1702682458114
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libintl-0.22.5-h8414b35_3.conda
sha256: 7c1d238d4333af385e594c89ebcb520caad7ed83a735c901099ec0970a87a891
md5: 3b98ec32e91b3b59ad53dbb9c96dd334
depends:
- __osx >=11.0
- libiconv >=1.17,<2.0a0
license: LGPL-2.1-or-later
size: 81171
timestamp: 1723626968270
- conda: https://repo.prefix.dev/conda-forge/linux-64/liblzma-5.6.3-hb9d3cd8_1.conda
sha256: e6e425252f3839e2756e4af1ea2074dffd3396c161bf460629f9dfd6a65f15c6
md5: 2ecf2f1c7e4e21fcfe6423a51a992d84
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
constrains:
- xz ==5.6.3=*_1
license: 0BSD
size: 111132
timestamp: 1733407410083
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/liblzma-5.6.3-h39f12f2_1.conda
sha256: d863b8257406918ffdc50ae65502f2b2d6cede29404d09a094f59509d6a0aaf1
md5: b2553114a7f5e20ccd02378a77d836aa
depends:
- __osx >=11.0
constrains:
- xz ==5.6.3=*_1
license: 0BSD
size: 99129
timestamp: 1733407496073
- conda: https://repo.prefix.dev/conda-forge/linux-64/libmpdec-4.0.0-h4bc722e_0.conda
sha256: d02d1d3304ecaf5c728e515eb7416517a0b118200cd5eacbe829c432d1664070
md5: aeb98fdeb2e8f25d43ef71fbacbeec80
depends:
- __glibc >=2.17,<3.0.a0
- libgcc-ng >=12
license: BSD-2-Clause
license_family: BSD
size: 89991
timestamp: 1723817448345
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libmpdec-4.0.0-h99b78c6_0.conda
sha256: f7917de9117d3a5fe12a39e185c7ce424f8d5010a6f97b4333e8a1dcb2889d16
md5: 7476305c35dd9acef48da8f754eedb40
depends:
- __osx >=11.0
license: BSD-2-Clause
license_family: BSD
size: 69263
timestamp: 1723817629767
- conda: https://repo.prefix.dev/conda-forge/linux-64/libnghttp2-1.64.0-h161d5f1_0.conda
sha256: b0f2b3695b13a989f75d8fd7f4778e1c7aabe3b36db83f0fe80b2cd812c0e975
md5: 19e57602824042dfd0446292ef90488b
depends:
- __glibc >=2.17,<3.0.a0
- c-ares >=1.32.3,<2.0a0
- libev >=4.33,<4.34.0a0
- libev >=4.33,<5.0a0
- libgcc >=13
- libstdcxx >=13
- libzlib >=1.3.1,<2.0a0
- openssl >=3.3.2,<4.0a0
license: MIT
license_family: MIT
size: 647599
timestamp: 1729571887612
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libnghttp2-1.64.0-h6d7220d_0.conda
sha256: 00cc685824f39f51be5233b54e19f45abd60de5d8847f1a56906f8936648b72f
md5: 3408c02539cee5f1141f9f11450b6a51
depends:
- __osx >=11.0
- c-ares >=1.34.2,<2.0a0
- libcxx >=17
- libev >=4.33,<4.34.0a0
- libev >=4.33,<5.0a0
- libzlib >=1.3.1,<2.0a0
- openssl >=3.3.2,<4.0a0
license: MIT
license_family: MIT
size: 566719
timestamp: 1729572385640
- conda: https://repo.prefix.dev/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda
sha256: 0105bd108f19ea8e6a78d2d994a6d4a8db16d19a41212070d2d1d48a63c34161
md5: a587892d3c13b6621a6091be690dbca2
depends:
- libgcc-ng >=12
license: ISC
size: 205978
timestamp: 1716828628198
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libsodium-1.0.20-h99b78c6_0.conda
sha256: fade8223e1e1004367d7101dd17261003b60aa576df6d7802191f8972f7470b1
md5: a7ce36e284c5faaf93c220dfc39e3abd
depends:
- __osx >=11.0
license: ISC
size: 164972
timestamp: 1716828607917
- conda: https://repo.prefix.dev/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda
sha256: 22853d289ef6ec8a5b20f1aa261895b06525439990d3b139f8bfd0b5c5e32a3a
md5: 3fa05c528d8a1e2a67bbf1e36f22d3bc
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
- libzlib >=1.3.1,<2.0a0
license: Unlicense
size: 878223
timestamp: 1737564987837
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libsqlite-3.48.0-h3f77e49_1.conda
sha256: 17c06940cc2a13fd6a17effabd6881b1477db38b2cd3ee2571092d293d3fdd75
md5: 4c55169502ecddf8077973a987d08f08
depends:
- __osx >=11.0
- libzlib >=1.3.1,<2.0a0
license: Unlicense
size: 852831
timestamp: 1737564996616
- conda: https://repo.prefix.dev/conda-forge/linux-64/libssh2-1.11.1-hf672d98_0.conda
sha256: 0407ac9fda2bb67e11e357066eff144c845801d00b5f664efbc48813af1e7bb9
md5: be2de152d8073ef1c01b7728475f2fe7
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
- libzlib >=1.3.1,<2.0a0
- openssl >=3.4.0,<4.0a0
license: BSD-3-Clause
license_family: BSD
size: 304278
timestamp: 1732349402869
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libssh2-1.11.1-h9cc3647_0.conda
sha256: f7047c6ed44bcaeb04432e8c74da87591940d091b0a3940c0d884b7faa8062e9
md5: ddc7194676c285513706e5fc64f214d7
depends:
- libzlib >=1.3.1,<2.0a0
- openssl >=3.4.0,<4.0a0
license: BSD-3-Clause
license_family: BSD
size: 279028
timestamp: 1732349599461
- conda: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-14.2.0-hc0a3c3a_1.conda
sha256: 4661af0eb9bdcbb5fb33e5d0023b001ad4be828fccdcc56500059d56f9869462
md5: 234a5554c53625688d51062645337328
depends:
- libgcc 14.2.0 h77fa898_1
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 3893695
timestamp: 1729027746910
- conda: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-ng-14.2.0-h4852527_1.conda
sha256: 25bb30b827d4f6d6f0522cc0579e431695503822f144043b93c50237017fffd8
md5: 8371ac6457591af2cf6159439c1fd051
depends:
- libstdcxx 14.2.0 hc0a3c3a_1
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 54105
timestamp: 1729027780628
- conda: https://repo.prefix.dev/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda
sha256: 787eb542f055a2b3de553614b25f09eefb0a0931b0c87dbcce6efdfd92f04f18
md5: 40b61aab5c7ba9ff276c41cfffe6b80b
depends:
- libgcc-ng >=12
license: BSD-3-Clause
license_family: BSD
size: 33601
timestamp: 1680112270483
- conda: https://repo.prefix.dev/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda
sha256: 6ae68e0b86423ef188196fff6207ed0c8195dd84273cb5623b85aa08033a410c
md5: 5aa797f8787fe7a17d1b0821485b5adc
depends:
- libgcc-ng >=12
license: LGPL-2.1-or-later
size: 100393
timestamp: 1702724383534
- conda: https://repo.prefix.dev/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda
sha256: d4bfe88d7cb447768e31650f06257995601f89076080e76df55e3112d4e47dc4
md5: edb0dca6bc32e4f4789199455a1dbeb8
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
constrains:
- zlib 1.3.1 *_2
license: Zlib
license_family: Other
size: 60963
timestamp: 1727963148474
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda
sha256: ce34669eadaba351cd54910743e6a2261b67009624dbc7daeeafdef93616711b
md5: 369964e85dc26bfe78f41399b366c435
depends:
- __osx >=11.0
constrains:
- zlib 1.3.1 *_2
license: Zlib
license_family: Other
size: 46438
timestamp: 1727963202283
- conda: https://repo.prefix.dev/conda-forge/linux-64/markupsafe-3.0.2-py313h8060acc_1.conda
sha256: d812caf52efcea7c9fd0eafb21d45dadfd0516812f667b928bee50e87634fae5
md5: 21b62c55924f01b6eef6827167b46acb
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
- python >=3.13,<3.14.0a0
- python_abi 3.13.* *_cp313
constrains:
- jinja2 >=3.0.0
license: BSD-3-Clause
license_family: BSD
size: 24856
timestamp: 1733219782830
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/markupsafe-3.0.2-py313ha9b7d5b_1.conda
sha256: 81759af8a9872c8926af3aa59dc4986eee90a0956d1ec820b42ac4f949a71211
md5: 3acf05d8e42ff0d99820d2d889776fff
depends:
- __osx >=11.0
- python >=3.13,<3.14.0a0
- python >=3.13,<3.14.0a0 *_cp313
- python_abi 3.13.* *_cp313
constrains:
- jinja2 >=3.0.0
license: BSD-3-Clause
license_family: BSD
size: 24757
timestamp: 1733219916634
- conda: https://repo.prefix.dev/conda-forge/linux-64/ncurses-6.5-h2d0b736_2.conda
sha256: 17fe6afd8a00446010220d52256bd222b1e4fcb93bd587e7784b03219f3dc358
md5: 04b34b9a40cdc48cfdab261ab176ff74
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
license: X11 AND BSD-3-Clause
size: 894452
timestamp: 1736683239706
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_2.conda
sha256: b45c73348ec9841d5c893acc2e97adff24127548fe8c786109d03c41ed564e91
md5: f6f7c5b7d0983be186c46c4f6f8f9af8
depends:
- __osx >=11.0
license: X11 AND BSD-3-Clause
size: 796754
timestamp: 1736683572099
- conda: https://repo.prefix.dev/conda-forge/linux-64/openssl-3.4.0-h7b32b05_1.conda
sha256: f62f6bca4a33ca5109b6d571b052a394d836956d21b25b7ffd03376abf7a481f
md5: 4ce6875f75469b2757a65e10a5d05e31
depends:
- __glibc >=2.17,<3.0.a0
- ca-certificates
- libgcc >=13
license: Apache-2.0
license_family: Apache
size: 2937158
timestamp: 1736086387286
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/openssl-3.4.0-h81ee809_1.conda
sha256: 97772762abc70b3a537683ca9fc3ff3d6099eb64e4aba3b9c99e6fce48422d21
md5: 22f971393637480bda8c679f374d8861
depends:
- __osx >=11.0
- ca-certificates
license: Apache-2.0
license_family: Apache
size: 2936415
timestamp: 1736086108693
- conda: https://repo.prefix.dev/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda
sha256: da157b19bcd398b9804c5c52fc000fcb8ab0525bdb9c70f95beaa0bb42f85af1
md5: 3bfed7e6228ebf2f7b9eaa47f1b4e2aa
depends:
- python >=3.8
license: Apache-2.0
license_family: APACHE
size: 60164
timestamp: 1733203368787
- conda: https://repo.prefix.dev/conda-forge/noarch/paramiko-3.5.0-pyhd8ed1ab_1.conda
sha256: b5c2c348ec7ae4ac57422d3499fe611c05b63311d396713ba9125820bf305163
md5: 92e18207b16a4e4790cdcb4e0bcdad60
depends:
- bcrypt >=3.2
- cryptography >=3.3
- pynacl >=1.5
- python >=3.9
license: LGPL-2.1-or-later
license_family: LGPL
size: 160677
timestamp: 1733505695498
- conda: https://repo.prefix.dev/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda
sha256: 9f64009cdf5b8e529995f18e03665b03f5d07c0b17445b8badef45bde76249ee
md5: 617f15191456cc6a13db418a275435e5
depends:
- python >=3.9
license: MPL-2.0
license_family: MOZILLA
size: 41075
timestamp: 1733233471940
- conda: https://repo.prefix.dev/conda-forge/linux-64/pcre2-10.44-hba22ea6_2.conda
sha256: 1087716b399dab91cc9511d6499036ccdc53eb29a288bebcb19cf465c51d7c0d
md5: df359c09c41cd186fffb93a2d87aa6f5
depends:
- __glibc >=2.17,<3.0.a0
- bzip2 >=1.0.8,<2.0a0
- libgcc-ng >=12
- libzlib >=1.3.1,<2.0a0
license: BSD-3-Clause
license_family: BSD
size: 952308
timestamp: 1723488734144
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/pcre2-10.44-h297a79d_2.conda
sha256: 83153c7d8fd99cab33c92ce820aa7bfed0f1c94fc57010cf227b6e3c50cb7796
md5: 147c83e5e44780c7492998acbacddf52
depends:
- __osx >=11.0
- bzip2 >=1.0.8,<2.0a0
- libzlib >=1.3.1,<2.0a0
license: BSD-3-Clause
license_family: BSD
size: 618973
timestamp: 1723488853807
- conda: https://repo.prefix.dev/conda-forge/linux-64/perl-5.32.1-7_hd590300_perl5.conda
build_number: 7
sha256: 9ec32b6936b0e37bcb0ed34f22ec3116e75b3c0964f9f50ecea5f58734ed6ce9
md5: f2cfec9406850991f4e3d960cc9e3321
depends:
- libgcc-ng >=12
- libxcrypt >=4.4.36
license: GPL-1.0-or-later OR Artistic-1.0-Perl
size: 13344463
timestamp: 1703310653947
- conda: https://repo.prefix.dev/conda-forge/osx-arm64/perl-5.32.1-7_h4614cfb_perl5.conda
build_number: 7
sha256: b0c55040d2994fd6bf2f83786561d92f72306d982d6ea12889acad24a9bf43b8
md5: ba3cbe93f99e896765422cc5f7c3a79e
license: GPL-1.0-or-later OR Artistic-1.0-Perl
size: 14439531
timestamp: 1703311335652
- conda: https://repo.prefix.dev/conda-forge/noarch/plumbum-1.9.0-pyhd8ed1ab_0.conda
sha256: f805a35ba79a96084d7e88934633154c4f578c2dfeb5f5ad2860c15a48bc69b1
md5: 05b135cab1ec6eb09107b2e122df89a6
depends:
- importlib_resources
- paramiko
- python >=3.8
- pywin32-on-windows
license: MIT