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.11.conda-lock.yml
More file actions
5277 lines (5277 loc) · 152 KB
/
py-3.11.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.11.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.11.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.11.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.11.yml --lockfile py-3.11.conda-lock.yml
version: 1
metadata:
content_hash:
win-64: 55f29ff1d175c5286d3657e564d6b962eaa2cbd341d974cbb0a28b7de06ec251
linux-64: b47e3a8ce287b312a7c74933ad2d7e1bc9c43877295499b6ce44b2227e2cfe1f
channels:
- url: conda-forge
used_env_vars: []
- url: nodefaults
used_env_vars: []
platforms:
- win-64
- linux-64
sources:
- pyproject.toml
- environments/env-python-3.11.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.11,<3.12.0a0'
python_abi: 3.11.*
url: https://repo.prefix.dev/conda-forge/linux-64/astroid-3.3.10-py311h38be061_0.conda
hash:
md5: e8c29b25a525081bfb2dfaaa4073a075
sha256: 67999e3996540fcfa060c6744b1e245fc7754048fc10b56381d438f3b8cd7443
category: dev
optional: true
- name: astroid
version: 3.3.10
manager: conda
platform: win-64
dependencies:
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.*
url: https://repo.prefix.dev/conda-forge/win-64/astroid-3.3.10-py311h1ea47a8_0.conda
hash:
md5: fbe059f60acd9fbb86f4a9661a2dcf36
sha256: 4bca4a25ee9a9db1b47290739610690150141646b804290101da1ce03c260632
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.11,<3.12.0a0'
python_abi: 3.11.*
url: https://repo.prefix.dev/conda-forge/linux-64/brotli-python-1.1.0-py311hfdbb021_3.conda
hash:
md5: 8565f7297b28af62e5de2d968ca32e31
sha256: 4fab04fcc599853efb2904ea3f935942108613c7515f7dd57e7f034650738c52
category: main
optional: false
- name: brotli-python
version: 1.1.0
manager: conda
platform: win-64
dependencies:
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.*
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-py311hda3d55a_3.conda
hash:
md5: 2d99144abeb3b6b65608fdd7810dbcbd
sha256: a602b15fe1b3a6b40aab7d99099a410b69ccad9bb273779531cef00fc52d762e
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.11,<3.12.0a0'
python_abi: 3.11.*
url: https://repo.prefix.dev/conda-forge/linux-64/cffi-1.17.1-py311hf29c0ef_0.conda
hash:
md5: 55553ecd5328336368db611f350b7039
sha256: bc47aa39c8254e9e487b8bcd74cfa3b4a3de3648869eb1a0b89905986b668e35
category: main
optional: false
- name: cffi
version: 1.17.1
manager: conda
platform: win-64
dependencies:
pycparser: ''
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.*
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-py311he736701_0.conda
hash:
md5: e1c69be23bd05471a6c623e91680ad59
sha256: 9689fbd8a31fdf273f826601e90146006f6631619767a67955048c7ad7798a1d
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.11,<3.12.0a0'
python_abi: 3.11.*
url: https://repo.prefix.dev/conda-forge/linux-64/contourpy-1.3.2-py311hd18a35c_0.conda
hash:
md5: f8e440efa026c394461a45a46cea49fc
sha256: 92ec3244ee0b424612025742a73d4728ded5bf6a358301bd005f67e74fec0b21
category: main
optional: false
- name: contourpy
version: 1.3.2
manager: conda
platform: win-64
dependencies:
numpy: '>=1.23'
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.*
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-py311h3257749_0.conda
hash:
md5: f9fd48bb5c67e197d3e5ed0490df5aef
sha256: feec034c783bd35da5c923ca2c2a8c831b7058137c530ca76a66c993a3fbafb0
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.11,<3.12.0a0'
python_abi: 3.11.*
tomli: ''
url: https://repo.prefix.dev/conda-forge/linux-64/coverage-7.9.1-py311h2dc5d0c_0.conda
hash:
md5: f524bd18889f169f2fa8dc70df1c53c3
sha256: 09245391f91135f4eea87d64107e82d4fb4b7d4fbd6596ea6cc126645191220c
category: dev
optional: true
- name: coverage
version: 7.9.1
manager: conda
platform: win-64
dependencies:
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.*
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-py311h5082efb_0.conda
hash:
md5: a12491bec053dd704f8e467127e20b6a
sha256: 821c280024834cdf88038452e3c131140c9e8bc310617349c0deecffca2c2196
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.11,<3.12.0a0'
python_abi: 3.11.*
toolz: '>=0.10.0'
url: https://repo.prefix.dev/conda-forge/linux-64/cytoolz-1.0.1-py311h9ecbd09_0.conda
hash:
md5: 69a0a85acdcc5e6d0f1cc915c067ad4c
sha256: fd5a8c7e613c3c538ca775951fd814ab10cfcdaed79e193c3bf7eb59c87cd114
category: main
optional: false
- name: cytoolz
version: 1.0.1
manager: conda
platform: win-64
dependencies:
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.*
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-py311he736701_0.conda
hash:
md5: fc78ccf75bba016a930accedee7ed9af
sha256: 7746ffe3a0849abbd724da6955950142ec7eedbc66053be8d3802b7885562951
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.11,<3.12.0a0'
python_abi: 3.11.*
scipy: '>=1.8'
url: https://repo.prefix.dev/conda-forge/linux-64/discretize-0.11.3-py311h5b7b71f_0.conda
hash:
md5: a7407d831a3b494a143c5e69f83fb0a8
sha256: 68c39916cff90c5ddf30144096189f3b54d41507dd85023543f03d7cfd5851b4
category: main
optional: false
- name: discretize
version: 0.11.3
manager: conda
platform: win-64
dependencies:
numpy: '>=1.22.4'
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.*
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-py311h9b10771_0.conda
hash:
md5: 7de8d3ea58f928e4507713d7b35ce1d9
sha256: 0499b57534162b58677de77dbb0c3dc11dd17ee27043ae5871db2d89e27b8e0d
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.19'
manager: conda
platform: linux-64
dependencies:
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.*
url: https://repo.prefix.dev/conda-forge/linux-64/docutils-0.19-py311h38be061_1.tar.bz2
hash:
md5: 599159b0740e9b82e7eef0e8471be3c2
sha256: ec7760e5a1d065b97ac32d12f7c70f19937040d8bb52a9f16573b65c6832c67a
category: dev
optional: true
- name: docutils
version: '0.19'
manager: conda
platform: win-64
dependencies:
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.*
url: https://repo.prefix.dev/conda-forge/win-64/docutils-0.19-py311h1ea47a8_1.tar.bz2
hash:
md5: 52b2142036004451e1881d97e9d01e8a
sha256: 40c678c6bda27aeb7ad8b1714f189201599d2068a0fa75087548b62f8afe9bc7
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.11,<3.12.0a0'
python_abi: 3.11.*
unicodedata2: '>=15.1.0'
url: https://repo.prefix.dev/conda-forge/linux-64/fonttools-4.58.4-py311h2dc5d0c_0.conda
hash:
md5: dd3ef31d2bf022668f30859d5e11c83e
sha256: f57df9d0573fa04b53afdaa5253bc4f1902357cca9265951f9d6ebe46567a40e
category: main
optional: false
- name: fonttools
version: 4.58.4
manager: conda
platform: win-64
dependencies:
brotli: ''
munkres: ''
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.*
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-py311h5082efb_0.conda
hash:
md5: 0619fa68408637bbfb263aa8396a61a9
sha256: 0381a0b6c32cddbeaab39750590205a97604b52faae1c7db7d7891ac4710be60
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: