-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconda-lock.yml
14020 lines (14020 loc) · 396 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:
win-64: 5fef2ab8e7b08a9036ae5b814a9b1b22cd00cce3e3b06b343c41a5b77ae70a51
channels:
- url: tufts
used_env_vars: []
- url: pytorch
used_env_vars: []
- url: conda-forge
used_env_vars: []
platforms:
- win-64
sources:
- environment.yml
package:
- name: _py-xgboost-mutex
version: '2.0'
manager: conda
platform: win-64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/win-64/_py-xgboost-mutex-2.0-cpu_0.tar.bz2
hash:
md5: 39626bb9350110a075f8be857850695f
sha256: c7154ac46fa96314dc6a0b578a91b201a3ca462ec1fd0bb055e478d51833fca7
category: main
optional: false
- name: access
version: 1.1.8
manager: conda
platform: win-64
dependencies:
geopandas: ''
numpy: '>=1.3'
pandas: '>=0.23.4'
python: '>=3.7'
requests: '>=2'
url: https://conda.anaconda.org/conda-forge/noarch/access-1.1.8-pyhd8ed1ab_1.conda
hash:
md5: e1938acb11521729985e489afb29f93a
sha256: 968eb8bd8ab0ec9ad14bc70d1977d1ce5e5b7339d178b1716f20c5df2e57d3b5
category: main
optional: false
- name: aenum
version: 3.1.15
manager: conda
platform: win-64
dependencies:
python: '>=3.6'
url: https://conda.anaconda.org/conda-forge/noarch/aenum-3.1.15-pyhd8ed1ab_0.conda
hash:
md5: 24cff7ab050ebb8a16bdeb02e8ed6f63
sha256: 3e6fbc1f1d15f26a43c9784c58e60f01a714567387d200186d9b6012d4049b5c
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: agate
version: 1.11.0
manager: conda
platform: win-64
dependencies:
__win: ''
babel: '>=2.0'
future: ''
isodate: '>=0.5.4'
leather: '>=0.3.2'
parsedatetime: '!=2.5,!=2.6,>=2.1'
python: '>=3.8'
python-slugify: '>=1.2.1'
python-tzdata: ''
pytimeparse: '>=1.1.5'
six: '>=1.9.0'
url: https://conda.anaconda.org/conda-forge/noarch/agate-1.11.0-pyh7428d3b_0.conda
hash:
md5: 0b06a476415bc9a6c56b54af0823a572
sha256: 824413481e10ac33d21704fbaab48a28d801071f7fc41c41dbd70dffcd053465
category: main
optional: false
- name: agate-dbf
version: 0.2.3
manager: conda
platform: win-64
dependencies:
agate: '>=1.5.0'
dbfread: '>=2.0.5'
python: '>=3.6'
url: https://conda.anaconda.org/conda-forge/noarch/agate-dbf-0.2.3-pyhd8ed1ab_0.conda
hash:
md5: 9e33e31e72d8bbe2d96b49c9a534ba2f
sha256: b66d9a1cbebde44fb82eadd76a7ee2937f65c7ab2a4916fd45aab85a7f650853
category: main
optional: false
- name: agate-excel
version: 0.2.3
manager: conda
platform: win-64
dependencies:
agate: '>=1.5.0'
openpyxl: '>=2.3.0'
python: ''
xlrd: '>=0.9.4'
url: https://conda.anaconda.org/conda-forge/noarch/agate-excel-0.2.3-py_0.tar.bz2
hash:
md5: 26a3416153f17addfdab82a183665a98
sha256: f33c0d10fb2b13385c6fa5cca6ccbfb0b2a425c8bb2d57a786907a7b1b92350d
category: main
optional: false
- name: agate-sql
version: 0.7.2
manager: conda
platform: win-64
dependencies:
agate: '>=1.5.0'
python: '>=3.6'
sqlalchemy: '>=1.0.8,<2'
url: https://conda.anaconda.org/conda-forge/noarch/agate-sql-0.7.2-pyhd8ed1ab_0.conda
hash:
md5: 6279859d84efb3bf26ccd89b47278711
sha256: 911370f1409d814ce69cd5f1b4e0e3653cb3e58e69b071b3cf5ef1a608dc7b4c
category: main
optional: false
- name: aiofiles
version: 23.2.1
manager: conda
platform: win-64
dependencies:
python: '>=3.7'
url: https://conda.anaconda.org/conda-forge/noarch/aiofiles-23.2.1-pyhd8ed1ab_0.conda
hash:
md5: a2ee5b45771a700cf442a2edb151594e
sha256: 98c9b4480dba1ae72c9a187cee7164ed1704f03c82576940311b5c3b55118ee5
category: main
optional: false
- name: aioftp
version: 0.22.3
manager: conda
platform: win-64
dependencies:
python: '>=3.8'
url: https://conda.anaconda.org/conda-forge/noarch/aioftp-0.22.3-pyhd8ed1ab_1.conda
hash:
md5: da5b9000dc48e3346c472899bfdb5b87
sha256: fc661ba487dac596219c114b4863d91257e6666314c089330aedb15bb886e8a0
category: main
optional: false
- name: aiohttp
version: 3.9.5
manager: conda
platform: win-64
dependencies:
aiosignal: '>=1.1.2'
async-timeout: '>=4.0,<5.0'
attrs: '>=17.3.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.9.5-py310h8d17308_0.conda
hash:
md5: d3fa0a6a40fda2e72dd56b33bbb73d2e
sha256: dad9a4a890f10ced3afe70c478647d4f1aad3a301235ce92cd208e63c36d660f
category: main
optional: false
- name: aiosignal
version: 1.3.1
manager: conda
platform: win-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: alembic
version: 1.13.1
manager: conda
platform: win-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.1-pyhd8ed1ab_1.conda
hash:
md5: 7b7b0062b0de9f3f71502d31215fcbbb
sha256: e4bc9aa5a6e866461274826bb750407a407fed9207a5adb70bf727f6addd7fe6
category: main
optional: false
- name: almosthere
version: 2.0.2
manager: conda
platform: win-64
dependencies:
vc: '>=14.1,<15.0a0'
vs2015_runtime: '>=14.16.27012'
url: https://conda.anaconda.org/conda-forge/win-64/almosthere-2.0.2-h8ffe710_1.tar.bz2
hash:
md5: 0770074b146402e054050388dba4650c
sha256: 160874ab112f5c449e7e140123658f9f5beca1195ab47a2b0ac4fb28aafb7ca8
category: main
optional: false
- name: altair
version: 5.3.0
manager: conda
platform: win-64
dependencies:
importlib-metadata: ''
jinja2: ''
jsonschema: '>=3.0'
numpy: ''
packaging: ''
pandas: '>=0.25'
python: '>=3.8'
toolz: ''
typing-extensions: '>=4.0.1'
url: https://conda.anaconda.org/conda-forge/noarch/altair-5.3.0-pyhd8ed1ab_0.conda
hash:
md5: 349c74f4f918e28bc0d3c5aa4bc3487b
sha256: e0ee5efa2583c44991b92db49f5bf552c7152a46750fd8b982aa98e2498769cc
category: main
optional: false
- name: amply
version: 0.1.6
manager: conda
platform: win-64
dependencies:
docutils: '>=0.3'
pyparsing: ''
python: '>=3.4'
url: https://conda.anaconda.org/conda-forge/noarch/amply-0.1.6-pyhd8ed1ab_0.conda
hash:
md5: a45a9cc65a438f465845ebff49c6fbf9
sha256: b3b91fb90123d572cf7524ba5cd112d5d952abbdfcc77048cf4c926a5267b512
category: main
optional: false
- name: annotated-types
version: 0.7.0
manager: conda
platform: win-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: win-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: aom
version: 3.5.0
manager: conda
platform: win-64
dependencies:
vc: '>=14.2,<15'
vs2015_runtime: '>=14.29.30139'
url: https://conda.anaconda.org/conda-forge/win-64/aom-3.5.0-h63175ca_0.tar.bz2
hash:
md5: 455524d2bf9625a42a1848c0d08ac063
sha256: 76a2fc753c372facbb83bc9fc063cbc9c439ec0922d5c776a4d280fc42ff885c
category: main
optional: false
- name: aplus
version: 0.11.0
manager: conda
platform: win-64
dependencies:
python: ''
url: https://conda.anaconda.org/conda-forge/noarch/aplus-0.11.0-py_1.tar.bz2
hash:
md5: 7785bb1ae3202fb550f23699c6f89121
sha256: 7f2734233106b9ccfcf0bcd916cfdd39b59dcedf1a8832e6b1ec0048b6bc1ba2
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: apricot-select
version: 0.6.1
manager: conda
platform: win-64
dependencies:
nose: ''
numba: '>=0.43.0'
numpy: '>=1.14.2'
python: '>=3.7'
scikit-learn: '>=0.22'
scipy: '>=1.0.0'
tqdm: '>=4.24.0'
url: https://conda.anaconda.org/conda-forge/noarch/apricot-select-0.6.1-pyhd8ed1ab_0.conda
hash:
md5: 5dfc759026619aa55b56717120c0e458
sha256: 2d0dbb63b4d320da90f43698c0f088b9e8437cfa6b057a0514141a82f59f01ef
category: main
optional: false
- name: argcomplete
version: 3.4.0
manager: conda
platform: win-64
dependencies:
python: '>=3.8'
url: https://conda.anaconda.org/conda-forge/noarch/argcomplete-3.4.0-pyhd8ed1ab_0.conda
hash:
md5: 9f736cae0da3365a4dbbfbadfac9f3a2
sha256: 34e15a1b98cac5de0501f0fe7a36c0ea12ffb4270215b97a6d95d3b37c7328fb
category: main
optional: false
- name: argon2-cffi
version: 23.1.0
manager: conda
platform: win-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: win-64
dependencies:
cffi: '>=1.0.1'
python: '>=3.10,<3.11.0a0'
python_abi: 3.10.*
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://conda.anaconda.org/conda-forge/win-64/argon2-cffi-bindings-21.2.0-py310h8d17308_4.conda
hash:
md5: ece29c9dd68f962fd416a3ddcce24080
sha256: ae143aec777823b2291caabc3fd89078a3ff12f41945e0f9abd168997ad35d39
category: main
optional: false
- name: arrow
version: 1.3.0
manager: conda
platform: win-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: win-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: asdf
version: 3.2.0
manager: conda
platform: win-64
dependencies:
asdf-standard: '>=1.1.0'
asdf-transform-schemas: '>=0.3.0'
attrs: '>=20.1.0'
importlib-metadata: '>=4.11.4'
jmespath: '>=0.6.2'
numpy: '>=1.22'
packaging: '>=19.0'
python: '>=3.9'
pyyaml: '>=5.4.1'
semantic_version: '>=2.8'
url: https://conda.anaconda.org/conda-forge/noarch/asdf-3.2.0-pyhd8ed1ab_0.conda
hash:
md5: c97a669f5739995695ff0397ebbd0ef2
sha256: 250ab702af742151757728f6f0d4a5a33d49b4cc8c63e9623fbe575cf930fd5a
category: main
optional: false
- name: asdf-astropy
version: 0.6.1
manager: conda
platform: win-64
dependencies:
asdf: '>=2.13'
asdf-coordinates-schemas: '>=0.3'
asdf-standard: '>=1.1.0'
asdf-transform-schemas: '>=0.5'
astropy: '>=5.0.4'
numpy: '>=1.20'
packaging: '>=19'
python: '>=3.9'
url: https://conda.anaconda.org/conda-forge/noarch/asdf-astropy-0.6.1-pyhd8ed1ab_0.conda
hash:
md5: 2ce86dd0919bb59d5eeeb28d8094fa56
sha256: 1e5ec6ca66eb9053a27eac3ad99cbe51ed13d323961036de77906d4b8830a642
category: main
optional: false
- name: asdf-coordinates-schemas
version: 0.3.0
manager: conda
platform: win-64
dependencies:
asdf: '>=2.12.1'
asdf-standard: '>=1.1.0'
python: '>=3.8'
url: https://conda.anaconda.org/conda-forge/noarch/asdf-coordinates-schemas-0.3.0-pyhd8ed1ab_0.conda
hash:
md5: 5bdce0f725261536b30615d68f3dad1e
sha256: f6f74ba65a5109004a31e37ad83ca411be943ba6acf79b9037eceaeae04d108d
category: main
optional: false
- name: asdf-standard
version: 1.1.1
manager: conda
platform: win-64
dependencies:
python: '>=3.9'
url: https://conda.anaconda.org/conda-forge/noarch/asdf-standard-1.1.1-pyhd8ed1ab_0.conda
hash:
md5: 46842f619244c90568d9488d9f845830
sha256: b21d6a0e360432bba45bbd5a716d6482e8c0882319c0035102eea01b1711c730
category: main
optional: false
- name: asdf-transform-schemas
version: 0.5.0
manager: conda
platform: win-64
dependencies:
asdf-standard: '>=1.1.0'
python: '>=3.9'
url: https://conda.anaconda.org/conda-forge/noarch/asdf-transform-schemas-0.5.0-pyhd8ed1ab_0.conda
hash:
md5: 4c2b22a464d86c827bfdbe2d25b386aa
sha256: d2c6a79b893d6eec3c83943a719011984d2fad1a9c16c85c0c657e24416c7886
category: main
optional: false
- name: astropy
version: 6.1.1
manager: conda
platform: win-64
dependencies:
astropy-iers-data: '>=0.2024.5.27.0.30.8'
importlib-metadata: ''
numpy: '>=1.23'
packaging: '>=19.0'
pyerfa: '>=2.0.1.1'
python: '>=3.10,<3.11.0a0'
python_abi: 3.10.*
pyyaml: '>=3.13'
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://conda.anaconda.org/conda-forge/win-64/astropy-6.1.1-py310hb0944cc_0.conda
hash:
md5: 163b3d954d91062b43b7d961fb3757a8
sha256: 2eeb06f678aee310ac6909f0bbafe8f86a435f52a69d6a0b4901ceeb5dd224c4
category: main
optional: false
- name: astropy-healpix
version: 1.0.3
manager: conda
platform: win-64
dependencies:
astropy: '>=3'
numpy: '>=1.19,<3'
python: '>=3.10,<3.11.0a0'
python_abi: 3.10.*
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://conda.anaconda.org/conda-forge/win-64/astropy-healpix-1.0.3-py310hb0944cc_1.conda
hash:
md5: a38ccbfcc6af4fa5e8de19692d563452
sha256: 15142f1427851da70578c5463aec62c0a10911cf101f4b09355319ee8ae405db
category: main
optional: false
- name: astropy-iers-data
version: 0.2024.6.17.0.31.35
manager: conda
platform: win-64
dependencies:
python: '>=3.8'
url: https://conda.anaconda.org/conda-forge/noarch/astropy-iers-data-0.2024.6.17.0.31.35-pyhd8ed1ab_0.conda
hash:
md5: f535beec9185f435fd331ad9f7c47099
sha256: 9f49dfdedc4c34a5283d8c81397be6cd2a2c3de09501b8fb0d45b0fb6d51e643
category: main
optional: false
- name: asttokens
version: 2.4.1
manager: conda
platform: win-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: win-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: 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: win-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: aws-c-auth
version: 0.7.0
manager: conda
platform: win-64
dependencies:
aws-c-cal: '>=0.6.0,<0.6.1.0a0'
aws-c-common: '>=0.8.23,<0.8.24.0a0'
aws-c-http: '>=0.7.11,<0.7.12.0a0'
aws-c-io: '>=0.13.28,<0.13.29.0a0'
aws-c-sdkutils: '>=0.1.11,<0.1.12.0a0'
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.0-h6f3c987_2.conda
hash:
md5: 51bbe4665bff04871708e71e72e2f66b
sha256: fb6381d3b1936d98c5fde5d67011388273f63992df5f42007798810bf0b29e3b
category: main
optional: false
- name: aws-c-cal
version: 0.6.0
manager: conda
platform: win-64
dependencies:
aws-c-common: '>=0.8.23,<0.8.24.0a0'
openssl: '>=3.1.1,<4.0a0'
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.6.0-h6ba3258_0.conda
hash:
md5: 32face4713b029010a05f0134e967420
sha256: 4e14b7cfd6105ca5d8124cd69be89e80d3ff0206faa3892bd8a601e7aad70801
category: main
optional: false
- name: aws-c-common
version: 0.8.23
manager: conda
platform: win-64
dependencies:
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.8.23-hcfcfb64_0.conda
hash:
md5: f10dd222c8b864790d04ed0899970e9b
sha256: aacf05001f804e4c869e8043dd558bb915e4982c8b73609d0cbad1bfa0e21a43
category: main
optional: false
- name: aws-c-compression
version: 0.2.17
manager: conda
platform: win-64
dependencies:
aws-c-common: '>=0.8.23,<0.8.24.0a0'
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.17-h420beca_1.conda
hash:
md5: 2265e815dfcad120aca37e0ec827591c
sha256: c93d1e66ecc4b617ad2a26e3e121819dfc78176eb8f3db6aaa0487481fe264f9
category: main
optional: false
- name: aws-c-event-stream
version: 0.3.1
manager: conda
platform: win-64
dependencies:
aws-c-common: '>=0.8.23,<0.8.24.0a0'
aws-c-io: '>=0.13.28,<0.13.29.0a0'
aws-checksums: '>=0.1.16,<0.1.17.0a0'
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.3.1-had47b81_1.conda
hash:
md5: d28e6d856f375d1522fe536be225f301
sha256: 1db089cd14e3663a5902627bf8c2e774b5957dbb5ceea3a964279e5a2b96761d
category: main
optional: false
- name: aws-c-http
version: 0.7.11
manager: conda
platform: win-64
dependencies:
aws-c-cal: '>=0.6.0,<0.6.1.0a0'
aws-c-common: '>=0.8.23,<0.8.24.0a0'
aws-c-compression: '>=0.2.17,<0.2.18.0a0'
aws-c-io: '>=0.13.28,<0.13.29.0a0'
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.7.11-h72ba615_0.conda
hash:
md5: 52eb0edd90c62d8989d40f2a3b08c049
sha256: 9b9506ce3db53768931c0cff42ebda34f67a44a5c8867b4f8918e9be885149d7
category: main
optional: false
- name: aws-c-io
version: 0.13.28
manager: conda
platform: win-64
dependencies:
aws-c-cal: '>=0.6.0,<0.6.1.0a0'
aws-c-common: '>=0.8.23,<0.8.24.0a0'
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.13.28-ha35c040_0.conda
hash:
md5: 027e518e21c483d3ed7f33148bfee761
sha256: 7d8d77fa159a52068163a1114a2428bf0ea736398b641f9c073e0c56e62e94a8
category: main
optional: false
- name: aws-c-mqtt
version: 0.8.14
manager: conda
platform: win-64
dependencies:
aws-c-common: '>=0.8.23,<0.8.24.0a0'
aws-c-http: '>=0.7.11,<0.7.12.0a0'
aws-c-io: '>=0.13.28,<0.13.29.0a0'
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.8.14-h4941efa_2.conda
hash:
md5: 2a8e5da1ab9c808c363ea50311318619
sha256: fe307d31fb3cdfe284593eddc343398730e9691b2a505c4adfd93009fe1bef75
category: main
optional: false
- name: aws-c-s3
version: 0.3.13
manager: conda
platform: win-64
dependencies:
aws-c-auth: '>=0.7.0,<0.7.1.0a0'
aws-c-cal: '>=0.6.0,<0.6.1.0a0'
aws-c-common: '>=0.8.23,<0.8.24.0a0'
aws-c-http: '>=0.7.11,<0.7.12.0a0'
aws-c-io: '>=0.13.28,<0.13.29.0a0'
aws-checksums: '>=0.1.16,<0.1.17.0a0'
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.3.13-he04eaa7_2.conda
hash:
md5: f68af24bfb6d2e461e7445fd71b78362
sha256: ccab5ad2095461b96b8e19611beb979180a45fd1f96d038dfec533c449e54a3a
category: main
optional: false
- name: aws-c-sdkutils
version: 0.1.11
manager: conda
platform: win-64
dependencies:
aws-c-common: '>=0.8.23,<0.8.24.0a0'
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.11-h420beca_1.conda
hash:
md5: b56dc6999bb11cb122d5d76ca1e6feaf
sha256: f7879e5d4d8f03101b32627acc554668aae62f385b6a2edcf296acaf6e54cfca
category: main
optional: false
- name: aws-checksums
version: 0.1.16
manager: conda
platform: win-64
dependencies:
aws-c-common: '>=0.8.23,<0.8.24.0a0'
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.16-h420beca_1.conda
hash:
md5: dd3466ea9fc536ae3d05521eea3a7473
sha256: 9c89c3ea06e075bc64c26e111b0271230126bdf8d26853ae8b8ff448fb251aa1
category: main
optional: false
- name: aws-crt-cpp
version: 0.20.3
manager: conda
platform: win-64
dependencies:
aws-c-auth: '>=0.7.0,<0.7.1.0a0'
aws-c-cal: '>=0.6.0,<0.6.1.0a0'
aws-c-common: '>=0.8.23,<0.8.24.0a0'
aws-c-event-stream: '>=0.3.1,<0.3.2.0a0'
aws-c-http: '>=0.7.11,<0.7.12.0a0'
aws-c-io: '>=0.13.28,<0.13.29.0a0'
aws-c-mqtt: '>=0.8.14,<0.8.15.0a0'
aws-c-s3: '>=0.3.13,<0.3.14.0a0'
aws-c-sdkutils: '>=0.1.11,<0.1.12.0a0'
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.20.3-h247a981_4.conda
hash:
md5: 1a05ce280e41b3c5eaf7e9e37e30a9b9
sha256: ed040da010361ec5fb5fb298fc2629cc7b68bbc595223a37a66ab13f6c68d383
category: main
optional: false
- name: aws-requests-auth
version: 0.4.2
manager: conda
platform: win-64
dependencies:
python: ''
requests: '>=0.14.0'
url: https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.2-py_0.tar.bz2
hash:
md5: 84e896a8fe8066f740152b23c1579f0f
sha256: 91a48ba872682bc6669a9a669f2dd947d92dbc541a25bb55dbaec2a4b9830cef
category: main
optional: false
- name: aws-sdk-cpp
version: 1.10.57
manager: conda
platform: win-64
dependencies:
aws-c-common: '>=0.8.23,<0.8.24.0a0'
aws-c-event-stream: '>=0.3.1,<0.3.2.0a0'
aws-crt-cpp: '>=0.20.3,<0.20.4.0a0'
libcurl: '>=8.1.2,<9.0a0'
libzlib: '>=1.2.13,<2.0.0a0'
openssl: '>=3.1.1,<4.0a0'
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.10.57-h1a0519f_17.conda
hash:
md5: db79b1324ee48b8441fda946d15f180a
sha256: d6ac6dc2c4e081404af24f730f6f2b92e7a1fe3bfa535fd5c777d1fe5982fe17
category: main
optional: false
- name: babel
version: 2.14.0
manager: conda
platform: win-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: win-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: bcrypt
version: 4.1.3
manager: conda
platform: win-64
dependencies:
python: '>=3.10,<3.11.0a0'
python_abi: 3.10.*
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://conda.anaconda.org/conda-forge/win-64/bcrypt-4.1.3-py310hc226416_0.conda
hash:
md5: ae3093498a28c1118b253c2b0f4497a0
sha256: f5095d93821f6f979b0d0f1bf1c7e1787edf3d58e1a72843b80b2ea2ea2dc8d8
category: main
optional: false
- name: beautifulsoup4
version: 4.12.3
manager: conda
platform: win-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: bed-reader
version: 1.0.0
manager: conda
platform: win-64
dependencies:
numpy: '>=1.22.4,<2.0a0'
pooch: '>=1.5.0'
python: '>=3.10,<3.11.0a0'
python_abi: 3.10.*
url: https://conda.anaconda.org/conda-forge/win-64/bed-reader-1.0.0-py310h5c43347_0.conda
hash:
md5: d033a3268545bac7e5aabb1f6c7e2db8
sha256: a73738c8e8d02f5a1ad18fe3ba8858cc0937de02690fc7793aac81af61bbdab3
category: main
optional: false
- name: bgen
version: 4.1.3
manager: conda
platform: win-64
dependencies:
almosthere: '>=2.0.2'
libzlib: '>=1.2.11,<2.0.0a0'
vc: '>=14.1,<15'
vs2015_runtime: '>=14.16.27033'
zlib: '>=1.2.11,<1.3.0a0'
zstd: '>=1.5.2,<1.6.0a0'
url: https://conda.anaconda.org/conda-forge/win-64/bgen-4.1.3-he0a40f0_0.tar.bz2
hash:
md5: 3f73a624b8ed4b4e55ce4df32eb9b802
sha256: 858f19ac963016fecd9cd05424aa02b6044d7ad176ac3cf980984727c678c888
category: main
optional: false
- name: binaryornot
version: 0.4.4
manager: conda
platform: win-64
dependencies:
chardet: ''
python: ''
url: https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.4.4-py_1.tar.bz2
hash:
md5: a556fa60840fcb9dd739d186bfd252f7
sha256: 8f65c16a9f85285e1f704a26d4c5ced25f46544f5cc20dc8a4aebd7796f8011a
category: main
optional: false
- name: biopython
version: '1.83'
manager: conda
platform: win-64
dependencies:
numpy: ''
python: '>=3.10,<3.11.0a0'
python_abi: 3.10.*
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://conda.anaconda.org/conda-forge/win-64/biopython-1.83-py310h8d17308_0.conda
hash:
md5: da07aa1d5169b9f1d8ec409d19611d6c
sha256: 744a239512e9c88d858ec68aeaea0d6ce79f19826e5484b9552bcb892514ead0
category: main
optional: false
- name: blake3
version: 0.3.3
manager: conda
platform: win-64
dependencies:
numpy: ''
python: '>=3.10,<3.11.0a0'
python_abi: 3.10.*
ucrt: '>=10.0.20348.0'
vc: '>=14.2,<15'
vc14_runtime: '>=14.29.30139'
url: https://conda.anaconda.org/conda-forge/win-64/blake3-0.3.3-py310h87d50f1_2.conda
hash:
md5: 78191aa904279fa7c10d806a1b58085d
sha256: 5093bd0c24e813d1083f3bbd6538ceb59b5e51a96a10ff1642773ab89cf4b79d
category: main
optional: false
- name: blas
version: '2.112'
manager: conda
platform: win-64
dependencies:
blas-devel: 3.9.0
libblas: 3.9.0
libcblas: 3.9.0
liblapack: 3.9.0
liblapacke: 3.9.0
m2w64-gcc-libs: ''
url: https://conda.anaconda.org/conda-forge/win-64/blas-2.112-mkl.tar.bz2
hash:
md5: 8de274ed649974a72f5ed6bd091647ea
sha256: 2bd018ce37ccddb8c591d7cb925d7f9db8dcbd071b2ce00087ff6725410ecd26
category: main
optional: false
- name: blas-devel
version: 3.9.0
manager: conda
platform: win-64
dependencies:
libblas: 3.9.0
libcblas: 3.9.0
liblapack: 3.9.0
liblapacke: 3.9.0