From 2e40331ad376d39b2ecb6efd4b996ff25f102f77 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Wed, 4 Jun 2025 15:05:24 +0200 Subject: [PATCH] Added numpy to the dependencies --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 331d02d..5747fdd 100644 --- a/setup.py +++ b/setup.py @@ -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',