Fix sphinx build error (#655)

This commit is contained in:
Jiayi Weng 2022-06-01 00:56:04 -05:00 committed by GitHub
parent 109875d43d
commit 6ad5b520fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -6,3 +6,4 @@ sphinxcontrib-bibtex
tensorboard
torch
tqdm
protobuf~=3.19.0

View File

@ -22,6 +22,7 @@ def get_install_requires() -> str:
"torch>=1.4.0",
"numba>=0.51.0",
"h5py>=2.10.0", # to match tensorflow's minimal requirements
"protobuf~=3.19.0", # breaking change, sphinx fail
]