Skip to content

Commit 5b5bb53

Browse files
Update ninja requirement from ~=1.11.1.4 to >=1.11.1.4,<1.13.1.0
Updates the requirements on [ninja](https://github.com/scikit-build/ninja-python-distributions) to permit the latest version. - [Release notes](https://github.com/scikit-build/ninja-python-distributions/releases) - [Changelog](https://github.com/scikit-build/ninja-python-distributions/blob/master/HISTORY.rst) - [Commits](scikit-build/ninja-python-distributions@1.11.1.4...1.13.0) --- updated-dependencies: - dependency-name: ninja dependency-version: 1.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 72f8b07 commit 5b5bb53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"scipy>=1.15.2,<1.17.0",
1212
"torch>=2.6,<2.8",
1313
"pybind11>=2.13.6,<3.1.0",
14-
"ninja~=1.11.1.4",
14+
"ninja>=1.11.1.4,<1.13.1.0",
1515
"tyro~=0.9.18",
1616
"pyyaml~=6.0.2",
1717
"openfermion~=1.7.0",

0 commit comments

Comments
 (0)