Skip to content

Commit b55fe4d

Browse files
add pipfile
1 parent 36aedce commit b55fe4d

File tree

2 files changed

+523
-0
lines changed

2 files changed

+523
-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+
requests = "*"
11+
cloudpickle = "*"
12+
numpy = "*"
13+
mlflow = "*"
14+
scikit-learn = "*"
15+
16+
[requires]
17+
python_version = "3.6"

0 commit comments

Comments
 (0)