-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconda-lock.yml
More file actions
9730 lines (9730 loc) · 283 KB
/
conda-lock.yml
File metadata and controls
9730 lines (9730 loc) · 283 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 conda-lock.yml
# This lock contains optional development dependencies. Include them in the installed environment with:
# conda-lock install --dev-dependencies -n YOURENV conda-lock.yml
# To update a single package to the latest version compatible with the version constraints in the source:
# conda-lock lock --lockfile 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 --lockfile conda-lock.yml
version: 1
metadata:
content_hash:
linux-64: f9175d5ee48e9cd8cade3d97fa923ba4dde5318002daf3371cb4d697bd72caf0
channels:
- url: conda-forge
used_env_vars: []
- url: fastai
used_env_vars: []
platforms:
- linux-64
sources:
- pyproject.toml
package:
- name: _openmp_mutex
version: '4.5'
manager: conda
platform: linux-64
dependencies:
llvm-openmp: '>=9.0.1'
url: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda
hash:
md5: 887b70e1d607fba7957aa02f9ee0d939
sha256: c0cddb66070dd6355311f7667ce2acccf70d1013edaa6e97f22859502fefdb22
category: main
optional: false
- name: _python_abi3_support
version: '1.0'
manager: conda
platform: linux-64
dependencies:
cpython: ''
python-gil: ''
url: https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda
hash:
md5: aaa2a381ccc56eac91d63b6c1240312f
sha256: a3967b937b9abf0f2a99f3173fa4630293979bd1644709d89580e7c62a544661
category: main
optional: false
- name: accelerate
version: 1.13.0
manager: conda
platform: linux-64
dependencies:
huggingface_hub: '>=0.21.0'
numpy: '>=1.17'
packaging: '>=20.0'
psutil: ''
python: ''
pytorch: '>=2.0.0'
pyyaml: ''
safetensors: '>=0.4.3'
url: https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda
hash:
md5: 26985f271db151e35ec81590d1a3b2cf
sha256: 9fc2ba295b6f4deeeb17f999542433033c3acfa3a26114ac1fd693ccfe7e52e2
category: main
optional: false
- name: adlfs
version: 2026.5.0
manager: conda
platform: linux-64
dependencies:
aiohttp: '>=3.7.0'
azure-core: '>=1.28.0,<2.0.0'
azure-identity: ''
azure-storage-blob: '>=12.17.0'
fsspec: '>=2023.12.0'
python: '>=3.10'
url: https://conda.anaconda.org/conda-forge/noarch/adlfs-2026.5.0-pyhd8ed1ab_0.conda
hash:
md5: 7ffaab99fb3f225ea74ba52df5af141b
sha256: 8fe609bbf2b5ac2b2cd0de0eb392bbf25793665ec1aef446da2dde0417d83c8d
category: main
optional: false
- name: affine
version: 2.4.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
url: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda
hash:
md5: 8c4061f499edec6b8ac7000f6d586829
sha256: 0deeaf0c001d5543719db9b2686bc1920c86c7e142f9bec74f35e1ce611b1fc2
category: main
optional: false
- name: aiobotocore
version: 3.7.0
manager: conda
platform: linux-64
dependencies:
aiohttp: '>=3.12.0,<4.0.0'
aioitertools: '>=0.5.1,<1.0.0'
botocore: '>=1.42.90,<1.43.1'
jmespath: '>=0.7.1,<2.0.0'
multidict: '>=6.0.0,<7.0.0'
python: ''
python-dateutil: '>=2.1,<3.0.0'
typing_extensions: '>=4.14.0,<5.0.0'
wrapt: '>=1.10.10,<3.0.0'
url: https://conda.anaconda.org/conda-forge/noarch/aiobotocore-3.7.0-pyhcf101f3_0.conda
hash:
md5: 39f70aca52f1497a72eb9d81baf4d237
sha256: 062726d1240acd307ff7e0e4f754c39a0e0c673c8bb4666a32496fec75499a6b
category: main
optional: false
- name: aiohappyeyeballs
version: 2.6.1
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
url: https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda
hash:
md5: 18fd895e0e775622906cdabfc3cf0fb4
sha256: 7842ddc678e77868ba7b92a726b437575b23aaec293bca0d40826f1026d90e27
category: main
optional: false
- name: aiohttp
version: 3.13.5
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aiohappyeyeballs: '>=2.5.0'
aiosignal: '>=1.4.0'
attrs: '>=17.3.0'
frozenlist: '>=1.1.1'
libgcc: '>=14'
multidict: '>=4.5,<7.0'
propcache: '>=0.2.0'
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.*
yarl: '>=1.17.0,<2.0'
url: https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda
hash:
md5: 0fdb7435f551898c33b0017423e4fb53
sha256: 08ca6a6c936708a188e3f86c29c678e8ea7ec1114a5346fee4cd80a0a3ded3d7
category: main
optional: false
- name: aioitertools
version: 0.13.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.10'
typing_extensions: '>=4.0'
url: https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda
hash:
md5: 65d5134ff98cb3727022a4f23993a2e6
sha256: 41bc8d85274c5badabe6c333cdd2e77e9c6bc0fb64251211988a71e1fd83486b
category: main
optional: false
- name: aiosignal
version: 1.4.0
manager: conda
platform: linux-64
dependencies:
frozenlist: '>=1.1.0'
python: '>=3.9'
typing_extensions: '>=4.2'
url: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda
hash:
md5: 421a865222cd0c9d83ff08bc78bf3a61
sha256: 8dc149a6828d19bf104ea96382a9d04dae185d4a03cc6beb1bc7b84c428e3ca2
category: main
optional: false
- name: alsa-lib
version: 1.2.15.3
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc: '>=14'
url: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda
hash:
md5: dcdc58c15961dbf17a0621312b01f5cb
sha256: d88aa7ae766cf584e180996e92fef2aa7d8e0a0a5ab1d4d49c32390c1b5fff31
category: main
optional: false
- name: amqp
version: 5.3.1
manager: conda
platform: linux-64
dependencies:
python: '>=3.10'
vine: '>=5.0.0,<6.0.0'
url: https://conda.anaconda.org/conda-forge/noarch/amqp-5.3.1-pyhd8ed1ab_0.conda
hash:
md5: 7b12e35821f20400ac419b830efb03d9
sha256: f0e7009b24894845cb48b1e6902f8c64e61b4a27ff5df4c0438ce83472c288de
category: main
optional: false
- name: annotated-doc
version: 0.0.4
manager: conda
platform: linux-64
dependencies:
python: ''
url: https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda
hash:
md5: 52be5139047efadaeeb19c6a5103f92a
sha256: cc9fbc50d4ee7ee04e49ee119243e6f1765750f0fd0b4d270d5ef35461b643b1
category: main
optional: false
- name: annotated-types
version: 0.7.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
typing-extensions: '>=4.0.0'
url: https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda
hash:
md5: 2934f256a8acfe48f6ebb4fce6cde29c
sha256: e0ea1ba78fbb64f17062601edda82097fcf815012cf52bb704150a2668110d48
category: main
optional: false
- name: anyio
version: 4.13.0
manager: conda
platform: linux-64
dependencies:
exceptiongroup: '>=1.0.2'
idna: '>=2.8'
python: ''
typing_extensions: '>=4.5'
url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda
hash:
md5: af2df4b9108808da3dc76710fe50eae2
sha256: f09aed24661cd45ba54a43772504f05c0698248734f9ae8cd289d314ac89707e
category: main
optional: false
- name: aom
version: 3.9.1
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda
hash:
md5: 346722a0be40f6edc53f12640d301338
sha256: b08ef033817b5f9f76ce62dfcac7694e7b6b4006420372de22494503decac855
category: main
optional: false
- name: appdirs
version: 1.4.4
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
url: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda
hash:
md5: f4e90937bbfc3a4a92539545a37bb448
sha256: 5b9ef6d338525b332e17c3ed089ca2f53a5d74b7a7b432747d29c6466e39346d
category: dev
optional: true
- name: arabic_reshaper
version: 3.0.1
manager: conda
platform: linux-64
dependencies:
configparser: ''
future: ''
python: '>=3.10'
setuptools: ''
url: https://conda.anaconda.org/conda-forge/noarch/arabic_reshaper-3.0.1-pyhd8ed1ab_0.conda
hash:
md5: 402594c015a2133a4eee7355ea291bb6
sha256: ccdf6a86a5bf486ab62518f217849e4b0fe855879d07a1a6ed4d19bb126f3bf5
category: main
optional: false
- name: argon2-cffi
version: 25.1.0
manager: conda
platform: linux-64
dependencies:
argon2-cffi-bindings: ''
python: '>=3.9'
typing-extensions: ''
url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda
hash:
md5: 8ac12aff0860280ee0cff7fa2cf63f3b
sha256: bea62005badcb98b1ae1796ec5d70ea0fc9539e7d59708ac4e7d41e2f4bb0bad
category: main
optional: false
- name: argon2-cffi-bindings
version: 25.1.0
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
cffi: '>=1.0.1'
libgcc: '>=14'
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.*
url: https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda
hash:
md5: 6e36e9d2b535c3fbe2e093108df26695
sha256: b81f852f13a1d148f6ad7e2a29ab375eb1558b73c9bfa38792d98ea7fb414cff
category: main
optional: false
- name: arrow
version: 1.4.0
manager: conda
platform: linux-64
dependencies:
python: ''
python-dateutil: '>=2.7.0'
python-tzdata: ''
url: https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda
hash:
md5: 85c4f19f377424eafc4ed7911b291642
sha256: 792da8131b1b53ff667bd6fc617ea9087b570305ccb9913deb36b8e12b3b5141
category: main
optional: false
- name: asn1crypto
version: 1.5.1
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
url: https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda
hash:
md5: 09c02b0ea863321bbe216e7dd0df36db
sha256: 3f2ec92113c8c41b07f7ec4f2fcbd3b006fd59db19cddb9f24cedb73f2d7630c
category: main
optional: false
- name: asttokens
version: 3.0.1
manager: conda
platform: linux-64
dependencies:
python: '>=3.10'
url: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda
hash:
md5: 9673a61a297b00016442e022d689faa6
sha256: ee4da0f3fe9d59439798ee399ef3e482791e48784873d546e706d0935f9ff010
category: main
optional: false
- name: async-lru
version: 2.3.0
manager: conda
platform: linux-64
dependencies:
python: ''
typing_extensions: '>=4.0.0'
url: https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda
hash:
md5: b85e84cb64c762569cc1a760c2327e0a
sha256: ea8486637cfb89dc26dc9559921640cd1d5fd37e5e02c33d85c94572139f2efe
category: main
optional: false
- name: attrs
version: 26.1.0
manager: conda
platform: linux-64
dependencies:
python: ''
url: https://conda.anaconda.org/conda-forge/noarch/attrs-26.1.0-pyhcf101f3_0.conda
hash:
md5: c6b0543676ecb1fb2d7643941fe375f2
sha256: 1b6124230bb4e571b1b9401537ecff575b7b109cc3a21ee019f65e083b8399ab
category: main
optional: false
- name: aws-c-auth
version: 0.10.1
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-cal: '>=0.9.13,<0.9.14.0a0'
aws-c-common: '>=0.12.6,<0.12.7.0a0'
aws-c-http: '>=0.10.13,<0.10.14.0a0'
aws-c-io: '>=0.26.3,<0.26.4.0a0'
aws-c-sdkutils: '>=0.2.4,<0.2.5.0a0'
libgcc: '>=14'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.10.1-ha62d5e7_3.conda
hash:
md5: 55eaf7066da1299d217ab32baedc7fa8
sha256: ccbf2cc4bea4aab6e071d67ecc2743197759f6df855787e7a5f57f7973f913a2
category: main
optional: false
- name: aws-c-cal
version: 0.9.13
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-common: '>=0.12.6,<0.12.7.0a0'
libgcc: '>=14'
openssl: '>=3.5.4,<4.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.9.13-h2c9d079_1.conda
hash:
md5: 3c3d02681058c3d206b562b2e3bc337f
sha256: f21d648349a318f4ae457ea5403d542ba6c0e0343b8642038523dd612b2a5064
category: main
optional: false
- name: aws-c-common
version: 0.12.6
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc: '>=14'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.6-hb03c661_0.conda
hash:
md5: e36ad70a7e0b48f091ed6902f04c23b8
sha256: 926a5b9de0a586e88669d81de717c8dd3218c51ce55658e8a16af7e7fe87c833
category: main
optional: false
- name: aws-c-compression
version: 0.3.2
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-common: '>=0.12.6,<0.12.7.0a0'
libgcc: '>=14'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.2-h8b1a151_0.conda
hash:
md5: f16f498641c9e05b645fe65902df661a
sha256: 1838bdc077b77168416801f4715335b65e9223f83641a2c28644f8acd8f9db0e
category: main
optional: false
- name: aws-c-http
version: 0.10.13
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-cal: '>=0.9.13,<0.9.14.0a0'
aws-c-common: '>=0.12.6,<0.12.7.0a0'
aws-c-compression: '>=0.3.2,<0.3.3.0a0'
aws-c-io: '>=0.26.3,<0.26.4.0a0'
libgcc: '>=14'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.10.13-h4bacb7b_0.conda
hash:
md5: 77f70a9ab785a146dbf66fba00131403
sha256: 38cfc8894db6729770ac18f900296c3f7c20f349a5586a8d8e1a62571fce61d5
category: main
optional: false
- name: aws-c-io
version: 0.26.3
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-cal: '>=0.9.13,<0.9.14.0a0'
aws-c-common: '>=0.12.6,<0.12.7.0a0'
libgcc: '>=14'
s2n: '>=1.7.2,<1.7.3.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.26.3-h692f434_1.conda
hash:
md5: 14260392d0b491c537b5e26e9a506fff
sha256: e3e33031d641864128ab11f9b8585ad5beb82fa988fe833bb0767dd01878a371
category: main
optional: false
- name: aws-c-s3
version: 0.12.2
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-auth: '>=0.10.1,<0.10.2.0a0'
aws-c-cal: '>=0.9.13,<0.9.14.0a0'
aws-c-common: '>=0.12.6,<0.12.7.0a0'
aws-c-http: '>=0.10.13,<0.10.14.0a0'
aws-c-io: '>=0.26.3,<0.26.4.0a0'
aws-checksums: '>=0.2.10,<0.2.11.0a0'
libgcc: '>=14'
openssl: '>=3.5.6,<4.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.12.2-he6ee468_1.conda
hash:
md5: 50ae8372984b8b98e056ac8f6b70ab29
sha256: 4cecb4d595b7cf558087c37b8131cae5204b2c64d75f6b951dc3731d3f872bb8
category: main
optional: false
- name: aws-c-sdkutils
version: 0.2.4
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-common: '>=0.12.6,<0.12.7.0a0'
libgcc: '>=14'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.4-h8b1a151_4.conda
hash:
md5: c7e3e08b7b1b285524ab9d74162ce40b
sha256: 9d62c5029f6f8219368a8665f0a549da572dc777f52413b7d75609cacdbc02cc
category: main
optional: false
- name: aws-checksums
version: 0.2.10
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-common: '>=0.12.6,<0.12.7.0a0'
libgcc: '>=14'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.10-h8b1a151_0.conda
hash:
md5: f8e1bcc5c7d839c5882e94498791be08
sha256: 09472dd5fa4473cffd44741ee4c1112f2c76d7168d1343de53c2ad283dc1efa6
category: main
optional: false
- name: azure-core
version: 1.41.0
manager: conda
platform: linux-64
dependencies:
flask: 2.2.5
python: '>=3.10'
requests: '>=2.21.0'
six: '>=1.11.0'
typing_extensions: '>=4.6.0'
url: https://conda.anaconda.org/conda-forge/noarch/azure-core-1.41.0-pyhd8ed1ab_0.conda
hash:
md5: 3d743fce13d22b101bfd733e29469628
sha256: fc46c9078396a558e42871e111c1bf88d3bb16afd4cf8f9887125f83b647cea9
category: main
optional: false
- name: azure-identity
version: 1.25.3
manager: conda
platform: linux-64
dependencies:
azure-core: '>=1.31.0'
cryptography: '>=2.5'
msal: '>=1.35.1'
msal_extensions: '>=1.2.0'
python: '>=3.10'
typing_extensions: '>=4.0.0'
url: https://conda.anaconda.org/conda-forge/noarch/azure-identity-1.25.3-pyhd8ed1ab_0.conda
hash:
md5: 92caf4a54b41bf2c27a4da4836570918
sha256: 219f83c73a05ebffb9abe5691eab18abd02aa6838ba49cfb15943ecdd5cd223d
category: main
optional: false
- name: azure-storage-blob
version: 12.28.0
manager: conda
platform: linux-64
dependencies:
azure-core: '>=1.30.0'
cryptography: '>=2.1.4'
isodate: '>=0.6.1'
python: '>=3.10'
typing_extensions: '>=4.6.0'
url: https://conda.anaconda.org/conda-forge/noarch/azure-storage-blob-12.28.0-pyhd8ed1ab_0.conda
hash:
md5: 5d60881c53ae45cb9f6c9c1259a2f64f
sha256: 7ade4843d981c0a4545e36e9999df51e34f4e47e34f8b8ffcc2c51fa05998aa5
category: main
optional: false
- name: babel
version: 2.18.0
manager: conda
platform: linux-64
dependencies:
python: ''
url: https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda
hash:
md5: f1976ce927373500cc19d3c0b2c85177
sha256: a14a9ad02101aab25570543a59c5193043b73dc311a25650134ed9e6cb691770
category: main
optional: false
- name: backports
version: '1.0'
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
url: https://conda.anaconda.org/conda-forge/noarch/backports-1.0-pyhd8ed1ab_5.conda
hash:
md5: 767d508c1a67e02ae8f50e44cacfadb2
sha256: e1c3dc8b5aa6e12145423fed262b4754d70fec601339896b9ccf483178f690a6
category: main
optional: false
- name: backports.tarfile
version: 1.2.0
manager: conda
platform: linux-64
dependencies:
backports: ''
python: ''
url: https://conda.anaconda.org/conda-forge/noarch/backports.tarfile-1.2.0-pyhcf101f3_2.conda
hash:
md5: bea46844deb274b2cc2a3a941745fa73
sha256: 25abdb37e186f0d6ac3b774a63c81c5bc4bf554b5096b51343fa5e7c381193b1
category: main
optional: false
- name: backports.zstd
version: 1.5.0
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc: '>=14'
python: ''
python_abi: 3.11.*
zstd: '>=1.5.7,<1.6.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/backports.zstd-1.5.0-py311h6b1f9c4_0.conda
hash:
md5: 624e015a6784f7b1b8c0071a557e7791
sha256: 79fd407b109c359182fcdd4efef15e122622941690648daacc2d24647f2593b1
category: main
optional: false
- name: beautifulsoup4
version: 4.14.3
manager: conda
platform: linux-64
dependencies:
python: '>=3.10'
soupsieve: '>=1.2'
typing-extensions: ''
url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda
hash:
md5: 5267bef8efea4127aacd1f4e1f149b6e
sha256: bf1e71c3c0a5b024e44ff928225a0874fc3c3356ec1a0b6fe719108e6d1288f6
category: main
optional: false
- name: billiard
version: 4.2.4
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc: '>=14'
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.*
url: https://conda.anaconda.org/conda-forge/linux-64/billiard-4.2.4-py311h49ec1c0_0.conda
hash:
md5: 655535a0be5e2da4624a1c82a908513a
sha256: 4b51d1ba72ccc6593129c3c74a57928370b8e5571ea7043fa011add5ec5c6e98
category: main
optional: false
- name: bleach
version: 6.3.0
manager: conda
platform: linux-64
dependencies:
python: ''
webencodings: ''
url: https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_0.conda
hash:
md5: b1a27250d70881943cca0dd6b4ba0956
sha256: e03ba1a2b93fe0383c57920a9dc6b4e0c2c7972a3f214d531ed3c21dc8f8c717
category: main
optional: false
- name: bleach-with-css
version: 6.3.0
manager: conda
platform: linux-64
dependencies:
bleach: ==6.3.0
tinycss2: ''
url: https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-h5f6438b_0.conda
hash:
md5: 08a03378bc5293c6f97637323802f480
sha256: f85f6b2c7938d8c20c80ce5b7e6349fafbb49294641b5648273c5f892b150768
category: main
optional: false
- name: blinker
version: 1.9.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
url: https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda
hash:
md5: 42834439227a4551b939beeeb8a4b085
sha256: f7efd22b5c15b400ed84a996d777b6327e5c402e79e3c534a7e086236f1eb2dc
category: main
optional: false
- name: blosc
version: 1.21.6
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc: '>=13'
libstdcxx: '>=13'
libzlib: '>=1.3.1,<2.0a0'
lz4-c: '>=1.10.0,<1.11.0a0'
snappy: '>=1.2.1,<1.3.0a0'
zstd: '>=1.5.6,<1.6.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda
hash:
md5: 2c2fae981fd2afd00812c92ac47d023d
sha256: e7af5d1183b06a206192ff440e08db1c4e8b2ca1f8376ee45fb2f3a85d4ee45d
category: main
optional: false
- name: bokeh
version: 3.9.0
manager: conda
platform: linux-64
dependencies:
contourpy: '>=1.2'
jinja2: '>=2.9'
narwhals: '>=1.13'
numpy: '>=1.16'
packaging: '>=16.8'
pillow: '>=7.1.0'
python: '>=3.10'
pyyaml: '>=3.10'
tornado: '>=6.2'
xyzservices: '>=2021.09.1'
url: https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda
hash:
md5: b9a6da57e94cd12bd71e7ab0713ef052
sha256: 96a6486d4fe27c02c1092a40096dfd82043929b3a7da156a49b28d851159c551
category: main
optional: false
- name: boltons
version: 25.0.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
url: https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda
hash:
md5: c7eb87af73750d6fd97eff8bbee8cb9c
sha256: ea5f4c876eff2ed469551b57f1cc889a3c01128bf3e2e10b1fea11c3ef39eac2
category: dev
optional: true
- name: boto3
version: 1.43.0
manager: conda
platform: linux-64
dependencies:
botocore: '>=1.43.0,<1.44.0'
jmespath: '>=0.7.1,<2.0.0'
python: '>=3.10'
s3transfer: '>=0.17.0,<0.18.0'
url: https://conda.anaconda.org/conda-forge/noarch/boto3-1.43.0-pyhd8ed1ab_0.conda
hash:
md5: c0587e9421bbe4660b9483a101895ef7
sha256: 17f739967f206da6a23ab73f740f17e83f5125fea6c212d5542b23a606efd0ba
category: main
optional: false
- name: botocore
version: 1.43.0
manager: conda
platform: linux-64
dependencies:
jmespath: '>=0.7.1,<2.0.0'
python: '>=3.10'
python-dateutil: '>=2.1,<3.0.0'
urllib3: '>=1.25.4,!=2.2.0,<3'
url: https://conda.anaconda.org/conda-forge/noarch/botocore-1.43.0-pyhd8ed1ab_0.conda
hash:
md5: f47ed05030a1bed50f5fc9cea874ad1a
sha256: 27a202f3937b14812f5c8ba8304a5e2d0b2e1056e468cd7086721c2376bfea43
category: main
optional: false
- name: brotli
version: 1.2.0
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
brotli-bin: 1.2.0
libbrotlidec: 1.2.0
libbrotlienc: 1.2.0
libgcc: '>=14'
url: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.2.0-hed03a55_1.conda
hash:
md5: 8ccf913aaba749a5496c17629d859ed1
sha256: e511644d691f05eb12ebe1e971fd6dc3ae55a4df5c253b4e1788b789bdf2dfa6
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://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.2.0-hb03c661_1.conda
hash:
md5: af39b9a8711d4a8d437b52c1d78eb6a1
sha256: 64b137f30b83b1dd61db6c946ae7511657eead59fdf74e84ef0ded219605aa94
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.11,<3.12.0a0'
python_abi: 3.11.*
url: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.2.0-py311h66f275b_1.conda
hash:
md5: 86daecb8e4ed1042d5dc6efbe0152590
sha256: c36eb061d9ead85f97644cfb740d485dba9b8823357f35c17851078e95e975c1
category: main
optional: false
- name: brunsli
version: '0.1'
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libbrotlicommon: '>=1.2.0,<1.3.0a0'
libbrotlidec: '>=1.2.0,<1.3.0a0'
libbrotlienc: '>=1.2.0,<1.3.0a0'
libgcc: '>=14'
libstdcxx: '>=14'
url: https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-hd1e3526_2.conda
hash:
md5: 5948f4fead433c6e5c46444dbfb01162
sha256: b4831ac06bb65561342cedf3d219cf9b096f20b8d62cda74f0177dffed79d4d5
category: main
optional: false
- name: bzip2
version: 1.0.8
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc: '>=14'
url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda
hash:
md5: d2ffd7602c02f2b316fd921d39876885
sha256: 0b75d45f0bba3e95dc693336fa51f40ea28c980131fec438afb7ce6118ed05f6
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://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda
hash:
md5: 920bb03579f15389b9e512095ad995b7
sha256: cc9accf72fa028d31c2a038460787751127317dcfa991f8d1f1babf216bb454e
category: main
optional: false
- name: c-blosc2
version: 3.0.2
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc: '>=14'
libstdcxx: '>=14'
lz4-c: '>=1.10.0,<1.11.0a0'
zlib-ng: '>=2.3.3,<2.4.0a0'
zstd: '>=1.5.7,<1.6.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-3.0.2-hc31b594_0.conda
hash:
md5: 53b70d577abebd6fbfe21849e27c309b
sha256: 3001665d6b10145210141bc8ceeb7bb4c20b42ec822c3fe90cde199809883416
category: main
optional: false
- name: ca-certificates
version: 2026.4.22
manager: conda
platform: linux-64
dependencies:
__unix: ''
url: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.4.22-hbd8a1cb_0.conda
hash:
md5: e18ad67cf881dcadee8b8d9e2f8e5f73
sha256: c9dbcc8039a52023660d6d1bbf87594a93dd69c6ac5a2a44323af2c92976728d
category: main
optional: false
- name: cachecontrol
version: 0.14.3
manager: conda
platform: linux-64
dependencies:
msgpack-python: '>=0.5.2,<2.0.0'
python: '>=3.9'
requests: '>=2.16.0'
url: https://conda.anaconda.org/conda-forge/noarch/cachecontrol-0.14.3-pyha770c72_0.conda
hash:
md5: 241ef6e3db47a143ac34c21bfba510f1
sha256: ec791bb6f1ef504411f87b28946a7ae63ed1f3681cefc462cf1dfdaf0790b6a9
category: main
optional: false
- name: cachecontrol-with-filecache
version: 0.14.3
manager: conda
platform: linux-64
dependencies:
cachecontrol: 0.14.3
filelock: '>=3.8.0'
python: '>=3.9'
url: https://conda.anaconda.org/conda-forge/noarch/cachecontrol-with-filecache-0.14.3-pyhd8ed1ab_0.conda
hash:
md5: b4af8c1b61929b1bcb001c2953882149
sha256: 4ba4d08fba095556b7f1e06ec1dca068b367e68aadab0aca73115d02ddfcd518
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://conda.anaconda.org/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://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2
hash:
md5: 576d629e47797577ab0f1b351297ef4a
sha256: 6dbf7a5070cc43d90a1e4c2ec0c541c69d8e30a0e25f50ce9f6e4a432e42c5d7
category: main
optional: false
- name: cairo
version: 1.18.4
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
fontconfig: '>=2.15.0,<3.0a0'
fonts-conda-ecosystem: ''
icu: '>=78.1,<79.0a0'
libexpat: '>=2.7.3,<3.0a0'
libfreetype: '>=2.14.1'
libfreetype6: '>=2.14.1'
libgcc: '>=14'
libglib: '>=2.86.3,<3.0a0'
libpng: '>=1.6.53,<1.7.0a0'
libstdcxx: '>=14'
libxcb: '>=1.17.0,<2.0a0'
libzlib: '>=1.3.1,<2.0a0'
pixman: '>=0.46.4,<1.0a0'
xorg-libice: '>=1.1.2,<2.0a0'
xorg-libsm: '>=1.2.6,<2.0a0'
xorg-libx11: '>=1.8.12,<2.0a0'
xorg-libxext: '>=1.3.6,<2.0a0'
xorg-libxrender: '>=0.9.12,<0.10.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-he90730b_1.conda
hash:
md5: bb6c4808bfa69d6f7f6b07e5846ced37
sha256: 06525fa0c4e4f56e771a3b986d0fdf0f0fc5a3270830ee47e127a5105bde1b9a
category: main
optional: false
- name: celery
version: 5.5.3
manager: conda
platform: linux-64
dependencies:
billiard: '>=4.2.1,<5.0'
click: '>=8.1.2,<9.0'
click-didyoumean: '>=0.3.0'
click-plugins: '>=1.1.1'
click-repl: '>=0.2.0'
kombu: '>=5.5.2,<5.6'
python: ''
python-dateutil: '>=2.8.2'
vine: '>=5.1.0,<6.0'
url: https://conda.anaconda.org/conda-forge/noarch/celery-5.5.3-pyhe01879c_0.conda
hash:
md5: 35cec4f7a7901ef29571f01df9cf182f
sha256: db35fe31ef0a8c25c9cc60bf8a89c5ca9b11cd44440587cf604869419725e8c9
category: main
optional: false
- name: certifi
version: 2026.4.22
manager: conda
platform: linux-64
dependencies:
python: '>=3.10'
url: https://conda.anaconda.org/conda-forge/noarch/certifi-2026.4.22-pyhd8ed1ab_0.conda