poetry2nix/tests/prefer-wheels/pyproject.toml

17 lines
331 B
TOML
Raw Normal View History

[tool.poetry]
name = "tensorflow-pkgs-1"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.6"
tensorflow = "^2.1.0"
2020-04-30 00:09:13 +02:00
tensorflow-estimator = "2.1.0rc0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"