Skip to content

Commit e222689

Browse files
doc: Revert pyvista dependency (#708)
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
1 parent 3d6f62c commit e222689

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
ANSRV_GEO_PORT: 700
1818
ANSRV_GEO_LICENSE_SERVER: ${{ secrets.LICENSE_SERVER }}
1919
GEO_CONT_NAME: ans_geo
20-
RESET_IMAGE_CACHE: 2
20+
RESET_IMAGE_CACHE: 3
2121
IS_WORKFLOW_RUNNING: True
2222
ARTIFACTORY_VERSION: v241
2323

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = [
4545
all = [
4646
"ansys-platform-instancemanagement>=1.0.3",
4747
"docker>=6.0.1",
48-
"pyvista[trame]>=0.38.1",
48+
"pyvista[trame]>=0.38.1,<0.42",
4949
]
5050
tests = [
5151
"ansys-platform-instancemanagement==1.1.2",
@@ -63,7 +63,7 @@ tests = [
6363
"pytest-cov==4.1.0",
6464
"pytest-pyvista==0.1.8",
6565
"pytest-xvfb==3.0.0",
66-
"pyvista[trame]==0.42.1",
66+
"pyvista[trame]==0.41.1",
6767
"requests==2.31.0",
6868
"scipy==1.11.2",
6969
"six==1.16.0",
@@ -81,7 +81,7 @@ doc = [
8181
"notebook==7.0.3",
8282
"numpydoc==1.5.0",
8383
"panel==1.2.2",
84-
"pyvista[trame]==0.42.1",
84+
"pyvista[trame]==0.41.1",
8585
"requests==2.31.0",
8686
"sphinx==7.2.5",
8787
"sphinx-autoapi==2.1.1", # "sphinx-autoapi @ git+https://github.com/jorgepiloto/sphinx-autoapi@feat/single-page-option", ---> Installed directly in workflow

0 commit comments

Comments
 (0)