Added numpy to the dependencies

This commit is contained in:
Pascal Serrarens 2025-06-04 15:05:24 +02:00
parent 9fe87ec0f6
commit 2e40331ad3

View File

@ -4,7 +4,8 @@ setup(
name='RoboidControl',
version='0.4.0-dev',
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_email='support@passer.life',
description='Control lightweight networked robots',