-
Notifications
You must be signed in to change notification settings - Fork 0
/
conda-lock.yml
8425 lines (8425 loc) · 245 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: 0fb08ffef13e80658a0f6664c81d8e4d624a548e4cdec0656cc3aa749e6a0db4
channels:
- url: conda-forge
used_env_vars: []
- url: nsidc
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: affine
version: 2.4.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda
hash:
md5: ae5f4ad87126c55ba3f690ef07f81d64
sha256: fbf0288cae7c6e5005280436ff73c95a36c5a4c978ba50175cc8e3eb22abc5f9
category: main
optional: false
- name: aiobotocore
version: 2.15.0
manager: conda
platform: linux-64
dependencies:
aiohttp: '>=3.9.2,<4.0.0'
aioitertools: '>=0.5.1,<1.0.0'
botocore: '>=1.35.16,<1.35.17'
python: '>=3.8'
wrapt: '>=1.10.10,<2.0.0'
url: https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.15.0-pyhd8ed1ab_0.conda
hash:
md5: a87a1392ad2f2d4bc19ef9b99e3ca15e
sha256: a091737667882f2c20bc4a31590151de0fc5fe81054f0cec01f3b86a774416a7
category: main
optional: false
- name: aiohappyeyeballs
version: 2.4.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.8.0'
url: https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.4.0-pyhd8ed1ab_0.conda
hash:
md5: 0482cd2217e27b3ce47676d570ac3d45
sha256: 5d318408a7ad62c1dbff90060795287f1fd3bdbec13b733bc82f1fadb2c9244e
category: main
optional: false
- name: aiohttp
version: 3.10.5
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aiohappyeyeballs: '>=2.3.0'
aiosignal: '>=1.1.2'
async-timeout: '>=4.0,<5.0'
attrs: '>=17.3.0'
frozenlist: '>=1.1.1'
libgcc: '>=13'
multidict: '>=4.5,<7.0'
python: '>=3.10,<3.11.0a0'
python_abi: 3.10.*
yarl: '>=1.0,<1.9.5'
url: https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.10.5-py310ha75aee5_1.conda
hash:
md5: 4209dc4eb36f1bc7b06777cb9f4124f0
sha256: d4c454176f5f4a916eafa46f8d8bf20a60328f490443c647fa7fe42fd69953f0
category: main
optional: false
- name: aioitertools
version: 0.11.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.6'
typing_extensions: '>=4.0'
url: https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.11.0-pyhd8ed1ab_0.tar.bz2
hash:
md5: 59c40397276a286241c65faec5e1be3c
sha256: be2dbd6710438fa48b83bf06841091227276ae545d145dfe5cb5149c6484e951
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: alsa-lib
version: 1.2.12
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.12-h4ab18f5_0.conda
hash:
md5: 7ed427f0871fd41cb1d9c17727c17589
sha256: 64b95dd06d7ca6b54cea03b02da8f1657b9899ca376d0ca7b47823064f55fb16
category: main
optional: false
- name: aniso8601
version: 9.0.1
manager: conda
platform: linux-64
dependencies:
python: '>=2.7'
python-dateutil: ''
url: https://conda.anaconda.org/conda-forge/noarch/aniso8601-9.0.1-pyhd8ed1ab_0.tar.bz2
hash:
md5: 36fba1a639f2d24723c5480345b78553
sha256: 201c040b6ee0045805a777f75f37a8648eb8dfd4725d62a4fcddc24d7d6c2a9f
category: main
optional: false
- name: anyio
version: 4.4.0
manager: conda
platform: linux-64
dependencies:
exceptiongroup: '>=1.0.2'
idna: '>=2.8'
python: '>=3.8'
sniffio: '>=1.1'
typing_extensions: '>=4.1'
url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.4.0-pyhd8ed1ab_0.conda
hash:
md5: 1fa97c6e8db1f82c64ff17a5efc4ae8e
sha256: 84ac9429812495f12939ab4994f2634f7cacd254f6234a0c2c0243daed15a7ee
category: main
optional: false
- name: anywidget
version: 0.9.13
manager: conda
platform: linux-64
dependencies:
ipywidgets: ''
psygnal: ''
python: '>=3.7'
typing_extensions: ''
watchfiles: ''
url: https://conda.anaconda.org/conda-forge/noarch/anywidget-0.9.13-pyhd8ed1ab_0.conda
hash:
md5: 5163983551f7a4361b0a6bcc85334e0c
sha256: dbe8cd33de4c1eb1edd3578866d54497a6f51b8ee232bc522a2e497e7926bac0
category: main
optional: false
- name: aom
version: 3.7.1
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/aom-3.7.1-h59595ed_0.conda
hash:
md5: 504e70332b8322cda93b7bceb5925fca
sha256: 57ad60805ffc7097a690d6d0e07ba432a3dae187158e13001c392177358478f9
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.10,<3.11.0a0'
python_abi: 3.10.*
url: https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-21.2.0-py310ha75aee5_5.conda
hash:
md5: a2da54f3a705d518c95a5b6de8ad8af6
sha256: 1050f55294476b4d9b36ca3cf22b47f2f23d6e143ad6a177025bc5e5984d5409
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: attr
version: 2.5.1
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/attr-2.5.1-h166bdaf_1.tar.bz2
hash:
md5: d9c69a24ad678ffce24c6543a0176b00
sha256: 82c13b1772c21fc4a17441734de471d3aabf82b61db9b11f4a1bd04a9c4ac324
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: aws-c-auth
version: 0.7.11
manager: conda
platform: linux-64
dependencies:
aws-c-cal: '>=0.6.9,<0.6.10.0a0'
aws-c-common: '>=0.9.12,<0.9.13.0a0'
aws-c-http: '>=0.8.0,<0.8.1.0a0'
aws-c-io: '>=0.14.0,<0.14.1.0a0'
aws-c-sdkutils: '>=0.1.13,<0.1.14.0a0'
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.11-h0b4cabd_1.conda
hash:
md5: e9a6562446d81183d1483bb23bfc478c
sha256: ef98131dbff55f482b0af10d17aa6c478e59987661cf3c22dddb30a441986aa5
category: main
optional: false
- name: aws-c-cal
version: 0.6.9
manager: conda
platform: linux-64
dependencies:
aws-c-common: '>=0.9.12,<0.9.13.0a0'
libgcc-ng: '>=12'
openssl: '>=3.2.0,<4.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.6.9-h14ec70c_3.conda
hash:
md5: 7da4b84275e63f56d158d6250727a70f
sha256: d4f593f586378d7544900847b16d922a10c4d92aec7add6e3cb5dbe69965ab2f
category: main
optional: false
- name: aws-c-common
version: 0.9.12
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.12-hd590300_0.conda
hash:
md5: 7dbb94ffb9df66406f3101625807cac1
sha256: 22e7c9438f2fe3c46a1747efcaae4ab3a078714ff8992a6ec3c213f50b9d6704
category: main
optional: false
- name: aws-c-compression
version: 0.2.17
manager: conda
platform: linux-64
dependencies:
aws-c-common: '>=0.9.12,<0.9.13.0a0'
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.17-h572eabf_8.conda
hash:
md5: cc6630010cb1211cc15fb348f7c7eb70
sha256: 0627434bcee61f94cf35d7719a395d4b7c9967f20bb877f1bd05868013a8a93c
category: main
optional: false
- name: aws-c-event-stream
version: 0.4.1
manager: conda
platform: linux-64
dependencies:
aws-c-common: '>=0.9.12,<0.9.13.0a0'
aws-c-io: '>=0.14.0,<0.14.1.0a0'
aws-checksums: '>=0.1.17,<0.1.18.0a0'
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.4.1-h97bb272_2.conda
hash:
md5: 5a16088be732d54b50c134203f712d24
sha256: a7cb50ccb2779d2934cae3a4fcc3d032a4525b63a464d6bd23957650381d633e
category: main
optional: false
- name: aws-c-http
version: 0.8.0
manager: conda
platform: linux-64
dependencies:
aws-c-cal: '>=0.6.9,<0.6.10.0a0'
aws-c-common: '>=0.9.12,<0.9.13.0a0'
aws-c-compression: '>=0.2.17,<0.2.18.0a0'
aws-c-io: '>=0.14.0,<0.14.1.0a0'
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.0-h9129f04_2.conda
hash:
md5: ec632590307b47ac47d22ebcf91f4043
sha256: 5929ac8e3118146f9d23a5fdff54e2025501ee20a2cd9d8dd2b0115a60442dce
category: main
optional: false
- name: aws-c-io
version: 0.14.0
manager: conda
platform: linux-64
dependencies:
aws-c-cal: '>=0.6.9,<0.6.10.0a0'
aws-c-common: '>=0.9.12,<0.9.13.0a0'
libgcc-ng: '>=12'
s2n: '>=1.4.1,<1.4.2.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.14.0-hf8f278a_1.conda
hash:
md5: 30ebacf5b5fd61294851301887dc7518
sha256: dd52e17a5be987b384c62574d90ddafbba68fa65b1f1344236b90c50ffed304d
category: main
optional: false
- name: aws-c-mqtt
version: 0.10.1
manager: conda
platform: linux-64
dependencies:
aws-c-common: '>=0.9.12,<0.9.13.0a0'
aws-c-http: '>=0.8.0,<0.8.1.0a0'
aws-c-io: '>=0.14.0,<0.14.1.0a0'
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.1-h2b97f5f_0.conda
hash:
md5: 4cba7afc0f74a7cce3159c0bceb607c3
sha256: 8edcb09a2d93c24320f517f837a0e46e98749b72dc7c9d55ce1fa0c4fa5db116
category: main
optional: false
- name: aws-c-s3
version: 0.4.9
manager: conda
platform: linux-64
dependencies:
aws-c-auth: '>=0.7.11,<0.7.12.0a0'
aws-c-cal: '>=0.6.9,<0.6.10.0a0'
aws-c-common: '>=0.9.12,<0.9.13.0a0'
aws-c-http: '>=0.8.0,<0.8.1.0a0'
aws-c-io: '>=0.14.0,<0.14.1.0a0'
aws-checksums: '>=0.1.17,<0.1.18.0a0'
libgcc-ng: '>=12'
openssl: '>=3.2.0,<4.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.4.9-hca09fc5_0.conda
hash:
md5: 44f261ca46a671789f59dc305d51afeb
sha256: b10ad88a1b1f7bf8bb999e06b4bb92e87fa9ede81a10492a373d354f4276a77b
category: main
optional: false
- name: aws-c-sdkutils
version: 0.1.13
manager: conda
platform: linux-64
dependencies:
aws-c-common: '>=0.9.12,<0.9.13.0a0'
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.13-h572eabf_1.conda
hash:
md5: 7c56e8a2c4e8729443217e62e0bf65ba
sha256: eb54d7573f9bbd1d01458203dd83e9c0c94c73be91af9142dd78e1a928be5b7e
category: main
optional: false
- name: aws-checksums
version: 0.1.17
manager: conda
platform: linux-64
dependencies:
aws-c-common: '>=0.9.12,<0.9.13.0a0'
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.17-h572eabf_7.conda
hash:
md5: f7323eedc2685a24661cd6b57d7ed321
sha256: c29ca126f9dd520cc749e8cb99b07168badb333b4b1b95577bb1788c432fe2d0
category: main
optional: false
- name: aws-crt-cpp
version: 0.26.0
manager: conda
platform: linux-64
dependencies:
aws-c-auth: '>=0.7.11,<0.7.12.0a0'
aws-c-cal: '>=0.6.9,<0.6.10.0a0'
aws-c-common: '>=0.9.12,<0.9.13.0a0'
aws-c-event-stream: '>=0.4.1,<0.4.2.0a0'
aws-c-http: '>=0.8.0,<0.8.1.0a0'
aws-c-io: '>=0.14.0,<0.14.1.0a0'
aws-c-mqtt: '>=0.10.1,<0.10.2.0a0'
aws-c-s3: '>=0.4.9,<0.4.10.0a0'
aws-c-sdkutils: '>=0.1.13,<0.1.14.0a0'
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.26.0-h04327c0_8.conda
hash:
md5: 8d2aeb8c24b47ad3ff87166957b216fd
sha256: 4bdef70ff6362d8a3350b4c4181d078e7b1f654a249d63294e9ab1c5a9ca72c7
category: main
optional: false
- name: aws-sdk-cpp
version: 1.11.210
manager: conda
platform: linux-64
dependencies:
aws-c-common: '>=0.9.12,<0.9.13.0a0'
aws-c-event-stream: '>=0.4.1,<0.4.2.0a0'
aws-checksums: '>=0.1.17,<0.1.18.0a0'
aws-crt-cpp: '>=0.26.0,<0.26.1.0a0'
libcurl: '>=8.5.0,<9.0a0'
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
libzlib: '>=1.2.13,<2.0.0a0'
openssl: '>=3.2.0,<4.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.210-hba3e011_10.conda
hash:
md5: a4f975a959587b0e75df8e0f9f2d4347
sha256: 97b50927c4312ad80f3729669fa8b55195c066710e0af73c818c244df01b7604
category: main
optional: false
- name: azure-core-cpp
version: 1.10.3
manager: conda
platform: linux-64
dependencies:
libcurl: '>=8.5.0,<9.0a0'
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
openssl: '>=3.2.1,<4.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.10.3-h91d86a7_1.conda
hash:
md5: c05a913b8203d14b4a91c54d57b52282
sha256: 8740ccf0a22b13ddc7e6b0b577398fc3ec82aa8e020428aa13d69cf4c02bd0b6
category: main
optional: false
- name: azure-storage-blobs-cpp
version: 12.10.0
manager: conda
platform: linux-64
dependencies:
azure-core-cpp: '>=1.10.3,<1.10.4.0a0'
azure-storage-common-cpp: '>=12.5.0,<12.5.1.0a0'
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.10.0-h00ab1b0_0.conda
hash:
md5: 64eec459779f01803594f5272cdde23c
sha256: ea323e7028590b1877af92b76bc3cda52db5a1d90b8321ec91b9db0689f07fb3
category: main
optional: false
- name: azure-storage-common-cpp
version: 12.5.0
manager: conda
platform: linux-64
dependencies:
azure-core-cpp: '>=1.10.3,<1.10.4.0a0'
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
libxml2: '>=2.12.1,<3.0.0a0'
openssl: '>=3.2.0,<4.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.5.0-hb858b4b_2.conda
hash:
md5: 19f23b45d1925a9a8f701a3f6f9cce4f
sha256: 68e177ae983d63323b9bd1c1528776bb0e03d5d5aef0addba97aed4537e649a6
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.1.0
manager: conda
platform: linux-64
dependencies:
packaging: ''
python: '>=3.6'
setuptools: ''
six: '>=1.9.0'
webencodings: ''
url: https://conda.anaconda.org/conda-forge/noarch/bleach-6.1.0-pyhd8ed1ab_0.conda
hash:
md5: 0ed9d7c0e9afa7c025807a9a8136ea3e
sha256: 845e77ef495376c5c3c328ccfd746ca0ef1978150cae8eae61a300fe7755fb08
category: main
optional: false
- name: blinker
version: 1.8.2
manager: conda
platform: linux-64
dependencies:
python: '>=3.8'
url: https://conda.anaconda.org/conda-forge/noarch/blinker-1.8.2-pyhd8ed1ab_0.conda
hash:
md5: cf85c002319c15e9721934104aaa1137
sha256: 8ca3cd8f78d0607df28c9f76adb9800348f8f2dc8aa49d188a995a0acdc4477d
category: main
optional: false
- name: blosc
version: 1.21.5
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
libzlib: '>=1.2.13,<2.0.0a0'
lz4-c: '>=1.9.3,<1.10.0a0'
snappy: '>=1.1.10,<1.2.0a0'
zstd: '>=1.5.5,<1.6.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.5-h0f2a231_0.conda
hash:
md5: 009521b7ed97cca25f8f997f9e745976
sha256: e2b15b017775d1bda8edbb1bc48e545e45364edefa4d926732fc5488cc600731
category: main
optional: false
- name: bokeh
version: 3.5.2
manager: conda
platform: linux-64
dependencies:
contourpy: '>=1.2'
jinja2: '>=2.9'
numpy: '>=1.16'
packaging: '>=16.8'
pandas: '>=1.2'
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.5.2-pyhd8ed1ab_0.conda
hash:
md5: 38d785787ec83d0431b3855328395113
sha256: 8af284264eb1cb9c08586ac8c212dcafc929ef1de3db9d0d7f8ca75190a30f4b
category: main
optional: false
- name: botocore
version: 1.35.16
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.35.16-pyge310_1234567_0.conda
hash:
md5: 0faa21025ea491274cc5f3b4a9c78370
sha256: 2e4c8263d700199d6a7882d0cf973175045b4da86b7721793cb30eabe24741fc
category: main
optional: false
- name: bounded-pool-executor
version: 0.0.3
manager: conda
platform: linux-64
dependencies:
python: '>=3.6'
url: https://conda.anaconda.org/conda-forge/noarch/bounded-pool-executor-0.0.3-pyhd8ed1ab_0.tar.bz2
hash:
md5: d8a39f2e6da4ba10ce7c4aba2c8a69d5
sha256: 967bce773b4715e14d98821db05ba23af3c2c166cb75f913542a342c15ed4300
category: main
optional: false
- name: bqplot
version: 0.12.43
manager: conda
platform: linux-64
dependencies:
ipywidgets: '>=7.6.0,<9'
numpy: '>=1.10.4'
pandas: '>=1.0.0,<3.0.0'
python: '>=3.6'
traitlets: '>=4.3.0,<6.0'
traittypes: '>=0.0.6'
url: https://conda.anaconda.org/conda-forge/noarch/bqplot-0.12.43-pyhd8ed1ab_0.conda
hash:
md5: b9fe4be7c3abb5c473148feb9e8b7b02
sha256: e5a107d0c035331aef334d71f2aa3bdf09f8897e0cd645966ee9ee2c55f124b0
category: main
optional: false
- name: branca
version: 0.7.2
manager: conda
platform: linux-64
dependencies:
jinja2: '>=3'
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/branca-0.7.2-pyhd8ed1ab_0.conda
hash:
md5: 5f1c719f1cac0aee5e6bd6ca7d54a7fa
sha256: 9f7df349cb5a8852804d5bb1f5f49e3076a55ac7229b9c114bb5f7461f497ba7
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.10,<3.11.0a0'
python_abi: 3.10.*
url: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py310hf71b8c6_2.conda
hash:
md5: bf502c169c71e3c6ac0d6175addfacc2
sha256: 14f1e89d3888d560a553f40ac5ba83e4435a107552fa5b2b2029a7472554c1ef
category: main
optional: false
- name: bump-my-version
version: 0.10.0
manager: conda
platform: linux-64
dependencies:
click: ''
pydantic: <2.0.0
python: '>=3.8'
rich: ''
rich-click: ''
tomlkit: ''
url: https://conda.anaconda.org/conda-forge/noarch/bump-my-version-0.10.0-pyhd8ed1ab_0.conda
hash:
md5: d0cfdd7365c03381f3d8c4402a88c50c
sha256: 433cc87b7e1700aaf1ed9fe6f402bfda945409379cafb0d78ed757ca74e364e5
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.33.1
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.28,<3.0.a0'
libgcc-ng: '>=13'
url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.33.1-heb4867d_0.conda
hash:
md5: 0d3c60291342c0c025db231353376dfb
sha256: 2cb24f613eaf2850b1a08f28f967b10d8bd44ef623efa0154dc45eb718776be6
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: cachelib
version: 0.9.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/cachelib-0.9.0-pyhd8ed1ab_0.tar.bz2
hash:
md5: 233ed566628f2a28242d0bb57e99a356
sha256: 349848f0ae2032aff0a6bd2cdb69fe361c1022c6614bdcffa596db1e253ab0b4
category: main
optional: false
- name: cachetools
version: 5.5.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.0-pyhd8ed1ab_0.conda
hash:
md5: 5bad039db72bd8f134a5cff3ebaa190d
sha256: 0abdbbfc2e9c21079a943f42a2dcd950b1a8093ec474fc017e83da0ec4e6cbf4
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: cairo
version: 1.18.0
manager: conda
platform: linux-64
dependencies:
fontconfig: '>=2.14.2,<3.0a0'
fonts-conda-ecosystem: ''
freetype: '>=2.12.1,<3.0a0'
icu: '>=73.2,<74.0a0'
libgcc-ng: '>=12'
libglib: '>=2.78.0,<3.0a0'
libpng: '>=1.6.39,<1.7.0a0'
libstdcxx-ng: '>=12'
libxcb: '>=1.15,<1.16.0a0'
libzlib: '>=1.2.13,<2.0.0a0'
pixman: '>=0.42.2,<1.0a0'
xorg-libice: '>=1.1.1,<2.0a0'
xorg-libsm: '>=1.2.4,<2.0a0'
xorg-libx11: '>=1.8.6,<2.0a0'
xorg-libxext: '>=1.3.4,<2.0a0'
xorg-libxrender: '>=0.9.11,<0.10.0a0'
zlib: ''
url: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.0-h3faef2a_0.conda
hash:
md5: f907bb958910dc404647326ca80c263e
sha256: 142e2639a5bc0e99c44d76f4cc8dce9c6a2d87330c4beeabb128832cd871a86e
category: main
optional: false
- name: cartopy
version: 0.23.0
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc: '>=13'
libstdcxx: '>=13'
matplotlib-base: '>=3.5'
numpy: '>=1.19,<3'
packaging: '>=20'
pyproj: '>=3.3.1'
pyshp: '>=2.3'
python: '>=3.10,<3.11.0a0'
python_abi: 3.10.*
shapely: '>=1.7'
url: https://conda.anaconda.org/conda-forge/linux-64/cartopy-0.23.0-py310h5eaa309_2.conda
hash:
md5: 7eecc124f1b4ebd547b0e5f2ad6c9e2f
sha256: f16b4720d20074cfd9f5d27dc0b975875b4ced6fc748c959aea56b05a34fbfa3
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: