Added numpy to the dependencies
This commit is contained in:
parent
9fe87ec0f6
commit
2e40331ad3
3
setup.py
3
setup.py
@ -4,7 +4,8 @@ setup(
|
|||||||
name='RoboidControl',
|
name='RoboidControl',
|
||||||
version='0.4.0-dev',
|
version='0.4.0-dev',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
install_requires=['LinearAlgebra @ git+https://git.passer.life/LinearAlgebra/LinearAlgebra-python.git@main#egg=LinearAlgebra'],
|
install_requires=['LinearAlgebra @ git+https://git.passer.life/LinearAlgebra/LinearAlgebra-python.git@main#egg=LinearAlgebra',
|
||||||
|
'numpy'],
|
||||||
author='Passer Life',
|
author='Passer Life',
|
||||||
author_email='support@passer.life',
|
author_email='support@passer.life',
|
||||||
description='Control lightweight networked robots',
|
description='Control lightweight networked robots',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user