Skip to content

Commit 18a3da7

Browse files
Update gdsfactory requirement from ~=9.2.0 to >=9.2,<9.8
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.2.0...v9.7.0) --- updated-dependencies: - dependency-name: gdsfactory dependency-version: 9.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 193b9f1 commit 18a3da7

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
@@ -12,7 +12,7 @@ classifiers = [
1212
"Operating System :: OS Independent"
1313
]
1414
dependencies = [
15-
"gdsfactory~=9.2.0",
15+
"gdsfactory>=9.2,<9.8",
1616
"gf180mcu"
1717
]
1818
description = "GlobalFoundries 180nm MCU"

0 commit comments

Comments
 (0)