Skip to content

Commit ca1657f

Browse files
Bump the python-packages group across 1 directory with 3 updates
Updates the requirements on [pybind11](https://github.com/pybind/pybind11), [siliconcompiler](https://github.com/siliconcompiler/siliconcompiler) and [umi](https://github.com/zeroasiccorp/umi) to permit the latest version. Updates `pybind11` to 3.0.1 - [Release notes](https://github.com/pybind/pybind11/releases) - [Changelog](https://github.com/pybind/pybind11/blob/master/docs/changelog.md) - [Commits](pybind/pybind11@v2.6.0...v3.0.1) Updates `siliconcompiler` to 0.35.1 - [Release notes](https://github.com/siliconcompiler/siliconcompiler/releases) - [Changelog](https://github.com/siliconcompiler/siliconcompiler/blob/main/Changes) - [Commits](siliconcompiler/siliconcompiler@v0.27.0...v0.35.1) Updates `umi` to 0.3.0 - [Release notes](https://github.com/zeroasiccorp/umi/releases) - [Commits](zeroasiccorp/umi@v0.1.0...v0.3.0) --- updated-dependencies: - dependency-name: pybind11 dependency-version: 3.0.1 dependency-type: direct:production dependency-group: python-packages - dependency-name: siliconcompiler dependency-version: 0.35.1 dependency-type: direct:production dependency-group: python-packages - dependency-name: umi dependency-version: 0.3.0 dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 62f8b72 commit ca1657f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Examples dependencies
2-
umi >= 0.1.0, < 0.3.0
2+
umi >= 0.1.0, < 0.4.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["setuptools>=42", "wheel", "pybind11 >=2.6,<3"]
2+
requires = ["setuptools>=42", "wheel", "pybind11 >=2.6,<4"]
33
build-backend = "setuptools.build_meta"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
numpy
1212
tqdm
13-
siliconcompiler >= 0.27.0, < 0.32.0
13+
siliconcompiler >= 0.27.0, < 0.36.0
1414

1515
# Testing dependencies
1616
#:test

0 commit comments

Comments
 (0)