Skip to content

Commit

Permalink
BUILD: Fix Pyside6 version (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys authored Oct 14, 2024
1 parent 9d02b92 commit 2bfad0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
all = [
"pyaedt[all]>=0.10.0,<0.12",
"flask",
"PySide6-Essentials",
"pyside6==6.7.3",
"pyqtgraph",
"qdarkstyle",
"pyvistaqt",
Expand All @@ -49,7 +49,7 @@ tests = [
doc = [
"pyaedt[all]>=0.10.0,<0.12",
"recommonmark>=0.7.0,<0.8",
"PySide6-Essentials",
"pyside6==6.7.3",
"ansys-sphinx-theme>=0.10.0,<1.1",
"numpydoc>=1.5.0,<1.9",
"Sphinx>=7.1.0,<8.2",
Expand Down

0 comments on commit 2bfad0e

Please sign in to comment.