Skip to content

Commit cdecc73

Browse files
committed
vtk: migrate to [email protected]
1 parent 7dbf33a commit cdecc73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/v/vtk.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Vtk < Formula
3535
depends_on "proj"
3636
depends_on "pugixml"
3737
depends_on "pyqt"
38-
depends_on "python@3.13"
38+
depends_on "python@3.14"
3939
depends_on "qtbase"
4040
depends_on "qtdeclarative"
4141
depends_on "sqlite"
@@ -64,7 +64,7 @@ def install
6464
ENV.remove "HOMEBREW_DEPENDENCIES", "expat"
6565
end
6666

67-
python = "python3.13"
67+
python = "python3.14"
6868
qml_plugin_dir = lib/"qml/VTK.#{version.major_minor}"
6969
vtkmodules_dir = prefix/Language::Python.site_packages(python)/"vtkmodules"
7070
rpaths = [rpath, rpath(source: qml_plugin_dir), rpath(source: vtkmodules_dir)]

0 commit comments

Comments
 (0)