Skip to content

Commit

Permalink
Add requirements dev for darwin platform
Browse files Browse the repository at this point in the history
  • Loading branch information
tongke6 committed Jan 8, 2025
1 parent 4444125 commit e3bff0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ compile_pip_requirements_3_11(
compile_pip_requirements(
name = "requirements-dev",
src = "requirements-dev.txt",
requirements_darwin = "requirements_dev_darwin_lock.txt",
requirements_txt = "requirements_dev_lock.txt",
tags = ["manual"],
)
Expand Down
3 changes: 3 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")

use_repo(pip, "spu_pip")
pip.parse(
extra_pip_args = [
"--extra-index-url=https://mirrors.aliyun.com/pypi/simple/",
],
hub_name = "spu_pip_dev",
python_version = DEFAULT_PYTHON_VERSION,
requirements_lock = "//:requirements_dev_lock.txt",
Expand Down

0 comments on commit e3bff0c

Please sign in to comment.