tuna2134
commited on
Commit
·
73a641d
1
Parent(s):
f011119
fix: 余計なものを省いた
Browse files- requirements.txt +3 -127
requirements.txt
CHANGED
|
@@ -1,129 +1,5 @@
|
|
| 1 |
-
|
| 2 |
-
aiosqlite==0.18.0
|
| 3 |
-
anyio==3.6.2
|
| 4 |
-
argon2-cffi==21.3.0
|
| 5 |
-
argon2-cffi-bindings==21.2.0
|
| 6 |
-
arrow==1.2.3
|
| 7 |
-
asttokens==2.2.1
|
| 8 |
-
attrs==22.2.0
|
| 9 |
-
Babel==2.11.0
|
| 10 |
-
backcall==0.2.0
|
| 11 |
-
beautifulsoup4==4.11.2
|
| 12 |
-
bleach==6.0.0
|
| 13 |
-
certifi==2022.12.7
|
| 14 |
-
cffi==1.15.1
|
| 15 |
-
charset-normalizer==3.0.1
|
| 16 |
-
click==8.1.3
|
| 17 |
-
colorama==0.4.6
|
| 18 |
-
comm==0.1.2
|
| 19 |
-
contourpy==1.0.7
|
| 20 |
-
cycler==0.11.0
|
| 21 |
-
debugpy==1.6.6
|
| 22 |
-
decorator==5.1.1
|
| 23 |
-
defusedxml==0.7.1
|
| 24 |
-
emoji==2.2.0
|
| 25 |
-
executing==1.2.0
|
| 26 |
-
fastjsonschema==2.16.2
|
| 27 |
-
Flask==2.2.3
|
| 28 |
-
fonttools==4.38.0
|
| 29 |
-
fqdn==1.5.1
|
| 30 |
-
gitdb==4.0.10
|
| 31 |
-
GitPython==3.1.30
|
| 32 |
-
idna==3.4
|
| 33 |
-
ipykernel==6.21.2
|
| 34 |
-
ipython==8.10.0
|
| 35 |
-
ipython-genutils==0.2.0
|
| 36 |
-
isoduration==20.11.0
|
| 37 |
-
itsdangerous==2.1.2
|
| 38 |
-
jedi==0.18.2
|
| 39 |
-
Jinja2==3.1.2
|
| 40 |
-
joblib==1.2.0
|
| 41 |
-
json5==0.9.11
|
| 42 |
-
jsonpointer==2.3
|
| 43 |
-
jsonschema==4.17.3
|
| 44 |
-
jupyter-events==0.5.0
|
| 45 |
-
jupyter-server-mathjax==0.2.6
|
| 46 |
-
jupyter-ydoc==0.2.2
|
| 47 |
-
jupyter_client==8.0.2
|
| 48 |
-
jupyter_core==5.2.0
|
| 49 |
-
jupyter_server==2.3.0
|
| 50 |
-
jupyter_server_fileid==0.6.0
|
| 51 |
-
jupyter_server_terminals==0.4.4
|
| 52 |
-
jupyter_server_ydoc==0.6.1
|
| 53 |
-
jupyterlab==3.6.1
|
| 54 |
-
jupyterlab-git==0.41.0
|
| 55 |
-
jupyterlab-pygments==0.2.2
|
| 56 |
-
jupyterlab_server==2.19.0
|
| 57 |
-
kiwisolver==1.4.4
|
| 58 |
-
MarkupSafe==2.1.2
|
| 59 |
-
matplotlib==3.7.0
|
| 60 |
-
matplotlib-inline==0.1.6
|
| 61 |
-
mistune==2.0.5
|
| 62 |
-
nbclassic==0.5.1
|
| 63 |
-
nbclient==0.7.2
|
| 64 |
-
nbconvert==7.2.9
|
| 65 |
-
nbdime==3.1.1
|
| 66 |
-
nbformat==5.7.3
|
| 67 |
-
nest-asyncio==1.5.6
|
| 68 |
-
notebook==6.5.2
|
| 69 |
-
notebook_shim==0.2.2
|
| 70 |
-
numpy==1.24.2
|
| 71 |
-
nvidia-cublas-cu11==11.10.3.66
|
| 72 |
-
nvidia-cuda-nvrtc-cu11==11.7.99
|
| 73 |
-
nvidia-cuda-runtime-cu11==11.7.99
|
| 74 |
-
nvidia-cudnn-cu11==8.5.0.96
|
| 75 |
-
packaging==23.0
|
| 76 |
-
pandas==1.5.3
|
| 77 |
-
pandocfilters==1.5.0
|
| 78 |
-
parso==0.8.3
|
| 79 |
-
pexpect==4.8.0
|
| 80 |
-
pickleshare==0.7.5
|
| 81 |
-
Pillow==9.4.0
|
| 82 |
pilmoji==2.0.2
|
| 83 |
-
|
| 84 |
-
plotly==5.13.0
|
| 85 |
-
prometheus-client==0.16.0
|
| 86 |
-
prompt-toolkit==3.0.36
|
| 87 |
-
psutil==5.9.4
|
| 88 |
-
ptyprocess==0.7.0
|
| 89 |
-
pure-eval==0.2.2
|
| 90 |
-
pycparser==2.21
|
| 91 |
-
Pygments==2.14.0
|
| 92 |
-
pyparsing==3.0.9
|
| 93 |
-
pyrsistent==0.19.3
|
| 94 |
-
python-dateutil==2.8.2
|
| 95 |
-
python-json-logger==2.0.6
|
| 96 |
-
pytz==2022.7.1
|
| 97 |
-
PyYAML==6.0
|
| 98 |
-
pyzmq==25.0.0
|
| 99 |
requests==2.28.2
|
| 100 |
-
|
| 101 |
-
rfc3986-validator==0.1.1
|
| 102 |
-
scikit-learn==1.2.1
|
| 103 |
-
scipy==1.10.0
|
| 104 |
-
seaborn==0.12.2
|
| 105 |
-
Send2Trash==1.8.0
|
| 106 |
-
six==1.16.0
|
| 107 |
-
smmap==5.0.0
|
| 108 |
-
sniffio==1.3.0
|
| 109 |
-
soupsieve==2.4
|
| 110 |
-
stack-data==0.6.2
|
| 111 |
-
tenacity==8.2.1
|
| 112 |
-
terminado==0.17.1
|
| 113 |
-
textwrap3==0.9.2
|
| 114 |
-
threadpoolctl==3.1.0
|
| 115 |
-
tinycss2==1.2.1
|
| 116 |
-
tomli==2.0.1
|
| 117 |
-
torch==1.13.1
|
| 118 |
-
tornado==6.2
|
| 119 |
-
traitlets==5.9.0
|
| 120 |
-
typing_extensions==4.5.0
|
| 121 |
-
uri-template==1.2.0
|
| 122 |
-
urllib3==1.26.14
|
| 123 |
-
wcwidth==0.2.6
|
| 124 |
-
webcolors==1.12
|
| 125 |
-
webencodings==0.5.1
|
| 126 |
-
websocket-client==1.5.1
|
| 127 |
-
Werkzeug==2.2.3
|
| 128 |
-
y-py==0.5.5
|
| 129 |
-
ypy-websocket==0.8.2
|
|
|
|
| 1 |
+
pillow==9.4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
pilmoji==2.0.2
|
| 3 |
+
flask==2.2.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
requests==2.28.2
|
| 5 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|