poetry2nix/tests/pep600/pyproject.toml

27 lines
589 B
TOML

[tool.poetry]
name = "test-pep600"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.10"
# this is a mess https://github.com/isl-org/Open3D/issues/2991
# https://github.com/isl-org/Open3D/issues/5747#issuecomment-1332731934
open3d = "*"
scikit-learn = "*"
jupyter-packaging = "=0.12.3"
addict = "*"
pillow = "*"
matplotlib = "*"
numpy = "*"
pandas = "*"
pyyaml = "*"
tqdm = "*"
pyquaternion = "*"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"