Skip to content

Commit

Permalink
revert backtracking resolver change
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan King committed Jan 4, 2024
1 parent ad79608 commit 7b628a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-linux-pip-lockfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ package=$1
docker run --rm -it \
-v $HAIL:/hail \
$PIP_COMPILE_IMAGE \
pip-compile --upgrade hail/$package/requirements.txt --output-file=hail/$package/pinned-requirements.txt --resolver=backtracking
pip-compile --upgrade hail/$package/requirements.txt --output-file=hail/$package/pinned-requirements.txt

0 comments on commit 7b628a1

Please sign in to comment.