-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpy-3.12.conda-lock.yml
More file actions
8541 lines (8541 loc) · 245 KB
/
py-3.12.conda-lock.yml
File metadata and controls
8541 lines (8541 loc) · 245 KB
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
# This lock file was generated by conda-lock (https://github.com/conda/conda-lock). DO NOT EDIT!
#
# A "lock file" contains a concrete list of package versions (with checksums) to be installed. Unlike
# e.g. `conda env create`, the resulting environment will not change as new package versions become
# available, unless you explicitly update the lock file.
#
# Install this environment as "YOURENV" with:
# conda-lock install -n YOURENV py-3.12.conda-lock.yml
# This lock contains optional development dependencies. Include them in the installed environment with:
# conda-lock install --dev-dependencies -n YOURENV py-3.12.conda-lock.yml
# To update a single package to the latest version compatible with the version constraints in the source:
# conda-lock lock --lockfile py-3.12.conda-lock.yml --update PACKAGE
# To re-solve the entire environment, e.g. after changing a version constraint in the source file:
# conda-lock -f pyproject.toml -f environments/env-python-3.12.yml --lockfile py-3.12.conda-lock.yml
version: 1
metadata:
content_hash:
win-64: 4ef67c8a8709138d6f5ee5d18a19f7bc8cf404736497e6124f841213161e61ad
linux-64: 63adace8c14942ee5e5c7b5b78f929489b8404c49a76884923f72f2e8d0d8ac2
channels:
- url: conda-forge
used_env_vars: []
- url: nodefaults
used_env_vars: []
platforms:
- win-64
- linux-64
sources:
- pyproject.toml
- environments/env-python-3.12.yml
package:
- name: _openmp_mutex
version: '4.5'
manager: conda
platform: linux-64
dependencies:
llvm-openmp: '>=9.0.1'
url: https://repo.prefix.dev/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda
hash:
md5: 887b70e1d607fba7957aa02f9ee0d939
sha256: c0cddb66070dd6355311f7667ce2acccf70d1013edaa6e97f22859502fefdb22
category: main
optional: false
- name: _openmp_mutex
version: '4.5'
manager: conda
platform: win-64
dependencies:
libgomp: '>=7.5.0'
libwinpthread: '>=12.0.0.r4.gg4f2fc60ca'
url: https://repo.prefix.dev/conda-forge/win-64/_openmp_mutex-4.5-20_gnu.conda
hash:
md5: 1626967b574d1784b578b52eaeb071e7
sha256: 8a1cee28bd0ee7451ada1cd50b64720e57e17ff994fc62dd8329bef570d382e4
category: main
optional: false
- name: _python_abi3_support
version: '1.0'
manager: conda
platform: linux-64
dependencies:
cpython: ''
python-gil: ''
url: https://repo.prefix.dev/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda
hash:
md5: aaa2a381ccc56eac91d63b6c1240312f
sha256: a3967b937b9abf0f2a99f3173fa4630293979bd1644709d89580e7c62a544661
category: dev
optional: true
- name: _python_abi3_support
version: '1.0'
manager: conda
platform: win-64
dependencies:
cpython: ''
python-gil: ''
url: https://repo.prefix.dev/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda
hash:
md5: aaa2a381ccc56eac91d63b6c1240312f
sha256: a3967b937b9abf0f2a99f3173fa4630293979bd1644709d89580e7c62a544661
category: dev
optional: true
- name: alabaster
version: 0.7.16
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
url: https://repo.prefix.dev/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda
hash:
md5: def531a3ac77b7fb8c21d17bb5d0badb
sha256: fd39ad2fabec1569bbb0dfdae34ab6ce7de6ec09dcec8638f83dad0373594069
category: dev
optional: true
- name: alabaster
version: 0.7.16
manager: conda
platform: win-64
dependencies:
python: '>=3.9'
url: https://repo.prefix.dev/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda
hash:
md5: def531a3ac77b7fb8c21d17bb5d0badb
sha256: fd39ad2fabec1569bbb0dfdae34ab6ce7de6ec09dcec8638f83dad0373594069
category: dev
optional: true
- name: annotated-types
version: 0.7.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
typing-extensions: '>=4.0.0'
url: https://repo.prefix.dev/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda
hash:
md5: 2934f256a8acfe48f6ebb4fce6cde29c
sha256: e0ea1ba78fbb64f17062601edda82097fcf815012cf52bb704150a2668110d48
category: main
optional: false
- name: annotated-types
version: 0.7.0
manager: conda
platform: win-64
dependencies:
python: '>=3.9'
typing-extensions: '>=4.0.0'
url: https://repo.prefix.dev/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda
hash:
md5: 2934f256a8acfe48f6ebb4fce6cde29c
sha256: e0ea1ba78fbb64f17062601edda82097fcf815012cf52bb704150a2668110d48
category: main
optional: false
- name: anyio
version: 4.13.0
manager: conda
platform: linux-64
dependencies:
exceptiongroup: '>=1.0.2'
idna: '>=2.8'
python: ''
typing_extensions: '>=4.5'
url: https://repo.prefix.dev/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda
hash:
md5: af2df4b9108808da3dc76710fe50eae2
sha256: f09aed24661cd45ba54a43772504f05c0698248734f9ae8cd289d314ac89707e
category: dev
optional: true
- name: anyio
version: 4.13.0
manager: conda
platform: win-64
dependencies:
exceptiongroup: '>=1.0.2'
idna: '>=2.8'
python: ''
typing_extensions: '>=4.5'
url: https://repo.prefix.dev/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda
hash:
md5: af2df4b9108808da3dc76710fe50eae2
sha256: f09aed24661cd45ba54a43772504f05c0698248734f9ae8cd289d314ac89707e
category: dev
optional: true
- name: argon2-cffi
version: 25.1.0
manager: conda
platform: linux-64
dependencies:
argon2-cffi-bindings: ''
python: '>=3.9'
typing-extensions: ''
url: https://repo.prefix.dev/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda
hash:
md5: 8ac12aff0860280ee0cff7fa2cf63f3b
sha256: bea62005badcb98b1ae1796ec5d70ea0fc9539e7d59708ac4e7d41e2f4bb0bad
category: dev
optional: true
- name: argon2-cffi
version: 25.1.0
manager: conda
platform: win-64
dependencies:
argon2-cffi-bindings: ''
python: '>=3.9'
typing-extensions: ''
url: https://repo.prefix.dev/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda
hash:
md5: 8ac12aff0860280ee0cff7fa2cf63f3b
sha256: bea62005badcb98b1ae1796ec5d70ea0fc9539e7d59708ac4e7d41e2f4bb0bad
category: dev
optional: true
- name: argon2-cffi-bindings
version: 25.1.0
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
cffi: '>=1.0.1'
libgcc: '>=14'
python: '>=3.12,<3.13.0a0'
python_abi: 3.12.*
url: https://repo.prefix.dev/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py312h4c3975b_2.conda
hash:
md5: 1567f06d717246abab170736af8bad1b
sha256: 7988c207b2b766dad5ebabf25a92b8d75cb8faed92f256fd7a4e0875c9ec6d58
category: dev
optional: true
- name: argon2-cffi-bindings
version: 25.1.0
manager: conda
platform: win-64
dependencies:
cffi: '>=1.0.1'
python: '>=3.12,<3.13.0a0'
python_abi: 3.12.*
ucrt: '>=10.0.20348.0'
vc: '>=14.3,<15'
vc14_runtime: '>=14.44.35208'
url: https://repo.prefix.dev/conda-forge/win-64/argon2-cffi-bindings-25.1.0-py312he06e257_2.conda
hash:
md5: 5dc3781bbc4ddce0bf250a04c1a192c2
sha256: 38c5e43d991b0c43713fa2ceba3063afa4ccad2dd4c8eb720143de54d461a338
category: dev
optional: true
- name: arrow
version: 1.4.0
manager: conda
platform: linux-64
dependencies:
python: ''
python-dateutil: '>=2.7.0'
python-tzdata: ''
url: https://repo.prefix.dev/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda
hash:
md5: 85c4f19f377424eafc4ed7911b291642
sha256: 792da8131b1b53ff667bd6fc617ea9087b570305ccb9913deb36b8e12b3b5141
category: dev
optional: true
- name: arrow
version: 1.4.0
manager: conda
platform: win-64
dependencies:
python: ''
python-dateutil: '>=2.7.0'
python-tzdata: ''
url: https://repo.prefix.dev/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda
hash:
md5: 85c4f19f377424eafc4ed7911b291642
sha256: 792da8131b1b53ff667bd6fc617ea9087b570305ccb9913deb36b8e12b3b5141
category: dev
optional: true
- name: asciitree
version: 0.3.3
manager: conda
platform: linux-64
dependencies:
python: ''
url: https://repo.prefix.dev/conda-forge/noarch/asciitree-0.3.3-py_2.tar.bz2
hash:
md5: c0481c9de49f040272556e2cedf42816
sha256: b3e9369529fe7d721b66f18680ff4b561e20dbf6507e209e1f60eac277c97560
category: main
optional: false
- name: asciitree
version: 0.3.3
manager: conda
platform: win-64
dependencies:
python: ''
url: https://repo.prefix.dev/conda-forge/noarch/asciitree-0.3.3-py_2.tar.bz2
hash:
md5: c0481c9de49f040272556e2cedf42816
sha256: b3e9369529fe7d721b66f18680ff4b561e20dbf6507e209e1f60eac277c97560
category: main
optional: false
- name: astroid
version: 4.0.4
manager: conda
platform: linux-64
dependencies:
python: '>=3.12,<3.13.0a0'
python_abi: 3.12.*
url: https://repo.prefix.dev/conda-forge/linux-64/astroid-4.0.4-py312h7900ff3_0.conda
hash:
md5: 78bdb6d3da524bdea10ef44e5ec7658d
sha256: 50d706c0700ee47617de6a850cab0bb4a3419c2ed86804c21f449735f09e1c48
category: dev
optional: true
- name: astroid
version: 4.0.4
manager: conda
platform: win-64
dependencies:
python: '>=3.12,<3.13.0a0'
python_abi: 3.12.*
url: https://repo.prefix.dev/conda-forge/win-64/astroid-4.0.4-py312h2e8e312_0.conda
hash:
md5: 0cec3709c887fd21483f9fe36d039bac
sha256: 24916ad967b6b0d25c6ed2cff1e61b17f4f72d0c73cbdc5f2afdd55dcc0a36b5
category: dev
optional: true
- name: asttokens
version: 3.0.1
manager: conda
platform: linux-64
dependencies:
python: '>=3.10'
url: https://repo.prefix.dev/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda
hash:
md5: 9673a61a297b00016442e022d689faa6
sha256: ee4da0f3fe9d59439798ee399ef3e482791e48784873d546e706d0935f9ff010
category: dev
optional: true
- name: asttokens
version: 3.0.1
manager: conda
platform: win-64
dependencies:
python: '>=3.10'
url: https://repo.prefix.dev/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda
hash:
md5: 9673a61a297b00016442e022d689faa6
sha256: ee4da0f3fe9d59439798ee399ef3e482791e48784873d546e706d0935f9ff010
category: dev
optional: true
- name: async-lru
version: 2.3.0
manager: conda
platform: linux-64
dependencies:
python: ''
typing_extensions: '>=4.0.0'
url: https://repo.prefix.dev/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda
hash:
md5: b85e84cb64c762569cc1a760c2327e0a
sha256: ea8486637cfb89dc26dc9559921640cd1d5fd37e5e02c33d85c94572139f2efe
category: dev
optional: true
- name: async-lru
version: 2.3.0
manager: conda
platform: win-64
dependencies:
python: ''
typing_extensions: '>=4.0.0'
url: https://repo.prefix.dev/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda
hash:
md5: b85e84cb64c762569cc1a760c2327e0a
sha256: ea8486637cfb89dc26dc9559921640cd1d5fd37e5e02c33d85c94572139f2efe
category: dev
optional: true
- name: attrs
version: 26.1.0
manager: conda
platform: linux-64
dependencies:
python: ''
url: https://repo.prefix.dev/conda-forge/noarch/attrs-26.1.0-pyhcf101f3_0.conda
hash:
md5: c6b0543676ecb1fb2d7643941fe375f2
sha256: 1b6124230bb4e571b1b9401537ecff575b7b109cc3a21ee019f65e083b8399ab
category: dev
optional: true
- name: attrs
version: 26.1.0
manager: conda
platform: win-64
dependencies:
python: ''
url: https://repo.prefix.dev/conda-forge/noarch/attrs-26.1.0-pyhcf101f3_0.conda
hash:
md5: c6b0543676ecb1fb2d7643941fe375f2
sha256: 1b6124230bb4e571b1b9401537ecff575b7b109cc3a21ee019f65e083b8399ab
category: dev
optional: true
- name: aws-c-auth
version: 0.10.1
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-cal: '>=0.9.13,<0.9.14.0a0'
aws-c-common: '>=0.12.6,<0.12.7.0a0'
aws-c-http: '>=0.10.12,<0.10.13.0a0'
aws-c-io: '>=0.26.3,<0.26.4.0a0'
aws-c-sdkutils: '>=0.2.4,<0.2.5.0a0'
libgcc: '>=14'
url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-auth-0.10.1-h2d2dd48_2.conda
hash:
md5: 675ea6d90900350b1dcfa8231a5ea2dd
sha256: 292aa18fe6ab5351710e6416fbd683eaef3aa5b1b7396da9350ff08efc660e4f
category: main
optional: false
- name: aws-c-auth
version: 0.10.1
manager: conda
platform: win-64
dependencies:
aws-c-cal: '>=0.9.13,<0.9.14.0a0'
aws-c-common: '>=0.12.6,<0.12.7.0a0'
aws-c-http: '>=0.10.12,<0.10.13.0a0'
aws-c-io: '>=0.26.3,<0.26.4.0a0'
aws-c-sdkutils: '>=0.2.4,<0.2.5.0a0'
ucrt: '>=10.0.20348.0'
vc: '>=14.3,<15'
vc14_runtime: '>=14.44.35208'
url: https://repo.prefix.dev/conda-forge/win-64/aws-c-auth-0.10.1-h5d51246_2.conda
hash:
md5: 908d5d8755564e2c3f3770fca7ff0736
sha256: f937d40f01493c4799a673f56d70434d6cddb2ec967cf642a39e0e04282a9a1e
category: main
optional: false
- name: aws-c-cal
version: 0.9.13
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-common: '>=0.12.6,<0.12.7.0a0'
libgcc: '>=14'
openssl: '>=3.5.4,<4.0a0'
url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-cal-0.9.13-h2c9d079_1.conda
hash:
md5: 3c3d02681058c3d206b562b2e3bc337f
sha256: f21d648349a318f4ae457ea5403d542ba6c0e0343b8642038523dd612b2a5064
category: main
optional: false
- name: aws-c-cal
version: 0.9.13
manager: conda
platform: win-64
dependencies:
aws-c-common: '>=0.12.6,<0.12.7.0a0'
ucrt: '>=10.0.20348.0'
vc: '>=14.3,<15'
vc14_runtime: '>=14.44.35208'
url: https://repo.prefix.dev/conda-forge/win-64/aws-c-cal-0.9.13-h46f3b43_1.conda
hash:
md5: 7cc4953d504d4e8f3d6f4facb8549465
sha256: 5f61082caea9fbdd6ba02702935e9dea9997459a7e6c06fd47f21b81aac882fb
category: main
optional: false
- name: aws-c-common
version: 0.12.6
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc: '>=14'
url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-common-0.12.6-hb03c661_0.conda
hash:
md5: e36ad70a7e0b48f091ed6902f04c23b8
sha256: 926a5b9de0a586e88669d81de717c8dd3218c51ce55658e8a16af7e7fe87c833
category: main
optional: false
- name: aws-c-common
version: 0.12.6
manager: conda
platform: win-64
dependencies:
ucrt: '>=10.0.20348.0'
vc: '>=14.3,<15'
vc14_runtime: '>=14.44.35208'
url: https://repo.prefix.dev/conda-forge/win-64/aws-c-common-0.12.6-hfd05255_0.conda
hash:
md5: b1465f33b05b9af02ad0887c01837831
sha256: 0627691c34eb3d9fcd18c71346d9f16f83e8e58f9983e792138a2cccf387d18a
category: main
optional: false
- name: aws-c-compression
version: 0.3.2
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-common: '>=0.12.6,<0.12.7.0a0'
libgcc: '>=14'
url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-compression-0.3.2-h8b1a151_0.conda
hash:
md5: f16f498641c9e05b645fe65902df661a
sha256: 1838bdc077b77168416801f4715335b65e9223f83641a2c28644f8acd8f9db0e
category: main
optional: false
- name: aws-c-compression
version: 0.3.2
manager: conda
platform: win-64
dependencies:
aws-c-common: '>=0.12.6,<0.12.7.0a0'
ucrt: '>=10.0.20348.0'
vc: '>=14.3,<15'
vc14_runtime: '>=14.44.35208'
url: https://repo.prefix.dev/conda-forge/win-64/aws-c-compression-0.3.2-hcb3a2da_0.conda
hash:
md5: 0385f2340be1776b513258adaf70e208
sha256: f98fbb797d28de3ae41dbd42590549ee0a2a4e61772f9cc6d1a4fa45d47637de
category: main
optional: false
- name: aws-c-http
version: 0.10.12
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-cal: '>=0.9.13,<0.9.14.0a0'
aws-c-common: '>=0.12.6,<0.12.7.0a0'
aws-c-compression: '>=0.3.2,<0.3.3.0a0'
aws-c-io: '>=0.26.3,<0.26.4.0a0'
libgcc: '>=14'
url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-http-0.10.12-h4bacb7b_1.conda
hash:
md5: 7bc920933e5fb225aba86a788164a8f1
sha256: c6f910d400ef9034493988e8cd37bd4712e42d85921122bcda4ba68d4614b131
category: main
optional: false
- name: aws-c-http
version: 0.10.12
manager: conda
platform: win-64
dependencies:
aws-c-cal: '>=0.9.13,<0.9.14.0a0'
aws-c-common: '>=0.12.6,<0.12.7.0a0'
aws-c-compression: '>=0.3.2,<0.3.3.0a0'
aws-c-io: '>=0.26.3,<0.26.4.0a0'
ucrt: '>=10.0.20348.0'
vc: '>=14.3,<15'
vc14_runtime: '>=14.44.35208'
url: https://repo.prefix.dev/conda-forge/win-64/aws-c-http-0.10.12-h612f3e8_1.conda
hash:
md5: 26af0e9d7853d27e909ce01c287692b4
sha256: dc297fbce04335f5f80b30bcdee1925ed4a0d95e7a2382523870c6b4981ca1b2
category: main
optional: false
- name: aws-c-io
version: 0.26.3
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-cal: '>=0.9.13,<0.9.14.0a0'
aws-c-common: '>=0.12.6,<0.12.7.0a0'
libgcc: '>=14'
s2n: '>=1.7.1,<1.7.2.0a0'
url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-io-0.26.3-hc87160b_0.conda
hash:
md5: dde6a3e4fe6bb2ecd2a7050dd1e701fb
sha256: c66ebb7815949db72bab7c86bf477197e4bc6937c381cf32248bdd1ce496db00
category: main
optional: false
- name: aws-c-io
version: 0.26.3
manager: conda
platform: win-64
dependencies:
aws-c-cal: '>=0.9.13,<0.9.14.0a0'
aws-c-common: '>=0.12.6,<0.12.7.0a0'
ucrt: '>=10.0.20348.0'
vc: '>=14.3,<15'
vc14_runtime: '>=14.44.35208'
url: https://repo.prefix.dev/conda-forge/win-64/aws-c-io-0.26.3-h0d5b9f9_0.conda
hash:
md5: ce36c60ed6b15c8dbb7ccddec4ebf57f
sha256: 3c9d50fb7895df4edd72d177299551608c24d8b0b82db0cf34c8e2bf6644979c
category: main
optional: false
- name: aws-c-s3
version: 0.11.5
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-auth: '>=0.10.1,<0.10.2.0a0'
aws-c-cal: '>=0.9.13,<0.9.14.0a0'
aws-c-common: '>=0.12.6,<0.12.7.0a0'
aws-c-http: '>=0.10.12,<0.10.13.0a0'
aws-c-io: '>=0.26.3,<0.26.4.0a0'
aws-checksums: '>=0.2.10,<0.2.11.0a0'
libgcc: '>=14'
openssl: '>=3.5.5,<4.0a0'
url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-s3-0.11.5-h6d69fc9_5.conda
hash:
md5: 4c5c16bf1133dcfe100f33dd4470998e
sha256: c15869656f5fbebe27cc5aa58b23831f75d85502d324fedd7ee7e552c79b495d
category: main
optional: false
- name: aws-c-s3
version: 0.11.5
manager: conda
platform: win-64
dependencies:
aws-c-auth: '>=0.10.1,<0.10.2.0a0'
aws-c-cal: '>=0.9.13,<0.9.14.0a0'
aws-c-common: '>=0.12.6,<0.12.7.0a0'
aws-c-http: '>=0.10.12,<0.10.13.0a0'
aws-c-io: '>=0.26.3,<0.26.4.0a0'
aws-checksums: '>=0.2.10,<0.2.11.0a0'
ucrt: '>=10.0.20348.0'
vc: '>=14.3,<15'
vc14_runtime: '>=14.44.35208'
url: https://repo.prefix.dev/conda-forge/win-64/aws-c-s3-0.11.5-h87bd87b_5.conda
hash:
md5: 2d90128559ec4b3c78d1b889b8b13b50
sha256: 62367b6d4d8aa1b43fb63e51d779bb829dfdd53d908c1b6700efa23255dd38db
category: main
optional: false
- name: aws-c-sdkutils
version: 0.2.4
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-common: '>=0.12.6,<0.12.7.0a0'
libgcc: '>=14'
url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-sdkutils-0.2.4-h8b1a151_4.conda
hash:
md5: c7e3e08b7b1b285524ab9d74162ce40b
sha256: 9d62c5029f6f8219368a8665f0a549da572dc777f52413b7d75609cacdbc02cc
category: main
optional: false
- name: aws-c-sdkutils
version: 0.2.4
manager: conda
platform: win-64
dependencies:
aws-c-common: '>=0.12.6,<0.12.7.0a0'
ucrt: '>=10.0.20348.0'
vc: '>=14.3,<15'
vc14_runtime: '>=14.44.35208'
url: https://repo.prefix.dev/conda-forge/win-64/aws-c-sdkutils-0.2.4-hcb3a2da_4.conda
hash:
md5: 3c97faee5be6fd0069410cf2bca71c85
sha256: c86c30edba7457e04d905c959328142603b62d7d1888aed893b2e21cca9c302c
category: main
optional: false
- name: aws-checksums
version: 0.2.10
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-common: '>=0.12.6,<0.12.7.0a0'
libgcc: '>=14'
url: https://repo.prefix.dev/conda-forge/linux-64/aws-checksums-0.2.10-h8b1a151_0.conda
hash:
md5: f8e1bcc5c7d839c5882e94498791be08
sha256: 09472dd5fa4473cffd44741ee4c1112f2c76d7168d1343de53c2ad283dc1efa6
category: main
optional: false
- name: aws-checksums
version: 0.2.10
manager: conda
platform: win-64
dependencies:
aws-c-common: '>=0.12.6,<0.12.7.0a0'
ucrt: '>=10.0.20348.0'
vc: '>=14.3,<15'
vc14_runtime: '>=14.44.35208'
url: https://repo.prefix.dev/conda-forge/win-64/aws-checksums-0.2.10-hcb3a2da_0.conda
hash:
md5: 96e950e5007fb691322db578736aba52
sha256: 505b2365bbf3c197c9c2e007ba8262bcdaaddc970f84ce67cf73868ca2990989
category: main
optional: false
- name: babel
version: 2.18.0
manager: conda
platform: linux-64
dependencies:
python: ''
url: https://repo.prefix.dev/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda
hash:
md5: f1976ce927373500cc19d3c0b2c85177
sha256: a14a9ad02101aab25570543a59c5193043b73dc311a25650134ed9e6cb691770
category: dev
optional: true
- name: babel
version: 2.18.0
manager: conda
platform: win-64
dependencies:
python: ''
url: https://repo.prefix.dev/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda
hash:
md5: f1976ce927373500cc19d3c0b2c85177
sha256: a14a9ad02101aab25570543a59c5193043b73dc311a25650134ed9e6cb691770
category: dev
optional: true
- name: backports.zstd
version: 1.3.0
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc: '>=14'
python: ''
python_abi: 3.12.*
zstd: '>=1.5.7,<1.6.0a0'
url: https://repo.prefix.dev/conda-forge/linux-64/backports.zstd-1.3.0-py312h90b7ffd_0.conda
hash:
md5: 5b8c55fed2e576dde4b0b33693a4fdb1
sha256: d77a24be15e283d83214121428290dbe55632a6e458378205b39c550afa008cf
category: main
optional: false
- name: backports.zstd
version: 1.3.0
manager: conda
platform: win-64
dependencies:
python: ''
python_abi: 3.12.*
ucrt: '>=10.0.20348.0'
vc: '>=14.3,<15'
vc14_runtime: '>=14.44.35208'
zstd: '>=1.5.7,<1.6.0a0'
url: https://repo.prefix.dev/conda-forge/win-64/backports.zstd-1.3.0-py312h06d0912_0.conda
hash:
md5: 2db2b356f08f19ce4309a79a9ee6b9d8
sha256: c9c97cd644faa6c4fb38017c5ecfd082f56a3126af5925d246364fa4a22b2a74
category: main
optional: false
- name: beautifulsoup4
version: 4.14.3
manager: conda
platform: linux-64
dependencies:
python: '>=3.10'
soupsieve: '>=1.2'
typing-extensions: ''
url: https://repo.prefix.dev/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda
hash:
md5: 5267bef8efea4127aacd1f4e1f149b6e
sha256: bf1e71c3c0a5b024e44ff928225a0874fc3c3356ec1a0b6fe719108e6d1288f6
category: dev
optional: true
- name: beautifulsoup4
version: 4.14.3
manager: conda
platform: win-64
dependencies:
python: '>=3.10'
soupsieve: '>=1.2'
typing-extensions: ''
url: https://repo.prefix.dev/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda
hash:
md5: 5267bef8efea4127aacd1f4e1f149b6e
sha256: bf1e71c3c0a5b024e44ff928225a0874fc3c3356ec1a0b6fe719108e6d1288f6
category: dev
optional: true
- name: bleach
version: 6.3.0
manager: conda
platform: linux-64
dependencies:
python: ''
webencodings: ''
url: https://repo.prefix.dev/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda
hash:
md5: 7c5ebdc286220e8021bf55e6384acd67
sha256: f8ff1f98423674278964a46c93a1766f9e91960d44efd91c6c3ed56a33813f46
category: dev
optional: true
- name: bleach
version: 6.3.0
manager: conda
platform: win-64
dependencies:
python: ''
webencodings: ''
url: https://repo.prefix.dev/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda
hash:
md5: 7c5ebdc286220e8021bf55e6384acd67
sha256: f8ff1f98423674278964a46c93a1766f9e91960d44efd91c6c3ed56a33813f46
category: dev
optional: true
- name: bleach-with-css
version: 6.3.0
manager: conda
platform: linux-64
dependencies:
bleach: ==6.3.0
tinycss2: ''
url: https://repo.prefix.dev/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda
hash:
md5: f11a319b9700b203aa14c295858782b6
sha256: 7c07a865e5e4cca233cc4e0eb3f0f5ff6c90776461687b4fb0b1764133e1fd61
category: dev
optional: true
- name: bleach-with-css
version: 6.3.0
manager: conda
platform: win-64
dependencies:
bleach: ==6.3.0
tinycss2: ''
url: https://repo.prefix.dev/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda
hash:
md5: f11a319b9700b203aa14c295858782b6
sha256: 7c07a865e5e4cca233cc4e0eb3f0f5ff6c90776461687b4fb0b1764133e1fd61
category: dev
optional: true
- name: bokeh
version: 3.6.3
manager: conda
platform: linux-64
dependencies:
contourpy: '>=1.2'
jinja2: '>=2.9'
numpy: '>=1.16'
packaging: '>=16.8'
pandas: '>=1.2'
pillow: '>=7.1.0'
python: '>=3.10'
pyyaml: '>=3.10'
tornado: '>=6.2'
xyzservices: '>=2021.09.1'
url: https://repo.prefix.dev/conda-forge/noarch/bokeh-3.6.3-pyhd8ed1ab_0.conda
hash:
md5: 606498329a91bd9d5c0439fb2815816f
sha256: 6cc6841b1660cd3246890d4f601baf51367526afe6256dfd8a8d9a8f7db651fe
category: main
optional: false
- name: bokeh
version: 3.6.3
manager: conda
platform: win-64
dependencies:
contourpy: '>=1.2'
jinja2: '>=2.9'
numpy: '>=1.16'
packaging: '>=16.8'
pandas: '>=1.2'
pillow: '>=7.1.0'
python: '>=3.10'
pyyaml: '>=3.10'
tornado: '>=6.2'
xyzservices: '>=2021.09.1'
url: https://repo.prefix.dev/conda-forge/noarch/bokeh-3.6.3-pyhd8ed1ab_0.conda
hash:
md5: 606498329a91bd9d5c0439fb2815816f
sha256: 6cc6841b1660cd3246890d4f601baf51367526afe6256dfd8a8d9a8f7db651fe
category: main
optional: false
- name: brotli
version: 1.2.0
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
brotli-bin: 1.2.0
libbrotlidec: 1.2.0
libbrotlienc: 1.2.0
libgcc: '>=14'
url: https://repo.prefix.dev/conda-forge/linux-64/brotli-1.2.0-hed03a55_1.conda
hash:
md5: 8ccf913aaba749a5496c17629d859ed1
sha256: e511644d691f05eb12ebe1e971fd6dc3ae55a4df5c253b4e1788b789bdf2dfa6
category: main
optional: false
- name: brotli
version: 1.2.0
manager: conda
platform: win-64
dependencies:
brotli-bin: 1.2.0
libbrotlidec: 1.2.0
libbrotlienc: 1.2.0
ucrt: '>=10.0.20348.0'
vc: '>=14.3,<15'
vc14_runtime: '>=14.44.35208'
url: https://repo.prefix.dev/conda-forge/win-64/brotli-1.2.0-h2d644bc_1.conda
hash:
md5: bc58fdbced45bb096364de0fba1637af
sha256: a4fffdf1c9b9d3d0d787e20c724cff3a284dfa3773f9ce609c93b1cfd0ce8933
category: main
optional: false
- name: brotli-bin
version: 1.2.0
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libbrotlidec: 1.2.0
libbrotlienc: 1.2.0
libgcc: '>=14'
url: https://repo.prefix.dev/conda-forge/linux-64/brotli-bin-1.2.0-hb03c661_1.conda
hash:
md5: af39b9a8711d4a8d437b52c1d78eb6a1
sha256: 64b137f30b83b1dd61db6c946ae7511657eead59fdf74e84ef0ded219605aa94
category: main
optional: false
- name: brotli-bin
version: 1.2.0
manager: conda
platform: win-64
dependencies:
libbrotlidec: 1.2.0
libbrotlienc: 1.2.0
ucrt: '>=10.0.20348.0'
vc: '>=14.3,<15'
vc14_runtime: '>=14.44.35208'
url: https://repo.prefix.dev/conda-forge/win-64/brotli-bin-1.2.0-hfd05255_1.conda
hash:
md5: 6abd7089eb3f0c790235fe469558d190
sha256: e76966232ef9612de33c2087e3c92c2dc42ea5f300050735a3c646f33bce0429
category: main
optional: false
- name: brotli-python
version: 1.2.0
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc: '>=14'
libstdcxx: '>=14'
python: '>=3.12,<3.13.0a0'
python_abi: 3.12.*
url: https://repo.prefix.dev/conda-forge/linux-64/brotli-python-1.2.0-py312hdb49522_1.conda
hash:
md5: 64088dffd7413a2dd557ce837b4cbbdb
sha256: 49df13a1bb5e388ca0e4e87022260f9501ed4192656d23dc9d9a1b4bf3787918
category: main
optional: false
- name: brotli-python
version: 1.2.0
manager: conda
platform: win-64
dependencies:
python: '>=3.12,<3.13.0a0'
python_abi: 3.12.*
ucrt: '>=10.0.20348.0'
vc: '>=14.3,<15'
vc14_runtime: '>=14.44.35208'
url: https://repo.prefix.dev/conda-forge/win-64/brotli-python-1.2.0-py312hc6d9e41_1.conda
hash:
md5: e8e7a6346a9e50d19b4daf41f367366f
sha256: 2bb6f384a51929ef2d5d6039fcf6c294874f20aaab2f63ca768cbe462ed4b379
category: main
optional: false
- name: bzip2
version: 1.0.8
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc: '>=14'
url: https://repo.prefix.dev/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda
hash:
md5: d2ffd7602c02f2b316fd921d39876885
sha256: 0b75d45f0bba3e95dc693336fa51f40ea28c980131fec438afb7ce6118ed05f6
category: main
optional: false
- name: bzip2
version: 1.0.8
manager: conda
platform: win-64
dependencies:
ucrt: '>=10.0.20348.0'
vc: '>=14.3,<15'
vc14_runtime: '>=14.44.35208'
url: https://repo.prefix.dev/conda-forge/win-64/bzip2-1.0.8-h0ad9c76_9.conda
hash:
md5: 4cb8e6b48f67de0b018719cdf1136306
sha256: 76dfb71df5e8d1c4eded2dbb5ba15bb8fb2e2b0fe42d94145d5eed4c75c35902
category: main
optional: false
- name: c-ares
version: 1.34.6
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc: '>=14'
url: https://repo.prefix.dev/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda
hash:
md5: 920bb03579f15389b9e512095ad995b7
sha256: cc9accf72fa028d31c2a038460787751127317dcfa991f8d1f1babf216bb454e
category: main
optional: false
- name: ca-certificates
version: 2026.2.25
manager: conda
platform: linux-64
dependencies:
__unix: ''
url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda
hash:
md5: 4492fd26db29495f0ba23f146cd5638d
sha256: 67cc7101b36421c5913a1687ef1b99f85b5d6868da3abbf6ec1a4181e79782fc
category: main
optional: false
- name: ca-certificates
version: 2026.2.25
manager: conda
platform: win-64
dependencies:
__win: ''
url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2026.2.25-h4c7d964_0.conda
hash:
md5: f001e6e220355b7f87403a4d0e5bf1ca
sha256: 37950019c59b99585cee5d30dbc2cc9696ed4e11f5742606a4db1621ed8f94d6