Skip to content

Commit

Permalink
Solve the numpy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MAminSFV committed Sep 14, 2024
1 parent 6559b77 commit 2fbcc47
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 55 deletions.
1 change: 0 additions & 1 deletion scripts/setup_ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ apt-get install --no-install-recommends -y $(cat <<EOF
cmake
lsb-release
python3-dev
python3-numpy
locales
EOF
)
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +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",
)
2 changes: 0 additions & 2 deletions src/drake_extension/__init__.py

This file was deleted.

51 changes: 0 additions & 51 deletions src/drake_extension_ext.cpp

This file was deleted.

0 comments on commit 2fbcc47

Please sign in to comment.