mirror of
https://github.com/gosticks/torch-mesh-isect.git
synced 2025-10-16 11:55:35 +00:00
Update classifiers in setup.py and add requirements
This commit is contained in:
parent
5e604bac9c
commit
fe50aa9cbb
4
optional-requirements.txt
Normal file
4
optional-requirements.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
pyrender>=0.1.23
|
||||||
|
shapely
|
||||||
|
trimesh>=2.37.6
|
||||||
|
smplx
|
||||||
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
numpy>=1.16.2
|
||||||
|
torch>=1.0
|
||||||
9
setup.py
9
setup.py
@ -15,6 +15,7 @@
|
|||||||
#
|
#
|
||||||
# Contact: ps-license@tuebingen.mpg.deimport io
|
# Contact: ps-license@tuebingen.mpg.deimport io
|
||||||
|
|
||||||
|
import io
|
||||||
import os
|
import os
|
||||||
import os.path as osp
|
import os.path as osp
|
||||||
|
|
||||||
@ -80,8 +81,14 @@ setup(name=NAME,
|
|||||||
url=URL,
|
url=URL,
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
ext_modules=[bvh_extension],
|
ext_modules=[bvh_extension],
|
||||||
|
classifiers=[
|
||||||
|
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||||
|
"Environment :: Console",
|
||||||
|
"Programming Language :: Python",
|
||||||
|
"Programming Language :: Python :: 3.6",
|
||||||
|
"Programming Language :: Python :: 3.7"],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'torch>=1.0.1.post2',
|
'torch>=1.0.1',
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
'render': render_reqs,
|
'render': render_reqs,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user