-
Notifications
You must be signed in to change notification settings - Fork 1
/
hyp3.conda-lock.yml
3295 lines (3295 loc) · 95.4 KB
/
hyp3.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 --file 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: d458c08f764f2b0bc1bc2e8cfbca79b230051d4e89bbbe636cc08ec68f145fd3
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: 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: aom
version: 3.5.0
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/aom-3.5.0-h27087fc_0.tar.bz2
hash:
md5: a08150fd2298460cd1fcccf626305642
sha256: ed05f72ffa891e3c6a507eac6f0221c85c1f0611491328cd098308060740891c
category: main
optional: false
- name: asf_search
version: 7.0.4
manager: conda
platform: linux-64
dependencies:
asf_search-base: '>=7.0.4,<7.0.5.0a0'
python: '>=3.8'
remotezip: '>=0.10.0'
url: https://conda.anaconda.org/conda-forge/noarch/asf_search-7.0.4-pyhd8ed1ab_0.conda
hash:
md5: cdc331f079cf673aeecf601ed2b6c4ad
sha256: 5c42d860c5f043ca93b78d7c0f07987df6d38ded2daf5ca8c8cfae1523409085
category: main
optional: false
- name: asf_search-base
version: 7.0.4
manager: conda
platform: linux-64
dependencies:
dateparser: ''
importlib_metadata: ''
numpy: ''
python: '>=3.8'
python-dateutil: ''
pytz: ''
requests: ''
shapely: ''
tenacity: 8.2.2
url: https://conda.anaconda.org/conda-forge/noarch/asf_search-base-7.0.4-pyhd8ed1ab_0.conda
hash:
md5: eae7ad62dd2e7c66c1725cbe8148a4a3
sha256: 45ed924dfc6761b6e1f6123e28fdf0d7f5191a4abc66b55d6616f46e5f8c0a0e
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: 23.2.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda
hash:
md5: 5e4c0743c70186509d1412e03c2d8dfa
sha256: 77c7d03bdb243a048fff398cedc74327b7dc79169ebe3b4c8448b0331ea55fea
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,<1.3.0a0'
lz4-c: '>=1.9.3,<1.10.0a0'
snappy: '>=1.1.10,<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: boost-cpp
version: 1.78.0
manager: conda
platform: linux-64
dependencies:
bzip2: '>=1.0.8,<2.0a0'
icu: '>=70.1,<71.0a0'
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
libzlib: '>=1.2.13,<1.3.0a0'
xz: '>=5.2.6,<6.0a0'
zstd: '>=1.5.2,<1.6.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/boost-cpp-1.78.0-h5adbc97_2.conda
hash:
md5: 09be6b4c66c7881e2b24214c6f6841c9
sha256: 7f88fff764eee5c95afa8d71864caa1a9fe862940699bceee1ec1f8e1e023174
category: main
optional: false
- name: boto3
version: 1.34.50
manager: conda
platform: linux-64
dependencies:
botocore: '>=1.34.50,<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.50-pyhd8ed1ab_0.conda
hash:
md5: a461e0b1551c71d679ab44d205b773e9
sha256: 865fda4a305d96fae98c939f9f730410349cda6d3394bcf86f5de2a8dc3355bb
category: main
optional: false
- name: botocore
version: 1.34.50
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.1'
url: https://conda.anaconda.org/conda-forge/noarch/botocore-1.34.50-pyge310_1234567_0.conda
hash:
md5: 7784fc57e502f57dabb26e82b510aae6
sha256: 7763bb64b49174f54b4d934e2099d00bfac8c159551f7e669f254e8b7fc6f008
category: main
optional: false
- name: branca
version: 0.7.1
manager: conda
platform: linux-64
dependencies:
jinja2: '>=3'
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/branca-0.7.1-pyhd8ed1ab_0.conda
hash:
md5: 35fa1bfd27c4d4c3cd46501a9ca7bd78
sha256: 4053ce4389a524e226eea020e2e507335e908a45d324b4f48d4b4407b17c88e3
category: main
optional: false
- name: brotli
version: 1.0.9
manager: conda
platform: linux-64
dependencies:
brotli-bin: 1.0.9
libbrotlidec: 1.0.9
libbrotlienc: 1.0.9
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.0.9-h166bdaf_9.conda
hash:
md5: 4601544b4982ba1861fa9b9c607b2c06
sha256: 2357d205931912def55df0dc53573361156b27856f9bf359d464da162812ec1f
category: main
optional: false
- name: brotli-bin
version: 1.0.9
manager: conda
platform: linux-64
dependencies:
libbrotlidec: 1.0.9
libbrotlienc: 1.0.9
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.0.9-h166bdaf_9.conda
hash:
md5: d47dee1856d9cb955b8076eeff304a5b
sha256: 1c128f136a59ee2fa47d7fbd9b6fc8afa8460d340e4ae0e6f5419ebbd7539a10
category: main
optional: false
- name: brotli-python
version: 1.0.9
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.0.9-py311ha362b79_9.conda
hash:
md5: ced5340f5dc6cff43a80deac8d0e398f
sha256: e2c0a391839914a1b3611b661ebd1736dd747f43a4611254d9333d9db3163ec7
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:
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hd590300_5.conda
hash:
md5: 69b8b6202a07720f448be700e300ccf4
sha256: 242c0c324507ee172c0e0dd2045814e746bb303d1eb78870d182ceb0abc726a8
category: main
optional: false
- name: c-ares
version: 1.27.0
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.27.0-hd590300_0.conda
hash:
md5: f6afff0e9ee08d2f1b897881a4f38cdb
sha256: 2a5866b19d28cb963fab291a62ff1c884291b9d6f59de14643e52f103e255749
category: main
optional: false
- name: c-blosc2
version: 2.13.2
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
lz4-c: '>=1.9.3,<1.10.0a0'
zlib-ng: '>=2.0.7,<2.1.0a0'
zstd: '>=1.5.5,<1.6.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.13.2-hb4ffafa_0.conda
hash:
md5: 976aaf1afd331ed7346d649da5c5c1ee
sha256: 525647593115f5feb8c82c227803bb84d65307756a19e755512931dc6e8c9ff3
category: main
optional: false
- name: ca-certificates
version: 2024.2.2
manager: conda
platform: linux-64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.2.2-hbcca054_0.conda
hash:
md5: 2f4327a1cbe7f022401b236e915a5fef
sha256: 91d81bfecdbb142c15066df70cc952590ae8991670198f92c66b62019b251aeb
category: main
optional: false
- name: cached-property
version: 1.5.2
manager: conda
platform: linux-64
dependencies:
cached_property: '>=1.5.2,<1.5.3.0a0'
url: https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2
hash:
md5: 9b347a7ec10940d3f7941ff6c460b551
sha256: 561e6660f26c35d137ee150187d89767c988413c978e1b712d53f27ddf70ea17
category: main
optional: false
- name: cached_property
version: 1.5.2
manager: conda
platform: linux-64
dependencies:
python: '>=3.6'
url: https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2
hash:
md5: 576d629e47797577ab0f1b351297ef4a
sha256: 6dbf7a5070cc43d90a1e4c2ec0c541c69d8e30a0e25f50ce9f6e4a432e42c5d7
category: main
optional: false
- name: cairo
version: 1.16.0
manager: conda
platform: linux-64
dependencies:
fontconfig: '>=2.13.96,<3.0a0'
fonts-conda-ecosystem: ''
freetype: '>=2.12.1,<3.0a0'
icu: '>=70.1,<71.0a0'
libgcc-ng: '>=12'
libglib: '>=2.72.1,<3.0a0'
libpng: '>=1.6.38,<1.7.0a0'
libxcb: '>=1.13,<1.14.0a0'
libzlib: '>=1.2.12,<1.3.0a0'
pixman: '>=0.40.0,<1.0a0'
xorg-libice: ''
xorg-libsm: ''
xorg-libx11: ''
xorg-libxext: ''
xorg-libxrender: ''
zlib: '>=1.2.12,<1.3.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.16.0-ha61ee94_1014.tar.bz2
hash:
md5: d1a88f3ed5b52e1024b80d4bcd26a7a0
sha256: f062cf56e6e50d3ad4b425ebb3765ca9138c6ebc52e6a42d1377de8bc8d954f6
category: main
optional: false
- name: certifi
version: 2024.2.2
manager: conda
platform: linux-64
dependencies:
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.2.2-pyhd8ed1ab_0.conda
hash:
md5: 0876280e409658fc6f9e75d035960333
sha256: f1faca020f988696e6b6ee47c82524c7806380b37cfdd1def32f92c326caca54
category: main
optional: false
- name: cfitsio
version: 4.2.0
manager: conda
platform: linux-64
dependencies:
bzip2: '>=1.0.8,<2.0a0'
libcurl: '>=7.86.0,<9.0a0'
libgcc-ng: '>=12'
libgfortran-ng: ''
libgfortran5: '>=10.4.0'
libzlib: '>=1.2.13,<1.3.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/cfitsio-4.2.0-hd9d235c_0.conda
hash:
md5: 8c57a9adbafd87f5eff842abde599cb4
sha256: 6409d15f09ae1a1673c971c8f45fc87272d1af569d027efbe16b689a1a8afd0d
category: main
optional: false
- name: cftime
version: 1.6.3
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
numpy: '>=1.23.5,<2.0a0'
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.*
url: https://conda.anaconda.org/conda-forge/linux-64/cftime-1.6.3-py311h1f0f07a_0.conda
hash:
md5: b7e6d52b39e199238c3400cafaabafb3
sha256: 733698aeaba7e86de82300e016f5a7ee16875d5cf21b927fe6c6f183e6f0d57f
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.3.2
manager: conda
platform: linux-64
dependencies:
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda
hash:
md5: 7f4a9e3fcff3f6356ae99244a014da6a
sha256: 20cae47d31fdd58d99c4d2e65fbdcefa0b0de0c84e455ba9d6356a4bdbc4b5b9
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-plugins
version: 1.1.1
manager: conda
platform: linux-64
dependencies:
click: '>=3.0'
python: ''
url: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2
hash:
md5: 4fd2c6b53934bd7d96d1f3fdaf99b79f
sha256: ddef6e559dde6673ee504b0e29dd814d36e22b6b9b1f519fa856ee268905bf92
category: main
optional: false
- name: cligj
version: 0.7.2
manager: conda
platform: linux-64
dependencies:
click: '>=4.0'
python: <4.0
url: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2
hash:
md5: a29b7c141d6b2de4bb67788a5f107734
sha256: 97bd58f0cfcff56a0bcda101e26f7d936625599325beba3e3a1fa512dd7fc174
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: contourpy
version: 1.2.0
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
numpy: '>=1.20,<2'
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.*
url: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.2.0-py311h9547e67_0.conda
hash:
md5: 40828c5b36ef52433e21f89943e09f33
sha256: 2c76e2a970b74eef92ef9460aa705dbdc506dd59b7382bfbedce39d9c189d7f4
category: main
optional: false
- name: curl
version: 8.1.2
manager: conda
platform: linux-64
dependencies:
krb5: '>=1.20.1,<1.21.0a0'
libcurl: 8.1.2
libgcc-ng: '>=12'
libssh2: '>=1.10.0,<2.0a0'
libzlib: '>=1.2.13,<1.3.0a0'
openssl: '>=3.1.0,<4.0a0'
zstd: '>=1.5.2,<1.6.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/curl-8.1.2-h409715c_0.conda
hash:
md5: 9f88cfb15b7d08b25880b138f91e0eb4
sha256: b63022a5184d6d4d62fc43c4c52aa742984449ef2ed4b29ce5ef8f10d3c6b5a8
category: main
optional: false
- name: cycler
version: 0.12.1
manager: conda
platform: linux-64
dependencies:
python: '>=3.8'
url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda
hash:
md5: 5cd86562580f274031ede6aa6aa24441
sha256: f221233f21b1d06971792d491445fd548224641af9443739b4b7b6d5d72954a8
category: main
optional: false
- name: dateparser
version: 1.2.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.7'
python-dateutil: ''
pytz: ''
regex: '!=2019.02.19,!=2021.8.27'
tzlocal: ''
url: https://conda.anaconda.org/conda-forge/noarch/dateparser-1.2.0-pyhd8ed1ab_0.conda
hash:
md5: 7bdfb7b95b01e58834a478699215e371
sha256: 7f2d7288283df6ce2745f3f9f77ce3edb436d5ff12e5779dd5c2670610f2dfb7
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: dem_stitcher
version: 2.5.5
manager: conda
platform: linux-64
dependencies:
affine: ''
boto3: ''
geopandas: ''
importlib_metadata: ''
numpy: ''
pyproj: ''
python: '>=3.7'
rasterio: ''
requests: ''
shapely: ''
tqdm: ''
url: https://conda.anaconda.org/conda-forge/noarch/dem_stitcher-2.5.5-pyhd8ed1ab_0.conda
hash:
md5: 63f90088743c2dcf76adcc4602043f8e
sha256: f538f4bfd1c51521ea1add41ad969b3d03149e9bb8c63cff4fcd34fdab19c85d
category: main
optional: false
- name: expat
version: 2.5.0
manager: conda
platform: linux-64
dependencies:
libexpat: 2.5.0
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/expat-2.5.0-hcb278e6_1.conda
hash:
md5: 8b9b5aca60558d02ddaa09d599e55920
sha256: 36dfeb4375059b3bba75ce9b38c29c69fd257342a79e6cf20e9f25c1523f785f
category: main
optional: false
- name: fftw
version: 3.3.10
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
libgfortran-ng: ''
libgfortran5: '>=11.4.0'
libstdcxx-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/fftw-3.3.10-nompi_hc118613_108.conda
hash:
md5: 6fa90698000b05dfe8ce6515794fe71a
sha256: 1952dbb3c40931fc4608e053e32cbebbdcd8f3ea5b6a050156df6dd66ad64912
category: main
optional: false
- name: fiona
version: 1.9.3
manager: conda
platform: linux-64
dependencies:
attrs: '>=17'
click: '>=4.0'
click-plugins: '>=1.0'
cligj: '>=0.5'
gdal: ''
importlib-metadata: ''
libgcc-ng: '>=12'
libgdal: '>=3.6.3,<3.7.0a0'
libstdcxx-ng: '>=12'
munch: ''
numpy: '>=1.23.5,<2.0a0'
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.*
setuptools: ''
shapely: ''
six: '>=1.7'
url: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.9.3-py311h3f14cef_0.conda
hash:
md5: 9d088bde7829894115b7fed191d78db1
sha256: e836ed85ec90167a402bbccaa5fba7c4452b59aad6394a8aaf6938b9a607b9d0
category: main
optional: false
- name: folium
version: 0.15.1
manager: conda
platform: linux-64
dependencies:
branca: '>=0.7.0'
jinja2: '>=2.9'
numpy: ''
python: '>=3.7'
requests: ''
xyzservices: ''
url: https://conda.anaconda.org/conda-forge/noarch/folium-0.15.1-pyhd8ed1ab_0.conda
hash:
md5: 4fdfc338f6fb875b1078a7e20dbc99e2
sha256: c0730ddfaf35e39ac92b7fd07315843e7948b2ce3361d164ec1b722dd0440c2b
category: main
optional: false
- name: font-ttf-dejavu-sans-mono
version: '2.37'
manager: conda
platform: linux-64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2
hash:
md5: 0c96522c6bdaed4b1566d11387caaf45
sha256: 58d7f40d2940dd0a8aa28651239adbf5613254df0f75789919c4e6762054403b
category: main
optional: false
- name: font-ttf-inconsolata
version: '3.000'
manager: conda
platform: linux-64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2
hash:
md5: 34893075a5c9e55cdafac56607368fc6
sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c
category: main
optional: false
- name: font-ttf-source-code-pro
version: '2.038'
manager: conda
platform: linux-64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2
hash:
md5: 4d59c254e01d9cde7957100457e2d5fb
sha256: 00925c8c055a2275614b4d983e1df637245e19058d79fc7dd1a93b8d9fb4b139
category: main
optional: false
- name: font-ttf-ubuntu
version: '0.83'
manager: conda
platform: linux-64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_1.conda
hash:
md5: 6185f640c43843e5ad6fd1c5372c3f80
sha256: 056c85b482d58faab5fd4670b6c1f5df0986314cca3bc831d458b22e4ef2c792
category: main
optional: false
- name: fontconfig
version: 2.14.2
manager: conda
platform: linux-64
dependencies:
expat: '>=2.5.0,<3.0a0'
freetype: '>=2.12.1,<3.0a0'
libgcc-ng: '>=12'
libuuid: '>=2.32.1,<3.0a0'
libzlib: '>=1.2.13,<1.3.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.14.2-h14ed4e7_0.conda
hash:
md5: 0f69b688f52ff6da70bccb7ff7001d1d
sha256: 155d534c9037347ea7439a2c6da7c24ffec8e5dd278889b4c57274a1d91e0a83
category: main
optional: false
- name: fonts-conda-ecosystem
version: '1'
manager: conda
platform: linux-64
dependencies:
fonts-conda-forge: ''
url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2
hash:
md5: fee5683a3f04bd15cbd8318b096a27ab
sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61
category: main
optional: false
- name: fonts-conda-forge
version: '1'
manager: conda
platform: linux-64
dependencies:
font-ttf-dejavu-sans-mono: ''
font-ttf-inconsolata: ''
font-ttf-source-code-pro: ''
font-ttf-ubuntu: ''
url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2
hash:
md5: f766549260d6815b0c52253f1fb1bb29
sha256: 53f23a3319466053818540bcdf2091f253cbdbab1e0e9ae7b9e509dcaa2a5e38
category: main
optional: false
- name: fonttools
version: 4.49.0
manager: conda
platform: linux-64
dependencies:
brotli: ''
libgcc-ng: '>=12'
munkres: ''
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.*
url: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.49.0-py311h459d7ec_0.conda
hash:
md5: d66c9e36ab104f94e35b015c86c2fcb4
sha256: bbf00a8da6c109cb139dd1e691052081e7e1e28ff2a849e7297c9e71588a6d6f
category: main
optional: false
- name: freetype
version: 2.12.1
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
libpng: '>=1.6.39,<1.7.0a0'
libzlib: '>=1.2.13,<1.3.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/freetype-2.12.1-h267a509_2.conda
hash:
md5: 9ae35c3d96db2c94ce0cef86efdfa2cb
sha256: b2e3c449ec9d907dd4656cb0dc93e140f447175b125a3824b31368b06c666bb6
category: main
optional: false
- name: freexl
version: 1.0.6
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/freexl-1.0.6-h166bdaf_1.tar.bz2
hash:
md5: 897e772a157faf3330d72dd291486f62
sha256: 26045196e00b5787276c60ff83acfa8808cae550a20832f11104069e5f7f3f05
category: main
optional: false
- name: gdal
version: 3.6.3
manager: conda
platform: linux-64
dependencies:
hdf5: '>=1.12.2,<1.12.3.0a0'
libgcc-ng: '>=12'
libgdal: 3.6.3
libstdcxx-ng: '>=12'
numpy: '>=1.23.5,<2.0a0'
openssl: '>=3.1.0,<4.0a0'
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.*
url: https://conda.anaconda.org/conda-forge/linux-64/gdal-3.6.3-py311hadb6153_1.conda
hash:
md5: 5974b9bd177219c96955297996765d66
sha256: 84666eaba7c04b04291e749a395b2f30b0101964676707fb67156e3e1fffe33f
category: main
optional: false
- name: geopandas
version: 0.14.3
manager: conda
platform: linux-64
dependencies:
fiona: '>=1.8.21'
folium: ''
geopandas-base: 0.14.3
mapclassify: '>=2.4.0'
matplotlib-base: ''
python: '>=3.9'
rtree: ''
xyzservices: ''
url: https://conda.anaconda.org/conda-forge/noarch/geopandas-0.14.3-pyhd8ed1ab_0.conda
hash:
md5: d8e208e375441bf1404e9693f13f3c25
sha256: 15bdc3d85ffa9c6601f57dd5e2780dbcbe52ca5da70164fb5bb1bb4c72b92010
category: main
optional: false
- name: geopandas-base
version: 0.14.3
manager: conda
platform: linux-64
dependencies:
packaging: ''
pandas: '>=1.4.0'
pyproj: '>=3.3.0'
python: '>=3.9'
shapely: '>=1.8.0'
url: https://conda.anaconda.org/conda-forge/noarch/geopandas-base-0.14.3-pyha770c72_0.conda
hash:
md5: fbac4b2194c962b97324a3f5dd7d2696
sha256: 0a8fb5a368d19fd08f7f65dfcff563322cb34e47947cabab8fc7f187d9bc9269
category: main
optional: false
- name: geos
version: 3.11.2
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/geos-3.11.2-hcb278e6_0.conda
hash:
md5: 3b8e364995e3575e57960d29c1e5ab14
sha256: 32ffd9369fc4861991f22d9522e1c848ce5761095e2ca9b13f3e3e649dbda72a
category: main
optional: false
- name: geotiff
version: 1.7.1
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
libjpeg-turbo: '>=2.1.5.1,<3.0a0'
libstdcxx-ng: '>=12'
libtiff: '>=4.5.0,<4.6.0a0'
libzlib: '>=1.2.13,<1.3.0a0'
proj: '>=9.1.1,<9.1.2.0a0'
zlib: ''
url: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.1-hb963b44_7.conda
hash:
md5: 1a9fe902dfcbdb159dd2ea85cce2f847
sha256: 97672dfa0e46205cf314c1d1e87da56ac264664e10ad4fbfb605c31ea12a45ab
category: main
optional: false
- name: gettext
version: 0.21.1
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.21.1-h27087fc_0.tar.bz2
hash:
md5: 14947d8770185e5153fdd04d4673ed37
sha256: 4fcfedc44e4c9a053f0416f9fc6ab6ed50644fca3a761126dbd00d09db1f546a
category: main
optional: false
- name: giflib
version: 5.2.1
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.1-h0b41bf4_3.conda
hash:
md5: 96f3b11872ef6fad973eac856cd2624f
sha256: 41ec165704ccce2faa0437f4f53c03c06261a2cc9ff7614828e51427d9261f4b
category: main
optional: false
- name: h5py
version: 3.8.0
manager: conda
platform: linux-64
dependencies:
cached-property: ''
hdf5: '>=1.12.2,<1.12.3.0a0'
libgcc-ng: '>=12'
numpy: '>=1.23.5,<2.0a0'
python: '>=3.11,<3.12.0a0'
python_abi: 3.11.*
url: https://conda.anaconda.org/conda-forge/linux-64/h5py-3.8.0-nompi_py311h1db17ec_100.conda
hash:
md5: ed544114e2a94483f934aaa41b0c9397
sha256: 6fe1997fe5891bdaee37db87b6935cddccaace99d9fdc320b9848e67eadc680a
category: main
optional: false
- name: hdf4
version: 4.2.15
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
libjpeg-turbo: '>=2.1.5.1,<3.0a0'
libstdcxx-ng: '>=12'
libzlib: '>=1.2.13,<1.3.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/hdf4-4.2.15-h501b40f_6.conda
hash:
md5: c3e9338e15d90106f467377017352b97
sha256: 8ad0e739f106e2937e36a2177d012165bc2173fac0f0b941c5796d85f854f9be
category: main
optional: false
- name: hdf5
version: 1.12.2
manager: conda
platform: linux-64
dependencies:
libaec: '>=1.0.6,<2.0a0'
libcurl: '>=7.87.0,<9.0a0'
libgcc-ng: '>=12'
libgfortran-ng: ''
libgfortran5: '>=10.4.0'
libstdcxx-ng: '>=12'
libzlib: '>=1.2.13,<1.3.0a0'
openssl: '>=3.0.7,<4.0a0'
url: https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.12.2-nompi_h4df4325_101.conda
hash:
md5: 162a25904af6586b234b2dd52ee99c61
sha256: f83472851e0fc2834c881f6962e324cd0c7a96afe9d575f9cce599dd19436446
category: main
optional: false
- name: hyp3lib
version: 3.0.0
manager: conda
platform: linux-64
dependencies:
boto3: ''
gdal: ''
lxml: ''
netcdf4: ''
numpy: ''
pillow: ''
python: '>=3.9'
requests: ''
scipy: ''
six: ''
statsmodels: ''
urllib3: ''
url: https://conda.anaconda.org/conda-forge/noarch/hyp3lib-3.0.0-pyhd8ed1ab_0.conda
hash:
md5: 50d550422ada75e779d3280d3a21bfb1
sha256: b263dd31ea3e993f1d9776c5a0bce537623e13d6ca488a8c398e59cc73dd18d9
category: main
optional: false
- name: icu
version: '70.1'
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=10.3.0'
libstdcxx-ng: '>=10.3.0'
url: https://conda.anaconda.org/conda-forge/linux-64/icu-70.1-h27087fc_0.tar.bz2
hash:
md5: 87473a15119779e021c314249d4b4aed
sha256: 1d7950f3be4637ab915d886304e57731d39a41ab705ffc95c4681655c459374a
category: main
optional: false
- name: idna
version: '3.6'
manager: conda
platform: linux-64
dependencies:
python: '>=3.6'
url: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda
hash:
md5: 1a76f09108576397c41c0b0c5bd84134
sha256: 6ee4c986d69ce61e60a20b2459b6f2027baeba153f0a64995fd3cb47c2cc7e07
category: main
optional: false
- name: imagecodecs
version: 2023.1.23
manager: conda
platform: linux-64
dependencies:
blosc: '>=1.21.3,<2.0a0'