Skip to content

Commit

Permalink
skip pinning secondary requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanSchott committed Feb 22, 2024
1 parent 6179188 commit 75c8f44
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions install_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,4 @@ python3 -m venv ~/envED

# Install required python libraries.
pip install --disable-pip-version-check -q -U uv==0.1.6
rm -f requirements.txt
uv pip compile -q requirements.in -o requirements.txt
uv pip install -q -r requirements.txt
uv pip install -q -r requirements.in

0 comments on commit 75c8f44

Please sign in to comment.