forked from openvdb/fvdb-reality-capture
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
59 lines (55 loc) · 1.76 KB
/
pyproject.toml
File metadata and controls
59 lines (55 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "fvdb_reality_capture"
version = "0.3.1"
description = "fVDB Reality Capture Toolbox."
authors = [
{name = "Francis Williams", email = "francis@fwilliams.info"},
{name = "Jonathan Swartz", email = "jonathan@jswartz.info"},
{name = "Mark Harris", email = "MHarris@nvidia.com"},
{name = "Matthew Cong", email = "mcong@nvidia.com"},
{name = "Brent Bartlett", email = "bbartlett@nvidia.com"},
{name = "Zoe Lalena", email = "zlalena@nvidia.com"},
{name = "Christopher Horvath", email = "chorvath@nvidia.com"},
{name = "Efty Sifakis", email = "esifakis@nvidia.com"},
{name = "Andrew Reidmeyer", email = "areidmeyer@nvidia.com"},
{name = "Petra Hapalova", email = "phapalova@nvidia.com"},
{name = "Ken Museth", email = "kmuseth@nvidia.com"},
]
license="Apache-2.0"
license-files = ["LICEN[CS]E*"]
dependencies = [
"fvdb-core>=0.3.0",
"boto3",
"dlnr_lite",
"nanovdb-editor<0.2.0",
"numpy>=2.0.0",
"opencv-python-headless",
"point-cloud-utils",
"pye57",
"pyproj",
"requests",
"sam2==1.1.0",
"scikit-image",
"scipy",
"tensorboard",
"torch>=2.8.0",
"torchvision",
"tqdm",
"tyro",
"usd-core ; platform_machine != 'aarch64'",
"usd-exchange ; platform_machine == 'aarch64'",
"msgpack",
"types-usd",
]
[project.scripts]
frgs = "fvdb_reality_capture.cli.frgs:frgs"
frdev = "fvdb_reality_capture.cli.frdev:frdev"
[project.urls]
Homepage = "https://github.com/openvdb/fvdb-reality-capture"
Issues = "https://github.com/openvdb/fvdb-reality-capture/issues"
# pyproject.toml
[tool.setuptools.packages.find]
include = ["fvdb_reality_capture*"] # Glob patterns for package names