-
Notifications
You must be signed in to change notification settings - Fork 5
/
pixi.lock
1606 lines (1606 loc) · 49.5 KB
/
pixi.lock
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
version: 5
environments:
default:
channels:
- url: https://conda.anaconda.org/conda-forge/
indexes:
- https://pypi.org/simple
packages:
win-64:
- conda: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-h2466b09_2.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-h2466b09_2.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.8.30-h56e8100_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.8.30-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/colormath-3.0.0-py_2.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.3.0-py312hd5eb7cc_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.54.0-py312h4389bb4_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/freetype-2.12.1-hdaf720e_2.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/funcparserlib-1.0.1-py312h2e8e312_2.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.1-h57928b3_1083.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/intervaltree-3.1.0-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.7-py312hd5eb7cc_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.16-h67d730c_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/lerc-4.0.0-h63175ca_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-24_win64_mkl.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-h2466b09_2.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-h2466b09_2.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-h2466b09_2.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-24_win64_mkl.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.21-h2466b09_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.3-he0c23c2_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.1-default_h8125262_1000.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libjpeg-turbo-3.0.0-hcfcfb64_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-24_win64_mkl.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.44-h3ca93ac_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.46.1-h2466b09_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.7.0-hb151862_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.4.0-hcfcfb64_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.16-h013a479_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.7-h0f24e4e_4.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libgfortran-5.3.0-6.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-5.3.0-7.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-core-5.3.0-7.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gmp-6.1.0-2.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-libwinpthread-git-5.0.0.4634.697f757-2.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.2-py312h90004f6_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.1.0-h66d3029_694.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/msys2-conda-epoch-20160418-1.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.3-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/numpy-2.1.1-py312h49bc9c5_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.2-h3d672ee_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.3.2-h2466b09_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/pillow-10.4.0-py312h381445a_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-hcd874cb_1001.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/pthreads-win32-2.9.1-hfa6e2cd_3.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.4-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/python-3.12.6-hce54a09_1_cpython.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.12-5_cp312.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/qhull-2020.2-hc790b64_5.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/spectra-0.0.11-py_1.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/tabulate-0.9.0-pyhd8ed1ab_1.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.13.0-hc790b64_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h8827d51_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h8a93ad2_21.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.40.33810-ha82c5b3_21.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.40.33810-h3bf8584_21.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-kbproto-1.0.7-hcd874cb_1002.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.9-h0076a8d_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.11-hcd874cb_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.3-hcd874cb_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-xextproto-7.3.0-hcd874cb_1003.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-xproto-7.0.31-hcd874cb_1007.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.6-h0ea2cb4_0.conda
- pypi: https://files.pythonhosted.org/packages/c9/7a/cef76fd8438a42f96db64ddaa85280485a9c395e7df3db8158cfec1eee34/dill-0.3.8-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/24/c8/4debc083551c4fbb2e4a97879e20832c91bf0b2f38ec6b1b0f3245bf3df6/evol-0.5.3-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/00/77/9a93d4c3998b4820de015b49801f4da44bd4f922b08c98c5bfd912985a61/lupa-2.2-cp312-cp312-win_amd64.whl
- pypi: https://files.pythonhosted.org/packages/0a/7d/a988f258104dcd2ccf1ed40fdc97e26c4ac351eeaf81d76e266c52d84e2f/multiprocess-0.70.16-py312-none-any.whl
- pypi: .
packages:
- kind: conda
name: brotli
version: 1.1.0
build: h2466b09_2
build_number: 2
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-h2466b09_2.conda
sha256: d8fd7d1b446706776117d2dcad1c0289b9f5e1521cb13405173bad38568dd252
md5: 378f1c9421775dfe644731cb121c8979
depends:
- brotli-bin 1.1.0 h2466b09_2
- libbrotlidec 1.1.0 h2466b09_2
- libbrotlienc 1.1.0 h2466b09_2
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: MIT
license_family: MIT
purls: []
size: 19697
timestamp: 1725268293988
- kind: conda
name: brotli-bin
version: 1.1.0
build: h2466b09_2
build_number: 2
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-h2466b09_2.conda
sha256: f3bf2893613540ac256c68f211861c4de618d96291719e32178d894114ac2bc2
md5: d22534a9be5771fc58eb7564947f669d
depends:
- libbrotlidec 1.1.0 h2466b09_2
- libbrotlienc 1.1.0 h2466b09_2
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: MIT
license_family: MIT
purls: []
size: 20837
timestamp: 1725268270219
- kind: conda
name: bzip2
version: 1.0.8
build: h2466b09_7
build_number: 7
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda
sha256: 35a5dad92e88fdd7fc405e864ec239486f4f31eec229e31686e61a140a8e573b
md5: 276e7ffe9ffe39688abc665ef0f45596
depends:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: bzip2-1.0.6
license_family: BSD
purls: []
size: 54927
timestamp: 1720974860185
- kind: conda
name: ca-certificates
version: 2024.8.30
build: h56e8100_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.8.30-h56e8100_0.conda
sha256: 0fcac3a7ffcc556649e034a1802aedf795e64227eaa7194d207b01eaf26454c4
md5: 4c4fd67c18619be5aa65dc5b6c72e490
license: ISC
purls: []
size: 158773
timestamp: 1725019107649
- kind: conda
name: certifi
version: 2024.8.30
build: pyhd8ed1ab_0
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.8.30-pyhd8ed1ab_0.conda
sha256: 7020770df338c45ac6b560185956c32f0a5abf4b76179c037f115fc7d687819f
md5: 12f7d00853807b0531775e9be891cb11
depends:
- python >=3.7
license: ISC
purls:
- pkg:pypi/certifi?source=hash-mapping
size: 163752
timestamp: 1725278204397
- kind: pypi
name: ck2utils-esc
version: 0.2.0
path: .
sha256: d4a51de7515d2a11fd5296dfd84a4a6d7f49dd7b855f6cd4cd027349b18c8897
requires_dist:
- lupa
- evol
requires_python: '>=3.9'
editable: true
- kind: conda
name: colormath
version: 3.0.0
build: py_2
build_number: 2
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/colormath-3.0.0-py_2.tar.bz2
sha256: f6a6bb43a7a0261f9e3301277768519a6d8f2b5e504aee8eaadd445c975111f5
md5: 724c323d724ab98bca84f88d03cff543
depends:
- networkx >=2.0
- numpy
- python
license: BSD
license_family: BSD
purls:
- pkg:pypi/colormath?source=hash-mapping
size: 35308
- kind: conda
name: contourpy
version: 1.3.0
build: py312hd5eb7cc_1
build_number: 1
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.3.0-py312hd5eb7cc_1.conda
sha256: 557d32fd30108c4fd44fba60621e30519c1fcf6a361cfd8bef1f3e3eac51eb99
md5: 1e7201bef33d1d3da3bf95bf0c273879
depends:
- numpy >=1.23
- python >=3.12,<3.13.0a0
- python_abi 3.12.* *_cp312
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: BSD-3-Clause
license_family: BSD
purls:
- pkg:pypi/contourpy?source=hash-mapping
size: 214543
timestamp: 1725378879919
- kind: conda
name: cycler
version: 0.12.1
build: pyhd8ed1ab_0
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda
sha256: f221233f21b1d06971792d491445fd548224641af9443739b4b7b6d5d72954a8
md5: 5cd86562580f274031ede6aa6aa24441
depends:
- python >=3.8
license: BSD-3-Clause
license_family: BSD
purls:
- pkg:pypi/cycler?source=hash-mapping
size: 13458
timestamp: 1696677888423
- kind: pypi
name: dill
version: 0.3.8
url: https://files.pythonhosted.org/packages/c9/7a/cef76fd8438a42f96db64ddaa85280485a9c395e7df3db8158cfec1eee34/dill-0.3.8-py3-none-any.whl
sha256: c36ca9ffb54365bdd2f8eb3eff7d2a21237f8452b57ace88b1ac615b7e815bd7
requires_dist:
- objgraph>=1.7.2 ; extra == 'graph'
- gprof2dot>=2022.7.29 ; extra == 'profile'
requires_python: '>=3.8'
- kind: pypi
name: evol
version: 0.5.3
url: https://files.pythonhosted.org/packages/24/c8/4debc083551c4fbb2e4a97879e20832c91bf0b2f38ec6b1b0f3245bf3df6/evol-0.5.3-py2.py3-none-any.whl
sha256: 57faa914db79cf18183bb1dc508c8752e4004ad5ab33f321eb8211f8ace903c1
requires_dist:
- multiprocess>=0.70.6.1
- attrs==19.1.0 ; extra == 'dev'
- flake8>=3.7.9 ; extra == 'dev'
- pytest>=3.3.1 ; extra == 'dev'
- sphinx>=2.0.0 ; extra == 'docs'
- sphinx-rtd-theme ; extra == 'docs'
requires_python: '>=3.6'
- kind: conda
name: fonttools
version: 4.54.0
build: py312h4389bb4_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.54.0-py312h4389bb4_0.conda
sha256: 6a941fac763b2e6f5c8159c0a84d8a5302c22402c1f4fff3c208268816c4d751
md5: 4a2b3a24a61b64ac6fd813ea201a825e
depends:
- brotli
- munkres
- python >=3.12,<3.13.0a0
- python_abi 3.12.* *_cp312
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: MIT
license_family: MIT
purls:
- pkg:pypi/fonttools?source=hash-mapping
size: 2416890
timestamp: 1727126430563
- kind: conda
name: freetype
version: 2.12.1
build: hdaf720e_2
build_number: 2
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/freetype-2.12.1-hdaf720e_2.conda
sha256: 2c53ee8879e05e149a9e525481d36adfd660a6abda26fd731376fa64ff03e728
md5: 3761b23693f768dc75a8fd0a73ca053f
depends:
- libpng >=1.6.39,<1.7.0a0
- libzlib >=1.2.13,<2.0.0a0
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: GPL-2.0-only OR FTL
purls: []
size: 510306
timestamp: 1694616398888
- kind: conda
name: funcparserlib
version: 1.0.1
build: py312h2e8e312_2
build_number: 2
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/funcparserlib-1.0.1-py312h2e8e312_2.conda
sha256: 90504f92b45a44dbe0846dc20b79894a74fc6c41b920e1d16a5a5d60f47e1efb
md5: 17b8a90296c88943346e378f7a29269d
depends:
- python >=3.12,<3.13.0a0
- python_abi 3.12.* *_cp312
license: MIT
license_family: MIT
purls:
- pkg:pypi/funcparserlib?source=hash-mapping
size: 32670
timestamp: 1697774289182
- kind: conda
name: gitdb
version: 4.0.11
build: pyhd8ed1ab_0
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda
sha256: 52ab2798be31b8f509eeec458712f447ced4f96ecb672c6c9a42778f47e07b1b
md5: 623b19f616f2ca0c261441067e18ae40
depends:
- python >=3.7
- smmap >=3.0.1,<6
license: BSD-3-Clause
license_family: BSD
purls:
- pkg:pypi/gitdb?source=hash-mapping
size: 52872
timestamp: 1697791718749
- kind: conda
name: gitpython
version: 3.1.43
build: pyhd8ed1ab_0
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda
sha256: cbb2802641a009ce9bcc2a047e817fd8816f9c842036a42f4730398d8e4cda2a
md5: 0b2154c1818111e17381b1df5b4b0176
depends:
- gitdb >=4.0.1,<5
- python >=3.7
- typing_extensions >=3.7.4.3
license: BSD-3-Clause
license_family: BSD
purls:
- pkg:pypi/gitpython?source=hash-mapping
size: 156827
timestamp: 1711991122366
- kind: conda
name: intel-openmp
version: 2024.2.1
build: h57928b3_1083
build_number: 1083
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.1-h57928b3_1083.conda
sha256: 0fd2b0b84c854029041b0ede8f4c2369242ee92acc0092f8407b1fe9238a8209
md5: 2d89243bfb53652c182a7c73182cce4f
license: LicenseRef-IntelSimplifiedSoftwareOct2022
license_family: Proprietary
purls: []
size: 1852356
timestamp: 1723739573141
- kind: conda
name: intervaltree
version: 3.1.0
build: pyhd8ed1ab_1
build_number: 1
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/intervaltree-3.1.0-pyhd8ed1ab_1.conda
sha256: 5d7f0d432772b2a1a750cd61b522e9c283dad04058a130656c95ad3321a308c5
md5: e32bb5b0369e819c4dde653d4c4572f3
depends:
- python >=2.7
- sortedcontainers
license: Apache-2.0
license_family: APACHE
purls:
- pkg:pypi/intervaltree?source=hash-mapping
size: 27592
timestamp: 1683532332879
- kind: conda
name: kiwisolver
version: 1.4.7
build: py312hd5eb7cc_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.7-py312hd5eb7cc_0.conda
sha256: b5b3ed78e4c44483afb68f53427db3d232ddf7930ca180bb00fa86ceca7cf7e4
md5: 1eddb74a9fbb1d4d6fde9aef272ad1d0
depends:
- python >=3.12,<3.13.0a0
- python_abi 3.12.* *_cp312
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: BSD-3-Clause
license_family: BSD
purls:
- pkg:pypi/kiwisolver?source=hash-mapping
size: 55405
timestamp: 1725459633511
- kind: conda
name: lcms2
version: '2.16'
build: h67d730c_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.16-h67d730c_0.conda
sha256: f9fd9e80e46358a57d9bb97b1e37a03da4022143b019aa3c4476d8a7795de290
md5: d3592435917b62a8becff3a60db674f6
depends:
- libjpeg-turbo >=3.0.0,<4.0a0
- libtiff >=4.6.0,<4.8.0a0
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: MIT
license_family: MIT
purls: []
size: 507632
timestamp: 1701648249706
- kind: conda
name: lerc
version: 4.0.0
build: h63175ca_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/lerc-4.0.0-h63175ca_0.tar.bz2
sha256: f4f39d7f6a2f9b407f8fb567a6c25755270421731d70f0ff331f5de4fa367488
md5: 1900cb3cab5055833cfddb0ba233b074
depends:
- vc >=14.2,<15
- vs2015_runtime >=14.29.30037
license: Apache-2.0
license_family: Apache
purls: []
size: 194365
timestamp: 1657977692274
- kind: conda
name: libblas
version: 3.9.0
build: 24_win64_mkl
build_number: 24
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-24_win64_mkl.conda
sha256: 8b4cd602ae089d8c5832054ead452d6a1820c8f9c3b190faf3e867f5939810e2
md5: ea127210707251a33116b437c22b8dad
depends:
- mkl 2024.1.0 h66d3029_694
constrains:
- blas * mkl
- liblapack 3.9.0 24_win64_mkl
- libcblas 3.9.0 24_win64_mkl
- liblapacke 3.9.0 24_win64_mkl
license: BSD-3-Clause
license_family: BSD
purls: []
size: 5183540
timestamp: 1726669397923
- kind: conda
name: libbrotlicommon
version: 1.1.0
build: h2466b09_2
build_number: 2
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-h2466b09_2.conda
sha256: 33e8851c6cc8e2d93059792cd65445bfe6be47e4782f826f01593898ec95764c
md5: f7dc9a8f21d74eab46456df301da2972
depends:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: MIT
license_family: MIT
purls: []
size: 70526
timestamp: 1725268159739
- kind: conda
name: libbrotlidec
version: 1.1.0
build: h2466b09_2
build_number: 2
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-h2466b09_2.conda
sha256: 234fc92f4c4f1cf22f6464b2b15bfc872fa583c74bf3ab9539ff38892c43612f
md5: 9bae75ce723fa34e98e239d21d752a7e
depends:
- libbrotlicommon 1.1.0 h2466b09_2
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: MIT
license_family: MIT
purls: []
size: 32685
timestamp: 1725268208844
- kind: conda
name: libbrotlienc
version: 1.1.0
build: h2466b09_2
build_number: 2
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-h2466b09_2.conda
sha256: 3d0dd7ef505962f107b7ea8f894e0b3dd01bf46852b362c8a7fc136b039bc9e1
md5: 85741a24d97954a991e55e34bc55990b
depends:
- libbrotlicommon 1.1.0 h2466b09_2
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: MIT
license_family: MIT
purls: []
size: 245929
timestamp: 1725268238259
- kind: conda
name: libcblas
version: 3.9.0
build: 24_win64_mkl
build_number: 24
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-24_win64_mkl.conda
sha256: 297e858e9a2e6c4d9846fc101607ad31b778d8bde8591f9207e72d728a9f00a7
md5: a42c7390d3249698c0ffb6040e9396e7
depends:
- libblas 3.9.0 24_win64_mkl
constrains:
- blas * mkl
- liblapack 3.9.0 24_win64_mkl
- liblapacke 3.9.0 24_win64_mkl
license: BSD-3-Clause
license_family: BSD
purls: []
size: 5174668
timestamp: 1726669449378
- kind: conda
name: libdeflate
version: '1.21'
build: h2466b09_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.21-h2466b09_0.conda
sha256: ebb21b910164d97dc23be83ba29a8004b9bba7536dc850c6d8b00bbb84259e78
md5: 4ebe2206ebf4bf38f6084ad836110361
depends:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: MIT
license_family: MIT
purls: []
size: 155801
timestamp: 1722820571739
- kind: conda
name: libexpat
version: 2.6.3
build: he0c23c2_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.3-he0c23c2_0.conda
sha256: 9543965d155b8da96fc67dd81705fe5c2571c7c00becc8de5534c850393d4e3c
md5: 21415fbf4d0de6767a621160b43e5dea
depends:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
constrains:
- expat 2.6.3.*
license: MIT
license_family: MIT
purls: []
size: 138992
timestamp: 1725569106114
- kind: conda
name: libffi
version: 3.4.2
build: h8ffe710_5
build_number: 5
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2
sha256: 1951ab740f80660e9bc07d2ed3aefb874d78c107264fd810f24a1a6211d4b1a5
md5: 2c96d1b6915b408893f9472569dee135
depends:
- vc >=14.1,<15.0a0
- vs2015_runtime >=14.16.27012
license: MIT
license_family: MIT
purls: []
size: 42063
timestamp: 1636489106777
- kind: conda
name: libhwloc
version: 2.11.1
build: default_h8125262_1000
build_number: 1000
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.1-default_h8125262_1000.conda
sha256: 92728e292640186759d6dddae3334a1bc0b139740b736ffaeccb825fb8c07a2e
md5: 933bad6e4658157f1aec9b171374fde2
depends:
- libxml2 >=2.12.7,<3.0a0
- pthreads-win32
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: BSD-3-Clause
license_family: BSD
purls: []
size: 2379689
timestamp: 1720461835526
- kind: conda
name: libiconv
version: '1.17'
build: hcfcfb64_2
build_number: 2
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda
sha256: 5f844dd19b046d43174ad80c6ea75b5d504020e3b63cfbc4ace97b8730d35c7b
md5: e1eb10b1cca179f2baa3601e4efc8712
depends:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: LGPL-2.1-only
purls: []
size: 636146
timestamp: 1702682547199
- kind: conda
name: libjpeg-turbo
version: 3.0.0
build: hcfcfb64_1
build_number: 1
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libjpeg-turbo-3.0.0-hcfcfb64_1.conda
sha256: 4e7808e3098b4b4ed7e287f63bb24f9045cc4d95bfd39f0db870fc2837d74dff
md5: 3f1b948619c45b1ca714d60c7389092c
depends:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
constrains:
- jpeg <0.0.0a
license: IJG AND BSD-3-Clause AND Zlib
purls: []
size: 822966
timestamp: 1694475223854
- kind: conda
name: liblapack
version: 3.9.0
build: 24_win64_mkl
build_number: 24
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-24_win64_mkl.conda
sha256: 37dfa34e4c37c7bbb20df61e5badbf42d01e75e687c20be72ab13f80be99ceb9
md5: c69b7b6756a8d58cc8cf17081fffdc5c
depends:
- libblas 3.9.0 24_win64_mkl
constrains:
- blas * mkl
- libcblas 3.9.0 24_win64_mkl
- liblapacke 3.9.0 24_win64_mkl
license: BSD-3-Clause
license_family: BSD
purls: []
size: 5183452
timestamp: 1726669499566
- kind: conda
name: libpng
version: 1.6.44
build: h3ca93ac_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.44-h3ca93ac_0.conda
sha256: 0d3d6ff9225f6918ac225e3839c0d91e5af1da08a4ebf59cac1bfd86018db945
md5: 639ac6b55a40aa5de7b8c1b4d78f9e81
depends:
- libzlib >=1.3.1,<2.0a0
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: zlib-acknowledgement
purls: []
size: 348933
timestamp: 1726235196095
- kind: conda
name: libsqlite
version: 3.46.1
build: h2466b09_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.46.1-h2466b09_0.conda
sha256: ef83f90961630bc54a95e48062b05cf9c9173a822ea01784288029613a45eea4
md5: 8a7c1ad01f58623bfbae8d601db7cf3b
depends:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: Unlicense
purls: []
size: 876666
timestamp: 1725354171439
- kind: conda
name: libtiff
version: 4.7.0
build: hb151862_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.7.0-hb151862_0.conda
sha256: 63c69947251c2658b5387eef41718ce96cda7bd30698932fc6945223dca289f9
md5: 40a95fe7e2e82f7dac0bdc234641ca0e
depends:
- lerc >=4.0.0,<5.0a0
- libdeflate >=1.21,<1.22.0a0
- libjpeg-turbo >=3.0.0,<4.0a0
- libzlib >=1.3.1,<2.0a0
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
- xz >=5.2.6,<6.0a0
- zstd >=1.5.6,<1.6.0a0
license: HPND
purls: []
size: 979525
timestamp: 1726667805938
- kind: conda
name: libwebp-base
version: 1.4.0
build: hcfcfb64_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.4.0-hcfcfb64_0.conda
sha256: d0ca51cb1de9192be9a3238e71fbcca5a535619c499c4f4c9b2ed41c14d36770
md5: abd61d0ab127ec5cd68f62c2969e6f34
depends:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
constrains:
- libwebp 1.4.0
license: BSD-3-Clause
license_family: BSD
purls: []
size: 274359
timestamp: 1713200524021
- kind: conda
name: libxcb
version: '1.16'
build: h013a479_1
build_number: 1
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.16-h013a479_1.conda
sha256: abae56e12a4c62730b899fdfb82628a9ac171c4ce144fc9f34ae024957a82a0e
md5: f0b599acdc82d5bc7e3b105833e7c5c8
depends:
- m2w64-gcc-libs
- m2w64-gcc-libs-core
- pthread-stubs
- xorg-libxau >=1.0.11,<2.0a0
- xorg-libxdmcp
license: MIT
license_family: MIT
purls: []
size: 989459
timestamp: 1724419883091
- kind: conda
name: libxml2
version: 2.12.7
build: h0f24e4e_4
build_number: 4
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.7-h0f24e4e_4.conda
sha256: ae78197961b09b0eef4ee194a44e4adc4555c0f2f20c348086b0cd8aaf2f7731
md5: ed4d301f0d2149b34deb9c4fecafd836
depends:
- libiconv >=1.17,<2.0a0
- libzlib >=1.3.1,<2.0a0
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: MIT
license_family: MIT
purls: []
size: 1682090
timestamp: 1721031296951
- kind: conda
name: libzlib
version: 1.3.1
build: h2466b09_1
build_number: 1
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_1.conda
sha256: b13846a54a15243e15f96fec06b526d8155adc6a1ac2b6ed47a88f6a71a94b68
md5: d4483ca8afc57ddf1f6dded53b36c17f
depends:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
constrains:
- zlib 1.3.1 *_1
license: Zlib
license_family: Other
purls: []
size: 56186
timestamp: 1716874730539
- kind: pypi
name: lupa
version: '2.2'
url: https://files.pythonhosted.org/packages/00/77/9a93d4c3998b4820de015b49801f4da44bd4f922b08c98c5bfd912985a61/lupa-2.2-cp312-cp312-win_amd64.whl
sha256: 8e8ff117eca26f5cedcd2b2467cf56d0c64cfcb804b5083a36d818b57edc4036
- kind: conda
name: m2w64-gcc-libgfortran
version: 5.3.0
build: '6'
build_number: 6
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libgfortran-5.3.0-6.tar.bz2
sha256: 9de95a7996d5366ae0808eef2acbc63f9b11b874aa42375f55379e6715845dc6
md5: 066552ac6b907ec6d72c0ddab29050dc
depends:
- m2w64-gcc-libs-core
- msys2-conda-epoch ==20160418
license: GPL, LGPL, FDL, custom
purls: []
size: 350687
timestamp: 1608163451316
- kind: conda
name: m2w64-gcc-libs
version: 5.3.0
build: '7'
build_number: 7
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-5.3.0-7.tar.bz2
sha256: 3bd1ab02b7c89a5b153a17be03b36d833f1517ff2a6a77ead7c4a808b88196aa
md5: fe759119b8b3bfa720b8762c6fdc35de
depends:
- m2w64-gcc-libgfortran
- m2w64-gcc-libs-core
- m2w64-gmp
- m2w64-libwinpthread-git
- msys2-conda-epoch ==20160418
license: GPL3+, partial:GCCRLE, partial:LGPL2+
purls: []
size: 532390
timestamp: 1608163512830
- kind: conda
name: m2w64-gcc-libs-core
version: 5.3.0
build: '7'
build_number: 7
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-core-5.3.0-7.tar.bz2
sha256: 58afdfe859ed2e9a9b1cc06bc408720cb2c3a6a132e59d4805b090d7574f4ee0
md5: 4289d80fb4d272f1f3b56cfe87ac90bd
depends:
- m2w64-gmp
- m2w64-libwinpthread-git
- msys2-conda-epoch ==20160418
license: GPL3+, partial:GCCRLE, partial:LGPL2+
purls: []
size: 219240
timestamp: 1608163481341
- kind: conda
name: m2w64-gmp
version: 6.1.0
build: '2'
build_number: 2
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gmp-6.1.0-2.tar.bz2
sha256: 7e3cd95f554660de45f8323fca359e904e8d203efaf07a4d311e46d611481ed1
md5: 53a1c73e1e3d185516d7e3af177596d9
depends:
- msys2-conda-epoch ==20160418
license: LGPL3
purls: []
size: 743501
timestamp: 1608163782057
- kind: conda
name: m2w64-libwinpthread-git
version: 5.0.0.4634.697f757
build: '2'
build_number: 2
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/m2w64-libwinpthread-git-5.0.0.4634.697f757-2.tar.bz2
sha256: f63a09b2cae7defae0480f1740015d6235f1861afa6fe2e2d3e10bd0d1314ee0
md5: 774130a326dee16f1ceb05cc687ee4f0
depends:
- msys2-conda-epoch ==20160418
license: MIT, BSD
purls: []
size: 31928
timestamp: 1608166099896
- kind: conda
name: matplotlib-base
version: 3.9.2
build: py312h90004f6_1
build_number: 1
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.2-py312h90004f6_1.conda
sha256: ee7d8321d254082f6531b4a8437272cbacac7e76e51dd2b25378be4ba379fbc1
md5: cb6fe391da87c2fe0a0566ea3d9b0a0c
depends:
- certifi >=2020.06.20
- contourpy >=1.0.1
- cycler >=0.10
- fonttools >=4.22.0
- freetype >=2.12.1,<3.0a0
- kiwisolver >=1.3.1
- numpy >=1.19,<3
- numpy >=1.23
- packaging >=20.0
- pillow >=8
- pyparsing >=2.3.1
- python >=3.12,<3.13.0a0
- python-dateutil >=2.7
- python_abi 3.12.* *_cp312
- qhull >=2020.2,<2020.3.0a0
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: PSF-2.0
license_family: PSF
purls:
- pkg:pypi/matplotlib?source=hash-mapping
size: 7803682
timestamp: 1726165916612
- kind: conda
name: mkl
version: 2024.1.0
build: h66d3029_694
build_number: 694
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.1.0-h66d3029_694.conda
sha256: 4f86e9ad74a7792c836cd4cb7fc415bcdb50718ffbaa90c5571297f71764b980
md5: a17423859d3fb912c8f2e9797603ddb6
depends:
- intel-openmp 2024.*
- tbb 2021.*
license: LicenseRef-IntelSimplifiedSoftwareOct2022
license_family: Proprietary
purls: []
size: 109381621
timestamp: 1716561374449
- kind: conda
name: msys2-conda-epoch
version: '20160418'
build: '1'
build_number: 1
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/msys2-conda-epoch-20160418-1.tar.bz2
sha256: 99358d58d778abee4dca82ad29fb58058571f19b0f86138363c260049d4ac7f1
md5: b0309b72560df66f71a9d5e34a5efdfa
purls: []
size: 3227
timestamp: 1608166968312
- kind: pypi
name: multiprocess
version: 0.70.16
url: https://files.pythonhosted.org/packages/0a/7d/a988f258104dcd2ccf1ed40fdc97e26c4ac351eeaf81d76e266c52d84e2f/multiprocess-0.70.16-py312-none-any.whl
sha256: fc0544c531920dde3b00c29863377f87e1632601092ea2daca74e4beb40faa2e
requires_dist:
- dill>=0.3.8
requires_python: '>=3.8'
- kind: conda
name: munkres
version: 1.1.4
build: pyh9f0ad1d_0
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2
sha256: f86fb22b58e93d04b6f25e0d811b56797689d598788b59dcb47f59045b568306
md5: 2ba8498c1018c1e9c61eb99b973dfe19
depends:
- python
license: Apache-2.0
license_family: Apache
purls:
- pkg:pypi/munkres?source=hash-mapping
size: 12452
timestamp: 1600387789153
- kind: conda
name: networkx
version: '3.3'
build: pyhd8ed1ab_1
build_number: 1
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/networkx-3.3-pyhd8ed1ab_1.conda
sha256: cbd8a6de87ad842e7665df38dcec719873fe74698bc761de5431047b8fada41a