Skip to content

Commit

Permalink
move cmake and ninja to build-system.requires, to see if that works i…
Browse files Browse the repository at this point in the history
…n CI
  • Loading branch information
wyattscarpenter committed Aug 13, 2024
1 parent 3dc341b commit 3c71e95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=40.8.0", "ninja", "wheel", "pybind11>=2.10.1"]
requires = ["setuptools>=40.8.0", "ninja>=1.10.0.post2", "wheel", "pybind11>=2.10.1", "cmake>=3.16"]
build-backend = "setuptools.build_meta"

[tool.pytype]
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
# Make sure you also install the non-Python dependencies described in
# https://github.com/google/pytype/blob/master/CONTRIBUTING.md#pytype-dependencies.
attrs>=21.4.0
cmake>=3.16
importlab>=0.8
immutabledict>=4.1.0
jinja2>=3.1.2
libcst>=1.0.1
msgspec>=0.18.6
networkx<3.2
ninja>=1.10.0.post2
pybind11>=2.10.1
pycnite>=2024.07.31
pydot>=1.4.2
Expand Down

0 comments on commit 3c71e95

Please sign in to comment.