Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
ANSRV_GEO_PORT: 700
ANSRV_GEO_LICENSE_SERVER: ${{ secrets.LICENSE_SERVER }}
GEO_CONT_NAME: ans_geo
RESET_IMAGE_CACHE: 2
RESET_IMAGE_CACHE: 3
IS_WORKFLOW_RUNNING: True
ARTIFACTORY_VERSION: v241

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [
all = [
"ansys-platform-instancemanagement>=1.0.3",
"docker>=6.0.1",
"pyvista[trame]>=0.38.1",
"pyvista[trame]>=0.38.1,<0.42",
]
tests = [
"ansys-platform-instancemanagement==1.1.2",
Expand All @@ -63,7 +63,7 @@ tests = [
"pytest-cov==4.1.0",
"pytest-pyvista==0.1.8",
"pytest-xvfb==3.0.0",
"pyvista[trame]==0.42.1",
"pyvista[trame]==0.41.1",
"requests==2.31.0",
"scipy==1.11.2",
"six==1.16.0",
Expand All @@ -81,7 +81,7 @@ doc = [
"notebook==7.0.3",
"numpydoc==1.5.0",
"panel==1.2.2",
"pyvista[trame]==0.42.1",
"pyvista[trame]==0.41.1",
"requests==2.31.0",
"sphinx==7.2.5",
"sphinx-autoapi==2.1.1", # "sphinx-autoapi @ git+https://github.com/jorgepiloto/sphinx-autoapi@feat/single-page-option", ---> Installed directly in workflow
Expand Down