Skip to content

Commit ef697a7

Browse files
committed
Python packaging.
1 parent 8300fc1 commit ef697a7

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

codeflare_pipelines.egg-info/PKG-INFO

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Metadata-Version: 1.2
22
Name: codeflare-pipelines
3-
Version: 0.1
3+
Version: 1.0.0
44
Summary: Codeflare pipelines
5-
Home-page: https://github.ibm.com/project-codeflare
5+
Home-page: https://github.com/project-codeflare/codeflare
66
Author: Raghu Ganti, Mudhakar Srivatsa
77
Author-email: rganti@us.ibm.com
88
License: Apache v2.0
9-
Project-URL: Bug Reports, https://github.ibm.com/codeflare/ray-pipeline/issues
10-
Project-URL: Source, https://github.ibm.com/codeflare/ray-pipeline
9+
Project-URL: Bug Reports, https://github.com/project-codeflare/codeflare/issues
10+
Project-URL: Source, https://github.com/project-codeflare/codeflare
1111
Description: UNKNOWN
1212
Keywords: ray pipelines
1313
Platform: UNKNOWN

codeflare_pipelines.egg-info/SOURCES.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,17 @@ codeflare/pipelines/Exceptions.py
77
codeflare/pipelines/Runtime.py
88
codeflare/pipelines/__init__.py
99
codeflare/pipelines/utils.py
10+
codeflare/pipelines/tests/__init__.py
11+
codeflare/pipelines/tests/test_Datamodel.py
12+
codeflare/pipelines/tests/test_and.py
13+
codeflare/pipelines/tests/test_helper.py
14+
codeflare/pipelines/tests/test_multibranch.py
15+
codeflare/pipelines/tests/test_or.py
16+
codeflare/pipelines/tests/test_pipeline_predict.py
17+
codeflare/pipelines/tests/test_runtime.py
18+
codeflare/pipelines/tests/test_save_load.py
1019
codeflare_pipelines.egg-info/PKG-INFO
1120
codeflare_pipelines.egg-info/SOURCES.txt
1221
codeflare_pipelines.egg-info/dependency_links.txt
22+
codeflare_pipelines.egg-info/requires.txt
1323
codeflare_pipelines.egg-info/top_level.txt
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ray[default,k8s,serve]>=1.3.0

0 commit comments

Comments
 (0)