Skip to content

Commit de3e11e

Browse files
committed
adding pipefile and instructions to readme
1 parent dcb1778 commit de3e11e

File tree

3 files changed

+875
-1
lines changed

3 files changed

+875
-1
lines changed

Pipfile

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[[source]]
2+
name = "pypi"
3+
url = "https://pypi.org/simple"
4+
verify_ssl = true
5+
6+
[dev-packages]
7+
8+
[packages]
9+
pandas = "==1.1.0"
10+
jupyter = "==1.0.0"
11+
jupyterlab = "==2.2.5"
12+
scikit-learn = "==0.23.2"
13+
matplotlib = "==3.3.1"
14+
seaborn = "==0.10.1"
15+
lxml = "==4.5.2"
16+
17+
[requires]
18+
python_version = "3.8"

0 commit comments

Comments
 (0)