Skip to content

Commit

Permalink
chore: update brew python dependency to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
yurijmikhalevich committed Dec 14, 2024
1 parent 95cc6a5 commit cb38401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-utils/homebrew/generate_formula.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
depends_on "libyaml"
depends_on "numpy"
depends_on "pillow"
depends_on "python@3.12"
depends_on "python@3.13"
depends_on "pytorch"
depends_on "sentencepiece"
depends_on "torchvision"
Expand All @@ -33,7 +33,7 @@ def install
virtualenv_install_with_resources
# link dependent virtualenvs to this one
site_packages = Language::Python.site_packages("python3.12")
site_packages = Language::Python.site_packages("python3.13")
paths = %w[pytorch torchvision].map do |package_name|
package = Formula[package_name].opt_libexec
package/site_packages
Expand Down

0 comments on commit cb38401

Please sign in to comment.