Pin the dependencies
This commit is contained in:
parent
44b4ec17d3
commit
55ddee6e30
2 changed files with 2598 additions and 1439 deletions
3828
poetry.lock
generated
3828
poetry.lock
generated
File diff suppressed because it is too large
Load diff
207
requirements.txt
207
requirements.txt
|
@ -1,85 +1,122 @@
|
|||
anyio==3.1.0; python_full_version >= "3.6.2" and python_version >= "3.6"
|
||||
appnope==0.1.2; sys_platform == "darwin" and python_version >= "3.7" and platform_system == "Darwin"
|
||||
argon2-cffi==20.1.0; python_version >= "3.6"
|
||||
async-generator==1.10; python_full_version >= "3.6.1" and python_version >= "3.6"
|
||||
attrs==21.2.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
babel==2.9.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
|
||||
backcall==0.2.0; python_version >= "3.7"
|
||||
bleach==3.3.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
certifi==2020.12.5; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
cffi==1.14.5; implementation_name == "pypy" and python_version >= "3.6"
|
||||
chardet==4.0.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
colorama==0.4.4; python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.5.0"
|
||||
cycler==0.10.0; python_version >= "3.7"
|
||||
decorator==5.0.9; python_version >= "3.7"
|
||||
defusedxml==0.7.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
entrypoints==0.3; python_version >= "3.6"
|
||||
idna==2.10; python_full_version >= "3.6.2" and python_version >= "3.6" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6")
|
||||
ipykernel==5.5.5; python_version >= "3.6"
|
||||
ipython-genutils==0.2.0; python_version >= "3.7"
|
||||
ipython==7.23.1; python_version >= "3.7"
|
||||
jedi==0.18.0; python_version >= "3.7"
|
||||
jinja2==3.0.1; python_version >= "3.6"
|
||||
joblib==1.0.1; python_version >= "3.6"
|
||||
json5==0.9.5; python_version >= "3.6"
|
||||
jsonschema==3.2.0; python_version >= "3.6"
|
||||
jupyter-client==6.2.0; python_full_version >= "3.6.1" and python_version >= "3.6"
|
||||
jupyter-core==4.7.1; python_full_version >= "3.6.1" and python_version >= "3.6"
|
||||
jupyter-server==1.8.0; python_version >= "3.6"
|
||||
jupyterlab-pygments==0.1.2; python_version >= "3.6"
|
||||
jupyterlab-server==2.5.2; python_version >= "3.6"
|
||||
jupyterlab==3.0.16; python_version >= "3.6"
|
||||
kiwisolver==1.3.1; python_version >= "3.7"
|
||||
markupsafe==2.0.1; python_version >= "3.6"
|
||||
matplotlib-inline==0.1.2; python_version >= "3.7"
|
||||
matplotlib==3.4.2; python_version >= "3.7"
|
||||
missingno==0.4.2
|
||||
mistune==0.8.4; python_version >= "3.6"
|
||||
nbclassic==0.3.1; python_version >= "3.6"
|
||||
nbclient==0.5.3; python_full_version >= "3.6.1" and python_version >= "3.6"
|
||||
nbconvert==6.0.7; python_version >= "3.6"
|
||||
nbformat==5.1.3; python_full_version >= "3.6.1" and python_version >= "3.6"
|
||||
nest-asyncio==1.5.1; python_full_version >= "3.6.1" and python_version >= "3.6"
|
||||
notebook==6.4.0; python_version >= "3.6"
|
||||
numpy==1.20.3; python_version >= "3.7"
|
||||
packaging==20.9; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
pandas==1.2.4; python_full_version >= "3.7.1"
|
||||
pandocfilters==1.4.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
|
||||
parso==0.8.2; python_version >= "3.7"
|
||||
patsy==0.5.1; python_version >= "3.6"
|
||||
pexpect==4.8.0; sys_platform != "win32" and python_version >= "3.7"
|
||||
pickleshare==0.7.5; python_version >= "3.7"
|
||||
pillow==8.2.0; python_version >= "3.7"
|
||||
prometheus-client==0.10.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
|
||||
prompt-toolkit==3.0.18; python_full_version >= "3.6.1" and python_version >= "3.7"
|
||||
ptyprocess==0.7.0; sys_platform != "win32" and python_version >= "3.7" and os_name != "nt"
|
||||
py==1.10.0; python_version >= "3.6" and python_full_version < "3.0.0" and implementation_name == "pypy" or implementation_name == "pypy" and python_version >= "3.6" and python_full_version >= "3.4.0"
|
||||
pycparser==2.20; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
|
||||
pygments==2.9.0; python_version >= "3.7"
|
||||
pyparsing==2.4.7; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7"
|
||||
pyrsistent==0.17.3; python_version >= "3.6"
|
||||
python-dateutil==2.8.1; python_full_version >= "3.7.1" and python_version >= "3.7" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7")
|
||||
pytz==2021.1; python_full_version >= "3.7.1" and python_version >= "3.6" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6")
|
||||
pywin32==300; sys_platform == "win32" and python_version >= "3.6"
|
||||
pywinpty==1.1.1; os_name == "nt" and python_version >= "3.6"
|
||||
pyzmq==22.0.3; python_full_version >= "3.6.1" and python_version >= "3.6"
|
||||
requests==2.25.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
|
||||
scikit-learn==0.24.2; python_version >= "3.6"
|
||||
scipy==1.6.1; python_version >= "3.7"
|
||||
seaborn==0.11.1; python_version >= "3.6"
|
||||
send2trash==1.5.0; python_version >= "3.6"
|
||||
six==1.16.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
|
||||
sniffio==1.2.0; python_full_version >= "3.6.2" and python_version >= "3.6"
|
||||
statsmodels==0.12.2; python_version >= "3.6"
|
||||
tabulate==0.8.9
|
||||
terminado==0.10.0; python_version >= "3.6"
|
||||
testpath==0.5.0; python_version >= "3.6"
|
||||
threadpoolctl==2.1.0; python_version >= "3.6"
|
||||
tornado==6.1; python_full_version >= "3.6.1" and python_version >= "3.6"
|
||||
tqdm==4.61.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
|
||||
traitlets==5.0.5; python_full_version >= "3.6.1" and python_version >= "3.7"
|
||||
urllib3==1.26.4; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.6"
|
||||
wcwidth==0.2.5; python_full_version >= "3.6.1" and python_version >= "3.7"
|
||||
webencodings==0.5.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
websocket-client==1.0.1; python_version >= "3.6"
|
||||
xlrd==2.0.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
|
||||
anyio==4.4.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
appnope==0.1.4 ; python_version >= "3.9" and python_version < "4.0" and platform_system == "Darwin"
|
||||
argon2-cffi-bindings==21.2.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
argon2-cffi==23.1.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
arrow==1.3.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
asttokens==2.4.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
async-lru==2.0.4 ; python_version >= "3.9" and python_version < "4.0"
|
||||
attrs==23.2.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
babel==2.15.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
beautifulsoup4==4.12.3 ; python_version >= "3.9" and python_version < "4.0"
|
||||
bleach==6.1.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
certifi==2024.7.4 ; python_version >= "3.9" and python_version < "4.0"
|
||||
cffi==1.16.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
charset-normalizer==3.3.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||
colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and (platform_system == "Windows" or sys_platform == "win32")
|
||||
comm==0.2.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||
contourpy==1.2.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
cycler==0.12.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
debugpy==1.8.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||
decorator==5.1.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
defusedxml==0.7.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
exceptiongroup==1.2.1 ; python_version >= "3.9" and python_version < "3.11"
|
||||
executing==2.0.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
fastjsonschema==2.20.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
fonttools==4.53.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
fqdn==1.5.1 ; python_version >= "3.9" and python_version < "4"
|
||||
h11==0.14.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
httpcore==1.0.5 ; python_version >= "3.9" and python_version < "4.0"
|
||||
httpx==0.27.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
idna==3.7 ; python_version >= "3.9" and python_version < "4.0"
|
||||
importlib-metadata==8.0.0 ; python_version >= "3.9" and python_version < "3.10"
|
||||
importlib-resources==6.4.0 ; python_version >= "3.9" and python_version < "3.10"
|
||||
ipykernel==6.29.5 ; python_version >= "3.9" and python_version < "4.0"
|
||||
ipython==8.18.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
isoduration==20.11.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
jedi==0.19.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
jinja2==3.1.4 ; python_version >= "3.9" and python_version < "4.0"
|
||||
joblib==1.4.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||
json5==0.9.25 ; python_version >= "3.9" and python_version < "4.0"
|
||||
jsonpointer==3.0.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
jsonschema-specifications==2023.12.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
jsonschema==4.23.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
jsonschema[format-nongpl]==4.23.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
jupyter-client==8.6.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||
jupyter-core==5.7.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||
jupyter-events==0.10.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
jupyter-lsp==2.2.5 ; python_version >= "3.9" and python_version < "4.0"
|
||||
jupyter-server-terminals==0.5.3 ; python_version >= "3.9" and python_version < "4.0"
|
||||
jupyter-server==2.14.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
jupyterlab-pygments==0.3.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
jupyterlab-server==2.27.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||
jupyterlab==4.2.3 ; python_version >= "3.9" and python_version < "4.0"
|
||||
kiwisolver==1.4.5 ; python_version >= "3.9" and python_version < "4.0"
|
||||
markupsafe==2.1.5 ; python_version >= "3.9" and python_version < "4.0"
|
||||
matplotlib-inline==0.1.7 ; python_version >= "3.9" and python_version < "4.0"
|
||||
matplotlib==3.9.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
missingno==0.5.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||
mistune==3.0.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||
nbclient==0.10.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
nbconvert==7.16.4 ; python_version >= "3.9" and python_version < "4.0"
|
||||
nbformat==5.10.4 ; python_version >= "3.9" and python_version < "4.0"
|
||||
nest-asyncio==1.6.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
notebook-shim==0.2.4 ; python_version >= "3.9" and python_version < "4.0"
|
||||
numpy==2.0.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
overrides==7.7.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
packaging==24.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
pandas==2.2.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||
pandocfilters==1.5.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
parso==0.8.4 ; python_version >= "3.9" and python_version < "4.0"
|
||||
patsy==0.5.6 ; python_version >= "3.9" and python_version < "4.0"
|
||||
pexpect==4.9.0 ; python_version >= "3.9" and python_version < "4.0" and sys_platform != "win32"
|
||||
pillow==10.4.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
platformdirs==4.2.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||
prometheus-client==0.20.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
prompt-toolkit==3.0.47 ; python_version >= "3.9" and python_version < "4.0"
|
||||
psutil==6.0.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
ptyprocess==0.7.0 ; python_version >= "3.9" and python_version < "4.0" and (os_name != "nt" or sys_platform != "win32")
|
||||
pure-eval==0.2.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||
pycparser==2.22 ; python_version >= "3.9" and python_version < "4.0"
|
||||
pygments==2.18.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
pyparsing==3.1.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||
python-dateutil==2.9.0.post0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
python-json-logger==2.0.7 ; python_version >= "3.9" and python_version < "4.0"
|
||||
pytz==2024.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
pywin32==306 ; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_version >= "3.9" and python_version < "4.0"
|
||||
pywinpty==2.0.13 ; python_version >= "3.9" and python_version < "4.0" and os_name == "nt"
|
||||
pyyaml==6.0.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
pyzmq==26.0.3 ; python_version >= "3.9" and python_version < "4.0"
|
||||
referencing==0.35.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
requests==2.32.3 ; python_version >= "3.9" and python_version < "4.0"
|
||||
rfc3339-validator==0.1.4 ; python_version >= "3.9" and python_version < "4.0"
|
||||
rfc3986-validator==0.1.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
rpds-py==0.19.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
scikit-learn==1.5.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
scipy==1.13.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
seaborn==0.13.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||
send2trash==1.8.3 ; python_version >= "3.9" and python_version < "4.0"
|
||||
setuptools==70.2.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
six==1.16.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
sniffio==1.3.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
soupsieve==2.5 ; python_version >= "3.9" and python_version < "4.0"
|
||||
stack-data==0.6.3 ; python_version >= "3.9" and python_version < "4.0"
|
||||
statsmodels==0.14.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||
tabulate==0.9.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
terminado==0.18.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
threadpoolctl==3.5.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
tinycss2==1.3.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
tomli==2.0.1 ; python_version >= "3.9" and python_version < "3.11"
|
||||
tornado==6.4.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
tqdm==4.66.4 ; python_version >= "3.9" and python_version < "4.0"
|
||||
traitlets==5.14.3 ; python_version >= "3.9" and python_version < "4.0"
|
||||
types-python-dateutil==2.9.0.20240316 ; python_version >= "3.9" and python_version < "4.0"
|
||||
typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "3.11"
|
||||
tzdata==2024.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
uri-template==1.3.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
urllib3==2.2.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||
wcwidth==0.2.13 ; python_version >= "3.9" and python_version < "4.0"
|
||||
webcolors==24.6.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
webencodings==0.5.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
websocket-client==1.8.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
xlrd==2.0.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
zipp==3.19.2 ; python_version >= "3.9" and python_version < "3.10"
|
||||
|
|
Loading…
Reference in a new issue