Spaces:
Runtime error
Runtime error
Martijn van Beers
commited on
Commit
•
5df68e0
1
Parent(s):
7751ada
Clean up requirements
Browse filesonly put direct dependencies into the requirements.txt and let
pip do the rest
- requirements.txt +1 -112
requirements.txt
CHANGED
@@ -1,122 +1,11 @@
|
|
1 |
-
anyio==3.6.1
|
2 |
-
appnope==0.1.3
|
3 |
-
argon2-cffi==21.3.0
|
4 |
-
argon2-cffi-bindings==21.2.0
|
5 |
-
asttokens==2.0.5
|
6 |
-
attrs==21.4.0
|
7 |
-
Babel==2.10.3
|
8 |
-
backcall==0.2.0
|
9 |
-
beautifulsoup4==4.11.1
|
10 |
-
bleach==5.0.0
|
11 |
captum==0.5.0
|
12 |
-
certifi==2022.6.15
|
13 |
-
cffi==1.15.0
|
14 |
-
charset-normalizer==2.0.12
|
15 |
-
cycler==0.11.0
|
16 |
-
debugpy==1.6.0
|
17 |
-
decorator==5.1.1
|
18 |
-
defusedxml==0.7.1
|
19 |
-
entrypoints==0.4
|
20 |
-
executing==0.8.3
|
21 |
-
fastjsonschema==2.15.3
|
22 |
-
fonttools==4.33.3
|
23 |
ftfy==6.1.1
|
24 |
-
htmlmin==0.1.12
|
25 |
-
idna==3.3
|
26 |
-
ImageHash==4.2.1
|
27 |
-
imageio==2.19.3
|
28 |
imgaug==0.4.0
|
29 |
-
importlib-metadata==4.11.4
|
30 |
-
ipdb==0.13.9
|
31 |
-
ipykernel==6.15.0
|
32 |
-
ipython==8.4.0
|
33 |
-
ipython-genutils==0.2.0
|
34 |
-
ipywidgets==7.7.1
|
35 |
-
jedi==0.18.1
|
36 |
-
Jinja2==3.1.2
|
37 |
-
joblib==1.1.0
|
38 |
-
json5==0.9.8
|
39 |
-
jsonschema==4.6.0
|
40 |
-
jupyter-client==7.3.4
|
41 |
-
jupyter-core==4.10.0
|
42 |
-
jupyter-server==1.18.0
|
43 |
-
jupyterlab==3.4.3
|
44 |
-
jupyterlab-pygments==0.2.2
|
45 |
-
jupyterlab-server==2.14.0
|
46 |
-
jupyterlab-widgets==1.1.1
|
47 |
-
kiwisolver==1.4.3
|
48 |
-
MarkupSafe==2.1.1
|
49 |
-
matplotlib==3.5.2
|
50 |
-
matplotlib-inline==0.1.3
|
51 |
-
missingno==0.5.1
|
52 |
-
mistune==0.8.4
|
53 |
-
multimethod==1.8
|
54 |
-
natsort==8.1.0
|
55 |
-
nbclassic==0.3.7
|
56 |
-
nbclient==0.6.4
|
57 |
-
nbconvert==6.5.0
|
58 |
-
nbformat==5.4.0
|
59 |
-
nest-asyncio==1.5.5
|
60 |
-
networkx==2.8.4
|
61 |
-
notebook==6.4.12
|
62 |
-
notebook-shim==0.1.0
|
63 |
numpy==1.23.0
|
64 |
opencv-python==4.6.0.66
|
65 |
-
packaging==21.3
|
66 |
-
pandas==1.4.3
|
67 |
-
pandas-profiling==3.2.0
|
68 |
-
pandocfilters==1.5.0
|
69 |
-
parso==0.8.3
|
70 |
-
pexpect==4.8.0
|
71 |
-
phik==0.12.2
|
72 |
-
pickleshare==0.7.5
|
73 |
-
Pillow==9.1.1
|
74 |
-
prometheus-client==0.14.1
|
75 |
-
prompt-toolkit==3.0.29
|
76 |
-
psutil==5.9.1
|
77 |
-
ptyprocess==0.7.0
|
78 |
-
pure-eval==0.2.2
|
79 |
-
pycparser==2.21
|
80 |
-
pydantic==1.9.1
|
81 |
-
Pygments==2.12.0
|
82 |
-
pyparsing==3.0.9
|
83 |
-
pyrsistent==0.18.1
|
84 |
-
python-dateutil==2.8.2
|
85 |
-
pytz==2022.1
|
86 |
-
PyWavelets==1.3.0
|
87 |
-
PyYAML==6.0
|
88 |
-
pyzmq==23.2.0
|
89 |
regex==2022.6.2
|
90 |
-
requests==2.28.0
|
91 |
scikit-image==0.19.3
|
92 |
-
scikit-learn==1.1.1
|
93 |
-
scipy==1.8.1
|
94 |
-
seaborn==0.11.2
|
95 |
-
Send2Trash==1.8.0
|
96 |
-
Shapely==1.8.2
|
97 |
-
six==1.16.0
|
98 |
-
sniffio==1.2.0
|
99 |
-
soupsieve==2.3.2.post1
|
100 |
spacy==2.3.7
|
101 |
-
|
102 |
-
tangled-up-in-unicode==0.2.0
|
103 |
-
termcolor==1.1.0
|
104 |
-
terminado==0.15.0
|
105 |
-
threadpoolctl==3.1.0
|
106 |
-
tifffile==2022.5.4
|
107 |
-
tinycss2==1.1.1
|
108 |
-
toml==0.10.2
|
109 |
torch==1.11.0
|
110 |
-
torchmetrics==0.9.1
|
111 |
torchvision==0.12.0
|
112 |
-
tornado==6.1
|
113 |
-
tqdm==4.64.0
|
114 |
-
traitlets==5.3.0
|
115 |
-
typing_extensions==4.2.0
|
116 |
-
urllib3==1.26.9
|
117 |
-
visions==0.7.4
|
118 |
-
wcwidth==0.2.5
|
119 |
-
webencodings==0.5.1
|
120 |
-
websocket-client==1.3.3
|
121 |
-
widgetsnbextension==3.6.1
|
122 |
-
zipp==3.8.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
captum==0.5.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
ftfy==6.1.1
|
|
|
|
|
|
|
|
|
3 |
imgaug==0.4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
numpy==1.23.0
|
5 |
opencv-python==4.6.0.66
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
regex==2022.6.2
|
|
|
7 |
scikit-image==0.19.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
spacy==2.3.7
|
9 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.3.1/en_core_web_sm-2.3.1.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
torch==1.11.0
|
|
|
11 |
torchvision==0.12.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|