Skip to content

Instantly share code, notes, and snippets.

@dre-hh
Created August 4, 2023 12:35
Show Gist options
  • Save dre-hh/e65cd873d6780b796fefb9d30681b876 to your computer and use it in GitHub Desktop.
Save dre-hh/e65cd873d6780b796fefb9d30681b876 to your computer and use it in GitHub Desktop.
poetry_tensorflow.toml
[tool.poetry]
name = "poetry-demo"
version = "0.1.0"
description = ""
authors = ["dre-hh <dre@dre-hh.com>"]
readme = "README.md"
packages = [{include = "poetry_demo"}]
[tool.poetry.dependencies]
python = ">=3.11,<3.12"
tensorflow = "^2.13.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