Pin dependencies
This commit is contained in:
parent
ef98bac08f
commit
47757fe762
2 changed files with 90 additions and 81 deletions
|
@ -51,6 +51,12 @@ A popular and beginner friendly way is
|
||||||
|
|
||||||
Detailed instructions can be found [here <img height="12" style="display: inline-block" src="static/link/to_gh.png">](https://github.com/webartifex/intro-to-python#installation).
|
Detailed instructions can be found [here <img height="12" style="display: inline-block" src="static/link/to_gh.png">](https://github.com/webartifex/intro-to-python#installation).
|
||||||
|
|
||||||
|
As this project assumes a couple of third-party packages
|
||||||
|
that are *not* part of the Anaconda Distribution,
|
||||||
|
it is most likely necessary
|
||||||
|
to run the command `pip install -r requirements.txt`
|
||||||
|
before working with the notebook files.
|
||||||
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|
165
requirements.txt
165
requirements.txt
|
@ -1,82 +1,85 @@
|
||||||
appdirs==1.4.4
|
anyio==3.1.0; python_full_version >= "3.6.2" and python_version >= "3.6"
|
||||||
astroid==2.4.2
|
appnope==0.1.2; sys_platform == "darwin" and python_version >= "3.7" and platform_system == "Darwin"
|
||||||
attrs==19.3.0
|
argon2-cffi==20.1.0; python_version >= "3.6"
|
||||||
backcall==0.2.0
|
async-generator==1.10; python_full_version >= "3.6.1" and python_version >= "3.6"
|
||||||
black==19.10b0
|
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"
|
||||||
bleach==3.1.5
|
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"
|
||||||
certifi==2020.6.20
|
backcall==0.2.0; python_version >= "3.7"
|
||||||
chardet==3.0.4
|
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"
|
||||||
click==7.1.2
|
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"
|
||||||
cycler==0.10.0
|
cffi==1.14.5; implementation_name == "pypy" and python_version >= "3.6"
|
||||||
decorator==4.4.2
|
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"
|
||||||
defusedxml==0.6.0
|
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"
|
||||||
entrypoints==0.3
|
cycler==0.10.0; python_version >= "3.7"
|
||||||
idna==2.10
|
decorator==5.0.9; python_version >= "3.7"
|
||||||
importlib-metadata==1.7.0
|
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"
|
||||||
ipykernel==5.3.0
|
entrypoints==0.3; python_version >= "3.6"
|
||||||
ipython==7.16.1
|
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")
|
||||||
ipython-genutils==0.2.0
|
ipykernel==5.5.5; python_version >= "3.6"
|
||||||
isort==4.3.21
|
ipython-genutils==0.2.0; python_version >= "3.7"
|
||||||
jedi==0.17.1
|
ipython==7.23.1; python_version >= "3.7"
|
||||||
Jinja2==2.11.2
|
jedi==0.18.0; python_version >= "3.7"
|
||||||
joblib==0.15.1
|
jinja2==3.0.1; python_version >= "3.6"
|
||||||
json5==0.9.5
|
joblib==1.0.1; python_version >= "3.6"
|
||||||
jsonschema==3.2.0
|
json5==0.9.5; python_version >= "3.6"
|
||||||
jupyter-client==6.1.3
|
jsonschema==3.2.0; python_version >= "3.6"
|
||||||
jupyter-core==4.6.3
|
jupyter-client==6.2.0; python_full_version >= "3.6.1" and python_version >= "3.6"
|
||||||
jupyterlab==2.1.5
|
jupyter-core==4.7.1; python_full_version >= "3.6.1" and python_version >= "3.6"
|
||||||
jupyterlab-server==1.1.5
|
jupyter-server==1.8.0; python_version >= "3.6"
|
||||||
kiwisolver==1.2.0
|
jupyterlab-pygments==0.1.2; python_version >= "3.6"
|
||||||
lazy-object-proxy==1.4.3
|
jupyterlab-server==2.5.2; python_version >= "3.6"
|
||||||
MarkupSafe==1.1.1
|
jupyterlab==3.0.16; python_version >= "3.6"
|
||||||
matplotlib==3.2.2
|
kiwisolver==1.3.1; python_version >= "3.7"
|
||||||
mccabe==0.6.1
|
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
|
missingno==0.4.2
|
||||||
mistune==0.8.4
|
mistune==0.8.4; python_version >= "3.6"
|
||||||
nbconvert==5.6.1
|
nbclassic==0.3.1; python_version >= "3.6"
|
||||||
nbformat==5.0.7
|
nbclient==0.5.3; python_full_version >= "3.6.1" and python_version >= "3.6"
|
||||||
notebook==6.0.3
|
nbconvert==6.0.7; python_version >= "3.6"
|
||||||
numpy==1.19.0
|
nbformat==5.1.3; python_full_version >= "3.6.1" and python_version >= "3.6"
|
||||||
packaging==20.4
|
nest-asyncio==1.5.1; python_full_version >= "3.6.1" and python_version >= "3.6"
|
||||||
pandas==1.0.5
|
notebook==6.4.0; python_version >= "3.6"
|
||||||
pandocfilters==1.4.2
|
numpy==1.20.3; python_version >= "3.7"
|
||||||
parso==0.7.0
|
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"
|
||||||
pathspec==0.8.0
|
pandas==1.2.4; python_full_version >= "3.7.1"
|
||||||
patsy==0.5.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"
|
||||||
pexpect==4.8.0
|
parso==0.8.2; python_version >= "3.7"
|
||||||
pickleshare==0.7.5
|
patsy==0.5.1; python_version >= "3.6"
|
||||||
prometheus-client==0.8.0
|
pexpect==4.8.0; sys_platform != "win32" and python_version >= "3.7"
|
||||||
prompt-toolkit==3.0.5
|
pickleshare==0.7.5; python_version >= "3.7"
|
||||||
ptyprocess==0.6.0
|
pillow==8.2.0; python_version >= "3.7"
|
||||||
Pygments==2.6.1
|
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"
|
||||||
pylint==2.5.3
|
prompt-toolkit==3.0.18; python_full_version >= "3.6.1" and python_version >= "3.7"
|
||||||
pyparsing==2.4.7
|
ptyprocess==0.7.0; sys_platform != "win32" and python_version >= "3.7" and os_name != "nt"
|
||||||
pyrsistent==0.16.0
|
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"
|
||||||
python-dateutil==2.8.1
|
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"
|
||||||
pytz==2020.1
|
pygments==2.9.0; python_version >= "3.7"
|
||||||
pyzmq==19.0.1
|
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"
|
||||||
regex==2020.6.8
|
pyrsistent==0.17.3; python_version >= "3.6"
|
||||||
requests==2.24.0
|
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")
|
||||||
scikit-learn==0.23.1
|
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")
|
||||||
scipy==1.5.0
|
pywin32==300; sys_platform == "win32" and python_version >= "3.6"
|
||||||
seaborn==0.10.1
|
pywinpty==1.1.1; os_name == "nt" and python_version >= "3.6"
|
||||||
Send2Trash==1.5.0
|
pyzmq==22.0.3; python_full_version >= "3.6.1" and python_version >= "3.6"
|
||||||
six==1.15.0
|
requests==2.25.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
|
||||||
sklearn==0.0
|
scikit-learn==0.24.2; python_version >= "3.6"
|
||||||
statsmodels==0.11.1
|
scipy==1.6.1; python_version >= "3.7"
|
||||||
tabulate==0.8.7
|
seaborn==0.11.1; python_version >= "3.6"
|
||||||
terminado==0.8.3
|
send2trash==1.5.0; python_version >= "3.6"
|
||||||
testpath==0.4.4
|
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"
|
||||||
threadpoolctl==2.1.0
|
sniffio==1.2.0; python_full_version >= "3.6.2" and python_version >= "3.6"
|
||||||
toml==0.10.1
|
statsmodels==0.12.2; python_version >= "3.6"
|
||||||
tornado==6.0.4
|
tabulate==0.8.9
|
||||||
tqdm==4.47.0
|
terminado==0.10.0; python_version >= "3.6"
|
||||||
traitlets==4.3.3
|
testpath==0.5.0; python_version >= "3.6"
|
||||||
typed-ast==1.4.1
|
threadpoolctl==2.1.0; python_version >= "3.6"
|
||||||
urllib3==1.25.9
|
tornado==6.1; python_full_version >= "3.6.1" and python_version >= "3.6"
|
||||||
wcwidth==0.2.5
|
tqdm==4.61.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
|
||||||
webencodings==0.5.1
|
traitlets==5.0.5; python_full_version >= "3.6.1" and python_version >= "3.7"
|
||||||
wrapt==1.12.1
|
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"
|
||||||
xlrd==1.2.0
|
wcwidth==0.2.5; python_full_version >= "3.6.1" and python_version >= "3.7"
|
||||||
xlwt==1.3.0
|
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"
|
||||||
zipp==3.1.0
|
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")
|
||||||
|
|
Loading…
Reference in a new issue