Skip to content

Commit 50b9e7d

Browse files
authored
Merge branch 'main' into dependabot/pip/grpc-deps-8c3042ba23
2 parents 41094e0 + 56aa23b commit 50b9e7d

File tree

8 files changed

+14
-9
lines changed

8 files changed

+14
-9
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- main
1010

1111
env:
12-
MAIN_PYTHON_VERSION: '3.13'
12+
MAIN_PYTHON_VERSION: '3.12'
1313
PACKAGE_NAME: 'ansys-geometry-core'
1414
DOCUMENTATION_CNAME: 'geometry.docs.pyansys.com'
1515
ANSRV_GEO_IMAGE: 'ghcr.io/ansys/geometry'

.github/workflows/nightly_docker_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
- v*
2222

2323
env:
24-
MAIN_PYTHON_VERSION: '3.13'
24+
MAIN_PYTHON_VERSION: '3.12'
2525
ANSRV_GEO_IMAGE_WINDOWS_TAG: ghcr.io/ansys/geometry:windows-latest-unstable
2626
ANSRV_GEO_IMAGE_WINDOWS_CORE_TAG: ghcr.io/ansys/geometry:core-windows-latest-unstable
2727
ANSRV_GEO_IMAGE_LINUX_CORE_TAG: ghcr.io/ansys/geometry:core-linux-latest-unstable
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump ansys-api-geometry from 0.4.20 to 0.4.23
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump ansys-api-geometry from 0.4.23 to 0.4.24
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump ansys-tools-visualization-interface from 0.6.0 to 0.6.1

doc/changelog.d/1584.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vtk/pyvista issues
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump ansys-tools-visualization-interface from 0.6.1 to 0.6.2

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525

2626
dependencies = [
27-
"ansys-api-geometry==0.4.20",
27+
"ansys-api-geometry==0.4.24",
2828
"ansys-tools-path>=0.3,<1",
2929
"ansys-tools-visualization-interface>=0.2.6,<1",
3030
"beartype>=0.11.0,<0.20",
@@ -50,7 +50,7 @@ all = [
5050
tests = [
5151
"ansys-platform-instancemanagement==1.1.2",
5252
"ansys-tools-path==0.7.0",
53-
"ansys-tools-visualization-interface==0.6.0",
53+
"ansys-tools-visualization-interface==0.6.2",
5454
"beartype==0.19.0",
5555
"docker==7.1.0",
5656
"grpcio==1.68.1",
@@ -62,12 +62,12 @@ tests = [
6262
"pytest-cov==6.0.0",
6363
"pytest-pyvista==0.1.9",
6464
"pytest-xvfb==3.0.0",
65-
"pyvista[jupyter]==0.44.1",
65+
"pyvista[jupyter]==0.44.2",
6666
"requests==2.32.3",
6767
"scipy==1.14.1",
6868
"semver==3.0.2",
6969
"six==1.17.0",
70-
"vtk==9.4.0",
70+
"vtk==9.3.1",
7171
]
7272
tests-minimal = [
7373
"pytest==8.3.4",
@@ -78,7 +78,7 @@ tests-minimal = [
7878
doc = [
7979
"ansys-sphinx-theme[autoapi]==1.2.3",
8080
"ansys-tools-path==0.7.0",
81-
"ansys-tools-visualization-interface==0.6.0",
81+
"ansys-tools-visualization-interface==0.6.2",
8282
"beartype==0.19.0",
8383
"docker==7.1.0",
8484
"grpcio==1.68.1",
@@ -95,7 +95,7 @@ doc = [
9595
"panel==1.5.4",
9696
"Pint==0.24.4",
9797
"protobuf==5.29.1",
98-
"pyvista[jupyter]==0.44.1",
98+
"pyvista[jupyter]==0.44.2",
9999
"requests==2.32.3",
100100
"scipy==1.14.1",
101101
"semver==3.0.2",
@@ -105,7 +105,7 @@ doc = [
105105
"sphinx-copybutton==0.5.2",
106106
"sphinx-jinja==2.0.2",
107107
"trame-vtk==2.8.12",
108-
"vtk==9.4.0",
108+
"vtk==9.3.1",
109109
]
110110

111111
[project.urls]

0 commit comments

Comments
 (0)