Skip to content

Commit

Permalink
Merge branch 'main' into release/0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys committed Feb 18, 2025
2 parents 705dc03 + de0ef83 commit 8b9ca60
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,29 +26,29 @@ classifiers = [
dependencies = [
"build==1.2.2.post1",
"twine==6.1.0",
"pyaedt>=0.12.0,<0.14",
"pyaedt>=0.13.0,<0.16",
"pydantic>=2.0,<2.11",
"tomli; python_version < '3.12'",
"attrs<24.3.0"
"attrs<25.2.0"
]

[project.optional-dependencies]
all = [
"pyaedt[all]>=0.12.0,<0.14",
"pyaedt[all]>=0.13.0,<0.16",
"flask",
"pyside6==6.8.2.1",
"pyqtgraph",
"qdarkstyle",
"pyvistaqt",
]
tests = [
"pyaedt[all]>=0.12.0,<0.14",
"pyaedt[all]>=0.13.0,<0.16",
"flask",
"pytest>=7.4.0,<8.4",
"pytest-cov>=4.0.0,<6.1",
]
doc = [
"pyaedt[all]>=0.12.0,<0.14",
"pyaedt[all]>=0.13.0,<0.16",
"recommonmark>=0.7.0,<0.8",
"pyside6==6.8.2.1",
"ansys-sphinx-theme>=0.10.0,<1.4",
Expand Down

0 comments on commit 8b9ca60

Please sign in to comment.