-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpixi.lock
More file actions
2022 lines (2022 loc) · 96.8 KB
/
pixi.lock
File metadata and controls
2022 lines (2022 loc) · 96.8 KB
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: 6
environments:
default:
channels:
- url: https://conda.anaconda.org/conda-forge/
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_gnu.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/ca-certificates-2025.1.31-hbcca054_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_4.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.4-h5888daf_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-14.2.0-h767d61c_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.2.0-h767d61c_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.4-hb9d3cd8_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-devel-5.6.4-hb9d3cd8_0.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/libsqlite-3.49.1-hee588c1_1.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/libzlib-1.3.1-hb9d3cd8_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.4.1-h7b32b05_0.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/readline-8.2-h8c095d6_2.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-2025a-h78e105d_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.6.4-hbcc6ac9_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xz-gpl-tools-5.6.4-hbcc6ac9_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xz-tools-5.6.4-hb9d3cd8_0.conda
- pypi: https://files.pythonhosted.org/packages/c2/65/c61fc19a1b10d2367c00bd52a5585b89ce8fb408d2a18e41e9c14fe6510c/acvl_utils-0.2.5.tar.gz
- pypi: https://files.pythonhosted.org/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/f2/94/3af39d34be01a24a6e65433d19e107099374224905f1e0cc6bbe1fd22a2f/argparse-1.4.0-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/9c/f8/bff7e5eaf85b064a85bf8827a6bda04e92e2ff4d2e908c45033344886b44/batchgenerators-0.25.1.tar.gz
- pypi: https://files.pythonhosted.org/packages/86/02/2ba4c8f9a15e430356e08988a901a5a2fd11ea432614587f4e861a007183/batchgeneratorsv2-0.2.3.tar.gz
- pypi: https://files.pythonhosted.org/packages/fb/9e/7a472cd83f8651590f34f60cdcf08755c1ba313143f4b421037486d9bee4/blosc2-3.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/38/fc/bce832fd4fd99766c04d1ee0eead6b0ec6486fb100ae5e74c1d91292b982/certifi-2025.1.31-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/3e/a2/513f6cbe752421f16d969e32f3583762bfd583848b763913ddab8d9bfd4f/charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/85/32/10bb5764d90a8eee674e9dc6f4db6a0ab47c8c4d0d83c27f7c39ac415a4d/click-8.2.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/66/39/997a25e9ca0625f80e62714d2e587336740a154d385f77f09ea951fe2b80/connected_components_3d-3.23.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/ba/99/6794142b90b853a9155316c8f470d2e4821fe6f086b03e372aca848227dd/contourpy-1.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/e7/05/c19819d5e3d95294a6f5947fb9b9629efb316b96de511b418c53d245aae6/cycler-0.12.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/04/dd/f2570b3b9a0fac65598c8a0e099e12a79ab2c90b0055840e75b3c17dd46b/damply-0.16.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/c9/4f/27f35bec0cf2e1fcf52e3b126b4f49443cf7d8a064a04da17eeb2a521c35/dicom2nifti-2.5.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/50/3d/9373ad9c56321fdab5b41197068e1d8c25883b3fea29dd361f9b55116869/dill-0.4.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/05/d1/8952806fbf9583004ab479d8f58a9496c3d35f6b6009ddd458bdd9978eaf/dpath-2.2.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/29/c7/27ad2284c7cdeab9e7ba9ba4fcfa5bdba560ecb0705c8c652a9c7d131c7f/dynamic_network_architectures-0.3.1.tar.gz
- pypi: https://files.pythonhosted.org/packages/87/62/9773de14fe6c45c23649e98b83231fffd7b9892b6cf863251dc2afa73643/einops-0.8.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/61/bf/fd60001b3abc5222d8eaa4a204cd8c0ae78e75adc688f33ce4bf25b7fafa/fasteners-0.19-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/34/96/bbbf3761c6969defddb3c3268e2ab1a0524a7a16378afbdf06985cccce26/fft_conv_pytorch-1.2.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/89/ec/00d68c4ddfedfe64159999e5f8a98fb8442729a63e2077eb9dcd89623d27/filelock-3.17.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/95/70/2a781bedc1c45a0c61d29c56425609b22ed7f971da5d7e5df2679488741b/fonttools-4.56.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/e2/94/758680531a00d06e471ef649e4ec2ed6bf185356a7f9fbfbb7368a40bd49/fsspec-2025.2.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/da/71/ae30dadffc90b9006d77af76b393cb9dfbfc9629f339fc1574a1c52e6806/future-1.0.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/00/be/d59db2d1d52697c6adc9eacaf50e8965b6345cc143f671e1ed068818d5cf/graphviz-0.20.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/6f/fa/0f057191fb08e82f1525d37688beddc6fb53d638db6d27db142a681f9a38/highdicom-0.25.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/a9/02/2c0ec54c6e0746b7d5317de0bddce918d233476cd6f543e50ff4d378ca74/imagecodecs-2024.12.30-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/cb/bd/b394387b598ed84d8d0fa90611a90bee0adc2021820ad5729f7ced74a8e2/imageio-2.37.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/bd/0f/2ba5fbcd631e3e88689309dbe978c5769e883e4b84ebfe7da30b43275c5a/jinja2-3.1.5-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/91/29/df4b9b42f2be0b623cbd5e2140cafcaa2bef0759a00b7b70104dcfe2fb51/joblib-1.4.2-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/bc/b3/9458adb9472e61a998c8c4d95cfdfec91c73c53a375b30b1428310f923e4/kiwisolver-1.4.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/83/60/d497a310bde3f01cb805196ac61b7ad6dc5dcf8dce66634dc34364b20b4f/lazy_loader-0.4-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/c7/a3/c5da2a44c85bfbb6eebcfc1dde24933f8704441b98fdde6528f4831757a6/linecache2-1.0.0-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/0c/29/0348de65b8cc732daa3e33e67806420b2ae89bdce2b04af740289c5c6c8c/loguru-0.7.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/42/d7/1ec15b46af6af88f19b8e5ffea08fa375d433c998b8a7639e76935c14f1f/markdown_it_py-3.0.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/f3/f0/89e7aadfb3749d0f52234a0c8c7867877876e0a20b60e2188e9850794c17/MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/63/23/c0615001f67ce7c96b3051d856baedc0c818a2ed84570b9bf9bde200f85d/matplotlib-3.10.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/82/b1/90cefe0040b8e7d0121fb0380283dff1c95b8277dc72f59ab30fe592f752/med_imagetools-2.9.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/f1/54/65af8de681fa8255402c80eda2a501ba467921d5a7a028c9c22a2c2eedb5/msgpack-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/f2/9e/79342047dd441fdcf25c776370c2b09ef8fad30bf06d7920b09278d93260/ndindex-1.9.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/b9/54/dd730b32ea14ea797530a4479b2ed46a6fb250f682a9cfb997e968bf0261/networkx-3.4.2-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/43/b2/dc384197be44e2a640bb43311850e23c2c30f3b82ce7c8cdabbf0e53045e/nibabel-5.3.2-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/9d/4c/d39865db5bc7aee47da3bd3c7ef8497d52e83e6d0f2a56c3e4c7b28d6fab/nnunetv2-2.6.0.tar.gz
- pypi: https://files.pythonhosted.org/packages/7d/9c/6b671dd3fb67d7e7da93cb76b7c5277743f310a216b7856bb18776bb3371/numexpr-2.10.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/b7/f6/bc47f5fa666d5ff4145254f9e618d56e6a4ef9b874654ca74c19113bb538/numpy-2.3.0-cp312-cp312-manylinux_2_28_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/ae/71/1c91302526c45ab494c23f61c7a84aa568b8c1f9d196efa5993957faf906/nvidia_cublas_cu12-12.4.5.8-py3-none-manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/67/42/f4f60238e8194a3106d06a058d494b18e006c10bb2b915655bd9f6ea4cb1/nvidia_cuda_cupti_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/2c/14/91ae57cd4db3f9ef7aa99f4019cfa8d54cb4caa7e00975df6467e9725a9f/nvidia_cuda_nvrtc_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/ea/27/1795d86fe88ef397885f2e580ac37628ed058a92ed2c39dc8eac3adf0619/nvidia_cuda_runtime_cu12-12.4.127-py3-none-manylinux2014_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/27/94/3266821f65b92b3138631e9c8e7fe1fb513804ac934485a8d05776e1dd43/nvidia_cufft_cu12-11.2.1.3-py3-none-manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/8a/6d/44ad094874c6f1b9c654f8ed939590bdc408349f137f9b98a3a23ccec411/nvidia_curand_cu12-10.3.5.147-py3-none-manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/3a/e1/5b9089a4b2a4790dfdea8b3a006052cfecff58139d5a4e34cb1a51df8d6f/nvidia_cusolver_cu12-11.6.1.9-py3-none-manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/db/f7/97a9ea26ed4bbbfc2d470994b8b4f338ef663be97b8f677519ac195e113d/nvidia_cusparse_cu12-12.3.1.170-py3-none-manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/78/a8/bcbb63b53a4b1234feeafb65544ee55495e1bb37ec31b999b963cbccfd1d/nvidia_cusparselt_cu12-0.6.2-py3-none-manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/df/99/12cd266d6233f47d00daf3a72739872bdc10267d0383508b0b9c84a18bb6/nvidia_nccl_cu12-2.21.5-py3-none-manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/ff/ff/847841bacfbefc97a00036e0fce5a0f086b640756dc38caea5e1bb002655/nvidia_nvjitlink_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/87/20/199b8713428322a2f22b722c62b8cc278cc53dffa9705d744484b5035ee9/nvidia_nvtx_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/88/ef/eb23f262cca3c0c4eb7ab1933c3b1f03d021f2c48f54763065b6f0e321be/packaging-24.2-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/38/f8/d8fddee9ed0d0c0f4a2132c1dfcf0e3e53265055da8df952a53e7eaf178c/pandas-2.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/38/0d/84200ed6a871ce386ddc82904bfadc0c6b28b0c0ec78176871a4679e40b3/pillow-11.1.0-cp312-cp312-manylinux_2_28_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/3c/a6/bc1012356d8ece4d66dd75c4b9fc6c1f6650ddd5991e421177d9f8f671be/platformdirs-4.3.6-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/e0/a9/023730ba63db1e494a271cb018dcd361bd2c917ba7004c3e49d5daf795a2/py_cpuinfo-9.0.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/05/e8/108d641e8cc7f1a2bb8745132ba433569dfff6301cac77a0942e2f7f1ae1/pybytesize-0.8.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/05/11/7912a9a194ee4ea96520740d1534bc31a03a4a59d62e1d7cac9461d3f379/pydantic-2.11.6-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/f9/41/4b043778cf9c4285d59742281a769eac371b9e47e35f98ad321349cc5d61/pydantic_core-2.33.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/b6/5f/d6d641b490fd3ec2c4c13b4244d68deea3a1b970a97be64f34fb5504ff72/pydantic_settings-2.9.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/27/a6/98651e752a49f341aa99aa3f6c8ba361728dfc064242884355419df63669/pydicom-3.0.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/8a/0b/9fcc47d19c48b59121088dd6da2488a49d5f72dacf8262e2790a1d2c7d15/pygments-2.19.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/4d/f6/597cd0566f90b33428d6979f2967ac7ff1f7be0631e72c3a170dd966a98a/pyjpegls-1.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/1c/a7/c8a2d361bf89c0d9577c934ebb7421b25dc84bf3a8e3ac0a40aed9acc547/pyparsing-3.2.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/1e/18/98a99ad95133c6a6e2005fe89faedf294a748bd5dc803008059409ac9b1e/python_dotenv-1.1.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/41/76/c2d26f15eb7e80d5d3b8e6a06410c65ca548323daa33abf62094a761b0bf/python_gdcm-3.0.24.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/eb/38/ac33370d784287baa1c3d538978b5e2ea064d4c1b93ffbd12826c190dd10/pytz-2025.1-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/b9/2b/614b4752f2e127db5cc206abc23a8c19678e92b23c3db30fc86ab731d3bd/PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/0d/9b/63f4c7ebc259242c89b3acafdb37b41d1185c07ff0011164674e9076b491/rich-14.0.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/6b/b5/b75527c0f9532dd8a93e8e7cd8e62e547b9f207d4c11e24f0006e8646b36/scikit_image-0.25.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/29/7a/8bce8968883e9465de20be15542f4c7e221952441727c4dad24d534c6d99/scikit_learn-1.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/c0/53/eaada1a414c026673eb983f8b4a55fe5eb172725d33d62c1b21f63ff6ca4/scipy-1.15.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/83/11/00d3c3dfc25ad54e731d91449895a79e4bf2384dc3ac01809010ba88f6d5/seaborn-0.13.2-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/a9/38/7d7362e031bd6dc121e5081d8cb6aa6f6fedf2b67bf889962134c6da4705/setuptools-75.8.2-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/04/01/092450812318797588d34868d977a863ea34c6109836f4d6d33c939b4298/SimpleITK-2.4.1-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/a0/4a/97ee6973e3a73c74c8120d59829c3861ea52210667ec3e7a16045c62b64d/structlog-25.4.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/b2/fe/81695a1aa331a842b582453b605175f419fe8540355886031328089d840a/sympy-1.13.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/4b/2c/ffbf7a134b9ab11a67b0cf0726453cedd9c5043a4fe7a35d1cefa9a1bcfb/threadpoolctl-3.5.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/63/70/6f363ab13f9903557a567a4471a28ee231b962e34af8e1dd8d1b0f17e64e/tifffile-2025.2.18-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/e5/35/0c52d708144c2deb595cd22819a609f78fdd699b95ff6f0ebcd456e3c7c1/torch-2.6.0-cp312-cp312-manylinux1_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/d0/30/dc54f88dd4a2b5dc8a0279bdd7270e735851848b762aeb1c1184ed1f6b14/tqdm-4.67.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/17/0a/6ac05a3723017a967193456a2efa0aa9ac4b51456891af1e2353bb9de21e/traceback2-1.4.0-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/06/00/59500052cb1cf8cf5316be93598946bc451f14072c6ff256904428eaf03c/triton-3.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- pypi: https://files.pythonhosted.org/packages/26/9f/ad63fc0248c5379346306f8668cda6e2e2e9c95e01216d2b8ffd9ff037d0/typing_extensions-4.12.2-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/17/69/cd203477f944c353c31bade965f880aa1061fd6bf05ded0726ca845b6ff7/typing_inspection-0.4.1-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/0f/dd/84f10e23edd882c6f968c21c2434fe67bd4a528967067515feca9e611e5e/tzdata-2025.1-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/72/20/7f0f433060a962200b7272b8c12ba90ef5b903e218174301d0abfd523813/unittest2-1.1.0-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/c8/19/4ec628951a74043532ca2cf5d97b7b14863931476d117c471e8e2b1eb39f/urllib3-2.3.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/38/4f/fe9a4d472aa867878ce3bb7efb16654c5d63672b86dc0e6e953a67018433/yacs-0.1.8-py3-none-any.whl
packages:
- conda: 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
- conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
build_number: 16
sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22
md5: 73aaf86a425cc6e73fcf236a5a46396d
depends:
- _libgcc_mutex 0.1 conda_forge
- libgomp >=7.5.0
constrains:
- openmp_impl 9999
license: BSD-3-Clause
license_family: BSD
purls: []
size: 23621
timestamp: 1650670423406
- pypi: https://files.pythonhosted.org/packages/c2/65/c61fc19a1b10d2367c00bd52a5585b89ce8fb408d2a18e41e9c14fe6510c/acvl_utils-0.2.5.tar.gz
name: acvl-utils
version: 0.2.5
sha256: 062eebc28b83756cc8dbe7aa0a09f98a2f9ea8d20a16d2c11c8598d7d2b47102
requires_dist:
- numpy
- batchgenerators
- torch
- simpleitk
- scikit-image
- connected-components-3d
- blosc2>=3.0.0b4
- pypi: https://files.pythonhosted.org/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl
name: annotated-types
version: 0.7.0
sha256: 1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53
requires_dist:
- typing-extensions>=4.0.0 ; python_full_version < '3.9'
requires_python: '>=3.8'
- pypi: https://files.pythonhosted.org/packages/f2/94/3af39d34be01a24a6e65433d19e107099374224905f1e0cc6bbe1fd22a2f/argparse-1.4.0-py2.py3-none-any.whl
name: argparse
version: 1.4.0
sha256: c31647edb69fd3d465a847ea3157d37bed1f95f19760b11a47aa91c04b666314
- pypi: https://files.pythonhosted.org/packages/9c/f8/bff7e5eaf85b064a85bf8827a6bda04e92e2ff4d2e908c45033344886b44/batchgenerators-0.25.1.tar.gz
name: batchgenerators
version: 0.25.1
sha256: 4663a7f393bf1681d7675648362ba3f11b2a9474fb17228a92aac5d1ad28bb39
requires_dist:
- pillow>=7.1.2
- numpy>=1.10.2
- scipy
- scikit-image
- scikit-learn
- future
- pandas
- unittest2
- threadpoolctl
- pypi: https://files.pythonhosted.org/packages/86/02/2ba4c8f9a15e430356e08988a901a5a2fd11ea432614587f4e861a007183/batchgeneratorsv2-0.2.3.tar.gz
name: batchgeneratorsv2
version: 0.2.3
sha256: 4e58b7fa208fc8dc44e7db11769d6aaa04996a94b1da8fd0bca0d15d3d5a4c62
requires_dist:
- torch>=2.0.0
- numpy
- fft-conv-pytorch
- batchgenerators>=0.25
requires_python: '>=3.9'
- pypi: https://files.pythonhosted.org/packages/fb/9e/7a472cd83f8651590f34f60cdcf08755c1ba313143f4b421037486d9bee4/blosc2-3.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
name: blosc2
version: 3.2.0
sha256: e42fd9fef3b47ebfa3a98b65c0fe7bea944241e0c8c189fe390932bfce5e702f
requires_dist:
- numpy>=1.26
- ndindex
- msgpack
- platformdirs
- numexpr ; platform_machine != 'wasm32'
- py-cpuinfo ; platform_machine != 'wasm32'
- requests
- dask ; extra == 'dev'
- h5py ; extra == 'dev'
- hdf5plugin ; extra == 'dev'
- jupyterlab ; extra == 'dev'
- matplotlib ; extra == 'dev'
- pandas ; extra == 'dev'
- plotly ; extra == 'dev'
- pre-commit ; extra == 'dev'
- pyarrow ; extra == 'dev'
- ruff ; extra == 'dev'
- s3fs ; extra == 'dev'
- xarray ; extra == 'dev'
- zarr ; extra == 'dev'
- pytest ; extra == 'test'
- psutil ; platform_machine != 'wasm32' and extra == 'test'
- torch ; platform_machine != 'wasm32' and extra == 'test'
- sphinx>=8 ; extra == 'doc'
- pydata-sphinx-theme ; extra == 'doc'
- numpydoc ; extra == 'doc'
- myst-parser ; extra == 'doc'
- sphinx-paramlinks ; extra == 'doc'
- nbsphinx ; extra == 'doc'
- sphinx-panels ; extra == 'doc'
requires_python: '>=3.11'
- conda: 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
- conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2025.1.31-hbcca054_0.conda
sha256: bf832198976d559ab44d6cdb315642655547e26d826e34da67cbee6624cda189
md5: 19f3a56f68d2fd06c516076bff482c52
license: ISC
purls: []
size: 158144
timestamp: 1738298224464
- pypi: https://files.pythonhosted.org/packages/38/fc/bce832fd4fd99766c04d1ee0eead6b0ec6486fb100ae5e74c1d91292b982/certifi-2025.1.31-py3-none-any.whl
name: certifi
version: 2025.1.31
sha256: ca78db4565a652026a4db2bcdf68f2fb589ea80d0be70e03929ed730746b84fe
requires_python: '>=3.6'
- pypi: https://files.pythonhosted.org/packages/3e/a2/513f6cbe752421f16d969e32f3583762bfd583848b763913ddab8d9bfd4f/charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
name: charset-normalizer
version: 3.4.1
sha256: bc2722592d8998c870fa4e290c2eec2c1569b87fe58618e67d38b4665dfa680d
requires_python: '>=3.7'
- pypi: https://files.pythonhosted.org/packages/85/32/10bb5764d90a8eee674e9dc6f4db6a0ab47c8c4d0d83c27f7c39ac415a4d/click-8.2.1-py3-none-any.whl
name: click
version: 8.2.1
sha256: 61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b
requires_dist:
- colorama ; sys_platform == 'win32'
requires_python: '>=3.10'
- pypi: https://files.pythonhosted.org/packages/66/39/997a25e9ca0625f80e62714d2e587336740a154d385f77f09ea951fe2b80/connected_components_3d-3.23.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
name: connected-components-3d
version: 3.23.0
sha256: 9019fa1bac0884a93f05b30bff187876c9f8cbb0a065734987d1bb0e1a0aedfa
requires_dist:
- numpy
requires_python: '>=3.8,<4.0'
- pypi: https://files.pythonhosted.org/packages/ba/99/6794142b90b853a9155316c8f470d2e4821fe6f086b03e372aca848227dd/contourpy-1.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
name: contourpy
version: 1.3.1
sha256: efa874e87e4a647fd2e4f514d5e91c7d493697127beb95e77d2f7561f6905bd9
requires_dist:
- numpy>=1.23
- furo ; extra == 'docs'
- sphinx>=7.2 ; extra == 'docs'
- sphinx-copybutton ; extra == 'docs'
- bokeh ; extra == 'bokeh'
- selenium ; extra == 'bokeh'
- contourpy[bokeh,docs] ; extra == 'mypy'
- docutils-stubs ; extra == 'mypy'
- mypy==1.11.1 ; extra == 'mypy'
- types-pillow ; extra == 'mypy'
- contourpy[test-no-images] ; extra == 'test'
- matplotlib ; extra == 'test'
- pillow ; extra == 'test'
- pytest ; extra == 'test-no-images'
- pytest-cov ; extra == 'test-no-images'
- pytest-rerunfailures ; extra == 'test-no-images'
- pytest-xdist ; extra == 'test-no-images'
- wurlitzer ; extra == 'test-no-images'
requires_python: '>=3.10'
- pypi: https://files.pythonhosted.org/packages/e7/05/c19819d5e3d95294a6f5947fb9b9629efb316b96de511b418c53d245aae6/cycler-0.12.1-py3-none-any.whl
name: cycler
version: 0.12.1
sha256: 85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30
requires_dist:
- ipython ; extra == 'docs'
- matplotlib ; extra == 'docs'
- numpydoc ; extra == 'docs'
- sphinx ; extra == 'docs'
- pytest ; extra == 'tests'
- pytest-cov ; extra == 'tests'
- pytest-xdist ; extra == 'tests'
requires_python: '>=3.8'
- pypi: https://files.pythonhosted.org/packages/04/dd/f2570b3b9a0fac65598c8a0e099e12a79ab2c90b0055840e75b3c17dd46b/damply-0.16.0-py3-none-any.whl
name: damply
version: 0.16.0
sha256: 64d0cc18dcb994f0510f1d9cb9912c8c0e13a66240565ab713100a3fb9519dae
requires_dist:
- click>=8.2,<9
- loguru>=0.7.3,<0.8
- pandas
- pybytesize>=0.8.1,<0.9
- rich
requires_python: '>=3.11'
- pypi: https://files.pythonhosted.org/packages/c9/4f/27f35bec0cf2e1fcf52e3b126b4f49443cf7d8a064a04da17eeb2a521c35/dicom2nifti-2.5.1-py3-none-any.whl
name: dicom2nifti
version: 2.5.1
sha256: f28886b63ab8237349fc0224f1e55c6d671365f1f354d41e50a4904d82b57074
requires_dist:
- nibabel
- numpy
- scipy
- pydicom>=2.2.0
- python-gdcm
- pypi: https://files.pythonhosted.org/packages/50/3d/9373ad9c56321fdab5b41197068e1d8c25883b3fea29dd361f9b55116869/dill-0.4.0-py3-none-any.whl
name: dill
version: 0.4.0
sha256: 44f54bf6412c2c8464c14e8243eb163690a9800dbe2c367330883b19c7561049
requires_dist:
- objgraph>=1.7.2 ; extra == 'graph'
- gprof2dot>=2022.7.29 ; extra == 'profile'
requires_python: '>=3.8'
- pypi: https://files.pythonhosted.org/packages/05/d1/8952806fbf9583004ab479d8f58a9496c3d35f6b6009ddd458bdd9978eaf/dpath-2.2.0-py3-none-any.whl
name: dpath
version: 2.2.0
sha256: b330a375ded0a0d2ed404440f6c6a715deae5313af40bbb01c8a41d891900576
requires_python: '>=3.7'
- pypi: https://files.pythonhosted.org/packages/29/c7/27ad2284c7cdeab9e7ba9ba4fcfa5bdba560ecb0705c8c652a9c7d131c7f/dynamic_network_architectures-0.3.1.tar.gz
name: dynamic-network-architectures
version: 0.3.1
sha256: e3702b451891c01ccdcbd468aea309ae7301ab706e27394a438f3edba3fd9acd
requires_dist:
- torch>=1.6.0a0
- numpy
- pypi: https://files.pythonhosted.org/packages/87/62/9773de14fe6c45c23649e98b83231fffd7b9892b6cf863251dc2afa73643/einops-0.8.1-py3-none-any.whl
name: einops
version: 0.8.1
sha256: 919387eb55330f5757c6bea9165c5ff5cfe63a642682ea788a6d472576d81737
requires_python: '>=3.8'
- pypi: https://files.pythonhosted.org/packages/61/bf/fd60001b3abc5222d8eaa4a204cd8c0ae78e75adc688f33ce4bf25b7fafa/fasteners-0.19-py3-none-any.whl
name: fasteners
version: '0.19'
sha256: 758819cb5d94cdedf4e836988b74de396ceacb8e2794d21f82d131fd9ee77237
requires_python: '>=3.6'
- pypi: https://files.pythonhosted.org/packages/34/96/bbbf3761c6969defddb3c3268e2ab1a0524a7a16378afbdf06985cccce26/fft_conv_pytorch-1.2.0-py3-none-any.whl
name: fft-conv-pytorch
version: 1.2.0
sha256: 17b9bd616df86da25e4820473698eb4831c2f2f6e73906961901e6c278098f3c
requires_dist:
- numpy
- torch>=1.8
- black ; extra == 'test'
- flake8 ; extra == 'test'
- isort ; extra == 'test'
- pytest ; extra == 'test'
- pytest-cov ; extra == 'test'
requires_python: '>=3.7'
- pypi: https://files.pythonhosted.org/packages/89/ec/00d68c4ddfedfe64159999e5f8a98fb8442729a63e2077eb9dcd89623d27/filelock-3.17.0-py3-none-any.whl
name: filelock
version: 3.17.0
sha256: 533dc2f7ba78dc2f0f531fc6c4940addf7b70a481e269a5a3b93be94ffbe8338
requires_dist:
- furo>=2024.8.6 ; extra == 'docs'
- sphinx-autodoc-typehints>=3 ; extra == 'docs'
- sphinx>=8.1.3 ; extra == 'docs'
- covdefaults>=2.3 ; extra == 'testing'
- coverage>=7.6.10 ; extra == 'testing'
- diff-cover>=9.2.1 ; extra == 'testing'
- pytest-asyncio>=0.25.2 ; extra == 'testing'
- pytest-cov>=6 ; extra == 'testing'
- pytest-mock>=3.14 ; extra == 'testing'
- pytest-timeout>=2.3.1 ; extra == 'testing'
- pytest>=8.3.4 ; extra == 'testing'
- virtualenv>=20.28.1 ; extra == 'testing'
- typing-extensions>=4.12.2 ; python_full_version < '3.11' and extra == 'typing'
requires_python: '>=3.9'
- pypi: https://files.pythonhosted.org/packages/95/70/2a781bedc1c45a0c61d29c56425609b22ed7f971da5d7e5df2679488741b/fonttools-4.56.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
name: fonttools
version: 4.56.0
sha256: 661a8995d11e6e4914a44ca7d52d1286e2d9b154f685a4d1f69add8418961563
requires_dist:
- fs>=2.2.0,<3 ; extra == 'ufo'
- lxml>=4.0 ; extra == 'lxml'
- brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'woff'
- brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'woff'
- zopfli>=0.1.4 ; extra == 'woff'
- unicodedata2>=15.1.0 ; python_full_version < '3.13' and extra == 'unicode'
- lz4>=1.7.4.2 ; extra == 'graphite'
- scipy ; platform_python_implementation != 'PyPy' and extra == 'interpolatable'
- munkres ; platform_python_implementation == 'PyPy' and extra == 'interpolatable'
- pycairo ; extra == 'interpolatable'
- matplotlib ; extra == 'plot'
- sympy ; extra == 'symfont'
- xattr ; sys_platform == 'darwin' and extra == 'type1'
- skia-pathops>=0.5.0 ; extra == 'pathops'
- uharfbuzz>=0.23.0 ; extra == 'repacker'
- fs>=2.2.0,<3 ; extra == 'all'
- lxml>=4.0 ; extra == 'all'
- brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'all'
- brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'all'
- zopfli>=0.1.4 ; extra == 'all'
- unicodedata2>=15.1.0 ; python_full_version < '3.13' and extra == 'all'
- lz4>=1.7.4.2 ; extra == 'all'
- scipy ; platform_python_implementation != 'PyPy' and extra == 'all'
- munkres ; platform_python_implementation == 'PyPy' and extra == 'all'
- pycairo ; extra == 'all'
- matplotlib ; extra == 'all'
- sympy ; extra == 'all'
- xattr ; sys_platform == 'darwin' and extra == 'all'
- skia-pathops>=0.5.0 ; extra == 'all'
- uharfbuzz>=0.23.0 ; extra == 'all'
requires_python: '>=3.8'
- pypi: https://files.pythonhosted.org/packages/e2/94/758680531a00d06e471ef649e4ec2ed6bf185356a7f9fbfbb7368a40bd49/fsspec-2025.2.0-py3-none-any.whl
name: fsspec
version: 2025.2.0
sha256: 9de2ad9ce1f85e1931858535bc882543171d197001a0a5eb2ddc04f1781ab95b
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>=2.5.4,<3.0.0 ; extra == 'test-downstream'
- dask[dataframe,test] ; extra == 'test-downstream'
- moto[server]>4,<5 ; 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'
- pypi: https://files.pythonhosted.org/packages/da/71/ae30dadffc90b9006d77af76b393cb9dfbfc9629f339fc1574a1c52e6806/future-1.0.0-py3-none-any.whl
name: future
version: 1.0.0
sha256: 929292d34f5872e70396626ef385ec22355a1fae8ad29e1a734c3e43f9fbc216
requires_python: '>=2.6,!=3.0.*,!=3.1.*,!=3.2.*'
- pypi: https://files.pythonhosted.org/packages/00/be/d59db2d1d52697c6adc9eacaf50e8965b6345cc143f671e1ed068818d5cf/graphviz-0.20.3-py3-none-any.whl
name: graphviz
version: 0.20.3
sha256: 81f848f2904515d8cd359cc611faba817598d2feaac4027b266aa3eda7b3dde5
requires_dist:
- tox>=3 ; extra == 'dev'
- flake8 ; extra == 'dev'
- pep8-naming ; extra == 'dev'
- wheel ; extra == 'dev'
- twine ; extra == 'dev'
- sphinx>=5,<7 ; extra == 'docs'
- sphinx-autodoc-typehints ; extra == 'docs'
- sphinx-rtd-theme ; extra == 'docs'
- pytest>=7,<8.1 ; extra == 'test'
- pytest-mock>=3 ; extra == 'test'
- pytest-cov ; extra == 'test'
- coverage ; extra == 'test'
requires_python: '>=3.8'
- pypi: https://files.pythonhosted.org/packages/6f/fa/0f057191fb08e82f1525d37688beddc6fb53d638db6d27db142a681f9a38/highdicom-0.25.1-py3-none-any.whl
name: highdicom
version: 0.25.1
sha256: ad5a49715e9a67af24622a08c27e0d31792be9a0d53c24da70c9f3dfaf9af79f
requires_dist:
- numpy>=1.19
- pillow>=8.3
- pydicom>=3.0.1
- pyjpegls>=1.0.0
- typing-extensions>=4.0.0
- pylibjpeg-libjpeg>=2.1 ; extra == 'libjpeg'
- pylibjpeg-openjpeg>=2.0.0 ; extra == 'libjpeg'
- pylibjpeg>=2.0 ; extra == 'libjpeg'
- mypy==0.971 ; extra == 'test'
- pytest==7.4.4 ; extra == 'test'
- pytest-cov==4.1.0 ; extra == 'test'
- pytest-flake8==1.1.1 ; extra == 'test'
- sphinx-autodoc-typehints==1.17.0 ; extra == 'docs'
- sphinx-pyreverse==0.0.17 ; extra == 'docs'
- sphinx-rtd-theme==1.0.0 ; extra == 'docs'
- sphinxcontrib-autoprogram==0.1.7 ; extra == 'docs'
- sphinxcontrib-websupport==1.2.4 ; extra == 'docs'
requires_python: '>=3.10'
- pypi: https://files.pythonhosted.org/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl
name: idna
version: '3.10'
sha256: 946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3
requires_dist:
- ruff>=0.6.2 ; extra == 'all'
- mypy>=1.11.2 ; extra == 'all'
- pytest>=8.3.2 ; extra == 'all'
- flake8>=7.1.1 ; extra == 'all'
requires_python: '>=3.6'
- pypi: https://files.pythonhosted.org/packages/a9/02/2c0ec54c6e0746b7d5317de0bddce918d233476cd6f543e50ff4d378ca74/imagecodecs-2024.12.30-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
name: imagecodecs
version: 2024.12.30
sha256: b03211f1853a184a0f5e78eef5b5d121ba59c6b00cf73abb83c1561cc7edafb6
requires_dist:
- numpy
- matplotlib ; extra == 'all'
- tifffile ; extra == 'all'
- numcodecs ; extra == 'all'
- pytest ; extra == 'test'
- tifffile ; extra == 'test'
- czifile ; extra == 'test'
- blosc ; extra == 'test'
- blosc2 ; extra == 'test'
- zstd ; extra == 'test'
- lz4 ; extra == 'test'
- pyliblzfse ; extra == 'test'
- python-lzf ; extra == 'test'
- python-snappy ; extra == 'test'
- bitshuffle ; extra == 'test'
- zopflipy ; extra == 'test'
- zarr<3 ; extra == 'test'
- numcodecs ; extra == 'test'
requires_python: '>=3.9'
- pypi: https://files.pythonhosted.org/packages/cb/bd/b394387b598ed84d8d0fa90611a90bee0adc2021820ad5729f7ced74a8e2/imageio-2.37.0-py3-none-any.whl
name: imageio
version: 2.37.0
sha256: 11efa15b87bc7871b61590326b2d635439acc321cf7f8ce996f812543ce10eed
requires_dist:
- numpy
- pillow>=8.3.2
- astropy ; extra == 'all-plugins'
- av ; extra == 'all-plugins'
- imageio-ffmpeg ; extra == 'all-plugins'
- numpy>2 ; extra == 'all-plugins'
- pillow-heif ; extra == 'all-plugins'
- psutil ; extra == 'all-plugins'
- rawpy ; extra == 'all-plugins'
- tifffile ; extra == 'all-plugins'
- av ; extra == 'all-plugins-pypy'
- imageio-ffmpeg ; extra == 'all-plugins-pypy'
- pillow-heif ; extra == 'all-plugins-pypy'
- psutil ; extra == 'all-plugins-pypy'
- tifffile ; extra == 'all-plugins-pypy'
- wheel ; extra == 'build'
- pytest ; extra == 'dev'
- pytest-cov ; extra == 'dev'
- fsspec[github] ; extra == 'dev'
- black ; extra == 'dev'
- flake8 ; extra == 'dev'
- sphinx<6 ; extra == 'docs'
- numpydoc ; extra == 'docs'
- pydata-sphinx-theme ; extra == 'docs'
- imageio-ffmpeg ; extra == 'ffmpeg'
- psutil ; extra == 'ffmpeg'
- astropy ; extra == 'fits'
- astropy ; extra == 'full'
- av ; extra == 'full'
- black ; extra == 'full'
- flake8 ; extra == 'full'
- fsspec[github] ; extra == 'full'
- gdal ; extra == 'full'
- imageio-ffmpeg ; extra == 'full'
- itk ; extra == 'full'
- numpy>2 ; extra == 'full'
- numpydoc ; extra == 'full'
- pillow-heif ; extra == 'full'
- psutil ; extra == 'full'
- pydata-sphinx-theme ; extra == 'full'
- pytest ; extra == 'full'
- pytest-cov ; extra == 'full'
- rawpy ; extra == 'full'
- sphinx<6 ; extra == 'full'
- tifffile ; extra == 'full'
- wheel ; extra == 'full'
- gdal ; extra == 'gdal'
- itk ; extra == 'itk'
- black ; extra == 'linting'
- flake8 ; extra == 'linting'
- pillow-heif ; extra == 'pillow-heif'
- av ; extra == 'pyav'
- rawpy ; extra == 'rawpy'
- numpy>2 ; extra == 'rawpy'
- pytest ; extra == 'test'
- pytest-cov ; extra == 'test'
- fsspec[github] ; extra == 'test'
- tifffile ; extra == 'tifffile'
requires_python: '>=3.9'
- pypi: https://files.pythonhosted.org/packages/bd/0f/2ba5fbcd631e3e88689309dbe978c5769e883e4b84ebfe7da30b43275c5a/jinja2-3.1.5-py3-none-any.whl
name: jinja2
version: 3.1.5
sha256: aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb
requires_dist:
- markupsafe>=2.0
- babel>=2.7 ; extra == 'i18n'
requires_python: '>=3.7'
- pypi: https://files.pythonhosted.org/packages/91/29/df4b9b42f2be0b623cbd5e2140cafcaa2bef0759a00b7b70104dcfe2fb51/joblib-1.4.2-py3-none-any.whl
name: joblib
version: 1.4.2
sha256: 06d478d5674cbc267e7496a410ee875abd68e4340feff4490bcb7afb88060ae6
requires_python: '>=3.8'
- pypi: https://files.pythonhosted.org/packages/bc/b3/9458adb9472e61a998c8c4d95cfdfec91c73c53a375b30b1428310f923e4/kiwisolver-1.4.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
name: kiwisolver
version: 1.4.8
sha256: cc978a80a0db3a66d25767b03688f1147a69e6237175c0f4ffffaaedf744055a
requires_python: '>=3.10'
- pypi: https://files.pythonhosted.org/packages/83/60/d497a310bde3f01cb805196ac61b7ad6dc5dcf8dce66634dc34364b20b4f/lazy_loader-0.4-py3-none-any.whl
name: lazy-loader
version: '0.4'
sha256: 342aa8e14d543a154047afb4ba8ef17f5563baad3fc610d7b15b213b0f119efc
requires_dist:
- packaging
- importlib-metadata ; python_full_version < '3.8'
- changelist==0.5 ; extra == 'dev'
- pre-commit==3.7.0 ; extra == 'lint'
- pytest>=7.4 ; extra == 'test'
- pytest-cov>=4.1 ; extra == 'test'
requires_python: '>=3.7'
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_4.conda
sha256: db73f38155d901a610b2320525b9dd3b31e4949215c870685fd92ea61b5ce472
md5: 01f8d123c96816249efd255a31ad7712
depends:
- __glibc >=2.17,<3.0.a0
constrains:
- binutils_impl_linux-64 2.43
license: GPL-3.0-only
license_family: GPL
purls: []
size: 671240
timestamp: 1740155456116
- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.4-h5888daf_0.conda
sha256: 56541b98447b58e52d824bd59d6382d609e11de1f8adf20b23143e353d2b8d26
md5: db833e03127376d461e1e13e76f09b6c
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
constrains:
- expat 2.6.4.*
license: MIT
license_family: MIT
purls: []
size: 73304
timestamp: 1730967041968
- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_0.conda
sha256: 67a6c95e33ebc763c1adc3455b9a9ecde901850eb2fceb8e646cc05ef3a663da
md5: e3eb7806380bc8bcecba6d749ad5f026
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
license: MIT
license_family: MIT
purls: []
size: 53415
timestamp: 1739260413716
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-14.2.0-h767d61c_2.conda
sha256: 3a572d031cb86deb541d15c1875aaa097baefc0c580b54dc61f5edab99215792
md5: ef504d1acbd74b7cc6849ef8af47dd03
depends:
- __glibc >=2.17,<3.0.a0
- _openmp_mutex >=4.5
constrains:
- libgomp 14.2.0 h767d61c_2
- libgcc-ng ==14.2.0=*_2
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
purls: []
size: 847885
timestamp: 1740240653082
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_2.conda
sha256: fb7558c328b38b2f9d2e412c48da7890e7721ba018d733ebdfea57280df01904
md5: a2222a6ada71fb478682efe483ce0f92
depends:
- libgcc 14.2.0 h767d61c_2
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
purls: []
size: 53758
timestamp: 1740240660904
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.2.0-h767d61c_2.conda
sha256: 1a3130e0b9267e781b89399580f3163632d59fe5b0142900d63052ab1a53490e
md5: 06d02030237f4d5b3d9a7e7d348fe3c6
depends:
- __glibc >=2.17,<3.0.a0
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
purls: []
size: 459862
timestamp: 1740240588123
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.4-hb9d3cd8_0.conda
sha256: cad52e10319ca4585bc37f0bc7cce99ec7c15dc9168e42ccb96b741b0a27db3f
md5: 42d5b6a0f30d3c10cd88cb8584fda1cb
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
license: 0BSD
purls: []
size: 111357
timestamp: 1738525339684
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-devel-5.6.4-hb9d3cd8_0.conda
sha256: 34928b36a3946902196a6786db80c8a4a97f6c9418838d67be90a1388479a682
md5: 5ab1a0df19c8f3ec00d5e63458e0a420
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
- liblzma 5.6.4 hb9d3cd8_0
license: 0BSD
purls: []
size: 378821
timestamp: 1738525353119
- conda: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda
sha256: 26d77a3bb4dceeedc2a41bd688564fe71bf2d149fdcf117049970bc02ff1add6
md5: 30fd6e37fe21f86f4bd26d6ee73eeec7
depends:
- libgcc-ng >=12
license: LGPL-2.1-only
license_family: GPL
purls: []
size: 33408
timestamp: 1697359010159
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.49.1-hee588c1_1.conda
sha256: 7a09eef804ef7cf4d88215c2297eabb72af8ad0bd5b012060111c289f14bbe7d
md5: 73cea06049cc4174578b432320a003b8
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
- libzlib >=1.3.1,<2.0a0
license: Unlicense
purls: []
size: 915956
timestamp: 1739953155793
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda
sha256: 787eb542f055a2b3de553614b25f09eefb0a0931b0c87dbcce6efdfd92f04f18
md5: 40b61aab5c7ba9ff276c41cfffe6b80b
depends:
- libgcc-ng >=12
license: BSD-3-Clause
license_family: BSD
purls: []
size: 33601
timestamp: 1680112270483
- conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda
sha256: d4bfe88d7cb447768e31650f06257995601f89076080e76df55e3112d4e47dc4
md5: edb0dca6bc32e4f4789199455a1dbeb8
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
constrains:
- zlib 1.3.1 *_2
license: Zlib
license_family: Other
purls: []
size: 60963
timestamp: 1727963148474
- pypi: https://files.pythonhosted.org/packages/c7/a3/c5da2a44c85bfbb6eebcfc1dde24933f8704441b98fdde6528f4831757a6/linecache2-1.0.0-py2.py3-none-any.whl
name: linecache2
version: 1.0.0
sha256: e78be9c0a0dfcbac712fe04fbf92b96cddae80b1b842f24248214c8496f006ef
- pypi: https://files.pythonhosted.org/packages/0c/29/0348de65b8cc732daa3e33e67806420b2ae89bdce2b04af740289c5c6c8c/loguru-0.7.3-py3-none-any.whl
name: loguru
version: 0.7.3
sha256: 31a33c10c8e1e10422bfd431aeb5d351c7cf7fa671e3c4df004162264b28220c
requires_dist:
- colorama>=0.3.4 ; sys_platform == 'win32'
- aiocontextvars>=0.2.0 ; python_full_version < '3.7'
- win32-setctime>=1.0.0 ; sys_platform == 'win32'
- pre-commit==4.0.1 ; python_full_version >= '3.9' and extra == 'dev'
- tox==3.27.1 ; python_full_version < '3.8' and extra == 'dev'
- tox==4.23.2 ; python_full_version >= '3.8' and extra == 'dev'
- pytest==6.1.2 ; python_full_version < '3.8' and extra == 'dev'
- pytest==8.3.2 ; python_full_version >= '3.8' and extra == 'dev'
- pytest-cov==2.12.1 ; python_full_version < '3.8' and extra == 'dev'
- pytest-cov==5.0.0 ; python_full_version == '3.8.*' and extra == 'dev'
- pytest-cov==6.0.0 ; python_full_version >= '3.9' and extra == 'dev'
- pytest-mypy-plugins==1.9.3 ; python_full_version >= '3.6' and python_full_version < '3.8' and extra == 'dev'
- pytest-mypy-plugins==3.1.0 ; python_full_version >= '3.8' and extra == 'dev'
- colorama==0.4.5 ; python_full_version < '3.8' and extra == 'dev'
- colorama==0.4.6 ; python_full_version >= '3.8' and extra == 'dev'
- freezegun==1.1.0 ; python_full_version < '3.8' and extra == 'dev'
- freezegun==1.5.0 ; python_full_version >= '3.8' and extra == 'dev'
- exceptiongroup==1.1.3 ; python_full_version >= '3.7' and python_full_version < '3.11' and extra == 'dev'
- mypy==0.910 ; python_full_version < '3.6' and extra == 'dev'
- mypy==0.971 ; python_full_version == '3.6.*' and extra == 'dev'
- mypy==1.4.1 ; python_full_version == '3.7.*' and extra == 'dev'
- mypy==1.13.0 ; python_full_version >= '3.8' and extra == 'dev'
- sphinx==8.1.3 ; python_full_version >= '3.11' and extra == 'dev'
- sphinx-rtd-theme==3.0.2 ; python_full_version >= '3.11' and extra == 'dev'
- myst-parser==4.0.0 ; python_full_version >= '3.11' and extra == 'dev'
- build==1.2.2 ; python_full_version >= '3.11' and extra == 'dev'
- twine==6.0.1 ; python_full_version >= '3.11' and extra == 'dev'
requires_python: '>=3.5,<4.0'
- pypi: https://files.pythonhosted.org/packages/42/d7/1ec15b46af6af88f19b8e5ffea08fa375d433c998b8a7639e76935c14f1f/markdown_it_py-3.0.0-py3-none-any.whl
name: markdown-it-py
version: 3.0.0
sha256: 355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1
requires_dist:
- mdurl~=0.1
- psutil ; extra == 'benchmarking'
- pytest ; extra == 'benchmarking'
- pytest-benchmark ; extra == 'benchmarking'
- pre-commit~=3.0 ; extra == 'code-style'
- commonmark~=0.9 ; extra == 'compare'
- markdown~=3.4 ; extra == 'compare'
- mistletoe~=1.0 ; extra == 'compare'
- mistune~=2.0 ; extra == 'compare'
- panflute~=2.3 ; extra == 'compare'
- linkify-it-py>=1,<3 ; extra == 'linkify'
- mdit-py-plugins ; extra == 'plugins'
- gprof2dot ; extra == 'profiling'
- mdit-py-plugins ; extra == 'rtd'
- myst-parser ; extra == 'rtd'
- pyyaml ; extra == 'rtd'
- sphinx ; extra == 'rtd'
- sphinx-copybutton ; extra == 'rtd'
- sphinx-design ; extra == 'rtd'
- sphinx-book-theme ; extra == 'rtd'
- jupyter-sphinx ; extra == 'rtd'
- coverage ; extra == 'testing'
- pytest ; extra == 'testing'
- pytest-cov ; extra == 'testing'
- pytest-regressions ; extra == 'testing'
requires_python: '>=3.8'
- pypi: https://files.pythonhosted.org/packages/f3/f0/89e7aadfb3749d0f52234a0c8c7867877876e0a20b60e2188e9850794c17/MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
name: markupsafe
version: 3.0.2
sha256: e17c96c14e19278594aa4841ec148115f9c7615a47382ecb6b82bd8fea3ab0c8
requires_python: '>=3.9'
- pypi: https://files.pythonhosted.org/packages/63/23/c0615001f67ce7c96b3051d856baedc0c818a2ed84570b9bf9bde200f85d/matplotlib-3.10.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
name: matplotlib
version: 3.10.1
sha256: c96f2c2f825d1257e437a1482c5a2cf4fee15db4261bd6fc0750f81ba2b4ba3d
requires_dist:
- contourpy>=1.0.1
- cycler>=0.10
- fonttools>=4.22.0
- kiwisolver>=1.3.1
- numpy>=1.23
- packaging>=20.0
- pillow>=8
- pyparsing>=2.3.1
- python-dateutil>=2.7
- meson-python>=0.13.1,<0.17.0 ; extra == 'dev'
- pybind11>=2.13.2,!=2.13.3 ; extra == 'dev'
- setuptools-scm>=7 ; extra == 'dev'
- setuptools>=64 ; extra == 'dev'
requires_python: '>=3.10'
- pypi: https://files.pythonhosted.org/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl
name: mdurl
version: 0.1.2
sha256: 84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8
requires_python: '>=3.7'
- pypi: https://files.pythonhosted.org/packages/82/b1/90cefe0040b8e7d0121fb0380283dff1c95b8277dc72f59ab30fe592f752/med_imagetools-2.9.1-py3-none-any.whl
name: med-imagetools
version: 2.9.1
sha256: f2236ee1aac6b0e81d2fd6f5a0c546f4ca16a436c649998160afe60d119aaa66
requires_dist:
- click>=8.1,<9
- dill>=0.3.8,<1
- dpath>=2.2.0
- fasteners==0.19
- highdicom
- joblib>=1.4.2,<2
- matplotlib>=3.8.4,<4
- numpy<3
- pandas<3
- pydantic-settings>=2.8.1,<3
- pydicom>=2.4.4
- pyyaml>=6.0,<7
- rich>=13.9.4
- scikit-image>=0.23.2,<1
- simpleitk>=2.4.0,<3
- structlog>=25.0,<26
- tqdm>=4.66.4,<5
- aiohttp>=3.8.1 ; extra == 'all'
- pygithub>=2.5.0 ; extra == 'all'
- pyvis>=0.3.2,<0.4 ; extra == 'all'
- aiohttp>=3.8.1 ; extra == 'datasets'
- pygithub>=2.5.0 ; extra == 'datasets'
- pyvis>=0.3.2,<0.4 ; extra == 'pyvis'
requires_python: '>=3.10,<4'
- pypi: https://files.pythonhosted.org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl
name: mpmath
version: 1.3.0
sha256: a0b2b9fe80bbcd81a6647ff13108738cfb482d481d826cc0e02f5b35e5c88d2c
requires_dist:
- pytest>=4.6 ; extra == 'develop'
- pycodestyle ; extra == 'develop'
- pytest-cov ; extra == 'develop'
- codecov ; extra == 'develop'
- wheel ; extra == 'develop'
- sphinx ; extra == 'docs'
- gmpy2>=2.1.0a4 ; platform_python_implementation != 'PyPy' and extra == 'gmpy'
- pytest>=4.6 ; extra == 'tests'
- pypi: https://files.pythonhosted.org/packages/f1/54/65af8de681fa8255402c80eda2a501ba467921d5a7a028c9c22a2c2eedb5/msgpack-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
name: msgpack
version: 1.1.0
sha256: 17fb65dd0bec285907f68b15734a993ad3fc94332b5bb21b0435846228de1f39
requires_python: '>=3.8'
- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda