From a2d04c53dedeb11f4eb24394a3a78ad4e67f0aaf Mon Sep 17 00:00:00 2001 From: hanyas Date: Wed, 7 Jun 2023 10:42:37 +0300 Subject: [PATCH] update setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8c272fc..1598431 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ description='Second-order iterated smoothers for state estimation', author='Hany Abdulsamad, Fatemeh Yaghoobi', author_email='hany@robot-learning.de', - install_requires=['jax', 'jaxlib', 'matplotlib'], + install_requires=['numpy', 'scipy', 'jax', 'jaxlib', 'matplotlib'], packages=['second-order-smoothers'], zip_safe=False, )