Skip to content

Commit

Permalink
Revert "move ninja in dependency"
Browse files Browse the repository at this point in the history
This reverts commit f1beded.
  • Loading branch information
jasinliu committed Dec 17, 2024
1 parent f1beded commit 5b0f88a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 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"]
requires = ["scikit-build-core>=0.3.3", "pybind11", "ninja ~= 1.11"]
build-backend = "scikit_build_core.build"


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

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

0 comments on commit 5b0f88a

Please sign in to comment.