Spaces:
Sleeping
Sleeping
aus10powell
commited on
Commit
•
6551064
1
Parent(s):
1b07f71
Update requirements.txt
Browse files- requirements.txt +62 -6
requirements.txt
CHANGED
@@ -1,9 +1,15 @@
|
|
1 |
altair==4.2.0
|
|
|
|
|
|
|
2 |
attrs==22.1.0
|
3 |
av==10.0.0
|
4 |
bashplotlib==0.6.5
|
|
|
|
|
5 |
blinker==1.5
|
6 |
-
|
|
|
7 |
certifi==2022.9.24
|
8 |
charset-normalizer==2.1.1
|
9 |
click==8.1.3
|
@@ -11,64 +17,114 @@ commonmark==0.9.1
|
|
11 |
contourpy==1.0.6
|
12 |
cycler==0.11.0
|
13 |
decorator==5.1.1
|
14 |
-
|
15 |
entrypoints==0.4
|
|
|
|
|
|
|
|
|
|
|
16 |
fonttools==4.38.0
|
|
|
17 |
gitdb==4.0.9
|
18 |
GitPython==3.1.29
|
|
|
19 |
google-api-core==2.10.2
|
20 |
google-api-python-client==2.65.0
|
21 |
google-auth==2.14.0
|
22 |
google-auth-httplib2==0.1.0
|
23 |
googleapis-common-protos==1.56.4
|
|
|
24 |
httplib2==0.21.0
|
|
|
25 |
idna==3.4
|
26 |
importlib-metadata==5.0.0
|
27 |
imutils==0.5.4
|
28 |
Jinja2==3.1.2
|
|
|
|
|
29 |
jsonschema==4.16.0
|
30 |
kiwisolver==1.4.4
|
31 |
MarkupSafe==2.1.1
|
32 |
-
matplotlib==3.
|
|
|
|
|
|
|
|
|
33 |
numpy==1.23.4
|
34 |
oauth2client==4.1.3
|
|
|
35 |
opencv-python-headless==4.6.0.66
|
36 |
packaging==21.3
|
37 |
pandas==1.5.1
|
38 |
Pillow==9.3.0
|
39 |
progressbar2==4.2.0
|
40 |
protobuf==3.20.3
|
|
|
|
|
|
|
41 |
pyarrow==10.0.0
|
42 |
pyasn1==0.4.8
|
43 |
pyasn1-modules==0.2.8
|
|
|
44 |
pydeck==0.8.0b4
|
|
|
45 |
Pygments==2.13.0
|
46 |
Pympler==1.0.1
|
|
|
47 |
pyparsing==3.0.9
|
48 |
pyrsistent==0.19.1
|
49 |
pyser==0.1.5
|
50 |
python-dateutil==2.8.2
|
|
|
|
|
|
|
|
|
51 |
python-utils==3.4.5
|
52 |
pytz==2022.6
|
53 |
pytz-deprecation-shim==0.1.0.post0
|
|
|
54 |
requests==2.28.1
|
|
|
55 |
rich==12.6.0
|
56 |
rsa==4.9
|
|
|
57 |
scipy==1.9.3
|
|
|
58 |
semver==2.13.0
|
|
|
59 |
simple-youtube-api==0.2.8
|
|
|
60 |
six==1.16.0
|
61 |
smmap==5.0.0
|
62 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
toml==0.10.2
|
64 |
toolz==0.12.0
|
|
|
|
|
65 |
tornado==6.2
|
66 |
tqdm==4.64.1
|
67 |
-
|
|
|
68 |
tzdata==2022.6
|
69 |
tzlocal==4.2
|
|
|
70 |
uritemplate==4.1.1
|
71 |
-
urllib3==1.26.
|
|
|
|
|
72 |
validators==0.20.0
|
|
|
73 |
watchdog==2.1.9
|
|
|
|
|
|
|
74 |
zipp==3.10.0
|
|
|
1 |
altair==4.2.0
|
2 |
+
anyio==4.0.0
|
3 |
+
arel==0.2.0
|
4 |
+
async-asgi-testclient==1.4.11
|
5 |
attrs==22.1.0
|
6 |
av==10.0.0
|
7 |
bashplotlib==0.6.5
|
8 |
+
beautifulsoup4==4.12.2
|
9 |
+
bidict==0.22.1
|
10 |
blinker==1.5
|
11 |
+
cacheout==0.14.1
|
12 |
+
cachetools==4.2.4
|
13 |
certifi==2022.9.24
|
14 |
charset-normalizer==2.1.1
|
15 |
click==8.1.3
|
|
|
17 |
contourpy==1.0.6
|
18 |
cycler==0.11.0
|
19 |
decorator==5.1.1
|
20 |
+
distinctipy==1.2.3
|
21 |
entrypoints==0.4
|
22 |
+
exceptiongroup==1.1.3
|
23 |
+
executing==1.2.0
|
24 |
+
fastapi==0.99.1
|
25 |
+
ffmpeg-python==0.2.0
|
26 |
+
filelock==3.12.4
|
27 |
fonttools==4.38.0
|
28 |
+
future==0.18.3
|
29 |
gitdb==4.0.9
|
30 |
GitPython==3.1.29
|
31 |
+
giturlparse==0.12.0
|
32 |
google-api-core==2.10.2
|
33 |
google-api-python-client==2.65.0
|
34 |
google-auth==2.14.0
|
35 |
google-auth-httplib2==0.1.0
|
36 |
googleapis-common-protos==1.56.4
|
37 |
+
h11==0.14.0
|
38 |
httplib2==0.21.0
|
39 |
+
httptools==0.6.0
|
40 |
idna==3.4
|
41 |
importlib-metadata==5.0.0
|
42 |
imutils==0.5.4
|
43 |
Jinja2==3.1.2
|
44 |
+
jsonpatch==1.33
|
45 |
+
jsonpointer==2.4
|
46 |
jsonschema==4.16.0
|
47 |
kiwisolver==1.4.4
|
48 |
MarkupSafe==2.1.1
|
49 |
+
matplotlib==3.8.0
|
50 |
+
mpmath==1.3.0
|
51 |
+
multidict==6.0.4
|
52 |
+
networkx==3.1
|
53 |
+
numerize==0.12
|
54 |
numpy==1.23.4
|
55 |
oauth2client==4.1.3
|
56 |
+
opencv-python==4.8.1.78
|
57 |
opencv-python-headless==4.6.0.66
|
58 |
packaging==21.3
|
59 |
pandas==1.5.1
|
60 |
Pillow==9.3.0
|
61 |
progressbar2==4.2.0
|
62 |
protobuf==3.20.3
|
63 |
+
psutil==5.9.5
|
64 |
+
PTable==0.9.2
|
65 |
+
py-cpuinfo==9.0.0
|
66 |
pyarrow==10.0.0
|
67 |
pyasn1==0.4.8
|
68 |
pyasn1-modules==0.2.8
|
69 |
+
pydantic==1.10.13
|
70 |
pydeck==0.8.0b4
|
71 |
+
pydicom==2.4.3
|
72 |
Pygments==2.13.0
|
73 |
Pympler==1.0.1
|
74 |
+
pynrrd==0.4.3
|
75 |
pyparsing==3.0.9
|
76 |
pyrsistent==0.19.1
|
77 |
pyser==0.1.5
|
78 |
python-dateutil==2.8.2
|
79 |
+
python-dotenv==0.21.1
|
80 |
+
python-json-logger==2.0.7
|
81 |
+
python-magic==0.4.27
|
82 |
+
python-multipart==0.0.5
|
83 |
python-utils==3.4.5
|
84 |
pytz==2022.6
|
85 |
pytz-deprecation-shim==0.1.0.post0
|
86 |
+
PyYAML==6.0.1
|
87 |
requests==2.28.1
|
88 |
+
requests-toolbelt==1.0.0
|
89 |
rich==12.6.0
|
90 |
rsa==4.9
|
91 |
+
scikit-video==1.1.11
|
92 |
scipy==1.9.3
|
93 |
+
seaborn==0.13.0
|
94 |
semver==2.13.0
|
95 |
+
Shapely==1.8.5.post1
|
96 |
simple-youtube-api==0.2.8
|
97 |
+
SimpleITK==2.3.0
|
98 |
six==1.16.0
|
99 |
smmap==5.0.0
|
100 |
+
sniffio==1.3.0
|
101 |
+
soupsieve==2.5
|
102 |
+
starlette==0.27.0
|
103 |
+
streamlit==1.27.1
|
104 |
+
stringcase==1.2.0
|
105 |
+
supervisely==6.72.147
|
106 |
+
sympy==1.12
|
107 |
+
tenacity==8.2.3
|
108 |
+
thop==0.1.1.post2209072238
|
109 |
toml==0.10.2
|
110 |
toolz==0.12.0
|
111 |
+
torch==2.0.1
|
112 |
+
torchvision==0.15.2
|
113 |
tornado==6.2
|
114 |
tqdm==4.64.1
|
115 |
+
trimesh==3.23.5
|
116 |
+
typing_extensions==4.8.0
|
117 |
tzdata==2022.6
|
118 |
tzlocal==4.2
|
119 |
+
ultralytics==8.0.191
|
120 |
uritemplate==4.1.1
|
121 |
+
urllib3==1.26.15
|
122 |
+
uvicorn==0.23.2
|
123 |
+
uvloop==0.17.0
|
124 |
validators==0.20.0
|
125 |
+
varname==0.11.2
|
126 |
watchdog==2.1.9
|
127 |
+
watchfiles==0.20.0
|
128 |
+
watchgod==0.6
|
129 |
+
websockets==10.4
|
130 |
zipp==3.10.0
|