Skip to content

Commit

Permalink
fix: add one more dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarrs committed Jun 27, 2024
1 parent e4fe914 commit 0ca579c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pip install --upgrade pip

# Install extra dependencies
# Use specific versions to avoid conflicts
pip install setuptools==70.1.1 wheel==0.43.0 twine==5.1.1
pip install pip-tools==7.4.1 setuptools==70.1.1 wheel==0.43.0 twine==5.1.1

# Install project dependencies
pip install -r requirements.txt

0 comments on commit 0ca579c

Please sign in to comment.