Skip to content

Commit ecc5ac1

Browse files
Update gdsfactory requirement from <9.32.1,>=9.29.1 to >=9.29.1,<9.34.1
Updates the requirements on [gdsfactory](https://github.com/gdsfactory/gdsfactory) to permit the latest version. - [Release notes](https://github.com/gdsfactory/gdsfactory/releases) - [Changelog](https://github.com/gdsfactory/gdsfactory/blob/main/CHANGELOG.md) - [Commits](gdsfactory/gdsfactory@v9.29.1...v9.34.0) --- updated-dependencies: - dependency-name: gdsfactory dependency-version: 9.34.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d02a17 commit ecc5ac1

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
@@ -15,7 +15,7 @@ classifiers = [
1515
"Programming Language :: Python :: 3.13",
1616
"Programming Language :: Python :: 3.14",
1717
]
18-
dependencies = ["doroutes>=0.2.0", "gdsfactory>=9.29.1,<9.32.1"]
18+
dependencies = ["doroutes>=0.2.0", "gdsfactory>=9.29.1,<9.34.1"]
1919

2020
[project.optional-dependencies]
2121
models = [

0 commit comments

Comments
 (0)