Replace requirements.txt with more modern Pipfile
This commit is contained in:
parent
8bf54990f8
commit
4ce227851f
3 changed files with 590 additions and 6 deletions
17
Pipfile
Normal file
17
Pipfile
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue