Commit 9c8e583e authored by Shaoshuai Shi's avatar Shaoshuai Shi
Browse files

remove the version constrain of numpy

parent a9c66fee
......@@ -36,7 +36,7 @@ if __name__ == '__main__':
version=version,
description='OpenPCDet is a general codebase for 3D object detection from point cloud',
install_requires=[
'numpy<=1.20',
'numpy',
'llvmlite',
'numba',
'tensorboardX',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment