@@ -26,7 +26,6 @@ class Openvino < Formula
2626 depends_on "flatbuffers" => :build
2727 depends_on "pkgconf" => [ :build , :test ]
2828 depends_on "pybind11" => :build
29- depends_on "python-setuptools" => :build
3029 depends_on "[email protected] " => [ :build , :test ] 3130 depends_on "abseil"
3231 depends_on "nlohmann-json"
@@ -79,13 +78,13 @@ class Openvino < Formula
7978 end
8079
8180 resource "openvino-telemetry" do
82- url "https://files.pythonhosted.org/packages/2b/c7/ca3bb8cfb17c46cf50d951e0f4dd4bf3f7004e0c207b25164df70e091f6d/openvino-telemetry-2024.1 .0.tar.gz"
83- sha256 "6df9a8f499e75d893d0bece3c272e798109f0bd40d1eb2488adca6a0da1d9b9f "
81+ url "https://files.pythonhosted.org/packages/71/8a/89d82f1a9d913fb266c2e6dc2f6030935db24b7152963a8db6c4f039787f/openvino_telemetry-2025.2 .0.tar.gz"
82+ sha256 "8bf8127218e51e99547bf38b8fb85a8b31c9bf96e6f3a82eb0b3b6a34155977c "
8483 end
8584
8685 resource "packaging" do
87- url "https://files.pythonhosted.org/packages/51/65/50db4dda066951078f0a96cf12f4b9ada6e4b811516bf0262c0f4f7064d4 /packaging-24.1 .tar.gz"
88- sha256 "026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002 "
86+ url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d /packaging-25.0 .tar.gz"
87+ sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f "
8988 end
9089
9190 def python3
@@ -168,6 +167,8 @@ def install
168167 ENV [ "PYTHON_EXTENSIONS_ONLY" ] = "1"
169168 ENV [ "CPACK_GENERATOR" ] = "BREW"
170169
170+ # Allow our newer `numpy`
171+ inreplace "pyproject.toml" , "numpy>=1.16.6,<2.3.0" , "numpy>=1.16.6"
171172 venv = virtualenv_create ( libexec , python3 )
172173 venv . pip_install resources . select { |r | r . url . start_with? ( "https://files.pythonhosted.org/" ) }
173174 venv . pip_install_and_link "."
0 commit comments