Skip to content

Commit

Permalink
chore: remove deprecation warning when building bentos (#3566)
Browse files Browse the repository at this point in the history
added --resolver=backtracking argument to pip-compile.
  • Loading branch information
CheeksTheGeek committed Feb 15, 2023
1 parent dce24d8 commit 8d091c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bentoml/_internal/bento/build_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@ def write_to_bento(self, bento_fs: FS, build_ctx: str) -> None:
"--allow-unsafe",
"--no-header",
f"--output-file={pip_compile_out}",
"--resolver=backtracking",
]
)
logger.info("Locking PyPI package versions.")
Expand Down

0 comments on commit 8d091c8

Please sign in to comment.