-
Notifications
You must be signed in to change notification settings - Fork 0
/
conda-lock.yml
5199 lines (5199 loc) · 151 KB
/
conda-lock.yml
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
# 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 environment.yml --lockfile conda-lock.yml
version: 1
metadata:
content_hash:
linux-64: 49ad47f15e0c575ed3efa03f50b852a924cca0395ee2dfb69157fb20ba86e70a
channels:
- url: conda-forge
used_env_vars: []
platforms:
- linux-64
sources:
- environment.yml
package:
- name: _libgcc_mutex
version: '0.1'
manager: conda
platform: linux-64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
hash:
md5: d7c89558ba9fa0495403155b64376d81
sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726
category: main
optional: false
- name: _openmp_mutex
version: '4.5'
manager: conda
platform: linux-64
dependencies:
_libgcc_mutex: '0.1'
libgomp: '>=7.5.0'
url: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
hash:
md5: 73aaf86a425cc6e73fcf236a5a46396d
sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22
category: main
optional: false
- name: accessible-pygments
version: 0.0.5
manager: conda
platform: linux-64
dependencies:
pygments: ''
python: '>=3.9'
url: https://conda.anaconda.org/conda-forge/noarch/accessible-pygments-0.0.5-pyhd8ed1ab_0.conda
hash:
md5: 1bb1ef9806a9a20872434f58b3e7fc1a
sha256: 712c1875bcd32674e8ce2f418f0b2875ecb98e6bcbb21ec7502dae8ff4b0f73c
category: main
optional: false
- name: aiohappyeyeballs
version: 2.4.3
manager: conda
platform: linux-64
dependencies:
python: '>=3.8.0'
url: https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.4.3-pyhd8ed1ab_0.conda
hash:
md5: ec763b0a58960558ca0ad7255a51a237
sha256: cfa5bed6ad8d00c2bc2c6ccf115e91ef1a9981b73c68537b247f1a964a841cac
category: main
optional: false
- name: aiohttp
version: 3.10.10
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aiohappyeyeballs: '>=2.3.0'
aiosignal: '>=1.1.2'
attrs: '>=17.3.0'
frozenlist: '>=1.1.1'
libgcc: '>=13'
multidict: '>=4.5,<7.0'
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.*
yarl: '>=1.12.0,<2.0'
url: https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.10.10-py311h2dc5d0c_0.conda
hash:
md5: 4f0fa0019a6e7be77db3609a707a4581
sha256: 2cb730af6dc5f2137e28f2b5008cfd16869ac1b69d37be10fac1f238a8f8620f
category: main
optional: false
- name: aiosignal
version: 1.3.1
manager: conda
platform: linux-64
dependencies:
frozenlist: '>=1.1.0'
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2
hash:
md5: d1e1eb7e21a9e2c74279d87dafb68156
sha256: 575c742e14c86575986dc867463582a970463da50b77264cdf54df74f5563783
category: main
optional: false
- name: aiosqlite
version: 0.19.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.6'
typing-extensions: '>=3.7.2'
url: https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda
hash:
md5: c60a47f9f29057417165a8af579396a8
sha256: 2f4b4d70244be67f49db02fca06ac5449593fe5c523791d5185d1cbc807a5af6
category: main
optional: false
- name: alabaster
version: 0.7.16
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
url: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda
hash:
md5: def531a3ac77b7fb8c21d17bb5d0badb
sha256: fd39ad2fabec1569bbb0dfdae34ab6ce7de6ec09dcec8638f83dad0373594069
category: main
optional: false
- name: annotated-types
version: 0.7.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.7'
typing-extensions: '>=4.0.0'
url: https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_0.conda
hash:
md5: 7e9f4612544c8edbfd6afad17f1bd045
sha256: 668f0825b6c18e4012ca24a0070562b6ec801ebc7008228a428eb52b4038873f
category: main
optional: false
- name: anyio
version: 4.6.2.post1
manager: conda
platform: linux-64
dependencies:
exceptiongroup: '>=1.0.2'
idna: '>=2.8'
python: '>=3.9'
sniffio: '>=1.1'
typing_extensions: '>=4.1'
url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.6.2.post1-pyhd8ed1ab_0.conda
hash:
md5: 688697ec5e9588bdded167d19577625b
sha256: 4b54b7ce79d818e3cce54ae4d552dba51b7afac160ceecdefd04b3917a37c502
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: ''
url: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2
hash:
md5: 5f095bc6454094e96f146491fd03633b
sha256: ae9fb8f68281f84482f2c234379aa12405a9e365151d43af20b3ae1f17312111
category: main
optional: false
- name: argon2-cffi
version: 23.1.0
manager: conda
platform: linux-64
dependencies:
argon2-cffi-bindings: ''
python: '>=3.7'
typing-extensions: ''
url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_0.conda
hash:
md5: 3afef1f55a1366b4d3b6a0d92e2235e4
sha256: 130766446f5507bd44df957b6b5c898a8bd98f024bb426ed6cb9ff1ad67fc677
category: main
optional: false
- name: argon2-cffi-bindings
version: 21.2.0
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
cffi: '>=1.0.1'
libgcc: '>=13'
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.*
url: https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-21.2.0-py311h9ecbd09_5.conda
hash:
md5: 18143eab7fcd6662c604b85850f0db1e
sha256: d1af1fbcb698c2e07b0d1d2b98384dd6021fa55c8bcb920e3652e0b0c393881b
category: main
optional: false
- name: arrow
version: 1.3.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.8'
python-dateutil: '>=2.7.0'
types-python-dateutil: '>=2.8.10'
url: https://conda.anaconda.org/conda-forge/noarch/arrow-1.3.0-pyhd8ed1ab_0.conda
hash:
md5: b77d8c2313158e6e461ca0efb1c2c508
sha256: ff49825c7f9e29e09afa6284300810e7a8640d621740efb47c4541f4dc4969db
category: main
optional: false
- name: asttokens
version: 2.4.1
manager: conda
platform: linux-64
dependencies:
python: '>=3.5'
six: '>=1.12.0'
url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda
hash:
md5: 5f25798dcefd8252ce5f9dc494d5f571
sha256: 708168f026df19a0344983754d27d1f7b28bb21afc7b97a82f02c4798a3d2111
category: main
optional: false
- name: async-lru
version: 2.0.4
manager: conda
platform: linux-64
dependencies:
python: '>=3.8'
typing_extensions: '>=4.0.0'
url: https://conda.anaconda.org/conda-forge/noarch/async-lru-2.0.4-pyhd8ed1ab_0.conda
hash:
md5: 3d081de3a6ea9f894bbb585e8e3a4dcb
sha256: 7ed83731979fe5b046c157730e50af0e24454468bbba1ed8fc1a3107db5d7518
category: main
optional: false
- name: async-timeout
version: 4.0.3
manager: conda
platform: linux-64
dependencies:
python: '>=3.7'
typing-extensions: '>=3.6.5'
url: https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda
hash:
md5: 3ce482ec3066e6d809dbbb1d1679f215
sha256: bd8b698e7f037a9c6107216646f1191f4f7a7fc6da6c34d1a6d4c211bcca8979
category: main
optional: false
- name: attrs
version: 24.2.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/attrs-24.2.0-pyh71513ae_0.conda
hash:
md5: 6732fa52eb8e66e5afeb32db8701a791
sha256: 28dba85a7e0f7fb57d7315e13f603d1e41b83c5b88aa2a602596b52c833a2ff8
category: main
optional: false
- name: babel
version: 2.14.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.7'
pytz: ''
setuptools: ''
url: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda
hash:
md5: 9669586875baeced8fc30c0826c3270e
sha256: 8584e3da58e92b72641c89ff9b98c51f0d5dbe76e527867804cbdf03ac91d8e6
category: main
optional: false
- name: backports
version: '1.0'
manager: conda
platform: linux-64
dependencies:
python: '>=3'
url: https://conda.anaconda.org/conda-forge/noarch/backports-1.0-pyhd8ed1ab_4.conda
hash:
md5: 67bdebbc334513034826e9b63f769d4c
sha256: 31b51537ce7d2ba8b5b3d0095f1813711884304ac1701bc55938ca75f6c82e19
category: main
optional: false
- name: backports.tarfile
version: 1.0.0
manager: conda
platform: linux-64
dependencies:
backports: ''
python: '>=3.8'
url: https://conda.anaconda.org/conda-forge/noarch/backports.tarfile-1.0.0-pyhd8ed1ab_1.conda
hash:
md5: c747b1d79f136013c3b7ebcba876afa6
sha256: 7ba30f32daad2e7ca251508525185ba170eedc14123572611c2acf261c7956b3
category: main
optional: false
- name: beautifulsoup4
version: 4.12.3
manager: conda
platform: linux-64
dependencies:
python: '>=3.6'
soupsieve: '>=1.2'
url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.3-pyha770c72_0.conda
hash:
md5: 332493000404d8411859539a5a630865
sha256: 7b05b2d0669029326c623b9df7a29fa49d1982a9e7e31b2fea34b4c9a4a72317
category: main
optional: false
- name: bleach
version: 6.2.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
webencodings: ''
url: https://conda.anaconda.org/conda-forge/noarch/bleach-6.2.0-pyhd8ed1ab_0.conda
hash:
md5: 461bcfab8e65c166e297222ae919a2d4
sha256: 01be7fb5163e7c31356a18c259ddc19a5431b8b974dc65e2427b88c2d30034f3
category: main
optional: false
- name: blosc
version: 1.21.6
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
libzlib: '>=1.3.1,<2.0a0'
lz4-c: '>=1.9.3,<1.10.0a0'
snappy: '>=1.2.0,<1.3.0a0'
zstd: '>=1.5.6,<1.6.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-hef167b5_0.conda
hash:
md5: 54fe76ab3d0189acaef95156874db7f9
sha256: 6cc260f9c6d32c5e728a2099a52fdd7ee69a782fff7b400d0606fcd32e0f5fd1
category: main
optional: false
- 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://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb9d3cd8_2.conda
hash:
md5: 98514fe74548d768907ce7a13f680e8f
sha256: fcb0b5b28ba7492093e54f3184435144e074dfceab27ac8e6a9457e736565b0b
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://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb9d3cd8_2.conda
hash:
md5: c63b5e52939e795ba8d26e35d767a843
sha256: 261364d7445513b9a4debc345650fad13c627029bfc800655a266bf1e375bc65
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://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311hfdbb021_2.conda
hash:
md5: d21daab070d76490cb39a8f1d1729d79
sha256: 949913bbd1f74d1af202d3e4bff2e0a4e792ec00271dc4dd08641d4221aa2e12
category: main
optional: false
- name: brunsli
version: '0.1'
manager: conda
platform: linux-64
dependencies:
brotli: '>=1.0.9,<2.0a0'
libgcc-ng: '>=9.3.0'
libstdcxx-ng: '>=9.3.0'
url: https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-h9c3ff4c_0.tar.bz2
hash:
md5: c1ac6229d0bfd14f8354ff9ad2a26cad
sha256: 36da32e5a6beab7a9af39be1c8f42e5eca716e64562cb9d5e0d559c14406b11d
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://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda
hash:
md5: 62ee74e96c5ebb0af99386de58cf9553
sha256: 5ced96500d945fb286c9c838e54fa759aa04a7129c59800f0846b4335cee770d
category: main
optional: false
- name: c-ares
version: 1.34.2
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.28,<3.0.a0'
libgcc: '>=13'
url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.2-heb4867d_0.conda
hash:
md5: 2b780c0338fc0ffa678ac82c54af51fd
sha256: c2a515e623ac3e17a56027c06098fbd5ab47afefefbd386b4c21289f2ec55139
category: main
optional: false
- name: c-blosc2
version: 2.15.1
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
lz4-c: '>=1.9.3,<1.10.0a0'
zlib-ng: '>=2.2.1,<2.3.0a0'
zstd: '>=1.5.6,<1.6.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.15.1-hc57e6cf_0.conda
hash:
md5: 5f84961d86d0ef78851cb34f9d5e31fe
sha256: 6b11cae208878fbf621fbc22135a7912fd0ef19301d0b654858ae16b972410dc
category: main
optional: false
- name: ca-certificates
version: 2024.8.30
manager: conda
platform: linux-64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.8.30-hbcca054_0.conda
hash:
md5: c27d1c142233b5bc9ca570c6e2e0c244
sha256: afee721baa6d988e27fef1832f68d6f32ac8cc99cdf6015732224c2841a09cea
category: main
optional: false
- name: cachecontrol
version: 0.14.0
manager: conda
platform: linux-64
dependencies:
msgpack-python: '>=0.5.2,<2.0.0'
python: '>=3.7'
requests: '>=2.16.0'
url: https://conda.anaconda.org/conda-forge/noarch/cachecontrol-0.14.0-pyhd8ed1ab_1.conda
hash:
md5: a54e449940b3e4bb2129b8daae0c1f65
sha256: 8d8dadbea881c690037e432075357ad6629f7b050e129a5944a0402d674fd754
category: main
optional: false
- name: cachecontrol-with-filecache
version: 0.14.0
manager: conda
platform: linux-64
dependencies:
cachecontrol: 0.14.0
filelock: '>=3.8.0'
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/cachecontrol-with-filecache-0.14.0-pyhd8ed1ab_1.conda
hash:
md5: 42a12b0b21d64b36a9ab9a24a04eb910
sha256: 482d0f3ce8dad6b881f76620ee18152755c61bb968039dcbc0ad45689c70b0d5
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: cachy
version: 0.3.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.6'
url: https://conda.anaconda.org/conda-forge/noarch/cachy-0.3.0-pyhd8ed1ab_1.tar.bz2
hash:
md5: 5dfee17f24e2dfd18d7392b48c9351e2
sha256: 9b193a4e483c4d0004bc5b88fac7a02516b6311137ab61b8db85aa9741422e35
category: main
optional: false
- name: certifi
version: 2024.8.30
manager: conda
platform: linux-64
dependencies:
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.8.30-pyhd8ed1ab_0.conda
hash:
md5: 12f7d00853807b0531775e9be891cb11
sha256: 7020770df338c45ac6b560185956c32f0a5abf4b76179c037f115fc7d687819f
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://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311hf29c0ef_0.conda
hash:
md5: 55553ecd5328336368db611f350b7039
sha256: bc47aa39c8254e9e487b8bcd74cfa3b4a3de3648869eb1a0b89905986b668e35
category: main
optional: false
- name: charls
version: 2.4.2
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.2-h59595ed_0.conda
hash:
md5: 4336bd67920dd504cd8c6761d6a99645
sha256: 18f1c43f91ccf28297f92b094c2c8dbe9c6e8241c0d3cbd6cda014a990660fdd
category: main
optional: false
- name: charset-normalizer
version: 3.4.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.0-pyhd8ed1ab_0.conda
hash:
md5: a374efa97290b8799046df7c5ca17164
sha256: 1873ac45ea61f95750cb0b4e5e675d1c5b3def937e80c7eebb19297f76810be8
category: main
optional: false
- name: click
version: 8.1.7
manager: conda
platform: linux-64
dependencies:
__unix: ''
python: '>=3.8'
url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda
hash:
md5: f3ad426304898027fc619827ff428eca
sha256: f0016cbab6ac4138a429e28dbcb904a90305b34b3fe41a9b89d697c90401caec
category: main
optional: false
- name: click-default-group
version: 1.2.4
manager: conda
platform: linux-64
dependencies:
click: ''
python: '>=2.7'
url: https://conda.anaconda.org/conda-forge/noarch/click-default-group-1.2.4-pyhd8ed1ab_0.conda
hash:
md5: 7c2b6931f9b3548ed78478332095c3e9
sha256: b36e35d735ddd29d7c592eb3de4b3979e13a9f76f1b4bc939f2cb4402758d6d0
category: main
optional: false
- name: clikit
version: 0.6.2
manager: conda
platform: linux-64
dependencies:
pastel: '>=0.2.0,<0.3.0'
pylev: '>=1.3,<2.0'
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/clikit-0.6.2-pyhd8ed1ab_2.conda
hash:
md5: 02abb7b66b02e8b9f5a9b05454400087
sha256: 2d582bc15d9116ec5467b565fb87d9034c8b56f60943e8eb69407f55f1ab5a78
category: main
optional: false
- name: cloudpickle
version: 3.1.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.8'
url: https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.0-pyhd8ed1ab_1.conda
hash:
md5: c88ca2bb7099167912e3b26463fff079
sha256: 5a33d0d3ef33121c546eaf78b3dac2141fc4d30bbaeb3959bbc66fcd5e99ced6
category: main
optional: false
- name: code-server
version: 4.23.1
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.28,<3.0.a0'
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
nodejs: '>=18.20.2,<19.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/code-server-4.23.1-hafe34db_1.conda
hash:
md5: 85ac5b17aec3d32bf07f442fea1b7610
sha256: 61420c434c53ec63f46391fd20d97f5213fd4f9041aa59e4298ca6de304d83ef
category: main
optional: false
- name: colorama
version: 0.4.6
manager: conda
platform: linux-64
dependencies:
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2
hash:
md5: 3faab06a954c2a04039983f2c4a50d99
sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698
category: main
optional: false
- name: comm
version: 0.2.2
manager: conda
platform: linux-64
dependencies:
python: '>=3.6'
traitlets: '>=5.3'
url: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_0.conda
hash:
md5: 948d84721b578d426294e17a02e24cbb
sha256: e923acf02708a8a0b591f3bce4bdc11c8e63b73198b99b35fe6cd96bfb6a0dbe
category: main
optional: false
- name: conda-lock
version: 2.5.7
manager: conda
platform: linux-64
dependencies:
cachecontrol-with-filecache: '>=0.12.9'
cachy: '>=0.3.0'
click: '>=8.0'
click-default-group: ''
clikit: '>=0.6.2'
crashtest: '>=0.3.0'
ensureconda: '>=1.3'
gitpython: '>=3.1.30'
html5lib: '>=1.0'
jinja2: ''
keyring: '>=21.2.0'
packaging: '>=20.4'
pkginfo: '>=1.4'
pydantic: '>=1.10'
python: '>=3.8'
pyyaml: '>=5.1'
requests: '>=2.18'
ruamel.yaml: ''
setuptools: ''
tomli: ''
tomlkit: '>=0.7.0'
toolz: '>=0.12.0,<1.0.0'
typing_extensions: ''
urllib3: '>=1.26.5,<2.0'
virtualenv: '>=20.0.26'
url: https://conda.anaconda.org/conda-forge/noarch/conda-lock-2.5.7-pyhd8ed1ab_0.conda
hash:
md5: 154d0c643be6a9ce6fbe655d007d8e4e
sha256: bdce4c0d6491d12db676633dcf1cae031a5105073996a4a0ae8dba9ecafda2b2
category: main
optional: false
- name: crashtest
version: 0.4.1
manager: conda
platform: linux-64
dependencies:
python: '>=3.6,<4.0'
url: https://conda.anaconda.org/conda-forge/noarch/crashtest-0.4.1-pyhd8ed1ab_0.tar.bz2
hash:
md5: 709a2295dd907bb34afb57d54320642f
sha256: 2f05954a3faf0700c14c1deddc085385160ee32abe111699c78d9cb277e915cc
category: main
optional: false
- name: cryptography
version: 43.0.3
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
cffi: '>=1.12'
libgcc: '>=13'
openssl: '>=3.3.2,<4.0a0'
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.*
url: https://conda.anaconda.org/conda-forge/linux-64/cryptography-43.0.3-py311hafd3f86_0.conda
hash:
md5: c4e15a26f0a69509c36046feceed7ae1
sha256: 9935df3851144f86be7e3d23754a11c0b23382df48e1cf05ab624dcdc9822b41
category: main
optional: false
- name: cytoolz
version: 1.0.0
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://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.0.0-py311h9ecbd09_1.conda
hash:
md5: 765c19c0b6df9c143ac8f959d1a1a238
sha256: 42544e13dc4bb018cec0579ad7a6158c1f296e32fa0995ffd8abb116734dc427
category: main
optional: false
- name: dask-core
version: 2024.10.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://conda.anaconda.org/conda-forge/noarch/dask-core-2024.10.0-pyhd8ed1ab_0.conda
hash:
md5: 7823092a3cf14e98a52d2a2875c47c80
sha256: 8523eb7b861cae9a87e781ad8fe1d2121910eb522c3a16e632f71674bfff3b7b
category: main
optional: false
- name: dataclasses-json
version: 0.6.7
manager: conda
platform: linux-64
dependencies:
marshmallow: '>=3.18.0,<4.0.0'
python: '>=3.7.0,<4.0.0'
typing_inspect: '>=0.4.0,<1'
url: https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhd8ed1ab_0.conda
hash:
md5: c4bbd4cb04570e17833a4280617d6cd8
sha256: 284837364bb8a413723718a3ad57a71e7be36a469fb2f03bd7611c3afded71d9
category: main
optional: false
- name: dav1d
version: 1.2.1
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda
hash:
md5: 418c6ca5929a611cbd69204907a83995
sha256: 22053a5842ca8ee1cf8e1a817138cdb5e647eb2c46979f84153f6ad7bde73020
category: main
optional: false
- name: dbus
version: 1.13.6
manager: conda
platform: linux-64
dependencies:
expat: '>=2.4.2,<3.0a0'
libgcc-ng: '>=9.4.0'
libglib: '>=2.70.2,<3.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2
hash:
md5: ecfff944ba3960ecb334b9a2663d708d
sha256: 8f5f995699a2d9dbdd62c61385bfeeb57c82a681a7c8c5313c395aa0ccab68a5
category: main
optional: false
- name: debugpy
version: 1.8.7
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://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.7-py311hfdbb021_0.conda
hash:
md5: e02dac14097eb3605342cd35c13f0a26
sha256: 540d6b509d68ba77f6ad06f3bc419ba42930f1b3139ab4fda0476e12de8d7f4d
category: main
optional: false
- name: decorator
version: 5.1.1
manager: conda
platform: linux-64
dependencies:
python: '>=3.5'
url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2
hash:
md5: 43afe5ab04e35e17ba28649471dd7364
sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2
category: main
optional: false
- name: deepmerge
version: '2.0'
manager: conda
platform: linux-64
dependencies:
python: '>=3.5'
url: https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_0.conda
hash:
md5: 47ff3fda5530c83745d68e53ddbe5d86
sha256: d1062b6372680e07da8b70d4128b4c61c49a10e1cd0c038b26ff4887a3d20eca
category: main
optional: false
- name: defusedxml
version: 0.7.1
manager: conda
platform: linux-64
dependencies:
python: '>=3.6'
url: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2
hash:
md5: 961b3a227b437d82ad7054484cfa71b2
sha256: 9717a059677553562a8f38ff07f3b9f61727bd614f505658b0a5ecbcf8df89be
category: main
optional: false
- name: distlib
version: 0.3.9
manager: conda
platform: linux-64
dependencies:
python: 2.7|>=3.6
url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.9-pyhd8ed1ab_0.conda
hash:
md5: fe521c1608280cc2803ebd26dc252212
sha256: 300b2e714f59403df0560174f5ef6c19db8b4a3b74a7244862cf771f07dee8fb
category: main
optional: false
- name: distributed
version: 2024.10.0
manager: conda
platform: linux-64
dependencies:
click: '>=8.0'
cloudpickle: '>=3.0.0'
cytoolz: '>=0.11.2'
dask-core: '>=2024.10.0,<2024.10.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://conda.anaconda.org/conda-forge/noarch/distributed-2024.10.0-pyhd8ed1ab_0.conda
hash:
md5: b3b498f7bcc9a2543ad72a3501f3d87b
sha256: 2994121c3e2f57e42fac50ccde8fbd08dbc3e1ecd90f6a90d05e77d4cfbe922c
category: main
optional: false
- name: docutils
version: 0.20.1
manager: conda
platform: linux-64
dependencies:
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.*
url: https://conda.anaconda.org/conda-forge/linux-64/docutils-0.20.1-py311h38be061_3.conda
hash:
md5: 1c33f55e5cdcc2a2b973c432b5225bfe
sha256: 0011a2193a5995a6706936156ea5d1021153ec11eb8869b6abfe15a8f6f22ea8
category: main
optional: false
- name: ensureconda
version: 1.4.4
manager: conda
platform: linux-64
dependencies:
appdirs: ''
click: '>=5.1'
filelock: ''
packaging: ''
python: '>=3.7'
requests: '>=2'
url: https://conda.anaconda.org/conda-forge/noarch/ensureconda-1.4.4-pyhd8ed1ab_0.conda
hash:
md5: e54a91c3a65491b13c68f7696425bac8
sha256: a115afdc676c95a17ab63bbda84b7b724bc8817ae54fa34f8991339252424959
category: main
optional: false
- name: entrypoints
version: '0.4'
manager: conda
platform: linux-64
dependencies:
python: '>=3.6'
url: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2
hash:
md5: 3cf04868fee0a029769bd41f4b2fbf2d
sha256: 2ec4a0900a4a9f42615fc04d0fb3286b796abe56590e8e042f6ec25e102dd5af
category: main
optional: false
- name: exceptiongroup
version: 1.2.2
manager: conda
platform: linux-64
dependencies:
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda
hash:
md5: d02ae936e42063ca46af6cdad2dbd1e0
sha256: e0edd30c4b7144406bb4da975e6bb97d6bc9c0e999aa4efe66ae108cada5d5b5
category: main
optional: false
- name: executing
version: 2.1.0
manager: conda
platform: linux-64
dependencies:
python: '>=2.7'
url: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_0.conda
hash:
md5: d0441db20c827c11721889a241df1220
sha256: a52d7516e2e11d3eb10908e10d3eb3f8ef267fea99ed9b09d52d96c4db3441b8
category: main
optional: false
- name: expat
version: 2.6.3
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libexpat: 2.6.3
libgcc: '>=13'
url: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.3-h5888daf_0.conda
hash:
md5: 6595440079bed734b113de44ffd3cd0a
sha256: 65bd479c75ce876f26600cb230d6ebc474086e31fa384af9b4282b36842ed7e2
category: main