-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconda-lock.yml
6740 lines (6740 loc) · 224 KB
/
conda-lock.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# This lock file was generated by conda-lock (https://github.com/conda/conda-lock). DO NOT EDIT!
#
# A "lock file" contains a concrete list of package versions (with checksums) to be installed. Unlike
# e.g. `conda env create`, the resulting environment will not change as new package versions become
# available, unless you explicitly update the lock file.
#
# Install this environment as "YOURENV" with:
# conda-lock install -n YOURENV conda-lock.yml
# To update a single package to the latest version compatible with the version constraints in the source:
# conda-lock lock --lockfile conda-lock.yml --update PACKAGE
# To re-solve the entire environment, e.g. after changing a version constraint in the source file:
# conda-lock -f environment.yml --lockfile conda-lock.yml
version: 1
metadata:
content_hash:
linux-64: 20bb243ce57b4b9d5e805565fada6d129d6376aa5761e9adb45b8531df5ae4e9
osx-arm64: 350425db24f745ad03a9c4c8c6e914cdf645d24a95ce44eaa12a1f96b91668a4
osx-64: f195bafaf5593fdbda7a73470e9771214fc912b07bd7d88e28029d9d76fae31a
win-64: 4765ee3d25cb49518d957fd10848738d47953b91c297588d74adb838b46f609c
channels:
- url: defaults
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://repo.anaconda.com/pkgs/main/linux-64/_libgcc_mutex-0.1-main.conda
hash:
md5: c3473ff8bdb3d124ed5ff11ec380d6f9
sha256: 476626712f60e5ef0fe04c354727152b1ee5285d57ccd3575c7be930122bd051
category: main
optional: false
- name: _openmp_mutex
version: '5.1'
manager: conda
platform: linux-64
dependencies:
_libgcc_mutex: '0.1'
libgomp: '>=7.5.0'
url: https://repo.anaconda.com/pkgs/main/linux-64/_openmp_mutex-5.1-1_gnu.conda
hash:
md5: 71d281e9c2192cb3fa425655a8defb85
sha256: 576011048d23f2e03372263493c5529f802286ff53e8426df99a5b11cc2572f3
category: main
optional: false
- name: bzip2
version: 1.0.8
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=11.2.0'
url: https://repo.anaconda.com/pkgs/main/linux-64/bzip2-1.0.8-h5eee18b_6.conda
hash:
md5: f21a3ff51c1b271977f53ce956a69297
sha256: 235f266d5f9c3c61748bb1af0eff21bc7ed2a2a356b97ff28d9c1135039b08b0
category: main
optional: false
- name: bzip2
version: 1.0.8
manager: conda
platform: osx-64
dependencies: {}
url: https://repo.anaconda.com/pkgs/main/osx-64/bzip2-1.0.8-h6c40b1e_6.conda
hash:
md5: 96224786021d0765ce05818fa3c59bdb
sha256: 80bd9cac4f086056b4d2b8720fcfdc1dd8354be9f93b4aef1a853cdbc987e9bf
category: main
optional: false
- name: bzip2
version: 1.0.8
manager: conda
platform: osx-arm64
dependencies: {}
url: https://repo.anaconda.com/pkgs/main/osx-arm64/bzip2-1.0.8-h80987f9_6.conda
hash:
md5: 27a1ffbd30ff6427c112a733410e2f57
sha256: a99e7ae89274837bfa706a7f8bcb970520d909a84b9fa1d63ddce1305d96121c
category: main
optional: false
- name: bzip2
version: 1.0.8
manager: conda
platform: win-64
dependencies:
vc: '>=14.1,<15.0a0'
vs2015_runtime: '>=14.16.27012,<15.0a0'
url: https://repo.anaconda.com/pkgs/main/win-64/bzip2-1.0.8-h2bbff1b_6.conda
hash:
md5: 33e784123d565c38e68945f07b461282
sha256: 4e30c9bfd4501555b0859c863e95ea044290babf3bf190b9d4fb38b06cf15c3c
category: main
optional: false
- name: ca-certificates
version: 2024.7.2
manager: conda
platform: linux-64
dependencies: {}
url: https://repo.anaconda.com/pkgs/main/linux-64/ca-certificates-2024.7.2-h06a4308_0.conda
hash:
md5: 5c6799c01e9be4c7ba294f6530b2d562
sha256: da17e468bceb6bbb906d399b336cd641d439ee0fe8858f6c6ce7495b44c423c3
category: main
optional: false
- name: ca-certificates
version: 2024.7.2
manager: conda
platform: osx-64
dependencies: {}
url: https://repo.anaconda.com/pkgs/main/osx-64/ca-certificates-2024.7.2-hecd8cb5_0.conda
hash:
md5: 297cfad0c0eac53e5ac75674828eedd9
sha256: f1329c32cd724e99a2d3062b3448def9c190cf1dd29a7e789f2d90c395530ee4
category: main
optional: false
- name: ca-certificates
version: 2024.7.2
manager: conda
platform: osx-arm64
dependencies: {}
url: https://repo.anaconda.com/pkgs/main/osx-arm64/ca-certificates-2024.7.2-hca03da5_0.conda
hash:
md5: 7ae048fba174fdb742960fd9690ac553
sha256: 9dff8a3b5dc03d6e57ad8e665fb9bb5c659bebf783ac9698b6d79c34d8ef25e7
category: main
optional: false
- name: ca-certificates
version: 2024.7.2
manager: conda
platform: win-64
dependencies: {}
url: https://repo.anaconda.com/pkgs/main/win-64/ca-certificates-2024.7.2-haa95532_0.conda
hash:
md5: eaa9e9c4ee5b97fac4db13af99d8e5bc
sha256: 28b8de0265bac915ec0920cdf9de61bb68e0d9f8ff4ee6576815ff825e902f45
category: main
optional: false
- name: ld_impl_linux-64
version: '2.38'
manager: conda
platform: linux-64
dependencies: {}
url: https://repo.anaconda.com/pkgs/main/linux-64/ld_impl_linux-64-2.38-h1181459_1.conda
hash:
md5: 68eedfd9c06f2b0e6888d8db345b7f5b
sha256: 0c7a6f340f4a9e15cc99b3c7e11f07c7670a9b881161739edd77753e5530fe31
category: main
optional: false
- name: libffi
version: 3.4.4
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=11.2.0'
libstdcxx-ng: '>=11.2.0'
url: https://repo.anaconda.com/pkgs/main/linux-64/libffi-3.4.4-h6a678d5_1.conda
hash:
md5: 70646cc713f0c43926cfdcfe9b695fe0
sha256: b0e7fe2e5d498bc5a2c57cf942701bba8f22ec55de55e092ffbffc40b816df88
category: main
optional: false
- name: libffi
version: 3.4.4
manager: conda
platform: osx-64
dependencies: {}
url: https://repo.anaconda.com/pkgs/main/osx-64/libffi-3.4.4-hecd8cb5_1.conda
hash:
md5: eb7f09ada4d95f1a26f483f1009d9286
sha256: b8b8f0b62fd87118de2b967d042f2269abac54adc4356cba0f417d3119cdd605
category: main
optional: false
- name: libffi
version: 3.4.4
manager: conda
platform: osx-arm64
dependencies: {}
url: https://repo.anaconda.com/pkgs/main/osx-arm64/libffi-3.4.4-hca03da5_1.conda
hash:
md5: 2bec9ee4b1214a3c3e2d1f2e18725daf
sha256: 800216cb554d0beaf970fe7c3efeee7974bb76576c1c5e0ae070c57fca2bba93
category: main
optional: false
- name: libffi
version: 3.4.4
manager: conda
platform: win-64
dependencies:
vc: '>=14.1,<15.0a0'
vs2015_runtime: '>=14.16.27012,<15.0a0'
url: https://repo.anaconda.com/pkgs/main/win-64/libffi-3.4.4-hd77b12b_1.conda
hash:
md5: 9807b377e11739ae3e920e10e607e460
sha256: 43a437fde4c064b2f1be2342a7bc6edccbc13da6a4fb8a44d87e4e6e34c54b63
category: main
optional: false
- name: libgcc-ng
version: 11.2.0
manager: conda
platform: linux-64
dependencies:
_libgcc_mutex: '*'
_openmp_mutex: ''
__glibc: '>=2.17'
url: https://repo.anaconda.com/pkgs/main/linux-64/libgcc-ng-11.2.0-h1234567_1.conda
hash:
md5: a87728dabf3151fb9cfa990bd2eb0464
sha256: cdcce11f1c6ca57ba686ab92f3a5c122efe1e0630e00c6ad275624ce79008aa7
category: main
optional: false
- name: libgomp
version: 11.2.0
manager: conda
platform: linux-64
dependencies:
_libgcc_mutex: '0.1'
url: https://repo.anaconda.com/pkgs/main/linux-64/libgomp-11.2.0-h1234567_1.conda
hash:
md5: b372c0eea9b60732fdae4b817a63c8cd
sha256: a1c6e599df45e116af81c36ec4c9efb1793fa3a0b854dd90dd6c8813cd476e90
category: main
optional: false
- name: libstdcxx-ng
version: 11.2.0
manager: conda
platform: linux-64
dependencies:
__glibc: '>=2.17'
url: https://repo.anaconda.com/pkgs/main/linux-64/libstdcxx-ng-11.2.0-h1234567_1.conda
hash:
md5: 57623d10a70e09e1d048c2b2b6f4e2dd
sha256: 4da22842de544990e623ed38dfd9b468cc26cc592a102e41bcf45c91bcce9aa2
category: main
optional: false
- name: libuuid
version: 1.41.5
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=11.2.0'
url: https://repo.anaconda.com/pkgs/main/linux-64/libuuid-1.41.5-h5eee18b_0.conda
hash:
md5: 4a6a2354414c9080327274aa514e5299
sha256: 2a401aafabac51b7736cfe12d2ab205d29052640ea8183253c9d0a8e7ed0d49a
category: main
optional: false
- name: ncurses
version: '6.4'
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=11.2.0'
url: https://repo.anaconda.com/pkgs/main/linux-64/ncurses-6.4-h6a678d5_0.conda
hash:
md5: 5558eec6e2191741a92f832ea826251c
sha256: a3150cb7655d3781b2ff2d8a7f1eea6103dbbd8835adc7429f7377e4886f6129
category: main
optional: false
- name: ncurses
version: '6.4'
manager: conda
platform: osx-64
dependencies: {}
url: https://repo.anaconda.com/pkgs/main/osx-64/ncurses-6.4-hcec6c5f_0.conda
hash:
md5: 0214d1ee980e217fabc695f1e40662aa
sha256: 98884cab22ccf031daec9cc9ed6d1b8553f7001f5e2b5429959449d4e4a4ac2e
category: main
optional: false
- name: ncurses
version: '6.4'
manager: conda
platform: osx-arm64
dependencies: {}
url: https://repo.anaconda.com/pkgs/main/osx-arm64/ncurses-6.4-h313beb8_0.conda
hash:
md5: 08038fd388dbbda4ed8e0206fc8706a7
sha256: fe2b87be65e21d3cd3b73659e61d670901c3f8b593444dbea3e80a4c4359d7b6
category: main
optional: false
- name: openssl
version: 3.0.14
manager: conda
platform: linux-64
dependencies:
ca-certificates: ''
libgcc-ng: '>=11.2.0'
url: https://repo.anaconda.com/pkgs/main/linux-64/openssl-3.0.14-h5eee18b_0.conda
hash:
md5: 37b6dad6aa49000a4230a9f0cad172f6
sha256: b9a372b4eccf0e98d81c4527439a10778b10edf300ec49b7ab2424ce997fe166
category: main
optional: false
- name: openssl
version: 3.0.14
manager: conda
platform: osx-64
dependencies:
ca-certificates: ''
url: https://repo.anaconda.com/pkgs/main/osx-64/openssl-3.0.14-h46256e1_0.conda
hash:
md5: d722280df65b3308e1b8b1b7777a3305
sha256: 04512a531a049492ec72192587136a15fc46b25fa85a2ac67062e2b3641c13ef
category: main
optional: false
- name: openssl
version: 3.0.14
manager: conda
platform: osx-arm64
dependencies:
ca-certificates: ''
url: https://repo.anaconda.com/pkgs/main/osx-arm64/openssl-3.0.14-h80987f9_0.conda
hash:
md5: 0c4b84da2cfaa86e649b7d8faef7a880
sha256: 56cd1457d752822df69239d9f24d53082ea846533eaf344b9461a32aa068b3f9
category: main
optional: false
- name: openssl
version: 3.0.14
manager: conda
platform: win-64
dependencies:
ca-certificates: ''
vc: '>=14.2,<15.0a0'
vs2015_runtime: '>=14.29.30133,<15.0a0'
url: https://repo.anaconda.com/pkgs/main/win-64/openssl-3.0.14-h827c3e9_0.conda
hash:
md5: eeaa865c797d99d7051fd069751c2f7f
sha256: f7b704730c8cc27bed9f5685b35f335adcdce2b8a805a18d3ad3e52eaff80874
category: main
optional: false
- name: pip
version: '24.0'
manager: conda
platform: linux-64
dependencies:
python: '>=3.10,<3.11.0a0'
setuptools: ''
wheel: ''
url: https://repo.anaconda.com/pkgs/main/linux-64/pip-24.0-py310h06a4308_0.conda
hash:
md5: dd9163e7f463d979509d00b925b92ea2
sha256: fe8a80fb89beb2b2bfe2c10d71b686ab4e709199af9cf7ce8bb749dbf6139bc2
category: main
optional: false
- name: pip
version: '24.0'
manager: conda
platform: osx-64
dependencies:
python: '>=3.10,<3.11.0a0'
setuptools: ''
wheel: ''
url: https://repo.anaconda.com/pkgs/main/osx-64/pip-24.0-py310hecd8cb5_0.conda
hash:
md5: de5aef287ee27ac02fc52c053a85158b
sha256: f079c7bc2a326164b5da63ce8e9a61c4e1659401be0b147520ce355dd62dd939
category: main
optional: false
- name: pip
version: '24.0'
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.10,<3.11.0a0'
setuptools: ''
wheel: ''
url: https://repo.anaconda.com/pkgs/main/osx-arm64/pip-24.0-py310hca03da5_0.conda
hash:
md5: d34ad3a54a4c5a6b653bdb0cd186153f
sha256: eb38f82c554fbc36664304cc91b719f55f82421fcfb650edc3b695c87add2a50
category: main
optional: false
- name: pip
version: '24.0'
manager: conda
platform: win-64
dependencies:
python: '>=3.10,<3.11.0a0'
setuptools: ''
wheel: ''
url: https://repo.anaconda.com/pkgs/main/win-64/pip-24.0-py310haa95532_0.conda
hash:
md5: 456b9756c44d3c8b3d939c9da93d231b
sha256: 6bc290d93d49dfded5356ded9ff5893b0f1b4587e63ac38bd3281d0de65b39ec
category: main
optional: false
- name: python
version: 3.10.14
manager: conda
platform: linux-64
dependencies:
bzip2: '>=1.0.8,<2.0a0'
ld_impl_linux-64: '>=2.35.1'
libffi: '>=3.4,<4.0a0'
libgcc-ng: '>=11.2.0'
libuuid: '>=1.41.5,<2.0a0'
ncurses: '>=6.4,<7.0a0'
openssl: '>=3.0.13,<4.0a0'
readline: '>=8.0,<9.0a0'
sqlite: '>=3.45.3,<4.0a0'
tk: '>=8.6.14,<8.7.0a0'
tzdata: ''
xz: '>=5.4.6,<6.0a0'
zlib: '>=1.2.13,<1.3.0a0'
url: https://repo.anaconda.com/pkgs/main/linux-64/python-3.10.14-h955ad1f_1.conda
hash:
md5: 4f8cd8904cbb89236e053f00a75bc971
sha256: 3a11076e968a59d06306001b2fc51a9fd562428c454880c9335ccd0861149f8a
category: main
optional: false
- name: python
version: 3.10.14
manager: conda
platform: osx-64
dependencies:
bzip2: '>=1.0.8,<2.0a0'
libffi: '>=3.4,<4.0a0'
ncurses: '>=6.4,<7.0a0'
openssl: '>=3.0.13,<4.0a0'
readline: '>=8.0,<9.0a0'
sqlite: '>=3.45.3,<4.0a0'
tk: '>=8.6.14,<8.7.0a0'
tzdata: ''
xz: '>=5.4.6,<6.0a0'
zlib: '>=1.2.13,<1.3.0a0'
url: https://repo.anaconda.com/pkgs/main/osx-64/python-3.10.14-h5ee71fb_1.conda
hash:
md5: f5c86e7c6378808e632f0b49bd17ec17
sha256: a9881cfd0121feb29e53028725e436a31e2bfd701f059383e52df6c8d9b7944f
category: main
optional: false
- name: python
version: 3.10.14
manager: conda
platform: osx-arm64
dependencies:
bzip2: '>=1.0.8,<2.0a0'
libffi: '>=3.4,<4.0a0'
ncurses: '>=6.4,<7.0a0'
openssl: '>=3.0.13,<4.0a0'
readline: '>=8.1.2,<9.0a0'
sqlite: '>=3.45.3,<4.0a0'
tk: '>=8.6.14,<8.7.0a0'
tzdata: ''
xz: '>=5.4.6,<6.0a0'
zlib: '>=1.2.13,<1.3.0a0'
url: https://repo.anaconda.com/pkgs/main/osx-arm64/python-3.10.14-hb885b13_1.conda
hash:
md5: e588c2babb9f2bbfe336b1fc6239efd2
sha256: 818e45d7409870f5bc4e1c7fe75ab4b7b66e4a069ec908b493646446d1d706c6
category: main
optional: false
- name: python
version: 3.10.14
manager: conda
platform: win-64
dependencies:
bzip2: '>=1.0.8,<2.0a0'
libffi: '>=3.4,<4.0a0'
openssl: '>=3.0.13,<4.0a0'
sqlite: '>=3.45.3,<4.0a0'
tk: '>=8.6.14,<8.7.0a0'
tzdata: ''
vc: '>=14.1,<15.0a0'
vs2015_runtime: '>=14.16.27012,<15.0a0'
xz: '>=5.4.6,<6.0a0'
zlib: '>=1.2.13,<1.3.0a0'
url: https://repo.anaconda.com/pkgs/main/win-64/python-3.10.14-he1021f5_1.conda
hash:
md5: a502a8b7674629b9d4511ba9667ceb89
sha256: 33547ba6bb7d180d0c05b32bdb387222b47e8d586f472ac464117762b6b614d6
category: main
optional: false
- name: readline
version: '8.2'
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=11.2.0'
ncurses: '>=6.3,<7.0a0'
url: https://repo.anaconda.com/pkgs/main/linux-64/readline-8.2-h5eee18b_0.conda
hash:
md5: be42180685cce6e6b0329201d9f48efb
sha256: 3bf83c138bf0843b2fdacc5fe6b0956813b11107540d0233c148b97682e894fb
category: main
optional: false
- name: readline
version: '8.2'
manager: conda
platform: osx-64
dependencies:
ncurses: '>=6.3,<7.0a0'
url: https://repo.anaconda.com/pkgs/main/osx-64/readline-8.2-hca72f7f_0.conda
hash:
md5: 971667436260e523f6f7355fdfa238bf
sha256: d141d36dc1b8b4484dae738b5cd50bd2c6b85dabd6c606d3a93b7d5b5a4b28b6
category: main
optional: false
- name: readline
version: '8.2'
manager: conda
platform: osx-arm64
dependencies:
ncurses: '>=6.3,<7.0a0'
url: https://repo.anaconda.com/pkgs/main/osx-arm64/readline-8.2-h1a28f6b_0.conda
hash:
md5: 8e3d8eb62e32065d41fad9a83a901254
sha256: 0399187fd09fc52bfac1b67b3cdef33faa76a75213ff932d9fcb079238dd8584
category: main
optional: false
- name: setuptools
version: 69.5.1
manager: conda
platform: linux-64
dependencies:
python: '>=3.10,<3.11.0a0'
url: https://repo.anaconda.com/pkgs/main/linux-64/setuptools-69.5.1-py310h06a4308_0.conda
hash:
md5: 9c45f2ef44ecfacd42d8bdce7f6998f4
sha256: 155906964591787bda81dc45144c3daf06224aa78cafb505371a0cdf76c035e5
category: main
optional: false
- name: setuptools
version: 69.5.1
manager: conda
platform: osx-64
dependencies:
python: '>=3.10,<3.11.0a0'
url: https://repo.anaconda.com/pkgs/main/osx-64/setuptools-69.5.1-py310hecd8cb5_0.conda
hash:
md5: 8208509990b49466ffc7260ab9103b71
sha256: 8e8d22b395e667358026e4f286a2e5158d7102530366993a461ab1c7289e9675
category: main
optional: false
- name: setuptools
version: 69.5.1
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.10,<3.11.0a0'
url: https://repo.anaconda.com/pkgs/main/osx-arm64/setuptools-69.5.1-py310hca03da5_0.conda
hash:
md5: d1ab9b222048ab4563a121f800d5f403
sha256: 8fa062cf18794489d6db719b5e61241d40b7af38a9b05583abac11781ae286df
category: main
optional: false
- name: setuptools
version: 69.5.1
manager: conda
platform: win-64
dependencies:
python: '>=3.10,<3.11.0a0'
url: https://repo.anaconda.com/pkgs/main/win-64/setuptools-69.5.1-py310haa95532_0.conda
hash:
md5: 455e93e15db63d2f1c4e032fe9d40895
sha256: e89a24308c7132cc516f5d656bc84f2d943274e1a99e0eb8db40f7248092a063
category: main
optional: false
- name: sqlite
version: 3.45.3
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=11.2.0'
ncurses: '>=6.4,<7.0a0'
readline: '>=8.0,<9.0a0'
zlib: '>=1.2.13,<2.0a0'
url: https://repo.anaconda.com/pkgs/main/linux-64/sqlite-3.45.3-h5eee18b_0.conda
hash:
md5: acf93d6aceb74d6110e20b44cc45939e
sha256: 74b61ac1a7df6777b759680047b9d67ba8ac1a921f56de42e09c99b5cc2f778a
category: main
optional: false
- name: sqlite
version: 3.45.3
manager: conda
platform: osx-64
dependencies:
ncurses: '>=6.4,<7.0a0'
readline: '>=8.0,<9.0a0'
zlib: '>=1.2.13,<2.0a0'
url: https://repo.anaconda.com/pkgs/main/osx-64/sqlite-3.45.3-h6c40b1e_0.conda
hash:
md5: 2edf909b937b3aad48322c9cb2e8f1a0
sha256: 46fe0c9f52bed450d7769cc1dfe684e26434e2b84b3b42cdf5d7535af64399a4
category: main
optional: false
- name: sqlite
version: 3.45.3
manager: conda
platform: osx-arm64
dependencies:
ncurses: '>=6.4,<7.0a0'
readline: '>=8.1.2,<9.0a0'
zlib: '>=1.2.13,<2.0a0'
url: https://repo.anaconda.com/pkgs/main/osx-arm64/sqlite-3.45.3-h80987f9_0.conda
hash:
md5: b81acdca67ae414177b550758d2d77a6
sha256: 247a94c1f825ce386aeb27f2d40521a0e8b24155ce2112ee5435e0bbb43db03c
category: main
optional: false
- name: sqlite
version: 3.45.3
manager: conda
platform: win-64
dependencies:
vc: '>=14.1,<15.0a0'
vs2015_runtime: '>=14.16.27012,<15.0a0'
url: https://repo.anaconda.com/pkgs/main/win-64/sqlite-3.45.3-h2bbff1b_0.conda
hash:
md5: c5b3b929349655302bf811c45571da6d
sha256: bb25d778d309491d947d3758ec79652aa637c1808041114b1bd45e8bdd7bd776
category: main
optional: false
- name: tk
version: 8.6.14
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=11.2.0'
zlib: '>=1.2.13,<1.3.0a0'
url: https://repo.anaconda.com/pkgs/main/linux-64/tk-8.6.14-h39e8969_0.conda
hash:
md5: 78dbc5e3c69143ebc037fc5d5b22e597
sha256: a390949ede5d6ff36a67e87c742099e5468f2fc0f33109fb3e0f39a3dcd4251e
category: main
optional: false
- name: tk
version: 8.6.14
manager: conda
platform: osx-64
dependencies:
zlib: '>=1.2.13,<1.3.0a0'
url: https://repo.anaconda.com/pkgs/main/osx-64/tk-8.6.14-h4d00af3_0.conda
hash:
md5: a2c03940c2ae54614301ec82e6a98d75
sha256: f1580c0ab59537e4e0efcc6c91ced6ba3abc6225c2f8f575a2f514ae98202238
category: main
optional: false
- name: tk
version: 8.6.14
manager: conda
platform: osx-arm64
dependencies:
zlib: '>=1.2.13,<1.3.0a0'
url: https://repo.anaconda.com/pkgs/main/osx-arm64/tk-8.6.14-h6ba3021_0.conda
hash:
md5: 9e668a25312fe740947fa53fd078145e
sha256: 7099df0dd85631be2cfd05d365fe95a6089ad0f13a42bb0b154e92b52c491e29
category: main
optional: false
- name: tk
version: 8.6.14
manager: conda
platform: win-64
dependencies:
vc: '>=14.2,<15.0a0'
vs2015_runtime: '>=14.27.29016,<15.0a0'
zlib: '>=1.2.13,<1.3.0a0'
url: https://repo.anaconda.com/pkgs/main/win-64/tk-8.6.14-h0416ee5_0.conda
hash:
md5: da75707c571825eb2ad0eb806710b16b
sha256: 80136bf123ac4e5277b4ccbe8bd3d9a6535842ad269741bc2e019babcd71b5d6
category: main
optional: false
- name: tzdata
version: 2024a
manager: conda
platform: linux-64
dependencies: {}
url: https://repo.anaconda.com/pkgs/main/noarch/tzdata-2024a-h04d1e81_0.conda
hash:
md5: 452af53adae0a5b06eb5d05c707b2f25
sha256: ca9dbf30f1614a4eea02c7929d0988c237dd9e39e546d3546ba80186d2038619
category: main
optional: false
- name: tzdata
version: 2024a
manager: conda
platform: osx-64
dependencies: {}
url: https://repo.anaconda.com/pkgs/main/noarch/tzdata-2024a-h04d1e81_0.conda
hash:
md5: 452af53adae0a5b06eb5d05c707b2f25
sha256: ca9dbf30f1614a4eea02c7929d0988c237dd9e39e546d3546ba80186d2038619
category: main
optional: false
- name: tzdata
version: 2024a
manager: conda
platform: osx-arm64
dependencies: {}
url: https://repo.anaconda.com/pkgs/main/noarch/tzdata-2024a-h04d1e81_0.conda
hash:
md5: 452af53adae0a5b06eb5d05c707b2f25
sha256: ca9dbf30f1614a4eea02c7929d0988c237dd9e39e546d3546ba80186d2038619
category: main
optional: false
- name: tzdata
version: 2024a
manager: conda
platform: win-64
dependencies: {}
url: https://repo.anaconda.com/pkgs/main/noarch/tzdata-2024a-h04d1e81_0.conda
hash:
md5: 452af53adae0a5b06eb5d05c707b2f25
sha256: ca9dbf30f1614a4eea02c7929d0988c237dd9e39e546d3546ba80186d2038619
category: main
optional: false
- name: vc
version: '14.2'
manager: conda
platform: win-64
dependencies:
vs2015_runtime: '>=14.29.30133'
url: https://repo.anaconda.com/pkgs/main/win-64/vc-14.2-h2eaa2aa_4.conda
hash:
md5: f659a9472066450d95b75a9ae5af1bb2
sha256: be359d9bd4822d557c2897365d1e6788716d18761075d069704365f412bf902c
category: main
optional: false
- name: vs2015_runtime
version: 14.29.30133
manager: conda
platform: win-64
dependencies: {}
url: https://repo.anaconda.com/pkgs/main/win-64/vs2015_runtime-14.29.30133-h43f2093_4.conda
hash:
md5: f6b473070501cc8fc8263bb89808b159
sha256: f80810347ad5d8fb2d924522ddba2c8fb15182ba3f08fde9bf068bdd4a4e3001
category: main
optional: false
- name: wheel
version: 0.43.0
manager: conda
platform: linux-64
dependencies:
python: '>=3.10,<3.11.0a0'
url: https://repo.anaconda.com/pkgs/main/linux-64/wheel-0.43.0-py310h06a4308_0.conda
hash:
md5: 8827c3fb7f57702f6f6a82a591df0321
sha256: 71c7abfd3557aeb9ac977c2390be5d2aff42cb3c8dc64673e29805d339abee8c
category: main
optional: false
- name: wheel
version: 0.43.0
manager: conda
platform: osx-64
dependencies:
python: '>=3.10,<3.11.0a0'
url: https://repo.anaconda.com/pkgs/main/osx-64/wheel-0.43.0-py310hecd8cb5_0.conda
hash:
md5: c2909baecd2d9fc41c137658f9b63763
sha256: d4cb3ffda4100468facb166b146783b6c8a87c135f106a1f45840eb66430d7fc
category: main
optional: false
- name: wheel
version: 0.43.0
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.10,<3.11.0a0'
url: https://repo.anaconda.com/pkgs/main/osx-arm64/wheel-0.43.0-py310hca03da5_0.conda
hash:
md5: d1a2ef2a1c0fef0c2359423d2b51fe2c
sha256: e1c84ff419997c72d6cb6f100490a2c5ae0e1aeb3f926dc6afccdea0b525fcfd
category: main
optional: false
- name: wheel
version: 0.43.0
manager: conda
platform: win-64
dependencies:
python: '>=3.10,<3.11.0a0'
url: https://repo.anaconda.com/pkgs/main/win-64/wheel-0.43.0-py310haa95532_0.conda
hash:
md5: a5bf45af40f160fb065b886bbd5300e9
sha256: 8ad699392218fd5a0b22ac1b5b1198a8f65a4c4cdbd7ccb969414f7d0286ddfe
category: main
optional: false
- name: xz
version: 5.4.6
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=11.2.0'
url: https://repo.anaconda.com/pkgs/main/linux-64/xz-5.4.6-h5eee18b_1.conda
hash:
md5: 1562802f843297ee776a50b9329597ed
sha256: 506f68a24d196b40306dbdea2fcf61a86cb786e966dbb3b00b5af33913ca7e14
category: main
optional: false
- name: xz
version: 5.4.6
manager: conda
platform: osx-64
dependencies: {}
url: https://repo.anaconda.com/pkgs/main/osx-64/xz-5.4.6-h6c40b1e_1.conda
hash:
md5: b40d69768d28133d8be1843def4f82f5
sha256: b7a7d5da7b4c2eb2248bc5633be160ac629b4dd448db2afc4920f3afc57d970f
category: main
optional: false
- name: xz
version: 5.4.6
manager: conda
platform: osx-arm64
dependencies: {}
url: https://repo.anaconda.com/pkgs/main/osx-arm64/xz-5.4.6-h80987f9_1.conda
hash:
md5: 054c438a7814dc516a1bb61787050945
sha256: 199f0cba11ca263e08c8b8d642f49051b37b098e9ca084bf15fa58d185119625
category: main
optional: false
- name: xz
version: 5.4.6
manager: conda
platform: win-64
dependencies:
vc: '>=14.1,<15.0a0'
vs2015_runtime: '>=14.16.27012,<15.0a0'
url: https://repo.anaconda.com/pkgs/main/win-64/xz-5.4.6-h8cc25b3_1.conda
hash:
md5: cd89b06b0e59712386f00a41fb2dec32
sha256: c2ae3cfa590f71bfdd40426fe6e21967543187ecee41d74d6b36be95106c4583
category: main
optional: false
- name: zlib
version: 1.2.13
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=11.2.0'
url: https://repo.anaconda.com/pkgs/main/linux-64/zlib-1.2.13-h5eee18b_1.conda
hash:
md5: 92e42d8310108b0a440fb2e60b2b2a25
sha256: eb451d3dba56a77cfc3273c8124cd45a8c13329a16bf9a4954181d835c85677b
category: main
optional: false
- name: zlib
version: 1.2.13
manager: conda
platform: osx-64
dependencies: {}
url: https://repo.anaconda.com/pkgs/main/osx-64/zlib-1.2.13-h4b97444_1.conda
hash:
md5: 38e35f7c817fac0973034bfce6706ec2
sha256: 37a384d85f059a46a138e99e0315a7b91925421cdcbffae8ef4b2ad9de985c01
category: main
optional: false
- name: zlib
version: 1.2.13
manager: conda
platform: osx-arm64
dependencies: {}
url: https://repo.anaconda.com/pkgs/main/osx-arm64/zlib-1.2.13-h18a0788_1.conda
hash:
md5: 0e0f66908c52256a41c02b757e24705a
sha256: a24fd52061df9ed53ea5c26b453effeb68ae72628761d9f7434b7a2395274072
category: main
optional: false
- name: zlib
version: 1.2.13
manager: conda
platform: win-64
dependencies:
vc: '>=14.1,<15.0a0'
vs2015_runtime: '>=14.16.27012,<15.0a0'
url: https://repo.anaconda.com/pkgs/main/win-64/zlib-1.2.13-h8cc25b3_1.conda
hash:
md5: 1f7ea85632611b25599e4cddf5b51d7d
sha256: 48eef468ca392090e6fe57c3ba54e3a7dc1412f9c417c248575d0717e9a5ed3d
category: main
optional: false
- name: annotated-types
version: 0.7.0
manager: pip
platform: linux-64
dependencies: {}
url: https://files.pythonhosted.org/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl
hash:
sha256: 1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53
category: main
optional: false
- name: annotated-types
version: 0.7.0
manager: pip
platform: osx-64
dependencies: {}
url: https://files.pythonhosted.org/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl
hash:
sha256: 1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53
category: main
optional: false
- name: annotated-types
version: 0.7.0
manager: pip
platform: osx-arm64
dependencies: {}
url: https://files.pythonhosted.org/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl
hash:
sha256: 1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53
category: main
optional: false
- name: annotated-types
version: 0.7.0
manager: pip
platform: win-64
dependencies: {}
url: https://files.pythonhosted.org/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl
hash:
sha256: 1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53
category: main
optional: false
- name: anyio
version: 4.4.0
manager: pip
platform: linux-64
dependencies:
idna: '>=2.8'
sniffio: '>=1.1'
exceptiongroup: '>=1.0.2'
typing-extensions: '>=4.1'
url: https://files.pythonhosted.org/packages/7b/a2/10639a79341f6c019dedc95bd48a4928eed9f1d1197f4c04f546fc7ae0ff/anyio-4.4.0-py3-none-any.whl
hash:
sha256: c1b2d8f46a8a812513012e1107cb0e68c17159a7a594208005a57dc776e1bdc7
category: main
optional: false
- name: anyio
version: 4.4.0
manager: pip
platform: osx-64
dependencies:
idna: '>=2.8'
sniffio: '>=1.1'
exceptiongroup: '>=1.0.2'
typing-extensions: '>=4.1'
url: https://files.pythonhosted.org/packages/7b/a2/10639a79341f6c019dedc95bd48a4928eed9f1d1197f4c04f546fc7ae0ff/anyio-4.4.0-py3-none-any.whl
hash:
sha256: c1b2d8f46a8a812513012e1107cb0e68c17159a7a594208005a57dc776e1bdc7
category: main
optional: false
- name: anyio
version: 4.4.0
manager: pip
platform: osx-arm64
dependencies:
idna: '>=2.8'
sniffio: '>=1.1'
exceptiongroup: '>=1.0.2'
typing-extensions: '>=4.1'
url: https://files.pythonhosted.org/packages/7b/a2/10639a79341f6c019dedc95bd48a4928eed9f1d1197f4c04f546fc7ae0ff/anyio-4.4.0-py3-none-any.whl
hash:
sha256: c1b2d8f46a8a812513012e1107cb0e68c17159a7a594208005a57dc776e1bdc7
category: main
optional: false
- name: anyio
version: 4.4.0
manager: pip
platform: win-64
dependencies:
idna: '>=2.8'
sniffio: '>=1.1'
exceptiongroup: '>=1.0.2'
typing-extensions: '>=4.1'
url: https://files.pythonhosted.org/packages/7b/a2/10639a79341f6c019dedc95bd48a4928eed9f1d1197f4c04f546fc7ae0ff/anyio-4.4.0-py3-none-any.whl
hash:
sha256: c1b2d8f46a8a812513012e1107cb0e68c17159a7a594208005a57dc776e1bdc7
category: main
optional: false
- name: appnope
version: 0.1.4
manager: pip
platform: osx-64
dependencies: {}
url: https://files.pythonhosted.org/packages/81/29/5ecc3a15d5a33e31b26c11426c45c501e439cb865d0bff96315d86443b78/appnope-0.1.4-py2.py3-none-any.whl
hash:
sha256: 502575ee11cd7a28c0205f379b525beefebab9d161b7c964670864014ed7213c
category: main
optional: false
- name: appnope
version: 0.1.4
manager: pip
platform: osx-arm64
dependencies: {}
url: https://files.pythonhosted.org/packages/81/29/5ecc3a15d5a33e31b26c11426c45c501e439cb865d0bff96315d86443b78/appnope-0.1.4-py2.py3-none-any.whl
hash:
sha256: 502575ee11cd7a28c0205f379b525beefebab9d161b7c964670864014ed7213c
category: main
optional: false
- name: argon2-cffi