-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpy-3.13.conda-lock.yml
More file actions
4120 lines (4120 loc) · 119 KB
/
py-3.13.conda-lock.yml
File metadata and controls
4120 lines (4120 loc) · 119 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.13.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.13.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.13.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.13.yml --lockfile py-3.13.conda-lock.yml
version: 1
metadata:
content_hash:
win-64: 83076c0d60dae94ca39e2c9cfd7903b4a93f72ab7b4d8a0b7c561f1d9057fd9e
linux-64: b18f500e8e85b4eb023bb9ed063cbde272610e416ada2de4902e592caa9ef7e1
channels:
- url: conda-forge
used_env_vars: []
- url: nodefaults
used_env_vars: []
platforms:
- win-64
- linux-64
sources:
- pyproject.toml
- environments/env-python-3.13.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: 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: astroid
version: 4.0.4
manager: conda
platform: linux-64
dependencies:
python: '>=3.13,<3.14.0a0'
python_abi: 3.13.*
url: https://repo.prefix.dev/conda-forge/linux-64/astroid-4.0.4-py313h78bf25f_0.conda
hash:
md5: b9a5074b980b555420188db0ccf3cc20
sha256: 38ab850ede7fbbea4ae452c4d1b8264669bbc1bed7d2e23d974c0ee28fade63e
category: dev
optional: true
- name: astroid
version: 4.0.4
manager: conda
platform: win-64
dependencies:
python: '>=3.13,<3.14.0a0'
python_abi: 3.13.*
url: https://repo.prefix.dev/conda-forge/win-64/astroid-4.0.4-py313hfa70ccb_0.conda
hash:
md5: 0bde1b76c96e6af8ae0f71a466dda5b4
sha256: 599ce66ba762cffdb067ff1688db73e06a5fee97d15def002705912893348ff3
category: dev
optional: true
- name: babel
version: 2.18.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.10'
pytz: '>=2015.7'
url: https://repo.prefix.dev/conda-forge/noarch/babel-2.18.0-pyhcf101f3_0.conda
hash:
md5: ea5be9abc2939c8431893b4e123a2065
sha256: 7377bce9fcc03fecd3607843d20b50546c30a923a3517a322a2a784fa6e380eb
category: dev
optional: true
- name: babel
version: 2.18.0
manager: conda
platform: win-64
dependencies:
python: '>=3.10'
pytz: '>=2015.7'
url: https://repo.prefix.dev/conda-forge/noarch/babel-2.18.0-pyhcf101f3_0.conda
hash:
md5: ea5be9abc2939c8431893b4e123a2065
sha256: 7377bce9fcc03fecd3607843d20b50546c30a923a3517a322a2a784fa6e380eb
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.13.*
zstd: '>=1.5.7,<1.6.0a0'
url: https://repo.prefix.dev/conda-forge/linux-64/backports.zstd-1.3.0-py313h18e8e13_0.conda
hash:
md5: d9e90792551a527200637e23a915dd79
sha256: 9552afbec37c4d8d0e83a5c4c6b3c7f4b8785f935094ce3881e0a249045909ce
category: dev
optional: true
- name: backports.zstd
version: 1.3.0
manager: conda
platform: win-64
dependencies:
python: ''
python_abi: 3.13.*
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-py313h2a31948_0.conda
hash:
md5: cdcdfe68c5bc9af9e908e35ebffc9fe1
sha256: 1e76ed9bcf07ef1df9c964d73e9cda08a0380845d09c8da1678a1687dc087c34
category: dev
optional: true
- 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.13,<3.14.0a0'
python_abi: 3.13.*
url: https://repo.prefix.dev/conda-forge/linux-64/brotli-python-1.2.0-py313hf159716_1.conda
hash:
md5: 6c4d3597cf43f3439a51b2b13e29a4ba
sha256: dadec2879492adede0a9af0191203f9b023f788c18efd45ecac676d424c458ae
category: dev
optional: true
- name: brotli-python
version: 1.2.0
manager: conda
platform: win-64
dependencies:
python: '>=3.13,<3.14.0a0'
python_abi: 3.13.*
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-py313h3ebfc14_1.conda
hash:
md5: 916a39a0261621b8c33e9db2366dd427
sha256: 3558006cd6e836de8dff53cbe5f0b9959f96ea6a6776b4e14f1c524916dd956c
category: dev
optional: true
- 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.1.4
manager: conda
platform: linux-64
dependencies:
__unix: ''
url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2026.1.4-hbd8a1cb_0.conda
hash:
md5: bddacf101bb4dd0e51811cb69c7790e2
sha256: b5974ec9b50e3c514a382335efa81ed02b05906849827a34061c496f4defa0b2
category: main
optional: false
- name: ca-certificates
version: 2026.1.4
manager: conda
platform: win-64
dependencies:
__win: ''
url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2026.1.4-h4c7d964_0.conda
hash:
md5: 84d389c9eee640dda3d26fc5335c67d8
sha256: 4ddcb01be03f85d3db9d881407fb13a673372f1b9fac9c836ea441893390e049
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: 2026.1.4
manager: conda
platform: linux-64
dependencies:
python: '>=3.10'
url: https://repo.prefix.dev/conda-forge/noarch/certifi-2026.1.4-pyhd8ed1ab_0.conda
hash:
md5: eacc711330cd46939f66cd401ff9c44b
sha256: 110338066d194a715947808611b763857c15458f8b3b97197387356844af9450
category: dev
optional: true
- name: certifi
version: 2026.1.4
manager: conda
platform: win-64
dependencies:
python: '>=3.10'
url: https://repo.prefix.dev/conda-forge/noarch/certifi-2026.1.4-pyhd8ed1ab_0.conda
hash:
md5: eacc711330cd46939f66cd401ff9c44b
sha256: 110338066d194a715947808611b763857c15458f8b3b97197387356844af9450
category: dev
optional: true
- 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: dev
optional: true
- 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: dev
optional: true
- name: contourpy
version: 1.3.3
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc: '>=14'
libstdcxx: '>=14'
numpy: '>=1.25'
python: ''
python_abi: 3.13.*
url: https://repo.prefix.dev/conda-forge/linux-64/contourpy-1.3.3-py313hc8edb43_4.conda
hash:
md5: 33639459bc29437315d4bff9ed5bc7a7
sha256: 7f86eb205d2d7fcf2c82654a08c6a240623ac34cb406206b4b1f1afa5cda8e49
category: main
optional: false
- name: contourpy
version: 1.3.3
manager: conda
platform: win-64
dependencies:
numpy: '>=1.25'
python: ''
python_abi: 3.13.*
ucrt: '>=10.0.20348.0'
vc: '>=14.3,<15'
vc14_runtime: '>=14.44.35208'
url: https://repo.prefix.dev/conda-forge/win-64/contourpy-1.3.3-py313h1a38498_4.conda
hash:
md5: 726aa233b5e4613e546ca84cd63cbd45
sha256: fb254e7e29535ea0a63b8fba6299f7e4ccd0efcc40750c8cd64e42a0a3b79da7
category: main
optional: false
- name: coverage
version: 7.13.4
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc: '>=14'
python: '>=3.13,<3.14.0a0'
python_abi: 3.13.*
tomli: ''
url: https://repo.prefix.dev/conda-forge/linux-64/coverage-7.13.4-py313h3dea7bd_0.conda
hash:
md5: 77e1fc7133e03ccd62070f2405c82ea9
sha256: 5b88b351c6a61ac25ed02e23cd37b25cc90e071f5cdfbc375b656356fb04ca5c
category: dev
optional: true
- name: coverage
version: 7.13.4
manager: conda
platform: win-64
dependencies:
python: '>=3.13,<3.14.0a0'
python_abi: 3.13.*
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.13.4-py313hd650c13_0.conda
hash:
md5: 663fdd0fc33f6dd666642c24d64df072
sha256: 284f87de1929a46dc69a1d247bd8d7c7cb491eb6cc7cbba5dcc1c11dc20550b7
category: dev
optional: true
- name: cycler
version: 0.12.1
manager: conda
platform: linux-64
dependencies:
python: '>=3.10'
url: https://repo.prefix.dev/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda
hash:
md5: 4c2a8fef270f6c69591889b93f9f55c1
sha256: bb47aec5338695ff8efbddbc669064a3b10fe34ad881fb8ad5d64fbfa6910ed1
category: main
optional: false
- name: cycler
version: 0.12.1
manager: conda
platform: win-64
dependencies:
python: '>=3.10'
url: https://repo.prefix.dev/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda
hash:
md5: 4c2a8fef270f6c69591889b93f9f55c1
sha256: bb47aec5338695ff8efbddbc669064a3b10fe34ad881fb8ad5d64fbfa6910ed1
category: main
optional: false
- name: dill
version: 0.4.1
manager: conda
platform: linux-64
dependencies:
python: '>=3.10'
url: https://repo.prefix.dev/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda
hash:
md5: 080a808fce955026bf82107d955d32da
sha256: 1ef84c0cc4efd0c2d58c3cb365945edbd9ee42a1c54514d1ccba4b641005f757
category: dev
optional: true
- name: dill
version: 0.4.1
manager: conda
platform: win-64
dependencies:
python: '>=3.10'
url: https://repo.prefix.dev/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda
hash:
md5: 080a808fce955026bf82107d955d32da
sha256: 1ef84c0cc4efd0c2d58c3cb365945edbd9ee42a1c54514d1ccba4b641005f757
category: dev
optional: true
- name: discretize
version: 0.12.0
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc: '>=14'
libstdcxx: '>=14'
numpy: '>=1.22.4'
python: ''
python_abi: 3.13.*
scipy: '>=1.12'
url: https://repo.prefix.dev/conda-forge/linux-64/discretize-0.12.0-np2py313h0f78c12_1.conda
hash:
md5: 4e60e909d474f5f444f012b946b18be0
sha256: ff70947695692cd4835b069ac1b68c74a3f53431c80c0ed2d5a88fcd0c73907a
category: main
optional: false
- name: discretize
version: 0.12.0
manager: conda
platform: win-64
dependencies:
numpy: '>=1.22.4'
python: ''
python_abi: 3.13.*
scipy: '>=1.12'
ucrt: '>=10.0.20348.0'
vc: '>=14.3,<15'
vc14_runtime: '>=14.44.35208'
url: https://repo.prefix.dev/conda-forge/win-64/discretize-0.12.0-np2py313hedd11bf_1.conda
hash:
md5: 3b9353d108d39870be49251ce4e40d94
sha256: cf47982905fc4bde4520b3b74ad464ef015677cb60fced9c97dd73ca47498d87
category: main
optional: false
- 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.1
manager: conda
platform: linux-64
dependencies:
python: '>=3.10'
typing_extensions: '>=4.6.0'
url: https://repo.prefix.dev/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda
hash:
md5: 8e662bd460bda79b1ea39194e3c4c9ab
sha256: ee6cf346d017d954255bbcbdb424cddea4d14e4ed7e9813e429db1d795d01144
category: dev
optional: true
- name: exceptiongroup
version: 1.3.1
manager: conda
platform: win-64
dependencies:
python: '>=3.10'
typing_extensions: '>=4.6.0'
url: https://repo.prefix.dev/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda
hash:
md5: 8e662bd460bda79b1ea39194e3c4c9ab
sha256: ee6cf346d017d954255bbcbdb424cddea4d14e4ed7e9813e429db1d795d01144
category: dev
optional: true
- name: fonttools
version: 4.61.1
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
brotli: ''
libgcc: '>=14'
munkres: ''
python: '>=3.13,<3.14.0a0'
python_abi: 3.13.*
url: https://repo.prefix.dev/conda-forge/linux-64/fonttools-4.61.1-py313h3dea7bd_0.conda
hash:
md5: c0f36dfbb130da4f6ce2df31f6b25ea8
sha256: 97f225199e6e5dfb93f551087c0951fee92db2d29a9dcb6a0346d66bff06fea4
category: main
optional: false
- name: fonttools
version: 4.61.1
manager: conda
platform: win-64
dependencies:
brotli: ''
munkres: ''
python: '>=3.13,<3.14.0a0'
python_abi: 3.13.*
ucrt: '>=10.0.20348.0'
vc: '>=14.3,<15'
vc14_runtime: '>=14.44.35208'
url: https://repo.prefix.dev/conda-forge/win-64/fonttools-4.61.1-py313hd650c13_0.conda
hash:
md5: c6fbf3a96192c26a75ed5755bd904fea
sha256: da82b8e843103bf4aaab470e4b8025286357dc8c34cd47817350dcb14ad307fb
category: main
optional: false
- 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: 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.13,<3.14.0a0'
python_abi: 3.13.*
url: https://repo.prefix.dev/conda-forge/linux-64/h5py-3.15.1-nompi_py313h253c126_101.conda
hash:
md5: 5d90c98527ecc832287115d57c121062
sha256: 2de2c63ad6e7483456f6ff359380df63edf32770c140ec08c904ff89b6ed3903
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.13,<3.14.0a0'
python_abi: 3.13.*
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_py313hf7f959b_101.conda
hash:
md5: 29bcfb479b3030e2c190f53058b9a345
sha256: 29a78560dca6e278cff35f31867ba19c5b632010fb4ed800ffe67e0679be22d1
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.5,<2.0a0'
libcurl: '>=8.18.0,<9.0a0'
libgcc: '>=14'
libgfortran: ''
libgfortran5: '>=14.3.0'
libstdcxx: '>=14'
libzlib: '>=1.3.1,<2.0a0'
openssl: '>=3.5.5,<4.0a0'
url: https://repo.prefix.dev/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda
hash:
md5: c223ee1429ba538f3e48cfb4a0b97357
sha256: 1fc50ce3b86710fba3ec9c5714f1612b5ffa4230d70bfe43e2a1436eacba1621
category: main
optional: false
- name: hdf5
version: 1.14.6
manager: conda
platform: win-64
dependencies:
libaec: '>=1.1.5,<2.0a0'
libcurl: '>=8.18.0,<9.0a0'
libzlib: '>=1.3.1,<2.0a0'
openssl: '>=3.5.5,<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_hae35d4c_106.conda
hash:
md5: e2fb54650b51dcd92dfcbf42d2222ff8
sha256: d9f8f202ee91ae93515b18c498970f178dfd061743f25a65a205f848e197437f
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: '78.2'
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc: '>=14'
libstdcxx: '>=14'
url: https://repo.prefix.dev/conda-forge/linux-64/icu-78.2-h33c6efd_0.conda
hash:
md5: 186a18e3ba246eccfc7cff00cd19a870
sha256: 142a722072fa96cf16ff98eaaf641f54ab84744af81754c292cb81e0881c0329
category: main
optional: false
- name: icu
version: '78.2'
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/icu-78.2-h637d24d_0.conda
hash:
md5: 0ee3bb487600d5e71ab7d28951b2016a
sha256: 5a41fb28971342e293769fc968b3414253a2f8d9e30ed7c31517a15b4887246a
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: imagesize
version: 1.4.1
manager: conda
platform: linux-64
dependencies:
python: '>=3.4'
url: https://repo.prefix.dev/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2
hash:
md5: 7de5386c8fea29e76b303f37dde4c352
sha256: c2bfd7043e0c4c12d8b5593de666c1e81d67b83c474a0a79282cc5c4ef845460
category: dev
optional: true
- name: imagesize
version: 1.4.1
manager: conda
platform: win-64
dependencies:
python: '>=3.4'
url: https://repo.prefix.dev/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2
hash:
md5: 7de5386c8fea29e76b303f37dde4c352
sha256: c2bfd7043e0c4c12d8b5593de666c1e81d67b83c474a0a79282cc5c4ef845460
category: dev
optional: true
- name: importlib-metadata
version: 8.7.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
zipp: '>=3.20'
url: https://repo.prefix.dev/conda-forge/noarch/importlib-metadata-8.7.0-pyhe01879c_1.conda
hash:
md5: 63ccfdc3a3ce25b027b8767eb722fca8
sha256: c18ab120a0613ada4391b15981d86ff777b5690ca461ea7e9e49531e8f374745
category: dev
optional: true
- name: importlib-metadata
version: 8.7.0
manager: conda
platform: win-64
dependencies:
python: '>=3.9'
zipp: '>=3.20'
url: https://repo.prefix.dev/conda-forge/noarch/importlib-metadata-8.7.0-pyhe01879c_1.conda
hash:
md5: 63ccfdc3a3ce25b027b8767eb722fca8
sha256: c18ab120a0613ada4391b15981d86ff777b5690ca461ea7e9e49531e8f374745
category: dev
optional: true
- name: iniconfig
version: 2.3.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.10'
url: https://repo.prefix.dev/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda
hash:
md5: 9614359868482abba1bd15ce465e3c42
sha256: e1a9e3b1c8fe62dc3932a616c284b5d8cbe3124bbfbedcf4ce5c828cb166ee19
category: dev
optional: true
- name: iniconfig
version: 2.3.0