Skip to content

Commit

Permalink
Update pybind11 version requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeurbach committed Nov 22, 2024
1 parent 96c69a8 commit 25c4333
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightlyIntegrationTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# John and re-run the job.
runs-on: ["self-hosted", "1ES.Pool=1ES-CIRCT-builds", "linux"]
container:
image: ghcr.io/circt/images/circt-integration-test:v13.1
image: ghcr.io/circt/images/circt-integration-test:v17.0
volumes:
- /mnt:/__w/circt
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shortIntegrationTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# John and re-run the job.
runs-on: ["self-hosted", "1ES.Pool=1ES-CIRCT-builds", "linux"]
container:
image: ghcr.io/circt/images/circt-integration-test:v13.1
image: ghcr.io/circt/images/circt-integration-test:v17.0
volumes:
- /mnt:/__w/circt
strategy:
Expand Down
3 changes: 1 addition & 2 deletions lib/Bindings/Python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ requires = [
"cmake>=3.12",
# MLIR build depends.
"numpy",
# Pybind11 2.10 has a bug relating to binding enums.
"pybind11>=2.9,!=2.10",
"pybind11>=2.11,<=2.12",
"PyYAML",
]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 25c4333

Please sign in to comment.