# requirements.txt
# Python requirements for CI test runs and Docker image building

# Python packaging tools
setuptools>=40.6.3

# For Python 2 and 3 compatibility
six>=1.9.0

# Modules ported to older Python versions
backports.functools_lru_cache>=1.5; python_version < '3.3'
typing; python_version < '3.5'

# For compiling geomdl.core module
cython; platform_python_implementation != 'PyPy'

# Required packages for visualization
numpy==1.15.4
matplotlib==2.2.3
plotly
