added env and requirements.txt
This commit is contained in:
parent
3db4b1dfe1
commit
1f3acff4bb
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
# Own stuff
|
# Own stuff
|
||||||
data
|
data
|
||||||
|
env
|
||||||
|
|
||||||
# Mac Stuff
|
# Mac Stuff
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
|
|
||||||
|
66
requirements.txt
Normal file
66
requirements.txt
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user