Skip to content

Commit 3b66302

Browse files
authored
Merge branch 'main' into feat/update_inprocess_attributes
2 parents 7c363f7 + fc979b9 commit 3b66302

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update ansys-tools-visualization-interface version constraint
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Adding python 3.10 versions on dependencies to fix uv run issue

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ graphics = [
5555
]
5656

5757
all = [
58-
"ansys-tools-visualization-interface>=0.9.0,<0.12.0",
58+
"ansys-tools-visualization-interface>=0.9.0,<0.13.0",
5959
"ipywidgets",
6060
"jupyterlab>=3",
6161
"matplotlib>=3.0.0", # for colormaps for pyvista
@@ -105,13 +105,15 @@ doc = [
105105
"pytest-sphinx==0.7.1",
106106
"pythreejs==2.4.2",
107107
"sphinx-autobuild==2024.10.3",
108-
"sphinx-autodoc-typehints==3.1.0",
108+
"sphinx-autodoc-typehints==3.0.1; python_version < '3.11'",
109+
"sphinx-autodoc-typehints==3.1.0; python_version >= '3.11'",
109110
"sphinx-copybutton==0.5.2",
110111
"sphinx-design==0.6.1",
111112
"sphinx-gallery==0.20.0",
112113
"sphinx-jinja==2.0.2",
113114
"sphinx-notfound-page==1.1.0",
114-
"sphinx==8.2.3",
115+
"sphinx==8.1.3; python_version < '3.11'",
116+
"sphinx==8.2.3; python_version >= '3.11'",
115117
"sphinxcontrib-websupport==2.0.0",
116118
"sphinxemoji==0.3.2",
117119
"vtk==9.5.2",

0 commit comments

Comments
 (0)