-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpy-3.12.conda-lock.yml
More file actions
4515 lines (4515 loc) · 131 KB
/
py-3.12.conda-lock.yml
File metadata and controls
4515 lines (4515 loc) · 131 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: 5cda186c5fef46890a9cc5fc61c2819619ca268c4490d55a93647e5735976bf3
linux-64: 741710c573b2bfce67566e62f6f04a95dfa33ff7691daf4da1d43bbcedcc9b24
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: _libavif_api
version: 1.3.0
manager: conda
platform: win-64
dependencies: {}
url: https://repo.prefix.dev/conda-forge/win-64/_libavif_api-1.3.0-h57928b3_2.conda
hash:
md5: e31e1eda938360543cb29bd3ce8f0b73
sha256: 472aa5e5a97a188c1f01e271a821b5a9dc871e93f7c58cfb7e89bdb6cd926d39
category: main
optional: false
- name: _libgcc_mutex
version: '0.1'
manager: conda
platform: linux-64
dependencies: {}
url: https://repo.prefix.dev/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
hash:
md5: d7c89558ba9fa0495403155b64376d81
sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726
category: main
optional: false
- name: _openmp_mutex
version: '4.5'
manager: conda
platform: linux-64
dependencies:
_libgcc_mutex: '0.1'
libgomp: '>=7.5.0'
url: https://repo.prefix.dev/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
hash:
md5: 73aaf86a425cc6e73fcf236a5a46396d
sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22
category: main
optional: false
- name: _openmp_mutex
version: '4.5'
manager: conda
platform: win-64
dependencies:
libgomp: '>=7.5.0'
libwinpthread: '>=12.0.0.r2.ggc561118da'
url: https://repo.prefix.dev/conda-forge/win-64/_openmp_mutex-4.5-2_gnu.conda
hash:
md5: 37e16618af5c4851a3f3d66dd0e11141
sha256: 1a62cd1f215fe0902e7004089693a78347a30ad687781dfda2289cab000e652d
category: main
optional: false
- name: alabaster
version: 1.0.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.10'
url: https://repo.prefix.dev/conda-forge/noarch/alabaster-1.0.0-pyhd8ed1ab_1.conda
hash:
md5: 1fd9696649f65fd6611fcdb4ffec738a
sha256: 6c4456a138919dae9edd3ac1a74b6fbe5fd66c05675f54df2f8ab8c8d0cc6cea
category: dev
optional: true
- name: alabaster
version: 1.0.0
manager: conda
platform: win-64
dependencies:
python: '>=3.10'
url: https://repo.prefix.dev/conda-forge/noarch/alabaster-1.0.0-pyhd8ed1ab_1.conda
hash:
md5: 1fd9696649f65fd6611fcdb4ffec738a
sha256: 6c4456a138919dae9edd3ac1a74b6fbe5fd66c05675f54df2f8ab8c8d0cc6cea
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: aom
version: 3.9.1
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
url: https://repo.prefix.dev/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda
hash:
md5: 346722a0be40f6edc53f12640d301338
sha256: b08ef033817b5f9f76ce62dfcac7694e7b6b4006420372de22494503decac855
category: main
optional: false
- name: aom
version: 3.9.1
manager: conda
platform: win-64
dependencies:
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://repo.prefix.dev/conda-forge/win-64/aom-3.9.1-he0c23c2_0.conda
hash:
md5: 3d7c14285d3eb3239a76ff79063f27a5
sha256: 0524d0c0b61dacd0c22ac7a8067f977b1d52380210933b04141f5099c5b6fec7
category: main
optional: false
- name: astroid
version: 4.0.2
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.2-py312h7900ff3_0.conda
hash:
md5: 01ddf9d3e4a39c3f032ba14ad91bdc82
sha256: 314383c405003585d27883e7e9f3cc3973a1b29d625ba7feb6cf1b60ed94e704
category: dev
optional: true
- name: astroid
version: 4.0.2
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.2-py312h2e8e312_0.conda
hash:
md5: c5301ff9ec4c62757f2655e23eb60329
sha256: 8722448dc0caeb86407a9d10ef0d9c735a278ffd80b1425a2734df9c974651e9
category: dev
optional: true
- name: babel
version: 2.17.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
pytz: '>=2015.7'
url: https://repo.prefix.dev/conda-forge/noarch/babel-2.17.0-pyhd8ed1ab_0.conda
hash:
md5: 0a01c169f0ab0f91b26e77a3301fbfe4
sha256: 1c656a35800b7f57f7371605bc6507c8d3ad60fbaaec65876fce7f73df1fc8ac
category: dev
optional: true
- name: babel
version: 2.17.0
manager: conda
platform: win-64
dependencies:
python: '>=3.9'
pytz: '>=2015.7'
url: https://repo.prefix.dev/conda-forge/noarch/babel-2.17.0-pyhd8ed1ab_0.conda
hash:
md5: 0a01c169f0ab0f91b26e77a3301fbfe4
sha256: 1c656a35800b7f57f7371605bc6507c8d3ad60fbaaec65876fce7f73df1fc8ac
category: dev
optional: true
- name: blosc
version: 1.21.6
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc: '>=13'
libstdcxx: '>=13'
libzlib: '>=1.3.1,<2.0a0'
lz4-c: '>=1.10.0,<1.11.0a0'
snappy: '>=1.2.1,<1.3.0a0'
zstd: '>=1.5.6,<1.6.0a0'
url: https://repo.prefix.dev/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda
hash:
md5: 2c2fae981fd2afd00812c92ac47d023d
sha256: e7af5d1183b06a206192ff440e08db1c4e8b2ca1f8376ee45fb2f3a85d4ee45d
category: main
optional: false
- name: blosc
version: 1.21.6
manager: conda
platform: win-64
dependencies:
libzlib: '>=1.3.1,<2.0a0'
lz4-c: '>=1.10.0,<1.11.0a0'
snappy: '>=1.2.1,<1.3.0a0'
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
zstd: '>=1.5.6,<1.6.0a0'
url: https://repo.prefix.dev/conda-forge/win-64/blosc-1.21.6-hfd34d9b_1.conda
hash:
md5: 357d7be4146d5fec543bfaa96a8a40de
sha256: 9303a7a0e03cf118eab3691013f6d6cbd1cbac66efbc70d89b20f5d0145257c0
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-py312h67db365_0.conda
hash:
md5: 7c9245551ebbe6b6068aeda04060afaa
sha256: 1acccd5464d81184ead80c017b4a7320c59c2774eb914f14d60ca8b4c55754e9
category: dev
optional: true
- 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-py312h9d5906e_0.conda
hash:
md5: 33b94eb79455950e69771bdd22db2988
sha256: 48ffd069cab4b3b294daeb90e2536dafed5fe0a8476bc9fdcaa9924b691568f8
category: dev
optional: true
- name: brunsli
version: '0.1'
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libbrotlicommon: '>=1.2.0,<1.3.0a0'
libbrotlidec: '>=1.2.0,<1.3.0a0'
libbrotlienc: '>=1.2.0,<1.3.0a0'
libgcc: '>=14'
libstdcxx: '>=14'
url: https://repo.prefix.dev/conda-forge/linux-64/brunsli-0.1-hd1e3526_2.conda
hash:
md5: 5948f4fead433c6e5c46444dbfb01162
sha256: b4831ac06bb65561342cedf3d219cf9b096f20b8d62cda74f0177dffed79d4d5
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_8.conda
hash:
md5: 51a19bba1b8ebfb60df25cde030b7ebc
sha256: c30daba32ddebbb7ded490f0e371eae90f51e72db620554089103b4a6934b0d5
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_8.conda
hash:
md5: 1077e9333c41ff0be8edd1a5ec0ddace
sha256: d882712855624641f48aa9dc3f5feea2ed6b4e6004585d3616386a18186fe692
category: main
optional: false
- name: c-ares
version: 1.34.5
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc: '>=13'
url: https://repo.prefix.dev/conda-forge/linux-64/c-ares-1.34.5-hb9d3cd8_0.conda
hash:
md5: f7f0d6cc2dc986d42ac2689ec88192be
sha256: f8003bef369f57396593ccd03d08a8e21966157269426f71e943f96e4b579aeb
category: main
optional: false
- name: c-blosc2
version: 2.22.0
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc: '>=14'
libstdcxx: '>=14'
lz4-c: '>=1.10.0,<1.11.0a0'
zlib-ng: '>=2.2.5,<2.3.0a0'
zstd: '>=1.5.7,<1.6.0a0'
url: https://repo.prefix.dev/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda
hash:
md5: bede98a38485d588b3ec7e4ba2e46532
sha256: c558bce3c6d1707528a9b54b1af321e3d6968e4db3e5addc9dcb906422026490
category: main
optional: false
- name: c-blosc2
version: 2.22.0
manager: conda
platform: win-64
dependencies:
lz4-c: '>=1.10.0,<1.11.0a0'
ucrt: '>=10.0.20348.0'
vc: '>=14.3,<15'
vc14_runtime: '>=14.44.35208'
zlib-ng: '>=2.2.5,<2.3.0a0'
zstd: '>=1.5.7,<1.6.0a0'
url: https://repo.prefix.dev/conda-forge/win-64/c-blosc2-2.22.0-h3cf07e4_0.conda
hash:
md5: ab0d849766a52945ee1d872abf61fb0c
sha256: 522b3bbfcd30d4559aec29228448aa49ca02d1e9c79f4b6da446462042707680
category: main
optional: false
- name: ca-certificates
version: 2025.10.5
manager: conda
platform: linux-64
dependencies:
__unix: ''
url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2025.10.5-hbd8a1cb_0.conda
hash:
md5: f9e5fbc24009179e8b0409624691758a
sha256: 3b5ad78b8bb61b6cdc0978a6a99f8dfb2cc789a451378d054698441005ecbdb6
category: main
optional: false
- name: ca-certificates
version: 2025.10.5
manager: conda
platform: win-64
dependencies:
__win: ''
url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2025.10.5-h4c7d964_0.conda
hash:
md5: e54200a1cd1fe33d61c9df8d3b00b743
sha256: bfb7f9f242f441fdcd80f1199edd2ecf09acea0f2bcef6f07d7cbb1a8131a345
category: main
optional: false
- name: cached-property
version: 1.5.2
manager: conda
platform: linux-64
dependencies:
cached_property: '>=1.5.2,<1.5.3.0a0'
url: https://repo.prefix.dev/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2
hash:
md5: 9b347a7ec10940d3f7941ff6c460b551
sha256: 561e6660f26c35d137ee150187d89767c988413c978e1b712d53f27ddf70ea17
category: main
optional: false
- name: cached-property
version: 1.5.2
manager: conda
platform: win-64
dependencies:
cached_property: '>=1.5.2,<1.5.3.0a0'
url: https://repo.prefix.dev/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2
hash:
md5: 9b347a7ec10940d3f7941ff6c460b551
sha256: 561e6660f26c35d137ee150187d89767c988413c978e1b712d53f27ddf70ea17
category: main
optional: false
- name: cached_property
version: 1.5.2
manager: conda
platform: linux-64
dependencies:
python: '>=3.6'
url: https://repo.prefix.dev/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2
hash:
md5: 576d629e47797577ab0f1b351297ef4a
sha256: 6dbf7a5070cc43d90a1e4c2ec0c541c69d8e30a0e25f50ce9f6e4a432e42c5d7
category: main
optional: false
- name: cached_property
version: 1.5.2
manager: conda
platform: win-64
dependencies:
python: '>=3.6'
url: https://repo.prefix.dev/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2
hash:
md5: 576d629e47797577ab0f1b351297ef4a
sha256: 6dbf7a5070cc43d90a1e4c2ec0c541c69d8e30a0e25f50ce9f6e4a432e42c5d7
category: main
optional: false
- name: certifi
version: 2025.10.5
manager: conda
platform: linux-64
dependencies:
python: '>=3.10'
url: https://repo.prefix.dev/conda-forge/noarch/certifi-2025.10.5-pyhd8ed1ab_0.conda
hash:
md5: 257ae203f1d204107ba389607d375ded
sha256: 955bac31be82592093f6bc006e09822cd13daf52b28643c9a6abd38cd5f4a306
category: dev
optional: true
- name: certifi
version: 2025.10.5
manager: conda
platform: win-64
dependencies:
python: '>=3.10'
url: https://repo.prefix.dev/conda-forge/noarch/certifi-2025.10.5-pyhd8ed1ab_0.conda
hash:
md5: 257ae203f1d204107ba389607d375ded
sha256: 955bac31be82592093f6bc006e09822cd13daf52b28643c9a6abd38cd5f4a306
category: dev
optional: true
- name: cffi
version: 2.0.0
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libffi: '>=3.5.2,<3.6.0a0'
libgcc: '>=14'
pycparser: ''
python: '>=3.12,<3.13.0a0'
python_abi: 3.12.*
url: https://repo.prefix.dev/conda-forge/linux-64/cffi-2.0.0-py312h460c074_1.conda
hash:
md5: 648ee28dcd4e07a1940a17da62eccd40
sha256: 7dafe8173d5f94e46cf9cd597cc8ff476a8357fbbd4433a8b5697b2864845d9c
category: dev
optional: true
- name: cffi
version: 2.0.0
manager: conda
platform: win-64
dependencies:
pycparser: ''
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/cffi-2.0.0-py312he06e257_1.conda
hash:
md5: 46f7dccfee37a52a97c0ed6f33fcf0a3
sha256: 3e3bdcb85a2e79fe47d9c8ce64903c76f663b39cb63b8e761f6f884e76127f82
category: dev
optional: true
- name: charls
version: 2.4.2
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
url: https://repo.prefix.dev/conda-forge/linux-64/charls-2.4.2-h59595ed_0.conda
hash:
md5: 4336bd67920dd504cd8c6761d6a99645
sha256: 18f1c43f91ccf28297f92b094c2c8dbe9c6e8241c0d3cbd6cda014a990660fdd
category: main
optional: false
- name: charls
version: 2.4.2
manager: conda
platform: win-64
dependencies:
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://repo.prefix.dev/conda-forge/win-64/charls-2.4.2-h1537add_0.conda
hash:
md5: 0935766a50dfe44315b62ec0046a8779
sha256: e6a3eab3fe65389900f39a78dc3bd86bbc030e2a746addb8b69a997495ca867c
category: main
optional: false
- name: charset-normalizer
version: 3.4.4
manager: conda
platform: linux-64
dependencies:
python: '>=3.10'
url: https://repo.prefix.dev/conda-forge/noarch/charset-normalizer-3.4.4-pyhd8ed1ab_0.conda
hash:
md5: a22d1fd9bf98827e280a02875d9a007a
sha256: b32f8362e885f1b8417bac2b3da4db7323faa12d5db62b7fd6691c02d60d6f59
category: dev
optional: true
- name: charset-normalizer
version: 3.4.4
manager: conda
platform: win-64
dependencies:
python: '>=3.10'
url: https://repo.prefix.dev/conda-forge/noarch/charset-normalizer-3.4.4-pyhd8ed1ab_0.conda
hash:
md5: a22d1fd9bf98827e280a02875d9a007a
sha256: b32f8362e885f1b8417bac2b3da4db7323faa12d5db62b7fd6691c02d60d6f59
category: dev
optional: true
- name: colorama
version: 0.4.6
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
url: https://repo.prefix.dev/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda
hash:
md5: 962b9857ee8e7018c22f2776ffa0b2d7
sha256: ab29d57dc70786c1269633ba3dff20288b81664d3ff8d21af995742e2bb03287
category: main
optional: false
- name: colorama
version: 0.4.6
manager: conda
platform: win-64
dependencies:
python: '>=3.9'
url: https://repo.prefix.dev/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda
hash:
md5: 962b9857ee8e7018c22f2776ffa0b2d7
sha256: ab29d57dc70786c1269633ba3dff20288b81664d3ff8d21af995742e2bb03287
category: main
optional: false
- name: coverage
version: 7.11.3
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc: '>=14'
python: '>=3.12,<3.13.0a0'
python_abi: 3.12.*
tomli: ''
url: https://repo.prefix.dev/conda-forge/linux-64/coverage-7.11.3-py312h8a5da7c_0.conda
hash:
md5: eb18b3b7b8d07a1cc10d99117b5aadc8
sha256: 529589980631c1c6144233fdd57370ebafcb3c0cf017b1ea6474911908f9ca90
category: dev
optional: true
- name: coverage
version: 7.11.3
manager: conda
platform: win-64
dependencies:
python: '>=3.12,<3.13.0a0'
python_abi: 3.12.*
tomli: ''
ucrt: '>=10.0.20348.0'
vc: '>=14.3,<15'
vc14_runtime: '>=14.44.35208'
url: https://repo.prefix.dev/conda-forge/win-64/coverage-7.11.3-py312h05f76fc_0.conda
hash:
md5: c05a53e641516622b2059be0157d94c7
sha256: 7d910b7f79f7c6e2dd43078a0d0ea0db8d6a173da0e1ba59e1945f7850261e2a
category: dev
optional: true
- name: dav1d
version: 1.2.1
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
url: https://repo.prefix.dev/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda
hash:
md5: 418c6ca5929a611cbd69204907a83995
sha256: 22053a5842ca8ee1cf8e1a817138cdb5e647eb2c46979f84153f6ad7bde73020
category: main
optional: false
- name: dav1d
version: 1.2.1
manager: conda
platform: win-64
dependencies:
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://repo.prefix.dev/conda-forge/win-64/dav1d-1.2.1-hcfcfb64_0.conda
hash:
md5: ed2c27bda330e3f0ab41577cf8b9b585
sha256: 2aa2083c9c186da7d6f975ccfbef654ed54fff27f4bc321dbcd12cee932ec2c4
category: main
optional: false
- name: dill
version: 0.4.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
url: https://repo.prefix.dev/conda-forge/noarch/dill-0.4.0-pyhd8ed1ab_0.conda
hash:
md5: 885745570573eb6a08e021841928297a
sha256: 43dca52c96fde0c4845aaff02bcc92f25e1c2e5266ddefc2eac1a3de0960a3b1
category: dev
optional: true
- name: dill
version: 0.4.0
manager: conda
platform: win-64
dependencies:
python: '>=3.9'
url: https://repo.prefix.dev/conda-forge/noarch/dill-0.4.0-pyhd8ed1ab_0.conda
hash:
md5: 885745570573eb6a08e021841928297a
sha256: 43dca52c96fde0c4845aaff02bcc92f25e1c2e5266ddefc2eac1a3de0960a3b1
category: dev
optional: true
- name: docutils
version: 0.21.2
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
url: https://repo.prefix.dev/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda
hash:
md5: 24c1ca34138ee57de72a943237cde4cc
sha256: fa5966bb1718bbf6967a85075e30e4547901410cc7cb7b16daf68942e9a94823
category: dev
optional: true
- name: docutils
version: 0.21.2
manager: conda
platform: win-64
dependencies:
python: '>=3.9'
url: https://repo.prefix.dev/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda
hash:
md5: 24c1ca34138ee57de72a943237cde4cc
sha256: fa5966bb1718bbf6967a85075e30e4547901410cc7cb7b16daf68942e9a94823
category: dev
optional: true
- name: exceptiongroup
version: 1.3.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
typing_extensions: '>=4.6.0'
url: https://repo.prefix.dev/conda-forge/noarch/exceptiongroup-1.3.0-pyhd8ed1ab_0.conda
hash:
md5: 72e42d28960d875c7654614f8b50939a
sha256: ce61f4f99401a4bd455b89909153b40b9c823276aefcbb06f2044618696009ca
category: dev
optional: true
- name: exceptiongroup
version: 1.3.0
manager: conda
platform: win-64
dependencies:
python: '>=3.9'
typing_extensions: '>=4.6.0'
url: https://repo.prefix.dev/conda-forge/noarch/exceptiongroup-1.3.0-pyhd8ed1ab_0.conda
hash:
md5: 72e42d28960d875c7654614f8b50939a
sha256: ce61f4f99401a4bd455b89909153b40b9c823276aefcbb06f2044618696009ca
category: dev
optional: true
- name: freetype
version: 2.14.1
manager: conda
platform: linux-64
dependencies:
libfreetype: 2.14.1
libfreetype6: 2.14.1
url: https://repo.prefix.dev/conda-forge/linux-64/freetype-2.14.1-ha770c72_0.conda
hash:
md5: 4afc585cd97ba8a23809406cd8a9eda8
sha256: bf8e4dffe46f7d25dc06f31038cacb01672c47b9f45201f065b0f4d00ab0a83e
category: main
optional: false
- name: freetype
version: 2.14.1
manager: conda
platform: win-64
dependencies:
libfreetype: 2.14.1
libfreetype6: 2.14.1
url: https://repo.prefix.dev/conda-forge/win-64/freetype-2.14.1-h57928b3_0.conda
hash:
md5: d69c21967f35eb2ce7f1f85d6b6022d3
sha256: a9b3313edea0bf14ea6147ea43a1059d0bf78771a1336d2c8282891efc57709a
category: main
optional: false
- name: giflib
version: 5.2.2
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
url: https://repo.prefix.dev/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda
hash:
md5: 3bf7b9fd5a7136126e0234db4b87c8b6
sha256: aac402a8298f0c0cc528664249170372ef6b37ac39fdc92b40601a6aed1e32ff
category: main
optional: false
- name: giflib
version: 5.2.2
manager: conda
platform: win-64
dependencies:
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://repo.prefix.dev/conda-forge/win-64/giflib-5.2.2-h64bf75a_0.conda
hash:
md5: 72f424715c78a04fd5b991ee5dca820f
sha256: 85fa240e749a1a88a588b6895c53f253d990697749b3a7b1ed8bb92ebb3d64c8
category: main
optional: false
- name: h2
version: 4.3.0
manager: conda
platform: linux-64
dependencies:
hpack: '>=4.1,<5'
hyperframe: '>=6.1,<7'
python: '>=3.10'
url: https://repo.prefix.dev/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda
hash:
md5: 164fc43f0b53b6e3a7bc7dce5e4f1dc9
sha256: 84c64443368f84b600bfecc529a1194a3b14c3656ee2e832d15a20e0329b6da3
category: dev
optional: true
- name: h2
version: 4.3.0
manager: conda
platform: win-64
dependencies:
hpack: '>=4.1,<5'
hyperframe: '>=6.1,<7'
python: '>=3.10'
url: https://repo.prefix.dev/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda
hash:
md5: 164fc43f0b53b6e3a7bc7dce5e4f1dc9
sha256: 84c64443368f84b600bfecc529a1194a3b14c3656ee2e832d15a20e0329b6da3
category: dev
optional: true
- name: h5py
version: 3.15.1
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
cached-property: ''
hdf5: '>=1.14.6,<1.14.7.0a0'
libgcc: '>=14'
numpy: '>=1.23,<3'
python: '>=3.12,<3.13.0a0'
python_abi: 3.12.*
url: https://repo.prefix.dev/conda-forge/linux-64/h5py-3.15.1-nompi_py312ha4f8f14_100.conda
hash:
md5: 44a8a9fe9150a6aba3c7e3845604b4ff
sha256: 5116f0aff9ae47c1ce594e4eb0d1b0b8f3b5347f91e883dff12bdbf8b782fa50
category: main
optional: false
- name: h5py
version: 3.15.1
manager: conda
platform: win-64
dependencies:
cached-property: ''
hdf5: '>=1.14.6,<1.14.7.0a0'
numpy: '>=1.23,<3'
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/h5py-3.15.1-nompi_py312h03cd2ba_100.conda
hash:
md5: fd77224d0a5bb4f87438b80362f56a7a
sha256: 101ccbf8aa4640f0f08829899886d8586237fab402e77bc9debfeb0de9208ae7
category: main
optional: false
- name: hdf5
version: 1.14.6
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libaec: '>=1.1.4,<2.0a0'
libcurl: '>=8.14.1,<9.0a0'
libgcc: '>=14'
libgfortran: ''
libgfortran5: '>=14.3.0'
libstdcxx: '>=14'
libzlib: '>=1.3.1,<2.0a0'
openssl: '>=3.5.1,<4.0a0'
url: https://repo.prefix.dev/conda-forge/linux-64/hdf5-1.14.6-nompi_h6e4c0c1_103.conda
hash:
md5: c74d83614aec66227ae5199d98852aaf
sha256: 4f173af9e2299de7eee1af3d79e851bca28ee71e7426b377e841648b51d48614
category: main
optional: false
- name: hdf5
version: 1.14.6
manager: conda
platform: win-64
dependencies:
libaec: '>=1.1.4,<2.0a0'
libcurl: '>=8.14.1,<9.0a0'
libzlib: '>=1.3.1,<2.0a0'
openssl: '>=3.5.1,<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/hdf5-1.14.6-nompi_he30205f_103.conda
hash:
md5: f1f7aaf642cefd2190582550eaca4658
sha256: 0a90263b97e9860cec6c2540160ff1a1fff2a609b3d96452f8716ae63489dac5
category: main
optional: false
- name: hpack
version: 4.1.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
url: https://repo.prefix.dev/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda
hash:
md5: 0a802cb9888dd14eeefc611f05c40b6e
sha256: 6ad78a180576c706aabeb5b4c8ceb97c0cb25f1e112d76495bff23e3779948ba
category: dev
optional: true
- name: hpack
version: 4.1.0
manager: conda
platform: win-64
dependencies:
python: '>=3.9'
url: https://repo.prefix.dev/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda
hash:
md5: 0a802cb9888dd14eeefc611f05c40b6e
sha256: 6ad78a180576c706aabeb5b4c8ceb97c0cb25f1e112d76495bff23e3779948ba
category: dev
optional: true
- name: hyperframe
version: 6.1.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
url: https://repo.prefix.dev/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda
hash:
md5: 8e6923fc12f1fe8f8c4e5c9f343256ac
sha256: 77af6f5fe8b62ca07d09ac60127a30d9069fdc3c68d6b256754d0ffb1f7779f8
category: dev
optional: true
- name: hyperframe
version: 6.1.0
manager: conda
platform: win-64
dependencies:
python: '>=3.9'
url: https://repo.prefix.dev/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda
hash:
md5: 8e6923fc12f1fe8f8c4e5c9f343256ac
sha256: 77af6f5fe8b62ca07d09ac60127a30d9069fdc3c68d6b256754d0ffb1f7779f8
category: dev
optional: true
- name: icu
version: '75.1'
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
url: https://repo.prefix.dev/conda-forge/linux-64/icu-75.1-he02047a_0.conda
hash:
md5: 8b189310083baabfb622af68fd9d3ae3
sha256: 71e750d509f5fa3421087ba88ef9a7b9be11c53174af3aa4d06aff4c18b38e8e
category: main
optional: false
- name: idna
version: '3.11'
manager: conda
platform: linux-64
dependencies:
python: '>=3.10'
url: https://repo.prefix.dev/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda
hash:
md5: 53abe63df7e10a6ba605dc5f9f961d36
sha256: ae89d0299ada2a3162c2614a9d26557a92aa6a77120ce142f8e0109bbf0342b0
category: dev
optional: true
- name: idna
version: '3.11'
manager: conda
platform: win-64
dependencies:
python: '>=3.10'
url: https://repo.prefix.dev/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda
hash:
md5: 53abe63df7e10a6ba605dc5f9f961d36
sha256: ae89d0299ada2a3162c2614a9d26557a92aa6a77120ce142f8e0109bbf0342b0
category: dev
optional: true
- name: imagecodecs
version: 2025.8.2
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
blosc: '>=1.21.6,<2.0a0'
brunsli: '>=0.1,<1.0a0'
bzip2: '>=1.0.8,<2.0a0'
c-blosc2: '>=2.22.0,<2.23.0a0'
charls: '>=2.4.2,<2.5.0a0'
giflib: '>=5.2.2,<5.3.0a0'
jxrlib: '>=1.1,<1.2.0a0'
lcms2: '>=2.17,<3.0a0'
lerc: '>=4.0.0,<5.0a0'
libaec: '>=1.1.4,<2.0a0'
libavif16: '>=1.3.0,<2.0a0'
libbrotlicommon: '>=1.2.0,<1.3.0a0'
libbrotlidec: '>=1.2.0,<1.3.0a0'
libbrotlienc: '>=1.2.0,<1.3.0a0'
libdeflate: '>=1.25,<1.26.0a0'
libgcc: '>=14'
libjpeg-turbo: '>=3.1.0,<4.0a0'
libjxl: '>=0.11,<0.12.0a0'
liblzma: '>=5.8.1,<6.0a0'
libpng: '>=1.6.50,<1.7.0a0'
libstdcxx: '>=14'
libtiff: '>=4.7.1,<4.8.0a0'
libwebp-base: '>=1.6.0,<2.0a0'
libzlib: '>=1.3.1,<2.0a0'
libzopfli: '>=1.0.3,<1.1.0a0'
lz4-c: '>=1.10.0,<1.11.0a0'
numpy: '>=1.23,<3'
openjpeg: '>=2.5.4,<3.0a0'
python: '>=3.12,<3.13.0a0'
python_abi: 3.12.*
snappy: '>=1.2.2,<1.3.0a0'
zfp: '>=1.0.1,<2.0a0'
zlib-ng: '>=2.2.5,<2.3.0a0'
zstd: '>=1.5.7,<1.6.0a0'
url: https://repo.prefix.dev/conda-forge/linux-64/imagecodecs-2025.8.2-py312ha08ed9d_7.conda
hash:
md5: 215f296493ca54392cfe85f531494896
sha256: b89d4aebd2c33f23461b4bdc02b6c221311e48ecf134c57d2319a08fecae467b
category: main
optional: false
- name: imagecodecs
version: 2025.8.2
manager: conda
platform: win-64
dependencies:
blosc: '>=1.21.6,<2.0a0'
bzip2: '>=1.0.8,<2.0a0'
c-blosc2: '>=2.22.0,<2.23.0a0'