mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-20 06:10:34 +08:00
iopath dependency
Summary: Add ioPath as a dependency of PyTorch3D in preparation for using the new PathManager. Reviewed By: nikhilaravi Differential Revision: D25372971 fbshipit-source-id: d8aa661d2de975e747dd494edc42bf843990cf68
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0a309ec6c7
commit
513a6476bc
2
setup.py
2
setup.py
@@ -109,7 +109,7 @@ setup(
|
||||
description="PyTorch3D is FAIR's library of reusable components "
|
||||
"for deep Learning with 3D data.",
|
||||
packages=find_packages(exclude=("configs", "tests", "tests.*")),
|
||||
install_requires=["torchvision>=0.4", "fvcore"],
|
||||
install_requires=["torchvision>=0.4", "fvcore", "iopath"],
|
||||
extras_require={
|
||||
"all": ["matplotlib", "tqdm>4.29.0", "imageio", "ipywidgets"],
|
||||
"dev": ["flake8", "isort", "black==19.3b0"],
|
||||
|
||||
Reference in New Issue
Block a user