Skip to content

Commit

Permalink
[Python] Bump PyBind11 versions to 2.9
Browse files Browse the repository at this point in the history
Stay consistent with upstream:
llvm/llvm-project@478e392
  • Loading branch information
teqdruid committed May 23, 2023
1 parent 2daf0dc commit 06d3bf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontends/PyCDE/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires = [

# MLIR build depends.
"numpy",
"pybind11>=2.7.1",
"pybind11>=2.9",
"PyYAML",

# PyCDE depends
Expand Down
4 changes: 2 additions & 2 deletions frontends/PyCDE/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy
pybind11>=2.7.1
pybind11>=2.9
PyYAML
cocotb>=1.6.2
cocotb-test>=0.2.2
jinja2
jinja2
2 changes: 1 addition & 1 deletion lib/Bindings/Python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [
"cmake>=3.12",
# MLIR build depends.
"numpy",
"pybind11>=2.7.1",
"pybind11>=2.9",
"PyYAML",
]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 06d3bf6

Please sign in to comment.