Upload requirements.txt
Browse files- requirements.txt +65 -0
requirements.txt
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
altair==5.2.0
|
| 2 |
+
attrs==23.1.0
|
| 3 |
+
blinker==1.7.0
|
| 4 |
+
cachetools==5.3.2
|
| 5 |
+
certifi==2023.11.17
|
| 6 |
+
charset-normalizer==3.3.2
|
| 7 |
+
click==8.1.7
|
| 8 |
+
coloredlogs==15.0.1
|
| 9 |
+
flatbuffers==23.5.26
|
| 10 |
+
gitdb==4.0.11
|
| 11 |
+
GitPython==3.1.40
|
| 12 |
+
humanfriendly==10.0
|
| 13 |
+
idna==3.6
|
| 14 |
+
imageio==2.33.0
|
| 15 |
+
importlib-metadata==6.11.0
|
| 16 |
+
Jinja2==3.1.2
|
| 17 |
+
jsonschema==4.20.0
|
| 18 |
+
jsonschema-specifications==2023.11.2
|
| 19 |
+
lazy_loader==0.3
|
| 20 |
+
llvmlite==0.41.1
|
| 21 |
+
markdown-it-py==3.0.0
|
| 22 |
+
MarkupSafe==2.1.3
|
| 23 |
+
mdurl==0.1.2
|
| 24 |
+
mpmath==1.3.0
|
| 25 |
+
networkx==3.2.1
|
| 26 |
+
numba==0.58.1
|
| 27 |
+
numpy==1.26.2
|
| 28 |
+
onnxruntime==1.16.3
|
| 29 |
+
opencv-python-headless==4.8.1.78
|
| 30 |
+
packaging==23.2
|
| 31 |
+
pandas==2.1.3
|
| 32 |
+
Pillow==10.1.0
|
| 33 |
+
platformdirs==4.1.0
|
| 34 |
+
pooch==1.8.0
|
| 35 |
+
protobuf==4.25.1
|
| 36 |
+
pyarrow==14.0.1
|
| 37 |
+
pydeck==0.8.1b0
|
| 38 |
+
Pygments==2.17.2
|
| 39 |
+
PyMatting==1.1.12
|
| 40 |
+
python-dateutil==2.8.2
|
| 41 |
+
pytz==2023.3.post1
|
| 42 |
+
referencing==0.31.1
|
| 43 |
+
rembg==2.0.52
|
| 44 |
+
requests==2.31.0
|
| 45 |
+
rich==13.7.0
|
| 46 |
+
rpds-py==0.13.2
|
| 47 |
+
scikit-image==0.22.0
|
| 48 |
+
scipy==1.11.4
|
| 49 |
+
six==1.16.0
|
| 50 |
+
smmap==5.0.1
|
| 51 |
+
streamlit==1.29.0
|
| 52 |
+
sympy==1.12
|
| 53 |
+
tenacity==8.2.3
|
| 54 |
+
tifffile==2023.9.26
|
| 55 |
+
toml==0.10.2
|
| 56 |
+
toolz==0.12.0
|
| 57 |
+
tornado==6.4
|
| 58 |
+
tqdm==4.66.1
|
| 59 |
+
typing_extensions==4.8.0
|
| 60 |
+
tzdata==2023.3
|
| 61 |
+
tzlocal==5.2
|
| 62 |
+
urllib3==2.1.0
|
| 63 |
+
validators==0.22.0
|
| 64 |
+
watchdog==3.0.0
|
| 65 |
+
zipp==3.17.0
|