Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ retry --until=success --times=12 --delay=300 -- sudo apt-get install build-essen
echo "Ubuntu Pacakges Installed..."

echo "Installing Python Pacakges..."
pip3 install --upgrade pip3
pip3 install --upgrade pip
pip3 install -r requirements.txt
echo "Python Pacakges Installed..."

Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ wheel
numpy==1.18.4
setuptools==47.3.1
build
build