Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxins committed Jul 18, 2023
1 parent cc671a8 commit 8136b42
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
[tool.poetry]
name = "kfpx"
version = "0.2.3"
version = "0.3.0"
description = "Extends the kfp package"
authors = ["Hao Xin <haoxinst@gmail.com>"]

[tool.poetry.dependencies]
python = "^3.9"
kfp = "1.8.21"
python = "^3.10"
kfp = "1.8.22"

[tool.poetry.dev-dependencies]
black = "^22.8.0"
isort = "^5.10.1"
poetry-exec-plugin = "0.3.5"
black = "^23.7.0"
isort = "^5.12.0"
poetry-exec-plugin = "0.3.6"

[tool.poetry-exec-plugin.commands]
fmt = "poetry run isort . && poetry run black ."
test = "poetry run pytest -s"

[tool.isort]
profile = "black"
Expand Down

0 comments on commit 8136b42

Please sign in to comment.