Skip to content

Commit d088fda

Browse files
committed
add Pipfile
1 parent dc9e5db commit d088fda

File tree

3 files changed

+564
-0
lines changed

3 files changed

+564
-0
lines changed

Pipfile

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[[source]]
2+
name = "pypi"
3+
url = "https://pypi.org/simple"
4+
verify_ssl = true
5+
6+
[dev-packages]
7+
8+
[packages]
9+
pandas = "*"
10+
numpy = "*"
11+
matplotlib = "*"
12+
seaborn = "*"
13+
altair = "*"
14+
jupyter = "*"
15+
16+
[requires]
17+
python_version = "3.7"

0 commit comments

Comments
 (0)