File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 99 - main
1010
1111env :
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'
Original file line number Diff line number Diff line change 2121 - v*
2222
2323env :
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
Original file line number Diff line number Diff line change 1+ vtk/pyvista issues
Original file line number Diff line number Diff line change @@ -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]
7272tests-minimal = [
7373 " pytest==8.3.4" ,
@@ -95,7 +95,7 @@ doc = [
9595 " panel==1.5.4" ,
9696 " Pint==0.24.4" ,
9797 " protobuf==5.28.3" ,
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 ]
You can’t perform that action at this time.
0 commit comments