-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.txt
138 lines (138 loc) · 2.36 KB
/
requirements.txt
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
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.in
#
arrow==1.3.0
# via mdai
bidict==0.22.1
# via -r requirements.in
certifi==2023.7.22
# via requests
charset-normalizer==3.3.1
# via requests
contourpy==1.1.1
# via matplotlib
cycler==0.12.1
# via matplotlib
dicom2nifti==2.4.8
# via mdai
fonttools==4.43.1
# via matplotlib
idna==3.4
# via requests
imageio==2.31.6
# via scikit-image
itk==5.3.0
# via -r requirements.in
itk-core==5.3.0
# via
# itk
# itk-io
# itk-numerics
itk-filtering==5.3.0
# via
# itk
# itk-registration
# itk-segmentation
itk-io==5.3.0
# via itk
itk-numerics==5.3.0
# via
# itk
# itk-filtering
itk-registration==5.3.0
# via itk
itk-segmentation==5.3.0
# via itk
kiwisolver==1.4.5
# via matplotlib
lazy-loader==0.3
# via scikit-image
matplotlib==3.8.0
# via mdai
mdai==0.14.1
# via -r requirements.in
networkx==3.2
# via scikit-image
nibabel==5.1.0
# via
# dicom2nifti
# mdai
numpy==1.26.1
# via
# contourpy
# dicom2nifti
# imageio
# itk
# itk-core
# matplotlib
# mdai
# nibabel
# opencv-python
# pandas
# scikit-image
# scipy
# tifffile
opencv-python==4.8.1.78
# via
# -r requirements.in
# mdai
packaging==23.2
# via
# matplotlib
# nibabel
# scikit-image
pandas==2.1.1
# via mdai
pillow==10.0.1
# via
# imageio
# matplotlib
# mdai
# scikit-image
pydicom==2.4.3
# via
# -r requirements.in
# dicom2nifti
# mdai
pyparsing==3.1.1
# via matplotlib
python-dateutil==2.8.2
# via
# arrow
# matplotlib
# pandas
python-gdcm==3.0.22
# via dicom2nifti
pytz==2023.3.post1
# via pandas
pyyaml==6.0.1
# via mdai
requests==2.31.0
# via mdai
retrying==1.3.4
# via mdai
scikit-image==0.22.0
# via mdai
scipy==1.11.3
# via
# dicom2nifti
# scikit-image
simpleitk==2.3.0
# via -r requirements.in
six==1.16.0
# via
# python-dateutil
# retrying
tifffile==2023.9.26
# via scikit-image
tqdm==4.66.1
# via mdai
types-python-dateutil==2.8.19.14
# via arrow
tzdata==2023.3
# via pandas
urllib3==2.0.7
# via requests