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 4db9512 commit d932566
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def build_extension(self, ext: CMakeExtension) -> None:
cmdclass={"build_ext": CMakeBuild},
zip_safe=False,
extras_require={"test": ["pytest>=6.0"],
"pydrake": ["pydrake>=1.20"],
"numpy": ["numpy>=1.21.0"]},
"pydrake": ["pydrake>=1.20"]},
python_requires=">=3.10",
)

0 comments on commit d932566

Please sign in to comment.