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

@@ -123,7 +123,7 @@ def do_build(start_args: List[str]):
if test_flag is not None:
args.append(test_flag)
args.extend(["-c", "bottler", "-c", "fvcore", "-c", "iopath", "-c", "conda-forge"])
args.extend(["-c", "bottler", "-c", "iopath", "-c", "conda-forge"])
args.append("--no-anaconda-upload")
args.extend(["--python", os.environ["PYTHON_VERSION"]])
args.append("packaging/pytorch3d")