Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyas committed Jun 7, 2023
1 parent 0e204eb commit a2d04c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
description='Second-order iterated smoothers for state estimation',
author='Hany Abdulsamad, Fatemeh Yaghoobi',
author_email='[email protected]',
install_requires=['jax', 'jaxlib', 'matplotlib'],
install_requires=['numpy', 'scipy', 'jax', 'jaxlib', 'matplotlib'],
packages=['second-order-smoothers'],
zip_safe=False,
)

0 comments on commit a2d04c5

Please sign in to comment.