Skip to content

Commit cd28963

Browse files
committed
init project
1 parent 540a3f7 commit cd28963

File tree

5 files changed

+464
-0
lines changed

5 files changed

+464
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.local
2+
.idea
3+
*.iml
4+
*.pyc

Pipfile

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[[source]]
2+
name = "pypi"
3+
url = "https://pypi.org/simple"
4+
verify_ssl = true
5+
6+
[dev-packages]
7+
8+
[packages]
9+
kfp = "==0.1.32"
10+
configargparse = "*"
11+
12+
[requires]
13+
python_version = "3.6"

0 commit comments

Comments
 (0)