From 400d175f5c066a2239dea21001e1e6631d72c96c Mon Sep 17 00:00:00 2001 From: Konstantinos Chartomatzis Date: Sat, 14 Mar 2020 11:51:09 +0000 Subject: [PATCH] init --- .gitignore | 103 +---------------------------------------------- requirements.txt | 92 +++++++++++++++++++++++++++++++++++------- 2 files changed, 78 insertions(+), 117 deletions(-) diff --git a/.gitignore b/.gitignore index 6321dc27f..21d0b898f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,102 +1 @@ -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] -*$py.class - -# C extensions -*.so - -# Distribution / packaging -.Python -env/ -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -*.egg-info/ -.installed.cfg -*.egg - -# PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. -*.manifest -*.spec - -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ -.tox/ -.coverage -.coverage.* -.cache -nosetests.xml -coverage.xml -*,cover -.hypothesis/ - -# Translations -*.mo -*.pot - -# Django stuff: -*.log -local_settings.py - -# Flask stuff: -instance/ -.webassets-cache - -# Scrapy stuff: -.scrapy - -# Sphinx documentation -docs/_build/ - -# PyBuilder -target/ - -# IPython Notebook -.ipynb_checkpoints - -# pyenv -.python-version - -# celery beat schedule file -celerybeat-schedule - -# dotenv -.env - -# virtualenv -venv/ -ENV/ - -# Spyder project settings -.spyderproject - -# Rope project settings -.ropeproject - - -# Emacs -*~ - - -# Temporary data files -notebooks/recipeitems-latest.json -notebooks/FremontBridge.csv -notebooks/gistemp250.nc -notebooks/marathon-data.csv -notebooks/my_figure.png -notebooks/hello.png \ No newline at end of file +.venv/ diff --git a/requirements.txt b/requirements.txt index fe9cdd918..c7b285e73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,77 @@ -numpy==1.11.1 -pandas==0.18.1 -scipy==0.17.1 -scikit-learn==0.17.1 -scikit-image==0.12.3 -pillow==3.4.2 -matplotlib==1.5.1 -seaborn==0.7.0 -jupyter -notebook -line_profiler -memory_profiler -numexpr -pandas-datareader -netcdf4 +appnope==0.1.0 +attrs==19.3.0 +backcall==0.1.0 +bleach==3.1.1 +certifi==2019.11.28 +cftime==1.1.0 +chardet==3.0.4 +cycler==0.10.0 +decorator==4.4.2 +defusedxml==0.6.0 +entrypoints==0.3 +GDAL==2.4.0 +idna==2.9 +imageio==2.8.0 +importlib-metadata==1.5.0 +ipykernel==5.1.4 +ipython==7.13.0 +ipython-genutils==0.2.0 +ipywidgets==7.5.1 +jedi==0.16.0 +Jinja2==2.11.1 +joblib==0.14.1 +jsonschema==3.2.0 +jupyter==1.0.0 +jupyter-client==6.0.0 +jupyter-console==6.1.0 +jupyter-core==4.6.3 +kiwisolver==1.1.0 +line-profiler==3.0.2 +lxml==4.5.0 +MarkupSafe==1.1.1 +matplotlib==3.2.0 +memory-profiler==0.57.0 +mistune==0.8.4 +nbconvert==5.6.1 +nbformat==5.0.4 +netCDF4==1.5.3 +networkx==2.4 +notebook==6.0.3 +numexpr==2.7.1 +numpy==1.18.1 +pandas==1.0.1 +pandas-datareader==0.8.1 +pandocfilters==1.4.2 +parso==0.6.2 +pexpect==4.8.0 +pickleshare==0.7.5 +Pillow==7.0.0 +prometheus-client==0.7.1 +prompt-toolkit==3.0.4 +psutil==5.7.0 +ptyprocess==0.6.0 +Pygments==2.6.1 +pyparsing==2.4.6 +pyrsistent==0.15.7 +python-dateutil==2.8.1 +pytz==2019.3 +PyWavelets==1.1.1 +pyzmq==19.0.0 +qtconsole==4.7.1 +QtPy==1.9.0 +requests==2.23.0 +scikit-image==0.16.2 +scikit-learn==0.22.2.post1 +scipy==1.4.1 +seaborn==0.10.0 +Send2Trash==1.5.0 +six==1.14.0 +terminado==0.8.3 +testpath==0.4.4 +tornado==6.0.4 +traitlets==4.3.3 +urllib3==1.25.8 +wcwidth==0.1.8 +webencodings==0.5.1 +widgetsnbextension==3.5.1 +zipp==3.1.0