# =============================================================================
# DEPRECATION WARNING:
#
# The file `requirements.txt` does not influence the package dependencies and
# will not be automatically created in the next version of PyScaffold (v4.x).
#
# Please have look at the docs for better alternatives
# (`Dependency Management` section).
# =============================================================================
#
# Add your pinned requirements so that they can be easily installed with:
# pip install -r requirements.txt
# Remember to also add them in setup.cfg but unpinned.
# Example:
# numpy==1.13.3
# scipy==1.0

# Export installed requirements to requirements.txt:
# pip3 freeze > requirements.txt

GDAL>=3.0
jupyterlab==1.1.4
matplotlib>=3.1
netCDF4>=1.5
numpy>=1.11
pandas>=0.20
scikit-image>=0.15
scikit-learn>=0.21
scipy>=1.0
seaborn>=0.9
sphinx_rtd_theme>=0.4
xarray>=0.14