Skip to content

Commit e8b5ef7

Browse files
committed
Update pybind11 version requirement.
1 parent fefa27d commit e8b5ef7

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/nightlyIntegrationTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# John and re-run the job.
2020
runs-on: ["self-hosted", "1ES.Pool=1ES-CIRCT-builds", "linux"]
2121
container:
22-
image: ghcr.io/circt/images/circt-integration-test:v13.1
22+
image: ghcr.io/circt/images/circt-integration-test:v17.0
2323
volumes:
2424
- /mnt:/__w/circt
2525
strategy:

.github/workflows/shortIntegrationTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# John and re-run the job.
3030
runs-on: ["self-hosted", "1ES.Pool=1ES-CIRCT-builds", "linux"]
3131
container:
32-
image: ghcr.io/circt/images/circt-integration-test:v13.1
32+
image: ghcr.io/circt/images/circt-integration-test:v17.0
3333
volumes:
3434
- /mnt:/__w/circt
3535
strategy:

lib/Bindings/Python/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ requires = [
66
"cmake>=3.12",
77
# MLIR build depends.
88
"numpy",
9-
# Pybind11 2.10 has a bug relating to binding enums.
10-
"pybind11>=2.9,!=2.10",
9+
"pybind11>=2.11,<=2.12",
1110
"PyYAML",
1211
]
1312
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)