Skip to content

Commit

Permalink
Update runInstallPyPackage.sh
Browse files Browse the repository at this point in the history
(pyreqs) add numpy
  • Loading branch information
zouzias authored Nov 17, 2024
1 parent cce35f3 commit 6ffbe61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-scripts/runInstallPyPackage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

python3 -m pip install --user --upgrade pip
python3 -m pip uninstall -y microgbtpy
python3 -m pip install --user -U sklearn pandas
python3 -m pip install --user -U sklearn pandas numpu

echo "Installing package..."
pip3 install .

0 comments on commit 6ffbe61

Please sign in to comment.