Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MAminSFV committed Sep 14, 2024
1 parent 2fbcc47 commit 6d66f48
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 @@ -136,7 +136,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
cmdclass={"build_ext": CMakeBuild},
zip_safe=False,
extras_require={"test": ["pytest>=6.0"],
"pydrake": ["pydrake>=1.20"]
"pydrake": ["pydrake>=1.20"],
"numpy": ["numpy>=1.21.0"]},
python_requires=">=3.10",
)

0 comments on commit 6d66f48

Please sign in to comment.