Replace requirements.txt with more modern Pipfile

This commit is contained in:
Alexander Hess 2018-12-05 13:29:28 +01:00
commit 4ce227851f
3 changed files with 590 additions and 6 deletions

17
Pipfile Normal file
View file

@ -0,0 +1,17 @@
[[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"