File size: 1,070 Bytes
bd95c9c | 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 | [metadata]
name = py-soma-x
version = 0.1.0
description = SOMA body layer
long_description = file: README.md
long_description_content_type = text/markdown
author = NVIDIA Corporation
license = Apache-2.0
license_file = LICENSE
url = https://github.com/NVlabs/SOMA-X
project_urls =
Bug Tracker = https://github.com/NVlabs/SOMA-X/issues
Source Code = https://github.com/NVlabs/SOMA-X
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3
Topic :: Scientific/Engineering
[options]
packages = find:
python_requires = >=3.8
install_requires =
numpy
scipy
torch
trimesh
warp-lang
rtree
cholespy
huggingface_hub
[options.extras_require]
smpl =
smplx
anny =
anny
Pillow
dev =
pytest
ruff
pre-commit
demo =
pyrender
tqdm
imageio[ffmpeg]
all =
smplx
anny
Pillow
[options.packages.find]
include =
soma
soma.*
|