Fix sphinx build error (#655)
This commit is contained in:
parent
109875d43d
commit
6ad5b520fa
@ -6,3 +6,4 @@ sphinxcontrib-bibtex
|
|||||||
tensorboard
|
tensorboard
|
||||||
torch
|
torch
|
||||||
tqdm
|
tqdm
|
||||||
|
protobuf~=3.19.0
|
||||||
|
1
setup.py
1
setup.py
@ -22,6 +22,7 @@ def get_install_requires() -> str:
|
|||||||
"torch>=1.4.0",
|
"torch>=1.4.0",
|
||||||
"numba>=0.51.0",
|
"numba>=0.51.0",
|
||||||
"h5py>=2.10.0", # to match tensorflow's minimal requirements
|
"h5py>=2.10.0", # to match tensorflow's minimal requirements
|
||||||
|
"protobuf~=3.19.0", # breaking change, sphinx fail
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user