Skip to content

Commit

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

pip install numpy==1.24.3
pip install -r requirements.txt
cat requirements.txt | xargs -n 1 ./collage/bin/pip install

0 comments on commit f6b4ed1

Please sign in to comment.