-
Notifications
You must be signed in to change notification settings - Fork 0
/
pixi.lock
1831 lines (1831 loc) · 55.7 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/_openmp_mutex-4.5-2_gnu.conda
- 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/win-64/cairo-1.18.0-h32b962e_3.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.8.30-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.3.0-py313h1ec8472_2.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/double-conversion-3.3.0-h63175ca_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.15.0-h765892d_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.54.1-py313hb4c8b1a_1.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/graphite2-1.3.13-h63175ca_1003.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-9.0.0-h2bedf89_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/icu-75.1-he0c23c2_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/win-64/kiwisolver-1.4.7-py313h1ec8472_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.3-hdf4eb48_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-25_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-25_win64_mkl.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-19.1.3-default_ha5278ca_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.22-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/libgcc-14.2.0-h1383e82_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.82.2-h7025463_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libgomp-14.2.0-h1383e82_1.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/libintl-0.22.5-h5728263_3.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-25_win64_mkl.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libmpdec-4.0.0-h2466b09_0.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.47.0-h2466b09_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.7.0-hfc51747_1.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/libwinpthread-12.0.0.r4.gg4f2fc60ca-h57928b3_8.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.17.0-h0e4246c_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.13.4-h442d1da_2.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libxslt-1.1.39-h3df6e99_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.2-py313hfa70ccb_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.2-py313h81b4f16_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.2.2-h66d3029_14.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/numpy-2.1.3-py313hee8cc43_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/pandas-2.2.3-py313hf91d08e_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_2.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/pillow-11.0.0-py313h7b9d4ca_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/pixman-0.43.4-h63175ca_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-h0e40799_1002.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.0-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/pyside6-6.8.0.2-py313h3e3797f_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/python-3.13.0-hf5aa216_100_cp313.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.13-5_cp313.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/qhull-2020.2-hc790b64_5.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/qt6-main-6.8.0-hfb098fa_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/scipy-1.14.1-py313h16bbbb2_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.7.0-h91493d7_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/tornado-6.4.1-py313ha7868ed_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-ha32ba9b_22.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.40.33810-hcc2c482_22.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.40.33810-h3bf8584_22.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.11-h0e40799_1.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.5-h0e40799_0.conda
- 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/zlib-1.3.1-h2466b09_2.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.6-h0ea2cb4_0.conda
- pypi: https://files.pythonhosted.org/packages/a7/ea/53d1fe468e63e092cf16e2c18d16f50c29851242f9dd12d6a66e0d7f0d02/XlsxWriter-3.2.0-py3-none-any.whl
- pypi: .
packages:
- kind: conda
name: _openmp_mutex
version: '4.5'
build: 2_gnu
build_number: 8
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/_openmp_mutex-4.5-2_gnu.conda
sha256: 1a62cd1f215fe0902e7004089693a78347a30ad687781dfda2289cab000e652d
md5: 37e16618af5c4851a3f3d66dd0e11141
depends:
- libgomp >=7.5.0
- libwinpthread >=12.0.0.r2.ggc561118da
constrains:
- openmp_impl 9999
- msys2-conda-epoch <0.0a0
license: BSD-3-Clause
license_family: BSD
purls: []
size: 49468
timestamp: 1718213032772
- 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: cairo
version: 1.18.0
build: h32b962e_3
build_number: 3
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.0-h32b962e_3.conda
sha256: 127101c9c2d1a56f8791c19141ceff13fd1d1a1da28cfaca549dc99d210cec6a
md5: 8f43723a4925c51e55c2d81725a97db4
depends:
- fontconfig >=2.14.2,<3.0a0
- fonts-conda-ecosystem
- freetype >=2.12.1,<3.0a0
- icu >=75.1,<76.0a0
- libglib >=2.80.3,<3.0a0
- libpng >=1.6.43,<1.7.0a0
- libzlib >=1.3.1,<2.0a0
- pixman >=0.43.4,<1.0a0
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
- zlib
license: LGPL-2.1-only or MPL-1.1
purls: []
size: 1516680
timestamp: 1721139332360
- 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: conda
name: contourpy
version: 1.3.0
build: py313h1ec8472_2
build_number: 2
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.3.0-py313h1ec8472_2.conda
sha256: 65d05824fc986f241c47470b0ca1654815ef3d4e520f2b0d038abc4cd8878424
md5: 9190fa2157a5a80c32197319ba34bf46
depends:
- numpy >=1.23
- python >=3.13.0rc2,<3.14.0a0
- python_abi 3.13.* *_cp313
- 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: 217469
timestamp: 1727294089128
- 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: conda
name: double-conversion
version: 3.3.0
build: h63175ca_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/double-conversion-3.3.0-h63175ca_0.conda
sha256: 735d40b44a0f39386d1e2988384b6d78a98efd4fa1818e7f2f6fb01f91e16b64
md5: 1a8bc18b24014167b2184c5afbe6037e
depends:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: BSD-3-Clause
license_family: BSD
purls: []
size: 70425
timestamp: 1686490368655
- kind: conda
name: font-ttf-dejavu-sans-mono
version: '2.37'
build: hab24e00_0
subdir: noarch
noarch: generic
url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2
sha256: 58d7f40d2940dd0a8aa28651239adbf5613254df0f75789919c4e6762054403b
md5: 0c96522c6bdaed4b1566d11387caaf45
license: BSD-3-Clause
license_family: BSD
purls: []
size: 397370
timestamp: 1566932522327
- kind: conda
name: font-ttf-inconsolata
version: '3.000'
build: h77eed37_0
subdir: noarch
noarch: generic
url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2
sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c
md5: 34893075a5c9e55cdafac56607368fc6
license: OFL-1.1
license_family: Other
purls: []
size: 96530
timestamp: 1620479909603
- kind: conda
name: font-ttf-source-code-pro
version: '2.038'
build: h77eed37_0
subdir: noarch
noarch: generic
url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2
sha256: 00925c8c055a2275614b4d983e1df637245e19058d79fc7dd1a93b8d9fb4b139
md5: 4d59c254e01d9cde7957100457e2d5fb
license: OFL-1.1
license_family: Other
purls: []
size: 700814
timestamp: 1620479612257
- kind: conda
name: font-ttf-ubuntu
version: '0.83'
build: h77eed37_3
build_number: 3
subdir: noarch
noarch: generic
url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda
sha256: 2821ec1dc454bd8b9a31d0ed22a7ce22422c0aef163c59f49dfdf915d0f0ca14
md5: 49023d73832ef61042f6a237cb2687e7
license: LicenseRef-Ubuntu-Font-Licence-Version-1.0
license_family: Other
purls: []
size: 1620504
timestamp: 1727511233259
- kind: conda
name: fontconfig
version: 2.15.0
build: h765892d_1
build_number: 1
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.15.0-h765892d_1.conda
sha256: ed122fc858fb95768ca9ca77e73c8d9ddc21d4b2e13aaab5281e27593e840691
md5: 9bb0026a2131b09404c59c4290c697cd
depends:
- freetype >=2.12.1,<3.0a0
- libexpat >=2.6.3,<3.0a0
- 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: 192355
timestamp: 1730284147944
- kind: conda
name: fonts-conda-ecosystem
version: '1'
build: '0'
subdir: noarch
noarch: generic
url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2
sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61
md5: fee5683a3f04bd15cbd8318b096a27ab
depends:
- fonts-conda-forge
license: BSD-3-Clause
license_family: BSD
purls: []
size: 3667
timestamp: 1566974674465
- kind: conda
name: fonts-conda-forge
version: '1'
build: '0'
subdir: noarch
noarch: generic
url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2
sha256: 53f23a3319466053818540bcdf2091f253cbdbab1e0e9ae7b9e509dcaa2a5e38
md5: f766549260d6815b0c52253f1fb1bb29
depends:
- font-ttf-dejavu-sans-mono
- font-ttf-inconsolata
- font-ttf-source-code-pro
- font-ttf-ubuntu
license: BSD-3-Clause
license_family: BSD
purls: []
size: 4102
timestamp: 1566932280397
- kind: conda
name: fonttools
version: 4.54.1
build: py313hb4c8b1a_1
build_number: 1
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.54.1-py313hb4c8b1a_1.conda
sha256: 951a560c233148e7d337a5914373dc46a240aebc3fa58bcad253b4d922b928dd
md5: e46d92da2433b4a16209db10b9170e69
depends:
- brotli
- munkres
- python >=3.13,<3.14.0a0
- python_abi 3.13.* *_cp313
- 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: 2445307
timestamp: 1729530691960
- 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: graphite2
version: 1.3.13
build: h63175ca_1003
build_number: 1003
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/graphite2-1.3.13-h63175ca_1003.conda
sha256: 25040a4f371b9b51663f546bac620122c237fa1d5d32968e21b0751af9b7f56f
md5: 3194499ee7d1a67404a87d0eefdd92c6
depends:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: LGPL-2.0-or-later
license_family: LGPL
purls: []
size: 95406
timestamp: 1711634622644
- kind: conda
name: harfbuzz
version: 9.0.0
build: h2bedf89_1
build_number: 1
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-9.0.0-h2bedf89_1.conda
sha256: 20f42ec76e075902c22c1f8ddc71fb88eff0b93e74f5705c1e72220030965810
md5: 254f119aaed2c0be271c1114ae18d09b
depends:
- cairo >=1.18.0,<2.0a0
- freetype >=2.12.1,<3.0a0
- graphite2
- icu >=75.1,<76.0a0
- libglib >=2.80.3,<3.0a0
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: MIT
license_family: MIT
purls: []
size: 1095620
timestamp: 1721187287831
- kind: conda
name: icu
version: '75.1'
build: he0c23c2_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/icu-75.1-he0c23c2_0.conda
sha256: 1d04369a1860a1e9e371b9fc82dd0092b616adcf057d6c88371856669280e920
md5: 8579b6bb8d18be7c0b27fb08adeeeb40
depends:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: MIT
license_family: MIT
purls: []
size: 14544252
timestamp: 1720853966338
- 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: kiwisolver
version: 1.4.7
build: py313h1ec8472_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.7-py313h1ec8472_0.conda
sha256: 7ac87046ee34efbd99282f62a4f33214085f999294e3ba7f8a1b5cb3fa00d8e4
md5: 9239895dcd4116c6042ffe0a4e81706a
depends:
- python >=3.13.0rc1,<3.14.0a0
- python_abi 3.13.* *_cp313
- 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: 55591
timestamp: 1725459960401
- kind: conda
name: krb5
version: 1.21.3
build: hdf4eb48_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.3-hdf4eb48_0.conda
sha256: 18e8b3430d7d232dad132f574268f56b3eb1a19431d6d5de8c53c29e6c18fa81
md5: 31aec030344e962fbd7dbbbbd68e60a9
depends:
- openssl >=3.3.1,<4.0a0
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: MIT
license_family: MIT
purls: []
size: 712034
timestamp: 1719463874284
- 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: 25_win64_mkl
build_number: 25
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-25_win64_mkl.conda
sha256: 5468bb91c44b41ce060bbd997c797b2f91e2b7ce91a7cbf4ddf7e7b734a8dc98
md5: 499208e81242efb6e5abc7366c91c816
depends:
- mkl 2024.2.2 h66d3029_14
constrains:
- blas * mkl
- libcblas 3.9.0 25_win64_mkl
- liblapack 3.9.0 25_win64_mkl
- liblapacke 3.9.0 25_win64_mkl
license: BSD-3-Clause
license_family: BSD
purls: []
size: 3736641
timestamp: 1729643534444
- 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: 25_win64_mkl
build_number: 25
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-25_win64_mkl.conda
sha256: 21528cdfe67dafdb2d21925515a167f13963e002c2b6d06d68984767f731850c
md5: 3ed189ba03a9888a8013aaee0d67c49d
depends:
- libblas 3.9.0 25_win64_mkl
constrains:
- blas * mkl
- liblapack 3.9.0 25_win64_mkl
- liblapacke 3.9.0 25_win64_mkl
license: BSD-3-Clause
license_family: BSD
purls: []
size: 3732258
timestamp: 1729643561581
- kind: conda
name: libclang13
version: 19.1.3
build: default_ha5278ca_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libclang13-19.1.3-default_ha5278ca_0.conda
sha256: 02e9e0ee3f9a7b375d1a268f90f1f2ffe31bccacb904b9f36270255e9a02df6e
md5: fe6aa50eeb307558f8974f115305388f
depends:
- libzlib >=1.3.1,<2.0a0
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
- zstd >=1.5.6,<1.6.0a0
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
purls: []
size: 26749218
timestamp: 1730355727736
- kind: conda
name: libdeflate
version: '1.22'
build: h2466b09_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.22-h2466b09_0.conda
sha256: 579c634b7de8869cb1d76eccd4c032dc275d5a017212128502ea4dc828a5b361
md5: a3439ce12d4e3cd887270d9436f9a4c8
depends:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: MIT
license_family: MIT
purls: []
size: 155506
timestamp: 1728177485361
- 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: libgcc
version: 14.2.0
build: h1383e82_1
build_number: 1
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libgcc-14.2.0-h1383e82_1.conda
sha256: ef840e797714440bb10b69446d815966fff41fdac79f79c4e19c475d81cd375d
md5: 75fdd34824997a0f9950a703b15d8ac5
depends:
- _openmp_mutex >=4.5
- libwinpthread >=12.0.0.r4.gg4f2fc60ca
constrains:
- libgcc-ng ==14.2.0=*_1
- libgomp 14.2.0 h1383e82_1
- msys2-conda-epoch <0.0a0
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
purls: []
size: 666386
timestamp: 1729089506769
- kind: conda
name: libglib
version: 2.82.2
build: h7025463_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libglib-2.82.2-h7025463_0.conda
sha256: 7dfbf492b736f8d379f8c3b32a823f0bf2167ff69963e4c940339b146a04c54a
md5: 3e379c1b908a7101ecbc503def24613f
depends:
- libffi >=3.4,<4.0a0
- libiconv >=1.17,<2.0a0
- libintl >=0.22.5,<1.0a0
- libzlib >=1.3.1,<2.0a0
- pcre2 >=10.44,<10.45.0a0
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
constrains:
- glib 2.82.2 *_0
license: LGPL-2.1-or-later
purls: []
size: 3810166
timestamp: 1729192227078
- kind: conda
name: libgomp
version: 14.2.0
build: h1383e82_1
build_number: 1
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libgomp-14.2.0-h1383e82_1.conda
sha256: d8739b834608f35775209b032f0c2be752ef187863c7ec847afcebe2f681be4e
md5: 9e2d4d1214df6f21cba12f6eff4972f9
depends:
- libwinpthread >=12.0.0.r4.gg4f2fc60ca
constrains:
- msys2-conda-epoch <0.0a0
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
purls: []
size: 524249
timestamp: 1729089441747
- 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: libintl
version: 0.22.5
build: h5728263_3
build_number: 3
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_3.conda
sha256: c7e4600f28bcada8ea81456a6530c2329312519efcf0c886030ada38976b0511
md5: 2cf0cf76cc15d360dfa2f17fd6cf9772
depends:
- libiconv >=1.17,<2.0a0
license: LGPL-2.1-or-later
purls: []
size: 95568
timestamp: 1723629479451
- 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: 25_win64_mkl
build_number: 25
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-25_win64_mkl.conda
sha256: 98c13a28596389539abe3f608c6fbd2826df47671f77c58a331df878c6140c53
md5: f716ef84564c574e8e74ae725f5d5f93
depends:
- libblas 3.9.0 25_win64_mkl
constrains:
- blas * mkl
- libcblas 3.9.0 25_win64_mkl
- liblapacke 3.9.0 25_win64_mkl
license: BSD-3-Clause
license_family: BSD
purls: []
size: 3736560
timestamp: 1729643588182
- kind: conda
name: libmpdec
version: 4.0.0
build: h2466b09_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libmpdec-4.0.0-h2466b09_0.conda
sha256: fc529fc82c7caf51202cc5cec5bb1c2e8d90edbac6d0a4602c966366efe3c7bf
md5: 74860100b2029e2523cf480804c76b9b
depends:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: BSD-2-Clause
license_family: BSD
purls: []
size: 88657
timestamp: 1723861474602
- 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.47.0
build: h2466b09_1
build_number: 1
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.47.0-h2466b09_1.conda
sha256: 3342d6fe787f5830f7e8466d9c65c914bfd8d67220fb5673041b338cbba47afe
md5: 5b1f36012cc3d09c4eb9f24ad0e2c379
depends:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: Unlicense
purls: []
size: 892175
timestamp: 1730208431651
- kind: conda
name: libtiff
version: 4.7.0
build: hfc51747_1
build_number: 1
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.7.0-hfc51747_1.conda
sha256: 902cb9f7f54d17dcfd54ce050b1ce2bc944b9bbd1748913342c2ea1e1140f8bb
md5: eac317ed1cc6b9c0af0c27297e364665
depends:
- lerc >=4.0.0,<5.0a0
- libdeflate >=1.22,<1.23.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: 978865
timestamp: 1728232594877
- 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: libwinpthread
version: 12.0.0.r4.gg4f2fc60ca
build: h57928b3_8
build_number: 8
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/libwinpthread-12.0.0.r4.gg4f2fc60ca-h57928b3_8.conda
sha256: 6d5e158813ab8d553fbb0fedd0abe7bf92970b0be3a9ddf12da0f6cbad78f506
md5: 03cccbba200ee0523bde1f3dad60b1f3
depends:
- ucrt
constrains:
- pthreads-win32 <0.0a0