Skip to content

Instantly share code, notes, and snippets.

@Davidnet
Created November 3, 2023 20:28
Show Gist options
  • Save Davidnet/58373c02c64a582eca6ae430f8bb8e88 to your computer and use it in GitHub Desktop.
Save Davidnet/58373c02c64a582eca6ae430f8bb8e88 to your computer and use it in GitHub Desktop.
Problematic pyproject
[tool.poetry]
name = "aiplatform-issue"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
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