Spaces:
Sleeping
Sleeping
File size: 561 Bytes
82a8f4b d7d27f0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | [build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "ideal_poly_volume_toolkit"
version = "0.3.0"
description = "Ideal hyperbolic polyhedron volume: Delaunay + hull-project, fast+exact Lobachevsky, LBFGS examples."
readme = "README.md"
requires-python = ">=3.9"
dependencies = ["numpy","scipy","mpmath","torch","matplotlib","gradio","trimesh","plotly","pynauty"]
[tool.setuptools.packages.find]
where = ["."]
include = ["ideal_poly_volume_toolkit*"]
exclude = ["examples*", "results*", "scripts*", "docs*"]
|