-
Notifications
You must be signed in to change notification settings - Fork 0
/
conda-lock.yml
16805 lines (16805 loc) · 488 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 --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: 7602fd9097519d24fbccd59c117e5ebb0a79d87eda53ff7b62a84bc72c71640f
osx-arm64: d47e733906b20ba2e2aeee899d38f3783ed1ebfa78de0c04b047d61ce14affdf
osx-64: 11e965a964472e4555c22edffe7d322e7dc8c749016cca30c67ab53b52d7cf2e
win-64: dad949348d8040dacf1def2b45cb4c176f054163cbfc9484503707fc832a85c5
channels:
- url: conda-forge
used_env_vars: []
platforms:
- linux-64
- osx-64
- osx-arm64
- win-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: affine
version: 2.4.0
manager: conda
platform: osx-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: affine
version: 2.4.0
manager: conda
platform: osx-arm64
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: affine
version: 2.4.0
manager: conda
platform: win-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.11.2
manager: conda
platform: linux-64
dependencies:
aiohttp: '>=3.7.4.post0,<4.0.0'
aioitertools: '>=0.5.1,<1.0.0'
botocore: '>=1.33.2,<1.34.35'
python: '>=3.8'
wrapt: '>=1.10.10,<2.0.0'
url: https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.11.2-pyhd8ed1ab_0.conda
hash:
md5: 15ca6208b2ad60506c91e86c4d285437
sha256: 40df181e137799ce54e34511a50393136017ae7a0fe4f9d4517bbea686583741
category: main
optional: false
- name: aiobotocore
version: 2.5.4
manager: conda
platform: osx-64
dependencies:
python: '>=3.7'
wrapt: '>=1.10.10,<2.0.0'
aiohttp: '>=3.3.1,<4.0.0'
aioitertools: '>=0.5.1,<1.0.0'
botocore: '>=1.31.17,<1.31.18'
url: https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.5.4-pyhd8ed1ab_0.conda
hash:
md5: 8baace08a73a2481104903cfc9875ecd
sha256: d929df4d8f6353dcdeca87589be214dd507ec3da81f11a38e58b6ffb53328db1
category: main
optional: false
- name: aiobotocore
version: 2.5.4
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.7'
wrapt: '>=1.10.10,<2.0.0'
aiohttp: '>=3.3.1,<4.0.0'
aioitertools: '>=0.5.1,<1.0.0'
botocore: '>=1.31.17,<1.31.18'
url: https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.5.4-pyhd8ed1ab_0.conda
hash:
md5: 8baace08a73a2481104903cfc9875ecd
sha256: d929df4d8f6353dcdeca87589be214dd507ec3da81f11a38e58b6ffb53328db1
category: main
optional: false
- name: aiobotocore
version: 2.5.4
manager: conda
platform: win-64
dependencies:
python: '>=3.7'
wrapt: '>=1.10.10,<2.0.0'
aiohttp: '>=3.3.1,<4.0.0'
aioitertools: '>=0.5.1,<1.0.0'
botocore: '>=1.31.17,<1.31.18'
url: https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.5.4-pyhd8ed1ab_0.conda
hash:
md5: 8baace08a73a2481104903cfc9875ecd
sha256: d929df4d8f6353dcdeca87589be214dd507ec3da81f11a38e58b6ffb53328db1
category: main
optional: false
- name: aiohttp
version: 3.9.3
manager: conda
platform: linux-64
dependencies:
aiosignal: '>=1.1.2'
async-timeout: '>=4.0,<5.0'
attrs: '>=17.3.0'
frozenlist: '>=1.1.1'
libgcc-ng: '>=12'
multidict: '>=4.5,<7.0'
python: '>=3.10,<3.11.0a0'
python_abi: 3.10.*
yarl: '>=1.0,<2.0'
url: https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.9.3-py310h2372a71_0.conda
hash:
md5: 7125fe11f08cdc41de9734dfb2ffd35b
sha256: a0346028476deb19143b70a554a3c0b4bf03f2c344d4011385bacc6caabc669e
category: main
optional: false
- name: aiohttp
version: 3.8.6
manager: conda
platform: osx-64
dependencies:
aiosignal: '>=1.1.2'
async-timeout: <5.0,>=4.0.0a3
attrs: '>=17.3.0'
charset-normalizer: '>=2.0,<4.0'
frozenlist: '>=1.1.1'
multidict: '>=4.5,<7.0'
python: '>=3.10,<3.11.0a0'
python_abi: 3.10.*
yarl: '>=1.0,<2.0'
url: https://conda.anaconda.org/conda-forge/osx-64/aiohttp-3.8.6-py310hb372a2b_1.conda
hash:
md5: abd77e19eaa1fa63abd7d00b16ce4021
sha256: e485ce2cf0b11b5f13a24ce3ec4b5d6b1fdc4ebc5cc54254870dbd4c0679da65
category: main
optional: false
- name: aiohttp
version: 3.8.6
manager: conda
platform: osx-arm64
dependencies:
aiosignal: '>=1.1.2'
async-timeout: <5.0,>=4.0.0a3
attrs: '>=17.3.0'
charset-normalizer: '>=2.0,<4.0'
frozenlist: '>=1.1.1'
multidict: '>=4.5,<7.0'
python: '>=3.10,<3.11.0a0'
python_abi: 3.10.*
yarl: '>=1.0,<2.0'
url: https://conda.anaconda.org/conda-forge/osx-arm64/aiohttp-3.8.6-py310hd125d64_1.conda
hash:
md5: d0ca0be6ba7cb192650ba13435d91dc8
sha256: 9bda30113bc363acf7e03462ec0cd1b6ed411e7b3633e7b82fc4bfb4111d24e6
category: main
optional: false
- name: aiohttp
version: 3.8.6
manager: conda
platform: win-64
dependencies:
aiosignal: '>=1.1.2'
async-timeout: <5.0,>=4.0.0a3
attrs: '>=17.3.0'
charset-normalizer: '>=2.0,<4.0'
frozenlist: '>=1.1.1'
multidict: '>=4.5,<7.0'
python: '>=3.10,<3.11.0a0'
python_abi: 3.10.*
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
yarl: '>=1.0,<2.0'
url: https://conda.anaconda.org/conda-forge/win-64/aiohttp-3.8.6-py310h8d17308_1.conda
hash:
md5: e1361de6fbefdd7b5c8ca47a3699b0c8
sha256: 2e4f5402850013d6a1ab92c398a01e7323cdf8e6bfd89e548dc908286499d9ba
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: aioitertools
version: 0.11.0
manager: conda
platform: osx-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: aioitertools
version: 0.11.0
manager: conda
platform: osx-arm64
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: aioitertools
version: 0.11.0
manager: conda
platform: win-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: aiosignal
version: 1.3.1
manager: conda
platform: osx-64
dependencies:
python: '>=3.7'
frozenlist: '>=1.1.0'
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: aiosignal
version: 1.3.1
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.7'
frozenlist: '>=1.1.0'
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: aiosignal
version: 1.3.1
manager: conda
platform: win-64
dependencies:
python: '>=3.7'
frozenlist: '>=1.1.0'
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: anaconda-client
version: 1.12.1
manager: conda
platform: linux-64
dependencies:
anaconda-project: '>=0.9.1'
clyent: '>=1.2.0'
conda-package-handling: '>=1.7.3'
defusedxml: '>=0.7.1'
nbformat: '>=4.4.0'
pillow: '>=8.2'
python: '>=3.8'
python-dateutil: '>=2.6.1'
pytz: '>=2021.3'
pyyaml: '>=3.12'
requests: '>=2.20.0'
requests-toolbelt: '>=0.9.1'
setuptools: '>=58.0.4'
six: '>=1.15.0'
tqdm: '>=4.56.0'
urllib3: '>=1.26.4'
url: https://conda.anaconda.org/conda-forge/noarch/anaconda-client-1.12.1-pyhd8ed1ab_1.conda
hash:
md5: 556df5f70fb0f251e809bbc7af49eecc
sha256: 1accf2eeaa4a28a22923c5d708779ade747c859dcee1746af393fc4e952d121b
category: main
optional: false
- name: anaconda-client
version: 1.12.1
manager: conda
platform: osx-64
dependencies:
python: '>=3.8'
requests: '>=2.20.0'
pyyaml: '>=3.12'
defusedxml: '>=0.7.1'
six: '>=1.15.0'
pytz: '>=2021.3'
tqdm: '>=4.56.0'
python-dateutil: '>=2.6.1'
requests-toolbelt: '>=0.9.1'
nbformat: '>=4.4.0'
clyent: '>=1.2.0'
setuptools: '>=58.0.4'
conda-package-handling: '>=1.7.3'
anaconda-project: '>=0.9.1'
pillow: '>=8.2'
urllib3: '>=1.26.4'
url: https://conda.anaconda.org/conda-forge/noarch/anaconda-client-1.12.1-pyhd8ed1ab_1.conda
hash:
md5: 556df5f70fb0f251e809bbc7af49eecc
sha256: 1accf2eeaa4a28a22923c5d708779ade747c859dcee1746af393fc4e952d121b
category: main
optional: false
- name: anaconda-client
version: 1.12.1
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.8'
requests: '>=2.20.0'
pyyaml: '>=3.12'
defusedxml: '>=0.7.1'
six: '>=1.15.0'
pytz: '>=2021.3'
tqdm: '>=4.56.0'
python-dateutil: '>=2.6.1'
requests-toolbelt: '>=0.9.1'
nbformat: '>=4.4.0'
clyent: '>=1.2.0'
setuptools: '>=58.0.4'
conda-package-handling: '>=1.7.3'
anaconda-project: '>=0.9.1'
pillow: '>=8.2'
urllib3: '>=1.26.4'
url: https://conda.anaconda.org/conda-forge/noarch/anaconda-client-1.12.1-pyhd8ed1ab_1.conda
hash:
md5: 556df5f70fb0f251e809bbc7af49eecc
sha256: 1accf2eeaa4a28a22923c5d708779ade747c859dcee1746af393fc4e952d121b
category: main
optional: false
- name: anaconda-client
version: 1.12.1
manager: conda
platform: win-64
dependencies:
python: '>=3.8'
requests: '>=2.20.0'
pyyaml: '>=3.12'
defusedxml: '>=0.7.1'
six: '>=1.15.0'
pytz: '>=2021.3'
tqdm: '>=4.56.0'
python-dateutil: '>=2.6.1'
requests-toolbelt: '>=0.9.1'
nbformat: '>=4.4.0'
clyent: '>=1.2.0'
setuptools: '>=58.0.4'
conda-package-handling: '>=1.7.3'
anaconda-project: '>=0.9.1'
pillow: '>=8.2'
urllib3: '>=1.26.4'
url: https://conda.anaconda.org/conda-forge/noarch/anaconda-client-1.12.1-pyhd8ed1ab_1.conda
hash:
md5: 556df5f70fb0f251e809bbc7af49eecc
sha256: 1accf2eeaa4a28a22923c5d708779ade747c859dcee1746af393fc4e952d121b
category: main
optional: false
- name: anaconda-project
version: 0.11.1
manager: conda
platform: linux-64
dependencies:
anaconda-client: ''
conda-pack: ''
jinja2: ''
python: '>=3.6'
requests: ''
ruamel_yaml: ''
tornado: '>=4.2'
tqdm: ''
url: https://conda.anaconda.org/conda-forge/noarch/anaconda-project-0.11.1-pyhd8ed1ab_0.tar.bz2
hash:
md5: 85406089db6aa63ee45da8e9f0b966b6
sha256: 5025ff5066e4a8765ca35bb4f6145f188b249634090236c8beb25f3fb5ed4874
category: main
optional: false
- name: anaconda-project
version: 0.11.1
manager: conda
platform: osx-64
dependencies:
requests: ''
tqdm: ''
jinja2: ''
conda-pack: ''
anaconda-client: ''
ruamel_yaml: ''
python: '>=3.6'
tornado: '>=4.2'
url: https://conda.anaconda.org/conda-forge/noarch/anaconda-project-0.11.1-pyhd8ed1ab_0.tar.bz2
hash:
md5: 85406089db6aa63ee45da8e9f0b966b6
sha256: 5025ff5066e4a8765ca35bb4f6145f188b249634090236c8beb25f3fb5ed4874
category: main
optional: false
- name: anaconda-project
version: 0.11.1
manager: conda
platform: osx-arm64
dependencies:
requests: ''
tqdm: ''
jinja2: ''
conda-pack: ''
anaconda-client: ''
ruamel_yaml: ''
python: '>=3.6'
tornado: '>=4.2'
url: https://conda.anaconda.org/conda-forge/noarch/anaconda-project-0.11.1-pyhd8ed1ab_0.tar.bz2
hash:
md5: 85406089db6aa63ee45da8e9f0b966b6
sha256: 5025ff5066e4a8765ca35bb4f6145f188b249634090236c8beb25f3fb5ed4874
category: main
optional: false
- name: anaconda-project
version: 0.11.1
manager: conda
platform: win-64
dependencies:
requests: ''
tqdm: ''
jinja2: ''
conda-pack: ''
anaconda-client: ''
ruamel_yaml: ''
python: '>=3.6'
tornado: '>=4.2'
url: https://conda.anaconda.org/conda-forge/noarch/anaconda-project-0.11.1-pyhd8ed1ab_0.tar.bz2
hash:
md5: 85406089db6aa63ee45da8e9f0b966b6
sha256: 5025ff5066e4a8765ca35bb4f6145f188b249634090236c8beb25f3fb5ed4874
category: main
optional: false
- name: anyio
version: 3.7.1
manager: conda
platform: linux-64
dependencies:
exceptiongroup: ''
idna: '>=2.8'
python: '>=3.7'
sniffio: '>=1.1'
typing_extensions: ''
url: https://conda.anaconda.org/conda-forge/noarch/anyio-3.7.1-pyhd8ed1ab_0.conda
hash:
md5: 7b517e7a6f0790337906c055aa97ca49
sha256: 62637ac498bcf47783cbf4f48e9b09e4e2f5a6ad42f43ca8f632c353827b94f4
category: main
optional: false
- name: anyio
version: 3.7.1
manager: conda
platform: osx-64
dependencies:
typing_extensions: ''
exceptiongroup: ''
python: '>=3.7'
sniffio: '>=1.1'
idna: '>=2.8'
url: https://conda.anaconda.org/conda-forge/noarch/anyio-3.7.1-pyhd8ed1ab_0.conda
hash:
md5: 7b517e7a6f0790337906c055aa97ca49
sha256: 62637ac498bcf47783cbf4f48e9b09e4e2f5a6ad42f43ca8f632c353827b94f4
category: main
optional: false
- name: anyio
version: 3.7.1
manager: conda
platform: osx-arm64
dependencies:
typing_extensions: ''
exceptiongroup: ''
python: '>=3.7'
sniffio: '>=1.1'
idna: '>=2.8'
url: https://conda.anaconda.org/conda-forge/noarch/anyio-3.7.1-pyhd8ed1ab_0.conda
hash:
md5: 7b517e7a6f0790337906c055aa97ca49
sha256: 62637ac498bcf47783cbf4f48e9b09e4e2f5a6ad42f43ca8f632c353827b94f4
category: main
optional: false
- name: anyio
version: 3.7.1
manager: conda
platform: win-64
dependencies:
typing_extensions: ''
exceptiongroup: ''
python: '>=3.7'
sniffio: '>=1.1'
idna: '>=2.8'
url: https://conda.anaconda.org/conda-forge/noarch/anyio-3.7.1-pyhd8ed1ab_0.conda
hash:
md5: 7b517e7a6f0790337906c055aa97ca49
sha256: 62637ac498bcf47783cbf4f48e9b09e4e2f5a6ad42f43ca8f632c353827b94f4
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: appdirs
version: 1.4.4
manager: conda
platform: osx-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: appdirs
version: 1.4.4
manager: conda
platform: osx-arm64
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: appdirs
version: 1.4.4
manager: conda
platform: win-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: appnope
version: 0.1.3
manager: conda
platform: osx-64
dependencies:
python: '>=2.7'
url: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.3-pyhd8ed1ab_0.tar.bz2
hash:
md5: 54ac328d703bff191256ffa1183126d1
sha256: b209a68ac55eb9ecad7042f0d4eedef5da924699f6cdf54ac1826869cfdae742
category: main
optional: false
- name: appnope
version: 0.1.3
manager: conda
platform: osx-arm64
dependencies:
python: '>=2.7'
url: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.3-pyhd8ed1ab_0.tar.bz2
hash:
md5: 54ac328d703bff191256ffa1183126d1
sha256: b209a68ac55eb9ecad7042f0d4eedef5da924699f6cdf54ac1826869cfdae742
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: asttokens
version: 2.4.0
manager: conda
platform: osx-64
dependencies:
python: '>=3.5'
six: '>=1.12.0'
url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.0-pyhd8ed1ab_0.conda
hash:
md5: 056f04e51dd63337e8d7c425c18c86f1
sha256: e7e91e3fa26abe502be690371893f205d87a82c225668ea6e9a1ba26870388ee
category: main
optional: false
- name: asttokens
version: 2.4.0
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.5'
six: '>=1.12.0'
url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.0-pyhd8ed1ab_0.conda
hash:
md5: 056f04e51dd63337e8d7c425c18c86f1
sha256: e7e91e3fa26abe502be690371893f205d87a82c225668ea6e9a1ba26870388ee
category: main
optional: false
- name: asttokens
version: 2.4.0
manager: conda
platform: win-64
dependencies:
python: '>=3.5'
six: '>=1.12.0'
url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.0-pyhd8ed1ab_0.conda
hash:
md5: 056f04e51dd63337e8d7c425c18c86f1
sha256: e7e91e3fa26abe502be690371893f205d87a82c225668ea6e9a1ba26870388ee
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-timeout
version: 4.0.3
manager: conda
platform: osx-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-timeout
version: 4.0.3
manager: conda
platform: osx-arm64
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-timeout
version: 4.0.3
manager: conda
platform: win-64
dependencies:
python: '>=3.7'
typing-extensions: '>=3.6.5'
url: https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda
hash:
md5: 3ce482ec3066e6d809dbbb1d1679f215
sha256: bd8b698e7f037a9c6107216646f1191f4f7a7fc6da6c34d1a6d4c211bcca8979
category: main
optional: false
- name: attrs
version: 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: attrs
version: 23.1.0
manager: conda
platform: osx-64
dependencies:
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda
hash:
md5: 3edfead7cedd1ab4400a6c588f3e75f8
sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821
category: main
optional: false
- name: attrs
version: 23.1.0
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda
hash:
md5: 3edfead7cedd1ab4400a6c588f3e75f8
sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821
category: main
optional: false
- name: attrs
version: 23.1.0
manager: conda
platform: win-64
dependencies:
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda
hash:
md5: 3edfead7cedd1ab4400a6c588f3e75f8
sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821
category: main
optional: false
- name: backcall
version: 0.2.0
manager: conda
platform: osx-64
dependencies:
python: ''
url: https://conda.anaconda.org/conda-forge/noarch/backcall-0.2.0-pyh9f0ad1d_0.tar.bz2
hash:
md5: 6006a6d08a3fa99268a2681c7fb55213
sha256: ee62d6434090c1327a48551734e06bd10e65a64ef7f3b6e68719500dab0e42b9
category: main
optional: false
- name: backcall
version: 0.2.0
manager: conda
platform: osx-arm64
dependencies:
python: ''
url: https://conda.anaconda.org/conda-forge/noarch/backcall-0.2.0-pyh9f0ad1d_0.tar.bz2
hash:
md5: 6006a6d08a3fa99268a2681c7fb55213
sha256: ee62d6434090c1327a48551734e06bd10e65a64ef7f3b6e68719500dab0e42b9
category: main
optional: false
- name: backcall
version: 0.2.0
manager: conda
platform: win-64
dependencies:
python: ''
url: https://conda.anaconda.org/conda-forge/noarch/backcall-0.2.0-pyh9f0ad1d_0.tar.bz2
hash:
md5: 6006a6d08a3fa99268a2681c7fb55213
sha256: ee62d6434090c1327a48551734e06bd10e65a64ef7f3b6e68719500dab0e42b9
category: main
optional: false
- name: backports
version: '1.0'
manager: conda
platform: osx-64
dependencies:
python: '>=2.7'
url: https://conda.anaconda.org/conda-forge/noarch/backports-1.0-pyhd8ed1ab_3.conda
hash:
md5: 54ca2e08b3220c148a1d8329c2678e02
sha256: 711602276ae39276cb0faaca6fd0ac851fff0ca17151917569174841ef830bbd
category: main
optional: false
- name: backports
version: '1.0'
manager: conda
platform: osx-arm64
dependencies:
python: '>=2.7'
url: https://conda.anaconda.org/conda-forge/noarch/backports-1.0-pyhd8ed1ab_3.conda
hash:
md5: 54ca2e08b3220c148a1d8329c2678e02
sha256: 711602276ae39276cb0faaca6fd0ac851fff0ca17151917569174841ef830bbd
category: main
optional: false
- name: backports
version: '1.0'
manager: conda
platform: win-64
dependencies:
python: '>=2.7'
url: https://conda.anaconda.org/conda-forge/noarch/backports-1.0-pyhd8ed1ab_3.conda
hash:
md5: 54ca2e08b3220c148a1d8329c2678e02
sha256: 711602276ae39276cb0faaca6fd0ac851fff0ca17151917569174841ef830bbd
category: main
optional: false
- name: backports.functools_lru_cache
version: 1.6.5
manager: conda
platform: osx-64
dependencies:
setuptools: ''
backports: ''
python: '>=3.6'
url: https://conda.anaconda.org/conda-forge/noarch/backports.functools_lru_cache-1.6.5-pyhd8ed1ab_0.conda
hash:
md5: 6b1b907661838a75d067a22f87996b2e
sha256: 7027bb689dd4ca4a08e3b25805de9d04239be6b31125993558f21f102a9d2700
category: main
optional: false
- name: backports.functools_lru_cache
version: 1.6.5
manager: conda
platform: osx-arm64
dependencies:
setuptools: ''
backports: ''
python: '>=3.6'
url: https://conda.anaconda.org/conda-forge/noarch/backports.functools_lru_cache-1.6.5-pyhd8ed1ab_0.conda
hash:
md5: 6b1b907661838a75d067a22f87996b2e
sha256: 7027bb689dd4ca4a08e3b25805de9d04239be6b31125993558f21f102a9d2700
category: main
optional: false
- name: backports.functools_lru_cache
version: 1.6.5
manager: conda
platform: win-64
dependencies:
setuptools: ''
backports: ''
python: '>=3.6'
url: https://conda.anaconda.org/conda-forge/noarch/backports.functools_lru_cache-1.6.5-pyhd8ed1ab_0.conda
hash:
md5: 6b1b907661838a75d067a22f87996b2e
sha256: 7027bb689dd4ca4a08e3b25805de9d04239be6b31125993558f21f102a9d2700
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: beautifulsoup4
version: 4.12.2
manager: conda
platform: osx-64
dependencies:
python: '>=3.6'
soupsieve: '>=1.2'
url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda
hash:
md5: a362ff7d976217f8fa78c0f1c4f59717
sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da
category: main
optional: false
- name: beautifulsoup4
version: 4.12.2
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.6'
soupsieve: '>=1.2'
url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda
hash:
md5: a362ff7d976217f8fa78c0f1c4f59717
sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da
category: main
optional: false
- name: beautifulsoup4
version: 4.12.2
manager: conda
platform: win-64
dependencies:
python: '>=3.6'
soupsieve: '>=1.2'
url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda
hash:
md5: a362ff7d976217f8fa78c0f1c4f59717
sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da
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'