Skip to content

Commit

Permalink
Update gdsfactory requirement from ~=8.4.0 to >=8.4,<8.12
Browse files Browse the repository at this point in the history
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@v8.4.0...v8.11.0)

---
updated-dependencies:
- dependency-name: gdsfactory
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent ab97e5d commit c2eb7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ classifiers = [
"Operating System :: OS Independent"
]
dependencies = [
"gdsfactory~=8.4.0"
"gdsfactory>=8.4,<8.12"
]
description = "gdsfactory VTT PDK"
keywords = ["python"]
Expand Down

0 comments on commit c2eb7e1

Please sign in to comment.