-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpixi.lock
2065 lines (2065 loc) · 71.1 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/nvidia/
- url: https://conda.anaconda.org/conda-forge/
- url: https://conda.anaconda.org/pytorch/
indexes:
- https://pypi.org/simple
packages:
linux-64:
- conda: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_kmp_llvm.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-hef167b5_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb9d3cd8_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb9d3cd8_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-h9c3ff4c_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.15.1-hc57e6cf_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.8.30-hbcca054_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.2-h59595ed_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/freetype-2.12.1-h267a509_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2024.6.1-py312h6d9a048_4.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/imageio-2.35.1-pyh12aca89_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.4-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/lazy_loader-0.4-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.16-hb7c19ff_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/lerc-4.0.0-h27087fc_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.3-h59595ed_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.1.1-h104a339_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-24_linux64_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-24_linux64_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.21-h4bc722e_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.3-h5888daf_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-14.1.0-h77fa898_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.1.0-h69a702a_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-14.1.0-h69a702a_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.1.0-h69a702a_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.1.0-hc5f4f2c_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.1.0-h00ab1b0_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.0-hdb8da77_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-24_linux64_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.27-pthreads_hac2b453_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.44-hadc24fc_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.46.1-hadc24fc_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-14.1.0-hc0a3c3a_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-14.1.0-h4852527_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.0-h6565414_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.4.0-hd590300_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-h4ab18f5_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-18.1.8-hf5423f3_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.9.4-hcb278e6_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.3-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/numpy-2.1.1-py312h58c1407_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.2-h488ebb8_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.2-hb9d3cd8_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pillow-10.4.0-py312h56024de_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.12.0-hab00c5b_0_cpython.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.12-5_cp312.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.7.0-py312hc0a28a1_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.6.6-he8a937b_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.6.8-py312hd18ad41_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.24.0-py312h1df14c2_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.14.1-py312h7d485d2_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-ha2e4443_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/svt-av1-2.2.1-h5888daf_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/tifffile-2024.9.20-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h8827d51_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.11-hb9d3cd8_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.3-hb9d3cd8_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h5888daf_2.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.20.2-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.2-h5888daf_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.6-ha6fb4c9_0.conda
- pypi: https://files.pythonhosted.org/packages/02/c0/e9ff284e3e0f9cfcad038c9e9ddb22b613ce03465f57b045bd1c163bec25/constriction-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/b9/f8/feced7779d755758a52d1f6635d990b8d98dc0a29fa568bbe0625f18fdf3/filelock-3.16.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/1d/a0/6aaea0c2fbea2f89bfd5db25fb1e3481896a423002ebe4e55288907a97a3/fsspec-2024.9.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/31/80/3a54838c3fb461f6fec263ebf3a3a41771bd05190238de3486aae8540c36/jinja2-3.1.4-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/0a/0d/2454f072fae3b5a137c119abf15465d1771319dfe9e4acbb31722a0fff91/MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/37/6d/121efd7382d5b0284239f4ab1fc1590d86d34ed4a4a2fdb13b30ca8e5740/nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/7e/00/6b218edd739ecfc60524e585ba8e6b00554dd908de2c9c66c1af3e44e18d/nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/b6/9f/c64c03f49d6fbc56196664d05dba14e3a561038a81a638eeb47f4d4cfd48/nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/eb/d5/c68b1d2cdfcc59e72e8a5949a37ddb22ae6cade80cd4a57a84d4c8b55472/nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/9f/fd/713452cd72343f682b1c7b9321e23829f00b842ceaedcda96e742ea0b0b3/nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/86/94/eb540db023ce1d162e7bea9f8f5aa781d57c65aed513c33ee9a5123ead4d/nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/44/31/4890b1c9abc496303412947fc7dcea3d14861720642b49e8ceed89636705/nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/bc/1d/8de1e5c67099015c834315e333911273a8c6aaba78923dd1d1e25fc5f217/nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/65/5b/cfaeebf25cd9fdec14338ccb16f6b2c4c7fa9163aefcf057d86b9cc248bb/nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/4b/2a/0a131f572aa09f741c30ccd45a8e56316e8be8dfc7bc19bf0ab7cfef7b19/nvidia_nccl_cu12-2.20.5-py3-none-manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/a8/48/a9775d377cb95585fb188b469387f58ba6738e268de22eae2ad4cedb2c41/nvidia_nvjitlink_cu12-12.6.68-py3-none-manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/da/d3/8057f0587683ed2fcd4dbfbdfdfa807b9160b809976099d36b8f60d08f03/nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/ff/ae/f19306b5a221f6a436d8f2238d5b80925004093fa3edea59835b514d9057/setuptools-75.1.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/99/ff/c87e0622b1dadea79d2fb0b25ade9ed98954c9033722eb707053d310d4f3/sympy-1.13.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/cc/df/5204a13a7a973c23c7ade615bafb1a3112b5d0ec258d8390f078fa4ab0f7/torch-2.4.1-cp312-cp312-manylinux1_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/8b/34/fdd2d9e01228a069b28473a7c020bf1812c8ecab8565666feb247659ed30/torchvision-0.19.1-cp312-cp312-manylinux1_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/fe/7b/7757205dee3628f75e7991021d15cd1bd0c9b044ca9affe99b50879fc0e1/triton-3.0.0-1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/26/9f/ad63fc0248c5379346306f8668cda6e2e2e9c95e01216d2b8ffd9ff037d0/typing_extensions-4.12.2-py3-none-any.whl
packages:
- kind: conda
name: _libgcc_mutex
version: '0.1'
build: conda_forge
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726
md5: d7c89558ba9fa0495403155b64376d81
license: None
purls: []
size: 2562
timestamp: 1578324546067
- kind: conda
name: _openmp_mutex
version: '4.5'
build: 2_kmp_llvm
build_number: 2
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_kmp_llvm.tar.bz2
sha256: 84a66275da3a66e3f3e70e9d8f10496d807d01a9e4ec16cd2274cc5e28c478fc
md5: 562b26ba2e19059551a811e72ab7f793
depends:
- _libgcc_mutex 0.1 conda_forge
- llvm-openmp >=9.0.1
license: BSD-3-Clause
license_family: BSD
purls: []
size: 5744
timestamp: 1650742457817
- kind: conda
name: aom
version: 3.9.1
build: hac33072_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda
sha256: b08ef033817b5f9f76ce62dfcac7694e7b6b4006420372de22494503decac855
md5: 346722a0be40f6edc53f12640d301338
depends:
- libgcc-ng >=12
- libstdcxx-ng >=12
license: BSD-2-Clause
license_family: BSD
purls: []
size: 2706396
timestamp: 1718551242397
- kind: conda
name: blosc
version: 1.21.6
build: hef167b5_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-hef167b5_0.conda
sha256: 6cc260f9c6d32c5e728a2099a52fdd7ee69a782fff7b400d0606fcd32e0f5fd1
md5: 54fe76ab3d0189acaef95156874db7f9
depends:
- libgcc-ng >=12
- libstdcxx-ng >=12
- libzlib >=1.3.1,<2.0a0
- lz4-c >=1.9.3,<1.10.0a0
- snappy >=1.2.0,<1.3.0a0
- zstd >=1.5.6,<1.6.0a0
license: BSD-3-Clause
license_family: BSD
purls: []
size: 48842
timestamp: 1719266029046
- kind: conda
name: brotli
version: 1.1.0
build: hb9d3cd8_2
build_number: 2
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb9d3cd8_2.conda
sha256: fcb0b5b28ba7492093e54f3184435144e074dfceab27ac8e6a9457e736565b0b
md5: 98514fe74548d768907ce7a13f680e8f
depends:
- __glibc >=2.17,<3.0.a0
- brotli-bin 1.1.0 hb9d3cd8_2
- libbrotlidec 1.1.0 hb9d3cd8_2
- libbrotlienc 1.1.0 hb9d3cd8_2
- libgcc >=13
license: MIT
license_family: MIT
purls: []
size: 19264
timestamp: 1725267697072
- kind: conda
name: brotli-bin
version: 1.1.0
build: hb9d3cd8_2
build_number: 2
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb9d3cd8_2.conda
sha256: 261364d7445513b9a4debc345650fad13c627029bfc800655a266bf1e375bc65
md5: c63b5e52939e795ba8d26e35d767a843
depends:
- __glibc >=2.17,<3.0.a0
- libbrotlidec 1.1.0 hb9d3cd8_2
- libbrotlienc 1.1.0 hb9d3cd8_2
- libgcc >=13
license: MIT
license_family: MIT
purls: []
size: 18881
timestamp: 1725267688731
- kind: conda
name: brunsli
version: '0.1'
build: h9c3ff4c_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-h9c3ff4c_0.tar.bz2
sha256: 36da32e5a6beab7a9af39be1c8f42e5eca716e64562cb9d5e0d559c14406b11d
md5: c1ac6229d0bfd14f8354ff9ad2a26cad
depends:
- brotli >=1.0.9,<2.0a0
- libgcc-ng >=9.3.0
- libstdcxx-ng >=9.3.0
license: MIT
license_family: MIT
purls: []
size: 204879
timestamp: 1607309237341
- kind: conda
name: bzip2
version: 1.0.8
build: h4bc722e_7
build_number: 7
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda
sha256: 5ced96500d945fb286c9c838e54fa759aa04a7129c59800f0846b4335cee770d
md5: 62ee74e96c5ebb0af99386de58cf9553
depends:
- __glibc >=2.17,<3.0.a0
- libgcc-ng >=12
license: bzip2-1.0.6
license_family: BSD
purls: []
size: 252783
timestamp: 1720974456583
- kind: conda
name: c-blosc2
version: 2.15.1
build: hc57e6cf_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.15.1-hc57e6cf_0.conda
sha256: 6b11cae208878fbf621fbc22135a7912fd0ef19301d0b654858ae16b972410dc
md5: 5f84961d86d0ef78851cb34f9d5e31fe
depends:
- __glibc >=2.17,<3.0.a0
- libgcc-ng >=12
- libstdcxx-ng >=12
- lz4-c >=1.9.3,<1.10.0a0
- zlib-ng >=2.2.1,<2.3.0a0
- zstd >=1.5.6,<1.6.0a0
license: BSD-3-Clause
license_family: BSD
purls: []
size: 340330
timestamp: 1722388805069
- kind: conda
name: ca-certificates
version: 2024.8.30
build: hbcca054_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.8.30-hbcca054_0.conda
sha256: afee721baa6d988e27fef1832f68d6f32ac8cc99cdf6015732224c2841a09cea
md5: c27d1c142233b5bc9ca570c6e2e0c244
license: ISC
purls: []
size: 159003
timestamp: 1725018903918
- kind: conda
name: charls
version: 2.4.2
build: h59595ed_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.2-h59595ed_0.conda
sha256: 18f1c43f91ccf28297f92b094c2c8dbe9c6e8241c0d3cbd6cda014a990660fdd
md5: 4336bd67920dd504cd8c6761d6a99645
depends:
- libgcc-ng >=12
- libstdcxx-ng >=12
license: BSD-3-Clause
license_family: BSD
purls: []
size: 150272
timestamp: 1684262827894
- kind: pypi
name: constriction
version: 0.4.0
url: https://files.pythonhosted.org/packages/02/c0/e9ff284e3e0f9cfcad038c9e9ddb22b613ce03465f57b045bd1c163bec25/constriction-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
sha256: 8ab7422d1e0e7935083937fd820c5bfa047415dd2fa70fc43447df84aed46776
requires_dist:
- numpy>=1.16,<3.0
requires_python: '>=3.8'
- kind: conda
name: dav1d
version: 1.2.1
build: hd590300_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda
sha256: 22053a5842ca8ee1cf8e1a817138cdb5e647eb2c46979f84153f6ad7bde73020
md5: 418c6ca5929a611cbd69204907a83995
depends:
- libgcc-ng >=12
license: BSD-2-Clause
license_family: BSD
purls: []
size: 760229
timestamp: 1685695754230
- kind: pypi
name: filelock
version: 3.16.1
url: https://files.pythonhosted.org/packages/b9/f8/feced7779d755758a52d1f6635d990b8d98dc0a29fa568bbe0625f18fdf3/filelock-3.16.1-py3-none-any.whl
sha256: 2082e5703d51fbf98ea75855d9d5527e33d8ff23099bec374a134febee6946b0
requires_dist:
- furo>=2024.8.6 ; extra == 'docs'
- sphinx-autodoc-typehints>=2.4.1 ; extra == 'docs'
- sphinx>=8.0.2 ; extra == 'docs'
- covdefaults>=2.3 ; extra == 'testing'
- coverage>=7.6.1 ; extra == 'testing'
- diff-cover>=9.2 ; extra == 'testing'
- pytest-asyncio>=0.24 ; extra == 'testing'
- pytest-cov>=5 ; extra == 'testing'
- pytest-mock>=3.14 ; extra == 'testing'
- pytest-timeout>=2.3.1 ; extra == 'testing'
- pytest>=8.3.3 ; extra == 'testing'
- virtualenv>=20.26.4 ; extra == 'testing'
- typing-extensions>=4.12.2 ; python_full_version < '3.11' and extra == 'typing'
requires_python: '>=3.8'
- kind: conda
name: freetype
version: 2.12.1
build: h267a509_2
build_number: 2
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/freetype-2.12.1-h267a509_2.conda
sha256: b2e3c449ec9d907dd4656cb0dc93e140f447175b125a3824b31368b06c666bb6
md5: 9ae35c3d96db2c94ce0cef86efdfa2cb
depends:
- libgcc-ng >=12
- libpng >=1.6.39,<1.7.0a0
- libzlib >=1.2.13,<2.0.0a0
license: GPL-2.0-only OR FTL
purls: []
size: 634972
timestamp: 1694615932610
- kind: pypi
name: fsspec
version: 2024.9.0
url: https://files.pythonhosted.org/packages/1d/a0/6aaea0c2fbea2f89bfd5db25fb1e3481896a423002ebe4e55288907a97a3/fsspec-2024.9.0-py3-none-any.whl
sha256: a0947d552d8a6efa72cc2c730b12c41d043509156966cca4fb157b0f2a0c574b
requires_dist:
- adlfs ; extra == 'abfs'
- adlfs ; extra == 'adl'
- pyarrow>=1 ; extra == 'arrow'
- dask ; extra == 'dask'
- distributed ; extra == 'dask'
- pre-commit ; extra == 'dev'
- ruff ; extra == 'dev'
- numpydoc ; extra == 'doc'
- sphinx ; extra == 'doc'
- sphinx-design ; extra == 'doc'
- sphinx-rtd-theme ; extra == 'doc'
- yarl ; extra == 'doc'
- dropbox ; extra == 'dropbox'
- dropboxdrivefs ; extra == 'dropbox'
- requests ; extra == 'dropbox'
- adlfs ; extra == 'full'
- aiohttp!=4.0.0a0,!=4.0.0a1 ; extra == 'full'
- dask ; extra == 'full'
- distributed ; extra == 'full'
- dropbox ; extra == 'full'
- dropboxdrivefs ; extra == 'full'
- fusepy ; extra == 'full'
- gcsfs ; extra == 'full'
- libarchive-c ; extra == 'full'
- ocifs ; extra == 'full'
- panel ; extra == 'full'
- paramiko ; extra == 'full'
- pyarrow>=1 ; extra == 'full'
- pygit2 ; extra == 'full'
- requests ; extra == 'full'
- s3fs ; extra == 'full'
- smbprotocol ; extra == 'full'
- tqdm ; extra == 'full'
- fusepy ; extra == 'fuse'
- gcsfs ; extra == 'gcs'
- pygit2 ; extra == 'git'
- requests ; extra == 'github'
- gcsfs ; extra == 'gs'
- panel ; extra == 'gui'
- pyarrow>=1 ; extra == 'hdfs'
- aiohttp!=4.0.0a0,!=4.0.0a1 ; extra == 'http'
- libarchive-c ; extra == 'libarchive'
- ocifs ; extra == 'oci'
- s3fs ; extra == 's3'
- paramiko ; extra == 'sftp'
- smbprotocol ; extra == 'smb'
- paramiko ; extra == 'ssh'
- aiohttp!=4.0.0a0,!=4.0.0a1 ; extra == 'test'
- numpy ; extra == 'test'
- pytest ; extra == 'test'
- pytest-asyncio!=0.22.0 ; extra == 'test'
- pytest-benchmark ; extra == 'test'
- pytest-cov ; extra == 'test'
- pytest-mock ; extra == 'test'
- pytest-recording ; extra == 'test'
- pytest-rerunfailures ; extra == 'test'
- requests ; extra == 'test'
- aiobotocore<3.0.0,>=2.5.4 ; extra == 'test-downstream'
- dask-expr ; extra == 'test-downstream'
- dask[dataframe,test] ; extra == 'test-downstream'
- moto[server]<5,>4 ; extra == 'test-downstream'
- pytest-timeout ; extra == 'test-downstream'
- xarray ; extra == 'test-downstream'
- adlfs ; extra == 'test-full'
- aiohttp!=4.0.0a0,!=4.0.0a1 ; extra == 'test-full'
- cloudpickle ; extra == 'test-full'
- dask ; extra == 'test-full'
- distributed ; extra == 'test-full'
- dropbox ; extra == 'test-full'
- dropboxdrivefs ; extra == 'test-full'
- fastparquet ; extra == 'test-full'
- fusepy ; extra == 'test-full'
- gcsfs ; extra == 'test-full'
- jinja2 ; extra == 'test-full'
- kerchunk ; extra == 'test-full'
- libarchive-c ; extra == 'test-full'
- lz4 ; extra == 'test-full'
- notebook ; extra == 'test-full'
- numpy ; extra == 'test-full'
- ocifs ; extra == 'test-full'
- pandas ; extra == 'test-full'
- panel ; extra == 'test-full'
- paramiko ; extra == 'test-full'
- pyarrow ; extra == 'test-full'
- pyarrow>=1 ; extra == 'test-full'
- pyftpdlib ; extra == 'test-full'
- pygit2 ; extra == 'test-full'
- pytest ; extra == 'test-full'
- pytest-asyncio!=0.22.0 ; extra == 'test-full'
- pytest-benchmark ; extra == 'test-full'
- pytest-cov ; extra == 'test-full'
- pytest-mock ; extra == 'test-full'
- pytest-recording ; extra == 'test-full'
- pytest-rerunfailures ; extra == 'test-full'
- python-snappy ; extra == 'test-full'
- requests ; extra == 'test-full'
- smbprotocol ; extra == 'test-full'
- tqdm ; extra == 'test-full'
- urllib3 ; extra == 'test-full'
- zarr ; extra == 'test-full'
- zstandard ; extra == 'test-full'
- tqdm ; extra == 'tqdm'
requires_python: '>=3.8'
- kind: conda
name: giflib
version: 5.2.2
build: hd590300_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda
sha256: aac402a8298f0c0cc528664249170372ef6b37ac39fdc92b40601a6aed1e32ff
md5: 3bf7b9fd5a7136126e0234db4b87c8b6
depends:
- libgcc-ng >=12
license: MIT
license_family: MIT
purls: []
size: 77248
timestamp: 1712692454246
- kind: conda
name: imagecodecs
version: 2024.6.1
build: py312h6d9a048_4
build_number: 4
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2024.6.1-py312h6d9a048_4.conda
sha256: a6ead14449266e2fe971389a93ca2e38650382b02b5eb0796fb2ad301f30136b
md5: a810fadedc4edc06b4282d1222467837
depends:
- __glibc >=2.17,<3.0.a0
- blosc >=1.21.6,<2.0a0
- brunsli >=0.1,<1.0a0
- bzip2 >=1.0.8,<2.0a0
- c-blosc2 >=2.15.1,<2.16.0a0
- charls >=2.4.2,<2.5.0a0
- giflib >=5.2.2,<5.3.0a0
- jxrlib >=1.1,<1.2.0a0
- lcms2 >=2.16,<3.0a0
- lerc >=4.0.0,<5.0a0
- libaec >=1.1.3,<2.0a0
- libavif16 >=1.1.1,<2.0a0
- libbrotlicommon >=1.1.0,<1.2.0a0
- libbrotlidec >=1.1.0,<1.2.0a0
- libbrotlienc >=1.1.0,<1.2.0a0
- libdeflate >=1.21,<1.22.0a0
- libgcc >=13
- libjpeg-turbo >=3.0.0,<4.0a0
- libjxl >=0.11,<0.12.0a0
- libpng >=1.6.44,<1.7.0a0
- libstdcxx >=13
- libtiff >=4.7.0,<4.8.0a0
- libwebp-base >=1.4.0,<2.0a0
- libzlib >=1.3.1,<2.0a0
- libzopfli >=1.0.3,<1.1.0a0
- lz4-c >=1.9.3,<1.10.0a0
- numpy >=1.19,<3
- openjpeg >=2.5.2,<3.0a0
- python >=3.12,<3.13.0a0
- python_abi 3.12.* *_cp312
- snappy >=1.2.1,<1.3.0a0
- xz >=5.2.6,<6.0a0
- zfp >=1.0.1,<2.0a0
- zstd >=1.5.6,<1.6.0a0
license: BSD-3-Clause
license_family: BSD
purls:
- pkg:pypi/imagecodecs?source=hash-mapping
size: 2068705
timestamp: 1726939969910
- kind: conda
name: imageio
version: 2.35.1
build: pyh12aca89_0
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/imageio-2.35.1-pyh12aca89_0.conda
sha256: 3b7b951c6d1936d1e81ea5b89f0110bf64a3e34de25c874a171bda8ad11a0966
md5: b03ff3631329c8ef17bae35d2bb216f7
depends:
- numpy
- pillow >=8.3.2
- python >=3
license: BSD-2-Clause
license_family: BSD
purls:
- pkg:pypi/imageio?source=hash-mapping
size: 292678
timestamp: 1724069160942
- kind: conda
name: importlib-metadata
version: 8.5.0
build: pyha770c72_0
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_0.conda
sha256: 7194700ce1a5ad2621fd68e894dd8c1ceaff9a38723e6e0e5298fdef13017b1c
md5: 54198435fce4d64d8a89af22573012a8
depends:
- python >=3.8
- zipp >=0.5
license: Apache-2.0
license_family: APACHE
purls:
- pkg:pypi/importlib-metadata?source=hash-mapping
size: 28646
timestamp: 1726082927916
- kind: pypi
name: jinja2
version: 3.1.4
url: https://files.pythonhosted.org/packages/31/80/3a54838c3fb461f6fec263ebf3a3a41771bd05190238de3486aae8540c36/jinja2-3.1.4-py3-none-any.whl
sha256: bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d
requires_dist:
- markupsafe>=2.0
- babel>=2.7 ; extra == 'i18n'
requires_python: '>=3.7'
- kind: conda
name: jxrlib
version: '1.1'
build: hd590300_3
build_number: 3
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda
sha256: 2057ca87b313bde5b74b93b0e696f8faab69acd4cb0edebb78469f3f388040c0
md5: 5aeabe88534ea4169d4c49998f293d6c
depends:
- libgcc-ng >=12
license: BSD-2-Clause
license_family: BSD
purls: []
size: 239104
timestamp: 1703333860145
- kind: conda
name: lazy-loader
version: '0.4'
build: pyhd8ed1ab_1
build_number: 1
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.4-pyhd8ed1ab_1.conda
sha256: c1ca8dc910d7c32d431d8ef4acdea8da2e876c62f096b99591f712fd62cf7269
md5: 4809b9f4c6ce106d443c3f90b8e10db2
depends:
- importlib-metadata
- packaging
- python >=3.7
license: BSD-3-Clause
license_family: BSD
purls:
- pkg:pypi/lazy-loader?source=hash-mapping
size: 16193
timestamp: 1723774444381
- kind: conda
name: lazy_loader
version: '0.4'
build: pyhd8ed1ab_1
build_number: 1
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/lazy_loader-0.4-pyhd8ed1ab_1.conda
sha256: bf5a563f4e7d2bd5d3ec0644c0cb452b1e9e4ee68a221f6c9718872a22d4fa7a
md5: ec6f70b8a5242936567d4f886726a372
depends:
- lazy-loader 0.4 pyhd8ed1ab_1
- python >=3.7
license: BSD-3-Clause
license_family: BSD
purls: []
size: 6513
timestamp: 1723774453792
- kind: conda
name: lcms2
version: '2.16'
build: hb7c19ff_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.16-hb7c19ff_0.conda
sha256: 5c878d104b461b7ef922abe6320711c0d01772f4cd55de18b674f88547870041
md5: 51bb7010fc86f70eee639b4bb7a894f5
depends:
- libgcc-ng >=12
- libjpeg-turbo >=3.0.0,<4.0a0
- libtiff >=4.6.0,<4.8.0a0
license: MIT
license_family: MIT
purls: []
size: 245247
timestamp: 1701647787198
- kind: conda
name: ld_impl_linux-64
version: '2.43'
build: h712a8e2_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_1.conda
sha256: 0c21387f9a411e3d1f7f2969026bacfece133c8f1e72faea9cde29c0c19e1f3a
md5: 83e1364586ceb8d0739fbc85b5c95837
depends:
- __glibc >=2.17,<3.0.a0
constrains:
- binutils_impl_linux-64 2.43
license: GPL-3.0-only
purls: []
size: 669616
timestamp: 1727304687962
- kind: conda
name: lerc
version: 4.0.0
build: h27087fc_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/lerc-4.0.0-h27087fc_0.tar.bz2
sha256: cb55f36dcd898203927133280ae1dc643368af041a48bcf7c026acb7c47b0c12
md5: 76bbff344f0134279f225174e9064c8f
depends:
- libgcc-ng >=12
- libstdcxx-ng >=12
license: Apache-2.0
license_family: Apache
purls: []
size: 281798
timestamp: 1657977462600
- kind: conda
name: libaec
version: 1.1.3
build: h59595ed_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.3-h59595ed_0.conda
sha256: 2ef420a655528bca9d269086cf33b7e90d2f54ad941b437fb1ed5eca87cee017
md5: 5e97e271911b8b2001a8b71860c32faa
depends:
- libgcc-ng >=12
- libstdcxx-ng >=12
license: BSD-2-Clause
license_family: BSD
purls: []
size: 35446
timestamp: 1711021212685
- kind: conda
name: libavif16
version: 1.1.1
build: h104a339_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.1.1-h104a339_1.conda
sha256: 6de4cbccfe7193ee749beadf34a6ab140e2cd361efc4685621c0a785a73d4aca
md5: 9ef052c2eee74c792833ac2e820e481e
depends:
- __glibc >=2.17,<3.0.a0
- aom >=3.9.1,<3.10.0a0
- dav1d >=1.2.1,<1.2.2.0a0
- libgcc-ng >=13
- rav1e >=0.6.6,<1.0a0
- svt-av1 >=2.2.1,<2.2.2.0a0
license: BSD-2-Clause
license_family: BSD
purls: []
size: 116148
timestamp: 1724672468333
- kind: conda
name: libblas
version: 3.9.0
build: 24_linux64_openblas
build_number: 24
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-24_linux64_openblas.conda
sha256: 3097f7913bda527d4fe9f824182b314e130044e582455037fca6f4e97965d83c
md5: 80aea6603a6813b16ec119d00382b772
depends:
- libopenblas >=0.3.27,<0.3.28.0a0
- libopenblas >=0.3.27,<1.0a0
constrains:
- blas * openblas
- liblapack 3.9.0 24_linux64_openblas
- libcblas 3.9.0 24_linux64_openblas
- liblapacke 3.9.0 24_linux64_openblas
license: BSD-3-Clause
license_family: BSD
purls: []
size: 14981
timestamp: 1726668454790
- kind: conda
name: libbrotlicommon
version: 1.1.0
build: hb9d3cd8_2
build_number: 2
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_2.conda
sha256: d9db2de60ea917298e658143354a530e9ca5f9c63471c65cf47ab39fd2f429e3
md5: 41b599ed2b02abcfdd84302bff174b23
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
license: MIT
license_family: MIT
purls: []
size: 68851
timestamp: 1725267660471
- kind: conda
name: libbrotlidec
version: 1.1.0
build: hb9d3cd8_2
build_number: 2
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_2.conda
sha256: 2892d512cad096cb03f1b66361deeab58b64e15ba525d6592bb6d609e7045edf
md5: 9566f0bd264fbd463002e759b8a82401
depends:
- __glibc >=2.17,<3.0.a0
- libbrotlicommon 1.1.0 hb9d3cd8_2
- libgcc >=13
license: MIT
license_family: MIT
purls: []
size: 32696
timestamp: 1725267669305
- kind: conda
name: libbrotlienc
version: 1.1.0
build: hb9d3cd8_2
build_number: 2
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_2.conda
sha256: 779f58174e99de3600e939fa46eddb453ec5d3c60bb46cdaa8b4c127224dbf29
md5: 06f70867945ea6a84d35836af780f1de
depends:
- __glibc >=2.17,<3.0.a0
- libbrotlicommon 1.1.0 hb9d3cd8_2
- libgcc >=13
license: MIT
license_family: MIT
purls: []
size: 281750
timestamp: 1725267679782
- kind: conda
name: libcblas
version: 3.9.0
build: 24_linux64_openblas
build_number: 24
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-24_linux64_openblas.conda
sha256: 2a52bccc5b03cdf014d856d0b85dbd591faa335ab337d620cd6aded121d7153c
md5: f5b8822297c9c790cec0795ca1fc9be6
depends:
- libblas 3.9.0 24_linux64_openblas
constrains:
- blas * openblas
- liblapack 3.9.0 24_linux64_openblas
- liblapacke 3.9.0 24_linux64_openblas
license: BSD-3-Clause
license_family: BSD
purls: []
size: 14910
timestamp: 1726668461033
- kind: conda
name: libdeflate
version: '1.21'
build: h4bc722e_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.21-h4bc722e_0.conda
sha256: 728c24ce835700bfdfdf106bf04233fdb040a61ca4ecfd3f41b46fa90cd4f971
md5: 36ce76665bf67f5aac36be7a0d21b7f3
depends:
- __glibc >=2.17,<3.0.a0
- libgcc-ng >=12
license: MIT
license_family: MIT
purls: []
size: 71163
timestamp: 1722820138782
- kind: conda
name: libexpat
version: 2.6.3
build: h5888daf_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.3-h5888daf_0.conda
sha256: 4bb47bb2cd09898737a5211e2992d63c555d63715a07ba56eae0aff31fb89c22
md5: 59f4c43bb1b5ef1c71946ff2cbf59524
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
constrains:
- expat 2.6.3.*
license: MIT
license_family: MIT
purls: []
size: 73616
timestamp: 1725568742634
- kind: conda
name: libffi
version: 3.4.2
build: h7f98852_5
build_number: 5
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2
sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e
md5: d645c6d2ac96843a2bfaccd2d62b3ac3
depends:
- libgcc-ng >=9.4.0
license: MIT
license_family: MIT
purls: []
size: 58292
timestamp: 1636488182923
- kind: conda
name: libgcc
version: 14.1.0
build: h77fa898_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-14.1.0-h77fa898_1.conda
sha256: 10fa74b69266a2be7b96db881e18fa62cfa03082b65231e8d652e897c4b335a3
md5: 002ef4463dd1e2b44a94a4ace468f5d2
depends:
- _libgcc_mutex 0.1 conda_forge
- _openmp_mutex >=4.5
constrains:
- libgomp 14.1.0 h77fa898_1
- libgcc-ng ==14.1.0=*_1
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
purls: []
size: 846380
timestamp: 1724801836552
- kind: conda
name: libgcc-ng
version: 14.1.0
build: h69a702a_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.1.0-h69a702a_1.conda
sha256: b91f7021e14c3d5c840fbf0dc75370d6e1f7c7ff4482220940eaafb9c64613b7
md5: 1efc0ad219877a73ef977af7dbb51f17
depends:
- libgcc 14.1.0 h77fa898_1
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
purls: []
size: 52170
timestamp: 1724801842101
- kind: conda
name: libgfortran
version: 14.1.0
build: h69a702a_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-14.1.0-h69a702a_1.conda
sha256: ed77f04f873e43a26e24d443dd090631eedc7d0ace3141baaefd96a123e47535
md5: 591e631bc1ae62c64f2ab4f66178c097
depends:
- libgfortran5 14.1.0 hc5f4f2c_1
constrains:
- libgfortran-ng ==14.1.0=*_1
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
purls: []
size: 52142
timestamp: 1724801872472
- kind: conda
name: libgfortran-ng
version: 14.1.0
build: h69a702a_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.1.0-h69a702a_1.conda
sha256: a2dc35cb7f87bb5beebf102d4085574c6a740e1df58e743185d4434cc5e4e0ae
md5: 16cec94c5992d7f42ae3f9fa8b25df8d
depends:
- libgfortran 14.1.0 h69a702a_1
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
purls: []
size: 52212
timestamp: 1724802086021
- kind: conda
name: libgfortran5
version: 14.1.0
build: hc5f4f2c_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.1.0-hc5f4f2c_1.conda
sha256: c40d7db760296bf9c776de12597d2f379f30e890b9ae70c1de962ff2aa1999f6
md5: 10a0cef64b784d6ab6da50ebca4e984d
depends:
- libgcc >=14.1.0
constrains:
- libgfortran 14.1.0
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
purls: []
size: 1459939
timestamp: 1724801851300
- kind: conda
name: libhwy
version: 1.1.0
build: h00ab1b0_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.1.0-h00ab1b0_0.conda
sha256: a9d4fd23f63a729d3f3e6b958c30c588db51697a7e62268068e5bd945ff8a101
md5: 88928158ccfe797eac29ef5e03f7d23d
depends:
- libgcc-ng >=12
- libstdcxx-ng >=12
license: Apache-2.0
license_family: Apache
purls: []
size: 1114464
timestamp: 1708225500888
- kind: conda
name: libjpeg-turbo
version: 3.0.0
build: hd590300_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda
sha256: b954e09b7e49c2f2433d6f3bb73868eda5e378278b0f8c1dd10a7ef090e14f2f
md5: ea25936bb4080d843790b586850f82b8
depends:
- libgcc-ng >=12
constrains:
- jpeg <0.0.0a
license: IJG AND BSD-3-Clause AND Zlib
purls: []
size: 618575
timestamp: 1694474974816
- kind: conda
name: libjxl
version: 0.11.0
build: hdb8da77_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.0-hdb8da77_0.conda
sha256: db5afeab1574958060fd38fc25ea16a0d977c708d4eeb458ed03607d7c9874ac