Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MAminSFV committed Sep 12, 2024
1 parent e1f3cfd commit 707df75
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@ name = "drake_extension"
version = "0.0.1"
description = "An example minimal project that compiles bindings using Pybind and scikit-build"
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.10"
authors = [
{ name = "M. Amin Safavi", email = "safavi.m.amin@gmail.com" }
]
classifiers = [
"License :: MIT License"
]
#dependencies = [
# "drake",
#]
dependencies = [
"drake",
"numpy"
]

[project.optional-dependencies]
test = ["pytest"]
Expand Down

0 comments on commit 707df75

Please sign in to comment.