intro-to-data-science/Pipfile

18 lines
220 B
Text
Raw Normal View History

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
jupyter = "*"
numpy = "*"
scipy = "*"
matplotlib = "*"
pandas = "*"
sklearn = "*"
[requires]
python_version = "3.6"