Spaces:
Runtime error
Runtime error
Luis commited on
Commit ·
282c52f
1
Parent(s): 30a2827
v5
Browse files- requirements.txt +10 -0
requirements.txt
CHANGED
|
@@ -20,7 +20,9 @@ h11==0.14.0
|
|
| 20 |
httpcore==0.16.3
|
| 21 |
httpx==0.23.3
|
| 22 |
idna==3.4
|
|
|
|
| 23 |
Jinja2==3.1.2
|
|
|
|
| 24 |
jsonschema==4.17.3
|
| 25 |
kiwisolver==1.4.4
|
| 26 |
linkify-it-py==1.0.3
|
|
@@ -30,7 +32,9 @@ matplotlib==3.6.2
|
|
| 30 |
mdit-py-plugins==0.3.3
|
| 31 |
mdurl==0.1.2
|
| 32 |
multidict==6.0.4
|
|
|
|
| 33 |
numpy==1.24.1
|
|
|
|
| 34 |
orjson==3.8.5
|
| 35 |
packaging==23.0
|
| 36 |
pandas==1.5.2
|
|
@@ -43,12 +47,18 @@ pyrsistent==0.19.3
|
|
| 43 |
python-dateutil==2.8.2
|
| 44 |
python-multipart==0.0.5
|
| 45 |
pytz==2022.7
|
|
|
|
| 46 |
PyYAML==6.0
|
| 47 |
requests==2.28.1
|
| 48 |
rfc3986==1.5.0
|
|
|
|
|
|
|
|
|
|
| 49 |
six==1.16.0
|
| 50 |
sniffio==1.3.0
|
| 51 |
starlette==0.22.0
|
|
|
|
|
|
|
| 52 |
toolz==0.12.0
|
| 53 |
typing_extensions==4.4.0
|
| 54 |
uc-micro-py==1.0.1
|
|
|
|
| 20 |
httpcore==0.16.3
|
| 21 |
httpx==0.23.3
|
| 22 |
idna==3.4
|
| 23 |
+
imageio==2.24.0
|
| 24 |
Jinja2==3.1.2
|
| 25 |
+
joblib==1.2.0
|
| 26 |
jsonschema==4.17.3
|
| 27 |
kiwisolver==1.4.4
|
| 28 |
linkify-it-py==1.0.3
|
|
|
|
| 32 |
mdit-py-plugins==0.3.3
|
| 33 |
mdurl==0.1.2
|
| 34 |
multidict==6.0.4
|
| 35 |
+
networkx==3.0
|
| 36 |
numpy==1.24.1
|
| 37 |
+
opencv-python-headless==4.7.0.68
|
| 38 |
orjson==3.8.5
|
| 39 |
packaging==23.0
|
| 40 |
pandas==1.5.2
|
|
|
|
| 47 |
python-dateutil==2.8.2
|
| 48 |
python-multipart==0.0.5
|
| 49 |
pytz==2022.7
|
| 50 |
+
PyWavelets==1.4.1
|
| 51 |
PyYAML==6.0
|
| 52 |
requests==2.28.1
|
| 53 |
rfc3986==1.5.0
|
| 54 |
+
scikit-image==0.19.3
|
| 55 |
+
scikit-learn==1.0.2
|
| 56 |
+
scipy==1.10.0
|
| 57 |
six==1.16.0
|
| 58 |
sniffio==1.3.0
|
| 59 |
starlette==0.22.0
|
| 60 |
+
threadpoolctl==3.1.0
|
| 61 |
+
tifffile==2022.10.10
|
| 62 |
toolz==0.12.0
|
| 63 |
typing_extensions==4.4.0
|
| 64 |
uc-micro-py==1.0.1
|