[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]

[packages]
numpy = "~=1.18.3"
scipy = "~=1.4.1"
sympy = "~=1.5.1"
matplotlib = "~=3.2.1"
ipython = "~=7.12.0"
pandas = "~=1.0.3"
ipykernel = "~=5.2.1"
seaborn = "~=0.10.0"
statsmodels = "~=0.11.1"
scikit-learn = "~=0.22.2"
networkx = "~=2.4.0"

[requires]
python_version = "3.7"
