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

[packages]
numpy = "==1.18.1"
scipy = "*"
tqdm = "==4.43.0"
joblib = "==0.14.1"
dill = "==0.3.1.1"
pytest = "*"
pytest-coverage = "*"
scikit-learn = "*"
matplotlib = "*"
numba = "*"
psutil = "*"
twine = "*"
pydata-sphinx-theme = "*"
typing-extensions = "*"

[dev-packages]

[requires]
python_version = "3.8"
