Skip to content

Commit

Permalink
try old pip
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzhi713 committed Jun 25, 2023
1 parent 032b07a commit d3c357f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build_scripts/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ else
echo "Unsupported platform: " $PLATFORM
exit 1
fi

pip install numpy==1.24.3
pip install -r requirements.txt
python -m pip install pip==21.2.4
cat requirements.txt | xargs -n 1 pip install

0 comments on commit d3c357f

Please sign in to comment.