Skip to content

Commit

Permalink
Update setup_dev_env.sh
Browse files Browse the repository at this point in the history
Bump wheel to version 0.41.3
  • Loading branch information
piotr-grodek-dsai committed Nov 6, 2023
1 parent 4ee7f0d commit 43f5175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{ cookiecutter.repo_name }}/setup_dev_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ if [ ! -d venv ]; then
python3 -m venv venv
. venv/bin/activate
pip install --upgrade pip
pip install --quiet wheel==0.37.1
pip install --quiet wheel==0.41.3
pip install --quiet -r requirements-dev.txt
fi

. venv/bin/activate
. venv/bin/activate

0 comments on commit 43f5175

Please sign in to comment.