remove fvcore dependency

Summary: This is not actually needed and is causing a conda-forge confusion to do with python_abi - which needs users to have `-c conda-forge` when they install pytorch3d.

Reviewed By: patricklabatut

Differential Revision: D59587930

fbshipit-source-id: 961ae13a62e1b2b2ce6d8781db38bd97eca69e65
This commit is contained in:
Jeremy Reizenstein
2024-07-11 04:35:38 -07:00
committed by Facebook GitHub Bot
parent 51fd114d8b
commit 4df110b0a9
20 changed files with 21 additions and 22 deletions

View File

@@ -153,7 +153,7 @@ setup(
)
+ [trainer],
package_dir={trainer: "projects/implicitron_trainer"},
install_requires=["fvcore", "iopath"],
install_requires=["iopath"],
extras_require={
"all": ["matplotlib", "tqdm>4.29.0", "imageio", "ipywidgets"],
"dev": ["flake8", "usort"],