Skip to content

Commit

Permalink
Remove git-lfs model download script
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd committed Oct 14, 2023
1 parent 359e2bf commit 790d7e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ platforms = ["win-64", "linux-64", "osx-64", "osx-arm64"]

[tasks]
install-requirements = "pip install -r requirements.txt"
download-models = "git lfs pull"
setup = {depends_on=["install-requirements", "download-models"]}
setup = {depends_on=["install-requirements"]}
lint = "ruff check ."

[target.osx-arm64.tasks]
Expand All @@ -21,7 +20,6 @@ install-requirements = "pip install -r requirements.apple-silicon.txt"
python = "3.11.0.*"
ffmpeg = "6.0.0.*"
pip = "23.2.1.*"
git-lfs = "3.4.0.*"
git = "2.42.0.*"
numpy = "1.26.0.*"
ruff = "0.0.292.*"

0 comments on commit 790d7e1

Please sign in to comment.