File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed
codeflare_pipelines.egg-info Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 11Metadata-Version: 1.2
22Name: codeflare-pipelines
3- Version: 0.1
3+ Version: 1.0.0
44Summary: Codeflare pipelines
5- Home-page: https://github.ibm. com/project-codeflare
5+ Home-page: https://github.com/project-codeflare/ codeflare
66Author: Raghu Ganti, Mudhakar Srivatsa
77Author-email: rganti@us.ibm.com
88License: 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
1111Description: UNKNOWN
1212Keywords: ray pipelines
1313Platform: UNKNOWN
Original file line number Diff line number Diff line change @@ -7,7 +7,17 @@ codeflare/pipelines/Exceptions.py
77codeflare/pipelines/Runtime.py
88codeflare/pipelines/__init__.py
99codeflare/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
1019codeflare_pipelines.egg-info/PKG-INFO
1120codeflare_pipelines.egg-info/SOURCES.txt
1221codeflare_pipelines.egg-info/dependency_links.txt
22+ codeflare_pipelines.egg-info/requires.txt
1323codeflare_pipelines.egg-info/top_level.txt
Original file line number Diff line number Diff line change 1+ ray[default,k8s,serve]>=1.3.0
You can’t perform that action at this time.
0 commit comments