Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenPCDet
Commits
9c8e583e
Commit
9c8e583e
authored
Mar 09, 2022
by
Shaoshuai Shi
Browse files
remove the version constrain of numpy
parent
a9c66fee
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
requirements.txt
requirements.txt
+1
-1
setup.py
setup.py
+1
-1
No files found.
requirements.txt
View file @
9c8e583e
numpy
<=1.20
numpy
llvmlite
llvmlite
numba
numba
torch
>=1.1
torch
>=1.1
...
...
setup.py
View file @
9c8e583e
...
@@ -36,7 +36,7 @@ if __name__ == '__main__':
...
@@ -36,7 +36,7 @@ if __name__ == '__main__':
version
=
version
,
version
=
version
,
description
=
'OpenPCDet is a general codebase for 3D object detection from point cloud'
,
description
=
'OpenPCDet is a general codebase for 3D object detection from point cloud'
,
install_requires
=
[
install_requires
=
[
'numpy
<=1.20
'
,
'numpy'
,
'llvmlite'
,
'llvmlite'
,
'numba'
,
'numba'
,
'tensorboardX'
,
'tensorboardX'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment