This repository was archived by the owner on Aug 21, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpy-3.12.conda-lock.yml
More file actions
5277 lines (5277 loc) · 152 KB
/
py-3.12.conda-lock.yml
File metadata and controls
5277 lines (5277 loc) · 152 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: fc02e4252ed1f63b3675ab64d577961c4f9012d2fd3c491de82c550de2311f4e
linux-64: 60a6d294b1f52801cda44db92c578525b3f74c6a8bdb51a86d356f6fef0fd3d6
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-3_kmp_llvm.conda
hash:
md5: ee5c2118262e30b972bc0b4db8ef0ba5
sha256: cec7343e76c9da6a42c7e7cba53391daa6b46155054ef61a5ef522ea27c5a058
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: 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: 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: 3.3.10
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-3.3.10-py312h7900ff3_0.conda
hash:
md5: 60b9f877a7d36f146c30eb6683e4611b
sha256: e6f627d1e72fae042e072081b9419db3efeddca29f0bdc5bb2b12ed7d298ff2f
category: dev
optional: true
- name: astroid
version: 3.3.10
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-3.3.10-py312h2e8e312_0.conda
hash:
md5: 2a463d7ac649b150470f4f2034e4f048
sha256: 8d060ee8643a76d6774b4a5a53c40d7dc8ae43afd42a34e0424459c75ba12da4
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: brotli
version: 1.1.0
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
brotli-bin: 1.1.0
libbrotlidec: 1.1.0
libbrotlienc: 1.1.0
libgcc: '>=13'
url: https://repo.prefix.dev/conda-forge/linux-64/brotli-1.1.0-hb9d3cd8_3.conda
hash:
md5: 5d08a0ac29e6a5a984817584775d4131
sha256: c969baaa5d7a21afb5ed4b8dd830f82b78e425caaa13d717766ed07a61630bec
category: main
optional: false
- name: brotli
version: 1.1.0
manager: conda
platform: win-64
dependencies:
brotli-bin: 1.1.0
libbrotlidec: 1.1.0
libbrotlienc: 1.1.0
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://repo.prefix.dev/conda-forge/win-64/brotli-1.1.0-h2466b09_3.conda
hash:
md5: c2a23d8a8986c72148c63bdf855ac99a
sha256: d57cd6ea705c9d2a8a2721f083de247501337e459f5498726b564cfca138e192
category: main
optional: false
- name: brotli-bin
version: 1.1.0
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libbrotlidec: 1.1.0
libbrotlienc: 1.1.0
libgcc: '>=13'
url: https://repo.prefix.dev/conda-forge/linux-64/brotli-bin-1.1.0-hb9d3cd8_3.conda
hash:
md5: 58178ef8ba927229fba6d84abf62c108
sha256: ab74fa8c3d1ca0a055226be89e99d6798c65053e2d2d3c6cb380c574972cd4a7
category: main
optional: false
- name: brotli-bin
version: 1.1.0
manager: conda
platform: win-64
dependencies:
libbrotlidec: 1.1.0
libbrotlienc: 1.1.0
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://repo.prefix.dev/conda-forge/win-64/brotli-bin-1.1.0-h2466b09_3.conda
hash:
md5: c7c345559c1ac25eede6dccb7b931202
sha256: 85aac1c50a426be6d0cc9fd52480911d752f4082cb78accfdb257243e572c7eb
category: main
optional: false
- name: brotli-python
version: 1.1.0
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc: '>=13'
libstdcxx: '>=13'
python: '>=3.12,<3.13.0a0'
python_abi: 3.12.*
url: https://repo.prefix.dev/conda-forge/linux-64/brotli-python-1.1.0-py312h2ec8cdc_3.conda
hash:
md5: a32e0c069f6c3dcac635f7b0b0dac67e
sha256: dc27c58dc717b456eee2d57d8bc71df3f562ee49368a2351103bc8f1b67da251
category: main
optional: false
- name: brotli-python
version: 1.1.0
manager: conda
platform: win-64
dependencies:
python: '>=3.12,<3.13.0a0'
python_abi: 3.12.*
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://repo.prefix.dev/conda-forge/win-64/brotli-python-1.1.0-py312h275cf98_3.conda
hash:
md5: a87a39f9eb9fd5f171b13d8c79f7a99a
sha256: d5c18a90220853c86f7cc23db62b32b22c6c5fe5d632bc111fc1e467c9fd776f
category: main
optional: false
- name: bzip2
version: 1.0.8
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc-ng: '>=12'
url: https://repo.prefix.dev/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda
hash:
md5: 62ee74e96c5ebb0af99386de58cf9553
sha256: 5ced96500d945fb286c9c838e54fa759aa04a7129c59800f0846b4335cee770d
category: main
optional: false
- name: bzip2
version: 1.0.8
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/bzip2-1.0.8-h2466b09_7.conda
hash:
md5: 276e7ffe9ffe39688abc665ef0f45596
sha256: 35a5dad92e88fdd7fc405e864ec239486f4f31eec229e31686e61a140a8e573b
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: ca-certificates
version: 2025.6.15
manager: conda
platform: linux-64
dependencies:
__unix: ''
url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2025.6.15-hbd8a1cb_0.conda
hash:
md5: 72525f07d72806e3b639ad4504c30ce5
sha256: 7cfec9804c84844ea544d98bda1d9121672b66ff7149141b8415ca42dfcd44f6
category: main
optional: false
- name: ca-certificates
version: 2025.6.15
manager: conda
platform: win-64
dependencies:
__win: ''
url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2025.6.15-h4c7d964_0.conda
hash:
md5: b01649832f7bc7ff94f8df8bd2ee6457
sha256: 065241ba03ef3ee8200084c075cbff50955a7e711765395ff34876dbc51a6bb9
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.6.15
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
url: https://repo.prefix.dev/conda-forge/noarch/certifi-2025.6.15-pyhd8ed1ab_0.conda
hash:
md5: 781d068df0cc2407d4db0ecfbb29225b
sha256: d71c85835813072cd6d7ce4b24be34215cd90c104785b15a5d58f4cd0cb50778
category: main
optional: false
- name: certifi
version: 2025.6.15
manager: conda
platform: win-64
dependencies:
python: '>=3.9'
url: https://repo.prefix.dev/conda-forge/noarch/certifi-2025.6.15-pyhd8ed1ab_0.conda
hash:
md5: 781d068df0cc2407d4db0ecfbb29225b
sha256: d71c85835813072cd6d7ce4b24be34215cd90c104785b15a5d58f4cd0cb50778
category: main
optional: false
- name: cffi
version: 1.17.1
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libffi: '>=3.4,<4.0a0'
libgcc: '>=13'
pycparser: ''
python: '>=3.12,<3.13.0a0'
python_abi: 3.12.*
url: https://repo.prefix.dev/conda-forge/linux-64/cffi-1.17.1-py312h06ac9bb_0.conda
hash:
md5: a861504bbea4161a9170b85d4d2be840
sha256: cba6ea83c4b0b4f5b5dc59cb19830519b28f95d7ebef7c9c5cf1c14843621457
category: main
optional: false
- name: cffi
version: 1.17.1
manager: conda
platform: win-64
dependencies:
pycparser: ''
python: '>=3.12,<3.13.0a0'
python_abi: 3.12.*
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://repo.prefix.dev/conda-forge/win-64/cffi-1.17.1-py312h4389bb4_0.conda
hash:
md5: 08310c1a22ef957d537e547f8d484f92
sha256: ac007bf5fd56d13e16d95eea036433012f2e079dc015505c8a79efebbad1fcbc
category: main
optional: false
- name: charset-normalizer
version: 3.4.2
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
url: https://repo.prefix.dev/conda-forge/noarch/charset-normalizer-3.4.2-pyhd8ed1ab_0.conda
hash:
md5: 40fe4284b8b5835a9073a645139f35af
sha256: 535ae5dcda8022e31c6dc063eb344c80804c537a5a04afba43a845fa6fa130f5
category: dev
optional: true
- name: charset-normalizer
version: 3.4.2
manager: conda
platform: win-64
dependencies:
python: '>=3.9'
url: https://repo.prefix.dev/conda-forge/noarch/charset-normalizer-3.4.2-pyhd8ed1ab_0.conda
hash:
md5: 40fe4284b8b5835a9073a645139f35af
sha256: 535ae5dcda8022e31c6dc063eb344c80804c537a5a04afba43a845fa6fa130f5
category: dev
optional: true
- name: click
version: 8.2.1
manager: conda
platform: linux-64
dependencies:
__unix: ''
python: '>=3.10'
url: https://repo.prefix.dev/conda-forge/noarch/click-8.2.1-pyh707e725_0.conda
hash:
md5: 94b550b8d3a614dbd326af798c7dfb40
sha256: 8aee789c82d8fdd997840c952a586db63c6890b00e88c4fb6e80a38edd5f51c0
category: main
optional: false
- name: click
version: 8.2.1
manager: conda
platform: win-64
dependencies:
__win: ''
colorama: ''
python: '>=3.10'
url: https://repo.prefix.dev/conda-forge/noarch/click-8.2.1-pyh7428d3b_0.conda
hash:
md5: 3a59475037bc09da916e4062c5cad771
sha256: 20c2d8ea3d800485245b586a28985cba281dd6761113a49d7576f6db92a0a891
category: main
optional: false
- name: cloudpickle
version: 3.1.1
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
url: https://repo.prefix.dev/conda-forge/noarch/cloudpickle-3.1.1-pyhd8ed1ab_0.conda
hash:
md5: 364ba6c9fb03886ac979b482f39ebb92
sha256: 21ecead7268241007bf65691610cd7314da68c1f88113092af690203b5780db5
category: main
optional: false
- name: cloudpickle
version: 3.1.1
manager: conda
platform: win-64
dependencies:
python: '>=3.9'
url: https://repo.prefix.dev/conda-forge/noarch/cloudpickle-3.1.1-pyhd8ed1ab_0.conda
hash:
md5: 364ba6c9fb03886ac979b482f39ebb92
sha256: 21ecead7268241007bf65691610cd7314da68c1f88113092af690203b5780db5
category: main
optional: false
- 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: contourpy
version: 1.3.2
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc: '>=13'
libstdcxx: '>=13'
numpy: '>=1.23'
python: '>=3.12,<3.13.0a0'
python_abi: 3.12.*
url: https://repo.prefix.dev/conda-forge/linux-64/contourpy-1.3.2-py312h68727a3_0.conda
hash:
md5: e688276449452cdfe9f8f5d3e74c23f6
sha256: 4c8f2aa34aa031229e6f8aa18f146bce7987e26eae9c6503053722a8695ebf0c
category: main
optional: false
- name: contourpy
version: 1.3.2
manager: conda
platform: win-64
dependencies:
numpy: '>=1.23'
python: '>=3.12,<3.13.0a0'
python_abi: 3.12.*
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://repo.prefix.dev/conda-forge/win-64/contourpy-1.3.2-py312hd5eb7cc_0.conda
hash:
md5: bfcbb98aff376f62298f0801ca9bcfc3
sha256: 9b552bcab6c1e3a364cbc010bdef3d26831c90984b7d0852a1dd70659d9cf84a
category: main
optional: false
- name: coverage
version: 7.9.1
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc: '>=13'
python: '>=3.12,<3.13.0a0'
python_abi: 3.12.*
tomli: ''
url: https://repo.prefix.dev/conda-forge/linux-64/coverage-7.9.1-py312h178313f_0.conda
hash:
md5: 4c18b79fa2a3371557ed3663876e5dcc
sha256: bef32c5830b7701705660ef18d5d6ad7c597ebab196954c012e8a1cb4af0d3bc
category: dev
optional: true
- name: coverage
version: 7.9.1
manager: conda
platform: win-64
dependencies:
python: '>=3.12,<3.13.0a0'
python_abi: 3.12.*
tomli: ''
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://repo.prefix.dev/conda-forge/win-64/coverage-7.9.1-py312h31fea79_0.conda
hash:
md5: 05437668629deb7fdb7af513d43249c0
sha256: d8a7874de0cd78242cd24b592c41ca2fab7898eedf3b6aa9e7243027ee9aed22
category: dev
optional: true
- name: cycler
version: 0.12.1
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
url: https://repo.prefix.dev/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda
hash:
md5: 44600c4667a319d67dbe0681fc0bc833
sha256: 9827efa891e507a91a8a2acf64e210d2aff394e1cde432ad08e1f8c66b12293c
category: main
optional: false
- name: cycler
version: 0.12.1
manager: conda
platform: win-64
dependencies:
python: '>=3.9'
url: https://repo.prefix.dev/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda
hash:
md5: 44600c4667a319d67dbe0681fc0bc833
sha256: 9827efa891e507a91a8a2acf64e210d2aff394e1cde432ad08e1f8c66b12293c
category: main
optional: false
- name: cytoolz
version: 1.0.1
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc: '>=13'
python: '>=3.12,<3.13.0a0'
python_abi: 3.12.*
toolz: '>=0.10.0'
url: https://repo.prefix.dev/conda-forge/linux-64/cytoolz-1.0.1-py312h66e93f0_0.conda
hash:
md5: 6198b134b1c08173f33653896974d477
sha256: 63a64d4e71148c4efd8db17b4a19b8965990d1e08ed2e24b84bc36b6c166a705
category: main
optional: false
- name: cytoolz
version: 1.0.1
manager: conda
platform: win-64
dependencies:
python: '>=3.12,<3.13.0a0'
python_abi: 3.12.*
toolz: '>=0.10.0'
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://repo.prefix.dev/conda-forge/win-64/cytoolz-1.0.1-py312h4389bb4_0.conda
hash:
md5: fba0567971249f5d0cce4d35b1184c75
sha256: e657e468fdae72302951bba92f94bcb31566a237e5f979a7dd205603a0750b59
category: main
optional: false
- name: dask-core
version: 2025.3.0
manager: conda
platform: linux-64
dependencies:
click: '>=8.1'
cloudpickle: '>=3.0.0'
fsspec: '>=2021.09.0'
importlib-metadata: '>=4.13.0'
packaging: '>=20.0'
partd: '>=1.4.0'
python: '>=3.10'
pyyaml: '>=5.3.1'
toolz: '>=0.10.0'
url: https://repo.prefix.dev/conda-forge/noarch/dask-core-2025.3.0-pyhd8ed1ab_0.conda
hash:
md5: 36f6cc22457e3d6a6051c5370832f96c
sha256: 72badd945d856d2928fdbe051f136f903bcfee8136f1526c8362c6c465b793ec
category: main
optional: false
- name: dask-core
version: 2025.3.0
manager: conda
platform: win-64
dependencies:
click: '>=8.1'
cloudpickle: '>=3.0.0'
fsspec: '>=2021.09.0'
importlib-metadata: '>=4.13.0'
packaging: '>=20.0'
partd: '>=1.4.0'
python: '>=3.10'
pyyaml: '>=5.3.1'
toolz: '>=0.10.0'
url: https://repo.prefix.dev/conda-forge/noarch/dask-core-2025.3.0-pyhd8ed1ab_0.conda
hash:
md5: 36f6cc22457e3d6a6051c5370832f96c
sha256: 72badd945d856d2928fdbe051f136f903bcfee8136f1526c8362c6c465b793ec
category: main
optional: false
- name: deprecated
version: 1.2.18
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
wrapt: <2,>=1.10
url: https://repo.prefix.dev/conda-forge/noarch/deprecated-1.2.18-pyhd8ed1ab_0.conda
hash:
md5: 0cef44b1754ae4d6924ac0eef6b9fdbe
sha256: d614bcff10696f1efc714df07651b50bf3808401fcc03814309ecec242cc8870
category: main
optional: false
- name: deprecated
version: 1.2.18
manager: conda
platform: win-64
dependencies:
python: '>=3.9'
wrapt: <2,>=1.10
url: https://repo.prefix.dev/conda-forge/noarch/deprecated-1.2.18-pyhd8ed1ab_0.conda
hash:
md5: 0cef44b1754ae4d6924ac0eef6b9fdbe
sha256: d614bcff10696f1efc714df07651b50bf3808401fcc03814309ecec242cc8870
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: discretize
version: 0.11.3
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc: '>=13'
libstdcxx: '>=13'
numpy: '>=1.22.4'
python: '>=3.12,<3.13.0a0'
python_abi: 3.12.*
scipy: '>=1.8'
url: https://repo.prefix.dev/conda-forge/linux-64/discretize-0.11.3-py312hc39e661_0.conda
hash:
md5: f4156fbef76257cc385c0ad71444079c
sha256: ff530b6e50d2b9bc8f60f7261987abccc97afe868b35b70479a47f0edd3fe2bb
category: main
optional: false
- name: discretize
version: 0.11.3
manager: conda
platform: win-64
dependencies:
numpy: '>=1.22.4'
python: '>=3.12,<3.13.0a0'
python_abi: 3.12.*
scipy: '>=1.8'
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://repo.prefix.dev/conda-forge/win-64/discretize-0.11.3-py312hbaa7e33_0.conda
hash:
md5: 95022b30369053ba80ed47dc00ebc0e3
sha256: 61a69ffd1484d45d4adf21d1bb4b13e3cf65a74570b7694563ff45376ee9d222
category: main
optional: false
- name: distributed
version: 2025.3.0
manager: conda
platform: linux-64
dependencies:
click: '>=8.0'
cloudpickle: '>=3.0.0'
cytoolz: '>=0.11.2'
dask-core: '>=2025.3.0,<2025.3.1.0a0'
jinja2: '>=2.10.3'
locket: '>=1.0.0'
msgpack-python: '>=1.0.2'
packaging: '>=20.0'
psutil: '>=5.8.0'
python: '>=3.10'
pyyaml: '>=5.4.1'
sortedcontainers: '>=2.0.5'
tblib: '>=1.6.0'
toolz: '>=0.11.2'
tornado: '>=6.2.0'
urllib3: '>=1.26.5'
zict: '>=3.0.0'
url: https://repo.prefix.dev/conda-forge/noarch/distributed-2025.3.0-pyhd8ed1ab_0.conda
hash:
md5: 968a7a4ff98bcfb515b0f1c94d35553f
sha256: ea055aeda774d03ec96e0901ec119c6d3dc21ddd50af166bec664a76efd5f82a
category: main
optional: false
- name: distributed
version: 2025.3.0
manager: conda
platform: win-64
dependencies:
click: '>=8.0'
cloudpickle: '>=3.0.0'
cytoolz: '>=0.11.2'
dask-core: '>=2025.3.0,<2025.3.1.0a0'
jinja2: '>=2.10.3'
locket: '>=1.0.0'
msgpack-python: '>=1.0.2'
packaging: '>=20.0'
psutil: '>=5.8.0'
python: '>=3.10'
pyyaml: '>=5.4.1'
sortedcontainers: '>=2.0.5'
tblib: '>=1.6.0'
toolz: '>=0.11.2'
tornado: '>=6.2.0'
urllib3: '>=1.26.5'
zict: '>=3.0.0'
url: https://repo.prefix.dev/conda-forge/noarch/distributed-2025.3.0-pyhd8ed1ab_0.conda
hash:
md5: 968a7a4ff98bcfb515b0f1c94d35553f
sha256: ea055aeda774d03ec96e0901ec119c6d3dc21ddd50af166bec664a76efd5f82a
category: main
optional: false
- name: docutils
version: 0.18.1
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/docutils-0.18.1-py312h7900ff3_0.conda
hash:
md5: b741a9f139d1ffd43cbb5da54252dae7
sha256: 27088b406250e0189f271ed795ee929e3030a29ae67acbbf193d0e82ca7f210a
category: dev
optional: true
- name: docutils
version: 0.18.1
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/docutils-0.18.1-py312h2e8e312_0.conda
hash:
md5: 3bcf1239777952b112ef26f2b8e4d5a7
sha256: 7638c8adbd1ef73bb3f9ef2df24d03464b5c9622bac4816581ca365ee96718ce
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: fasteners
version: '0.19'
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
url: https://repo.prefix.dev/conda-forge/noarch/fasteners-0.19-pyhd8ed1ab_1.conda
hash:
md5: dbe9d42e94b5ff7af7b7893f4ce052e7
sha256: 42fb170778b47303e82eddfea9a6d1e1b8af00c927cd5a34595eaa882b903a16
category: main
optional: false
- name: fasteners
version: '0.19'
manager: conda
platform: win-64
dependencies:
python: '>=3.9'
url: https://repo.prefix.dev/conda-forge/noarch/fasteners-0.19-pyhd8ed1ab_1.conda
hash:
md5: dbe9d42e94b5ff7af7b7893f4ce052e7
sha256: 42fb170778b47303e82eddfea9a6d1e1b8af00c927cd5a34595eaa882b903a16
category: main
optional: false
- name: fonttools
version: 4.58.4
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
brotli: ''
libgcc: '>=13'
munkres: ''
python: '>=3.12,<3.13.0a0'
python_abi: 3.12.*
unicodedata2: '>=15.1.0'
url: https://repo.prefix.dev/conda-forge/linux-64/fonttools-4.58.4-py312h178313f_0.conda
hash:
md5: 223a4616e3db7336569eafefac04ebbf
sha256: aa29952ac29ab4c4dad091794513241c1f732c55c58ba109f02550bc83081dc9
category: main
optional: false
- name: fonttools
version: 4.58.4
manager: conda
platform: win-64
dependencies:
brotli: ''
munkres: ''
python: '>=3.12,<3.13.0a0'
python_abi: 3.12.*
ucrt: '>=10.0.20348.0'
unicodedata2: '>=15.1.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://repo.prefix.dev/conda-forge/win-64/fonttools-4.58.4-py312h31fea79_0.conda
hash:
md5: ea00f492c19ac1799f510617ef502e0e
sha256: 4d3d830517f29e43e87e7f6998fd63c64a9bab504ee4441ab7c86ef49af3cb6b
category: main
optional: false
- name: freetype
version: 2.13.3
manager: conda
platform: linux-64
dependencies:
libfreetype: 2.13.3
libfreetype6: 2.13.3
url: https://repo.prefix.dev/conda-forge/linux-64/freetype-2.13.3-ha770c72_1.conda
hash:
md5: 9ccd736d31e0c6e41f54e704e5312811
sha256: 7ef7d477c43c12a5b4cddcf048a83277414512d1116aba62ebadfa7056a7d84f
category: main
optional: false
- name: freetype
version: 2.13.3
manager: conda
platform: win-64
dependencies:
libfreetype: 2.13.3
libfreetype6: 2.13.3
url: https://repo.prefix.dev/conda-forge/win-64/freetype-2.13.3-h57928b3_1.conda
hash:
md5: 633504fe3f96031192e40e3e6c18ef06
sha256: 0bcc9c868d769247c12324f957c97c4dbee7e4095485db90d9c295bcb3b1bb43
category: main
optional: false
- name: fsspec
version: 2025.5.1
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
url: https://repo.prefix.dev/conda-forge/noarch/fsspec-2025.5.1-pyhd8ed1ab_0.conda
hash: