Skip to content

Commit

Permalink
move ninja in dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jasinliu committed Nov 27, 2024
1 parent 6186ee3 commit f1beded
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["scikit-build-core>=0.3.3", "pybind11", "ninja ~= 1.11"]
requires = ["scikit-build-core>=0.3.3", "pybind11"]
build-backend = "scikit_build_core.build"


Expand All @@ -10,7 +10,12 @@ description = "GraphAr command line tool"
readme = "README.md"
authors = [{ name = "GraphAr community", email = "dev@graphar.apache.org" }]
requires-python = ">=3.7"
dependencies = ["typer ~= 0.1", "pydantic ~= 2.0, < 2.7", "pyyaml ~= 6.0"]
dependencies = [
"typer ~= 0.1",
"pydantic ~= 2.0, < 2.7",
"pyyaml ~= 6.0",
"ninja ~= 1.11",
]

[project.optional-dependencies]
test = ["pandas ~= 2.0", "typing_extensions ~= 4.0"]
Expand Down

0 comments on commit f1beded

Please sign in to comment.