Skip to content

Commit

Permalink
MAINT: Update pyaedt requirement from <0.12,>=0.10.0 to >=0.10.0,<0.14
Browse files Browse the repository at this point in the history
Updates the requirements on [pyaedt](https://github.com/ansys/pyaedt) to permit the latest version.
- [Release notes](https://github.com/ansys/pyaedt/releases)
- [Commits](ansys/pyaedt@v0.10.0...v0.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 36a2937 commit dae385e
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 @@ -26,7 +26,7 @@ classifiers = [
dependencies = [
"build==1.2.2.post1",
"twine==5.1.1",
"pyaedt>=0.10.0,<0.12",
"pyaedt>=0.10.0,<0.14",
"pydantic",
"tomli; python_version < '3.12'",
]
Expand Down

0 comments on commit dae385e

Please sign in to comment.