diff options
author | Anthony Wang | 2021-08-23 21:59:53 -0500 |
---|---|---|
committer | Anthony Wang | 2021-08-23 21:59:53 -0500 |
commit | 44d82a9276a7a73b003068e73581cb714124ef7d (patch) | |
tree | 56b5ca2e77bf656a2b769d5a07dbb0c5cd1b12e8 /requirements.txt | |
parent | c6ec5f983ddd461a65e3bb69fb43e32718d4a5cb (diff) |
Add a Kaggle tutorial
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..b123d4f --- /dev/null +++ b/requirements.txt @@ -0,0 +1,35 @@ +backcall==0.2.0 +cycler==0.10.0 +debugpy==1.4.1 +decorator==5.0.9 +entrypoints==0.3 +ipykernel==6.2.0 +ipython==7.26.0 +ipython-genutils==0.2.0 +jedi==0.18.0 +jupyter-client==7.0.1 +jupyter-core==4.7.1 +kiwisolver==1.3.1 +matplotlib==3.4.3 +matplotlib-inline==0.1.2 +nest-asyncio==1.5.1 +numpy==1.21.2 +pandas==1.3.2 +parso==0.8.2 +pexpect==4.8.0 +pickleshare==0.7.5 +Pillow==8.3.1 +prompt-toolkit==3.0.20 +ptyprocess==0.7.0 +Pygments==2.10.0 +pyparsing==2.4.7 +python-dateutil==2.8.2 +pytz==2021.1 +pyzmq==22.2.1 +six==1.16.0 +torch==1.9.0 +torchvision==0.10.0 +tornado==6.1 +traitlets==5.0.5 +typing-extensions==3.10.0.0 +wcwidth==0.2.5 |