Skip to content

Commit

Permalink
pip: add matplotlib (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-xmr committed Jul 27, 2022
1 parent aea54a6 commit f72f08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/deps-pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if pip3 install -r requirements.txt ; then
else
echo "pip failed. Trying a fallback."
pip3 uninstall -r requirements.txt -y
pip3 install pandas>=1.4.2 scipy>=1.2.0 numpy>=1.19.3 \
pip3 install pandas>=1.4.2 scipy>=1.2.0 numpy>=1.19.3 matplotlib \
pvlib pykrakenapi pyparsing pyrsistent python-dateutil \
python-json-config pytz requests six urllib3 \
beautifulsoup4 wget cairosvg Pillow geocoder \
Expand Down

0 comments on commit f72f08a

Please sign in to comment.