From 1f3acff4bb0b54c762eabb237549249a60ed1727 Mon Sep 17 00:00:00 2001 From: weygoldt <88969563+weygoldt@users.noreply.github.com> Date: Wed, 11 Jan 2023 14:24:29 +0100 Subject: [PATCH] added env and requirements.txt --- .gitignore | 4 ++- requirements.txt | 66 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/.gitignore b/.gitignore index f53addd..4ec96d9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,9 @@ # Own stuff data -# Mac Stuff +env + +# Mac Stuff *.DS_Store ### Python ### diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f0417fe --- /dev/null +++ b/requirements.txt @@ -0,0 +1,66 @@ +asttokens==2.2.1 +backcall==0.2.0 +contourpy==1.0.6 +cycler==0.11.0 +decorator==5.1.1 +executing==1.2.0 +fonttools==4.38.0 +ipython==8.8.0 +jedi==0.18.2 +kiwisolver==1.4.4 +matplotlib==3.6.2 +matplotlib-inline==0.1.6 +numpy==1.24.1 +packaging==23.0 +pandas==1.5.2 +parso==0.8.3 +pexpect==4.8.0 +pickleshare==0.7.5 +Pillow==9.4.0 +prompt-toolkit==3.0.36 +ptyprocess==0.7.0 +pure-eval==0.2.2 +Pygments==2.14.0 +pyparsing==3.0.9 +python-dateutil==2.8.2 +pytz==2022.7 +scipy==1.10.0 +six==1.16.0 +sklearn==0.0.post1 +stack-data==0.6.2 +traitlets==5.8.0 +wcwidth==0.2.5 +asttokens==2.2.1 +audioio==0.10.0 +backcall==0.2.0 +contourpy==1.0.6 +cycler==0.11.0 +decorator==5.1.1 +executing==1.2.0 +fonttools==4.38.0 +ipython==8.8.0 +jedi==0.18.2 +kiwisolver==1.4.4 +matplotlib==3.6.2 +matplotlib-inline==0.1.6 +numpy==1.24.1 +packaging==23.0 +pandas==1.5.2 +parso==0.8.3 +pexpect==4.8.0 +pickleshare==0.7.5 +Pillow==9.4.0 +prompt-toolkit==3.0.36 +ptyprocess==0.7.0 +pure-eval==0.2.2 +Pygments==2.14.0 +pyparsing==3.0.9 +python-dateutil==2.8.2 +pytz==2022.7 +scipy==1.10.0 +six==1.16.0 +sklearn==0.0.post1 +stack-data==0.6.2 +thunderfish==1.9.10 +traitlets==5.8.0 +wcwidth==0.2.5