Skip to content

Commit

Permalink
fix: vtk/pyvista issues (#1584)
Browse files Browse the repository at this point in the history
Co-authored-by: pyansys-ci-bot <[email protected]>
  • Loading branch information
RobPasMue and pyansys-ci-bot authored Dec 12, 2024
1 parent bcf4f99 commit 74cc29c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

env:
MAIN_PYTHON_VERSION: '3.13'
MAIN_PYTHON_VERSION: '3.12'
PACKAGE_NAME: 'ansys-geometry-core'
DOCUMENTATION_CNAME: 'geometry.docs.pyansys.com'
ANSRV_GEO_IMAGE: 'ghcr.io/ansys/geometry'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_docker_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
- v*

env:
MAIN_PYTHON_VERSION: '3.13'
MAIN_PYTHON_VERSION: '3.12'
ANSRV_GEO_IMAGE_WINDOWS_TAG: ghcr.io/ansys/geometry:windows-latest-unstable
ANSRV_GEO_IMAGE_WINDOWS_CORE_TAG: ghcr.io/ansys/geometry:core-windows-latest-unstable
ANSRV_GEO_IMAGE_LINUX_CORE_TAG: ghcr.io/ansys/geometry:core-linux-latest-unstable
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/1584.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vtk/pyvista issues
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ tests = [
"pytest-cov==6.0.0",
"pytest-pyvista==0.1.9",
"pytest-xvfb==3.0.0",
"pyvista[jupyter]==0.44.1",
"pyvista[jupyter]==0.44.2",
"requests==2.32.3",
"scipy==1.14.1",
"semver==3.0.2",
"six==1.17.0",
"vtk==9.4.0",
"vtk==9.3.1",
]
tests-minimal = [
"pytest==8.3.4",
Expand Down Expand Up @@ -95,7 +95,7 @@ doc = [
"panel==1.5.4",
"Pint==0.24.4",
"protobuf==5.28.3",
"pyvista[jupyter]==0.44.1",
"pyvista[jupyter]==0.44.2",
"requests==2.32.3",
"scipy==1.14.1",
"semver==3.0.2",
Expand All @@ -105,7 +105,7 @@ doc = [
"sphinx-copybutton==0.5.2",
"sphinx-jinja==2.0.2",
"trame-vtk==2.8.12",
"vtk==9.4.0",
"vtk==9.3.1",
]

[project.urls]
Expand Down

0 comments on commit 74cc29c

Please sign in to comment.