mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-20 06:10:34 +08:00
don't check black version
Summary: skip checking the version of black because `black --version` looks different in different versions. Reviewed By: kjchalup Differential Revision: D36441262 fbshipit-source-id: a2d9a5cad4f5433909fb85bc9a584e91a2b72601
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f632c423ef
commit
cd7b885169
2
setup.py
2
setup.py
@@ -143,7 +143,7 @@ setup(
|
||||
install_requires=["fvcore", "iopath"],
|
||||
extras_require={
|
||||
"all": ["matplotlib", "tqdm>4.29.0", "imageio", "ipywidgets"],
|
||||
"dev": ["flake8", "usort", "black==19.3b0"],
|
||||
"dev": ["flake8", "usort", "black==22.3"],
|
||||
"implicitron": ["hydra-core>=1.1", "visdom", "lpips", "matplotlib"],
|
||||
},
|
||||
entry_points={
|
||||
|
||||
Reference in New Issue
Block a user