Skip to content

Commit

Permalink
Update pythoninstalls
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosunen committed Oct 5, 2024
1 parent bf74b7f commit 9aa36e5
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions python_installs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ done
PACKAGES="\
wheel \
gnureadline \
numpy \
numpy>=1.26.0,<=1.26.4 \
numpydoc \
matplotlib \
joblib \
scipy \
pandas \
sphinx \
sphinx_rtd_theme \
myst_parser \
myst-parser \
PyQt5 \
pyelftools \
sortedcontainers \
Expand All @@ -66,11 +66,3 @@ done

exit 0


for package in ${PACKAGES}; do
echo "Installing ${package}"
${PIP} ${UPGRADE} ${package}
done

exit 0

0 comments on commit 9aa36e5

Please sign in to comment.