-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Anish Asthana [email protected] Co-authored-by: Fiona Waters [email protected]
- Loading branch information
1 parent
f45185d
commit 665c8b5
Showing
8 changed files
with
5,127 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Pre-Commit Build Artifacts | ||
|
||
This directory contains the artifacts required to build the codeflare-sdk pre-commit image. As of right now, we will need to manually update `requirements-dev.txt` in this directory as well. | ||
This directory contains the artifacts required to build the codeflare-sdk pre-commit image. |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
[tool.poetry] | ||
name = "codeflare-sdk" | ||
version = "0.0.0-dev" | ||
description = "Python SDK for codeflare client" | ||
|
||
license = "Apache-2.0" | ||
|
||
authors = [ | ||
"Michael Clifford <[email protected]>", | ||
"Mustafa Eyceoz <[email protected]>", | ||
"Abhishek Malvankar <[email protected]>", | ||
"Atin Sood <[email protected]>", | ||
] | ||
|
||
readme = 'README.md' | ||
|
||
repository = "https://github.com/project-codeflare/codeflare-sdk" | ||
homepage = "https://github.com/project-codeflare/codeflare-sdk" | ||
|
||
keywords = ['codeflare', 'python', 'sdk', 'client', 'batch', 'scale'] | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.8,<4.0" | ||
openshift-client = "1.0.18" | ||
rich = "^12.5" | ||
ray = {version = "2.5.0", extras = ["default"]} | ||
kubernetes = ">= 25.3.0, < 27" | ||
codeflare-torchx = "0.6.0.dev0" | ||
cryptography = "40.0.2" | ||
executing = "1.2.0" | ||
pydantic = "< 2" | ||
pre-commit = "3.3.3" | ||
|
||
[tool.poetry.group.docs] | ||
optional = true | ||
|
||
[tool.poetry.group.docs.dependencies] | ||
pdoc3 = "0.10.0" | ||
|
||
[tool.poetry.group.test.dependencies] | ||
pytest = "7.4.0" | ||
coverage = "7.2.7" | ||
pytest-mock = "3.11.1" | ||
black = "22.3.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ __pycache__/ | |
.coverage | ||
Pipfile | ||
Pipfile.lock | ||
poetry.lock | ||
.venv* | ||
build/ | ||
tls-cluster-namespace | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.