Created
November 3, 2023 20:28
-
-
Save Davidnet/58373c02c64a582eca6ae430f8bb8e88 to your computer and use it in GitHub Desktop.
Problematic pyproject
This file contains hidden or 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
[tool.poetry] | |
name = "aiplatform-issue" | |
version = "0.1.0" | |
description = "" | |
authors = ["Your Name <[email protected]>"] | |
readme = "README.md" | |
[tool.poetry.dependencies] | |
python = ">=3.11,<3.12.0" | |
kfp = "2.4.0" | |
google-cloud-aiplatform = "1.36.0" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment