generated from 2i2c-org/hub-user-image-template
-
Notifications
You must be signed in to change notification settings - Fork 7
/
conda-lock.yml
12386 lines (12386 loc) · 359 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: 563db1c2ed81e241f7d18f01ab232270d91ce3761e8a0c2c5e1cb775ae337ec3
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: _py-xgboost-mutex
version: '2.0'
manager: conda
platform: linux-64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-cpu_0.tar.bz2
hash:
md5: 23b8f98a355030331f40d0245492f715
sha256: 504b46c85d81269b24e7b22309064886cfc873955e77daf0eb794d8e7ec8cc06
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: 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.13.2
manager: conda
platform: linux-64
dependencies:
aiohttp: '>=3.9.2,<4.0.0'
aioitertools: '>=0.5.1,<1.0.0'
botocore: '>=1.34.70,<1.34.132'
python: '>=3.8'
wrapt: '>=1.10.10,<2.0.0'
url: https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.13.2-pyhd8ed1ab_0.conda
hash:
md5: c188c514ef97f345144d7840128c0a1d
sha256: 4e5d4c3c3eca383c4c5530d9369089627271ff8353575136aa33875b219ffa5b
category: main
optional: false
- name: aiohappyeyeballs
version: 2.3.6
manager: conda
platform: linux-64
dependencies:
python: '>=3.8.0'
url: https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.3.6-pyhd8ed1ab_0.conda
hash:
md5: 319c86046bc9f049c7042d1ce3f5bffe
sha256: 2fdd1769e0a7b6712a5b2c0a582f895933ea1cc215aee0e6f419d539d6a53d6c
category: main
optional: false
- name: aiohttp
version: 3.10.3
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-ng: '>=12'
multidict: '>=4.5,<7.0'
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.*
yarl: '>=1.0,<2.0'
url: https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.10.3-py311h61187de_0.conda
hash:
md5: b3b58253d1691fafecc512f7a995e12b
sha256: 18075c677baa159d97d879ab5c678707c62954ed3744114d32b4c67610141ee7
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: 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: alembic
version: 1.13.2
manager: conda
platform: linux-64
dependencies:
importlib-metadata: ''
importlib_resources: ''
mako: ''
python: '>=3.8'
sqlalchemy: '>=1.3.0'
typing-extensions: '>=4'
url: https://conda.anaconda.org/conda-forge/noarch/alembic-1.13.2-pyhd8ed1ab_0.conda
hash:
md5: 0045ed5e28a7f2c252a30442408b36c4
sha256: 96fd39cb4500542556bbef01130033bad75c637a6f573eb7b043d15a3f7b02ff
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: 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.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.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:
cffi: '>=1.0.1'
libgcc-ng: '>=12'
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-py311h459d7ec_4.conda
hash:
md5: de5b16869a430949b02161b04b844a30
sha256: 104194af519b4e667aa5341068b94b521a791aaaa05ec0091f8f0bdba43a60ac
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: asciitree
version: 0.3.3
manager: conda
platform: linux-64
dependencies:
python: ''
url: https://conda.anaconda.org/conda-forge/noarch/asciitree-0.3.3-py_2.tar.bz2
hash:
md5: c0481c9de49f040272556e2cedf42816
sha256: b3e9369529fe7d721b66f18680ff4b561e20dbf6507e209e1f60eac277c97560
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: async_generator
version: '1.10'
manager: conda
platform: linux-64
dependencies:
python: '>=3.5'
url: https://conda.anaconda.org/conda-forge/noarch/async_generator-1.10-pyhd8ed1ab_1.conda
hash:
md5: bcee238f99c34ca11add65c1684c5a2d
sha256: 8647ec9fba010c7fd34a00c0c2a04902141f1c5c1d55d80e6c7b99649b6a1c72
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.25
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-cal: '>=0.7.3,<0.7.4.0a0'
aws-c-common: '>=0.9.27,<0.9.28.0a0'
aws-c-http: '>=0.8.7,<0.8.8.0a0'
aws-c-io: '>=0.14.18,<0.14.19.0a0'
aws-c-sdkutils: '>=0.1.19,<0.1.20.0a0'
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.25-h15d0e8c_6.conda
hash:
md5: e0d292ba383ac09598c664186c0144cd
sha256: 0680ca18238e17d319f87bb8390d116292592c6f5534c66404542665d6149fae
category: main
optional: false
- name: aws-c-cal
version: 0.7.3
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-common: '>=0.9.27,<0.9.28.0a0'
libgcc-ng: '>=12'
openssl: '>=3.3.1,<4.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.7.3-h8dac057_2.conda
hash:
md5: 577509458a061ddc9b089602ac6e1e98
sha256: bfd4f73855e926e6c7c9db700a17ef3ddb0e848b85edd04d766d50a008835407
category: main
optional: false
- name: aws-c-common
version: 0.9.27
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.27-h4bc722e_0.conda
hash:
md5: 817119e8a21a45d325f65d0d54710052
sha256: b1725a5ec43bcf606d6bdb248312aa51386b30339dd83a1f16edf620fe03d941
category: main
optional: false
- name: aws-c-compression
version: 0.2.18
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-common: '>=0.9.27,<0.9.28.0a0'
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.18-h038f3f9_10.conda
hash:
md5: 76b09778c1bd489de8691349fd4a73d0
sha256: d8911cff9a3a61af5dc2b30e6d5a3b79f269f0c6af2854a5315bc248c7b5f8a2
category: main
optional: false
- name: aws-c-event-stream
version: 0.4.2
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-common: '>=0.9.27,<0.9.28.0a0'
aws-c-io: '>=0.14.18,<0.14.19.0a0'
aws-checksums: '>=0.1.18,<0.1.19.0a0'
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.4.2-h570d160_21.conda
hash:
md5: f6f77c408f324ed20bba4b32cb04d875
sha256: 43fcaff53b6cbf554cae1949e421e15ee933570ddff4dd8d7522bc8e680cab37
category: main
optional: false
- name: aws-c-http
version: 0.8.7
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-cal: '>=0.7.3,<0.7.4.0a0'
aws-c-common: '>=0.9.27,<0.9.28.0a0'
aws-c-compression: '>=0.2.18,<0.2.19.0a0'
aws-c-io: '>=0.14.18,<0.14.19.0a0'
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.7-ha1f794c_4.conda
hash:
md5: b506fe315f908ea9b94036a1e5de5e6e
sha256: 89f49970f60bd75a668273db036079615b3f8f4de4f67bf96e9e89d7977a1c73
category: main
optional: false
- name: aws-c-io
version: 0.14.18
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-cal: '>=0.7.3,<0.7.4.0a0'
aws-c-common: '>=0.9.27,<0.9.28.0a0'
libgcc-ng: '>=12'
s2n: '>=1.5.0,<1.5.1.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.14.18-h0040ed1_5.conda
hash:
md5: 2f6316f09b3152fecc2d34ab69508e6a
sha256: 834f5bdf6ade6df5f437f5c81f8d5e28c7a4d591e13d5e81cfadc2682dd773d4
category: main
optional: false
- name: aws-c-mqtt
version: 0.10.4
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-common: '>=0.9.27,<0.9.28.0a0'
aws-c-http: '>=0.8.7,<0.8.8.0a0'
aws-c-io: '>=0.14.18,<0.14.19.0a0'
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.4-hc14a930_17.conda
hash:
md5: f0e3f95a9f545d5975e8573f80cdb5fa
sha256: bc176d82875700e0ee51ddaef188fd6ca2a44b2efc69e0cb434460319216049b
category: main
optional: false
- name: aws-c-s3
version: 0.6.4
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-auth: '>=0.7.25,<0.7.26.0a0'
aws-c-cal: '>=0.7.3,<0.7.4.0a0'
aws-c-common: '>=0.9.27,<0.9.28.0a0'
aws-c-http: '>=0.8.7,<0.8.8.0a0'
aws-c-io: '>=0.14.18,<0.14.19.0a0'
aws-checksums: '>=0.1.18,<0.1.19.0a0'
libgcc-ng: '>=12'
openssl: '>=3.3.1,<4.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.6.4-h558cea2_8.conda
hash:
md5: af03e7b03e929396fb80ffac1a676c89
sha256: 8206b63d89e1cf08a0e4bc4852cb15080bc9754df48acbc5e59fbe2ec50b3da8
category: main
optional: false
- name: aws-c-sdkutils
version: 0.1.19
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-common: '>=0.9.27,<0.9.28.0a0'
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.19-h038f3f9_2.conda
hash:
md5: 6861cab6cddb5d713cb3db95c838d30f
sha256: 5612c9cad56662db50a1bcc2d8dca1fe273f7abad6f670fef328e4044beabc75
category: main
optional: false
- name: aws-checksums
version: 0.1.18
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-common: '>=0.9.27,<0.9.28.0a0'
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.18-h038f3f9_10.conda
hash:
md5: 4bf9c8fcf2bb6793c55e5c5758b9b011
sha256: a94547ff766fb420c368bb8d4fd1c8d99b13088d176c43ad7bb7458ef47e45bc
category: main
optional: false
- name: aws-crt-cpp
version: 0.27.5
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-auth: '>=0.7.25,<0.7.26.0a0'
aws-c-cal: '>=0.7.3,<0.7.4.0a0'
aws-c-common: '>=0.9.27,<0.9.28.0a0'
aws-c-event-stream: '>=0.4.2,<0.4.3.0a0'
aws-c-http: '>=0.8.7,<0.8.8.0a0'
aws-c-io: '>=0.14.18,<0.14.19.0a0'
aws-c-mqtt: '>=0.10.4,<0.10.5.0a0'
aws-c-s3: '>=0.6.4,<0.6.5.0a0'
aws-c-sdkutils: '>=0.1.19,<0.1.20.0a0'
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.27.5-hd0b8a3b_7.conda
hash:
md5: 059dc1576393ab4b807e74f90e5db6d9
sha256: c2d149777484817c09ec01f4cc4b35c5c2c678b347436c5b44b237bb07926e58
category: main
optional: false
- name: aws-sdk-cpp
version: 1.11.379
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-common: '>=0.9.27,<0.9.28.0a0'
aws-c-event-stream: '>=0.4.2,<0.4.3.0a0'
aws-checksums: '>=0.1.18,<0.1.19.0a0'
aws-crt-cpp: '>=0.27.5,<0.27.6.0a0'
libcurl: '>=8.9.1,<9.0a0'
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
libzlib: '>=1.3.1,<2.0a0'
openssl: '>=3.3.1,<4.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.379-h7dc8893_3.conda
hash:
md5: c077ea74db96ebfd3366a2bae0701448
sha256: 96f9e805f00ee56c8e5c9cbb04bb8360e15ea5c22e88d36a8377cefefb936894
category: main
optional: false
- name: awscli
version: 2.17.31
manager: conda
platform: linux-64
dependencies:
awscrt: '>=0.19.18,<=0.21.2'
colorama: '>=0.2.5,<0.4.7'
cryptography: '>=3.3.2,<=40.0.2'
distro: '>=1.5.0,<1.9.0'
docutils: '>=0.10,<0.20'
jmespath: '>=0.7.1,<1.1.0'
prompt_toolkit: '>=3.0.24,<3.0.39'
pyopenssl: <23.2
python: '>=3.11,<3.12.0a0'
python-dateutil: '>=2.1,<=2.8.2'
python_abi: 3.11.*
ruamel.yaml: '>=0.15.0,<=0.17.21'
ruamel.yaml.clib: '>=0.2.0,<=0.2.7'
urllib3: '>=1.25.4,<1.27'
url: https://conda.anaconda.org/conda-forge/linux-64/awscli-2.17.31-py311h38be061_0.conda
hash:
md5: 47b73edaaa5bd2be974a62eb2a2c029a
sha256: a6a8f44003ed9e520c0522d7794c365ddaba7796b6582afaf224651f9782b4e7
category: main
optional: false
- name: awscrt
version: 0.21.2
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
aws-c-auth: '>=0.7.25,<0.7.26.0a0'
aws-c-cal: '>=0.7.3,<0.7.4.0a0'
aws-c-common: '>=0.9.27,<0.9.28.0a0'
aws-c-event-stream: '>=0.4.2,<0.4.3.0a0'
aws-c-http: '>=0.8.7,<0.8.8.0a0'
aws-c-io: '>=0.14.18,<0.14.19.0a0'
aws-c-mqtt: '>=0.10.4,<0.10.5.0a0'
aws-c-s3: '>=0.6.4,<0.6.5.0a0'
aws-checksums: '>=0.1.18,<0.1.19.0a0'
libgcc-ng: '>=12'
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.*
s2n: '>=1.5.0,<1.5.1.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/awscrt-0.21.2-py311hb5371d9_10.conda
hash:
md5: 80be61257bd6b9df689b30cee4e38b29
sha256: 909558aca6fbd5e387a3e72e2a888944251c3d319ddec97c5fcc846982176568
category: main
optional: false
- name: azure-core-cpp
version: 1.13.0
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
libcurl: '>=8.8.0,<9.0a0'
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
openssl: '>=3.3.1,<4.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.13.0-h935415a_0.conda
hash:
md5: debd1677c2fea41eb2233a260f48a298
sha256: b7e0a22295db2e1955f89c69cefc32810309b3af66df986d9fb75d89f98a80f7
category: main
optional: false
- name: azure-identity-cpp
version: 1.8.0
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
azure-core-cpp: '>=1.13.0,<1.13.1.0a0'
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
openssl: '>=3.3.1,<4.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.8.0-hd126650_2.conda
hash:
md5: 36df3cf05459de5d0a41c77c4329634b
sha256: f85452eca3ae0e156b1d1a321a1a9f4f58d44ff45236c0d8602ab96aaad3c6ba
category: main
optional: false
- name: azure-storage-blobs-cpp
version: 12.12.0
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
azure-core-cpp: '>=1.13.0,<1.13.1.0a0'
azure-storage-common-cpp: '>=12.7.0,<12.7.1.0a0'
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.12.0-hd2e3451_0.conda
hash:
md5: 61f1c193452f0daa582f39634627ea33
sha256: 69a0f5c2a08a1a40524b343060debb8d92295e2cc5805c3db56dad7a41246a93
category: main
optional: false
- name: azure-storage-common-cpp
version: 12.7.0
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
azure-core-cpp: '>=1.13.0,<1.13.1.0a0'
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
libxml2: '>=2.12.7,<3.0a0'
openssl: '>=3.3.1,<4.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.7.0-h10ac4d7_1.conda
hash:
md5: ab6d507ad16dbe2157920451d662e4a1
sha256: 1030fa54497a73eb78c509d451f25701e2e781dc182e7647f55719f1e1f9bee8
category: main
optional: false
- name: azure-storage-files-datalake-cpp
version: 12.11.0
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17,<3.0.a0'
azure-core-cpp: '>=1.13.0,<1.13.1.0a0'
azure-storage-blobs-cpp: '>=12.12.0,<12.12.1.0a0'
azure-storage-common-cpp: '>=12.7.0,<12.7.1.0a0'
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.11.0-h325d260_1.conda
hash:
md5: 11d926d1f4a75a1b03d1c053ca20424b
sha256: 1726fa324bb402e52d63227d6cb3f849957cd6841f8cb8aed58bb0c81203befb
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: backoff
version: 2.2.1
manager: conda
platform: linux-64
dependencies:
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/backoff-2.2.1-pyhd8ed1ab_0.tar.bz2
hash:
md5: 4600709bd85664d8606ae0c76642f8db
sha256: b1cf7df15741e5fbc57e22a3a89db427383335aaab22ddc1b30710deeb0130de
category: main
optional: false
- name: backports.zoneinfo
version: 0.2.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/backports.zoneinfo-0.2.1-py311h38be061_8.conda
hash:
md5: 5384590f14dfe6ccd02811236afc9f8e
sha256: 1708c5e6729567f30ccde7761492cb43ee72fa2f7d5065b9102785278718505b
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.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: bokeh
version: 3.2.2
manager: conda
platform: linux-64
dependencies:
contourpy: '>=1'
jinja2: '>=2.9'
numpy: '>=1.16,<2.0a0'
packaging: '>=16.8'
pandas: '>=1.2'
pillow: '>=7.1.0'
python: '>=3.9'
pyyaml: '>=3.10'
tornado: '>=5.1'
xyzservices: '>=2021.09.1'
url: https://conda.anaconda.org/conda-forge/noarch/bokeh-3.2.2-pyhd8ed1ab_0.conda
hash:
md5: 30488151f591379db656250b3f5fc0c6
sha256: 8ac8cc29fba1bd48a6c511dcfa8c92435f1c4f111a96d86a630a734026e739ca
category: main
optional: false
- name: boto3
version: 1.34.131
manager: conda
platform: linux-64
dependencies:
botocore: '>=1.34.131,<1.35.0'
jmespath: '>=0.7.1,<2.0.0'
python: '>=3.8'
s3transfer: '>=0.10.0,<0.11.0'
url: https://conda.anaconda.org/conda-forge/noarch/boto3-1.34.131-pyhd8ed1ab_0.conda
hash:
md5: 16cbd51eb7f0fc40a88c636006437c85
sha256: cf90e13146b5d143a749c68a0550b6ddd0e1e0d5f87976cf41b1708f88b84589
category: main
optional: false
- name: botocore
version: 1.34.131
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.34.131-pyge310_1234567_0.conda
hash:
md5: 955a32ec433efee3e3ab19658ce1996d
sha256: 35e3141a25580397dc7977c88409b3d19871fb7e5be4951b7f9879abb307a04d
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:
brotli-bin: 1.1.0
libbrotlidec: 1.1.0
libbrotlienc: 1.1.0
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hd590300_1.conda
hash:
md5: f27a24d46e3ea7b70a1f98e50c62508f
sha256: f2d918d351edd06c55a6c2d84b488fe392f85ea018ff227daac07db22b408f6b
category: main
optional: false
- name: brotli-bin
version: 1.1.0
manager: conda
platform: linux-64
dependencies:
libbrotlidec: 1.1.0
libbrotlienc: 1.1.0
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hd590300_1.conda
hash:
md5: 39f910d205726805a958da408ca194ba
sha256: a641abfbaec54f454c8434061fffa7fdaa9c695e8a5a400ed96b4f07c0c00677
category: main
optional: false
- name: brotli-python
version: 1.1.0
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.*
url: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311hb755f60_1.conda
hash:
md5: cce9e7c3f1c307f2a5fb08a2922d6164
sha256: 559093679e9fdb6061b7b80ca0f9a31fe6ffc213f1dae65bc5c82e2cd1a94107
category: main
optional: false
- name: brunsli
version: '0.1'
manager: conda