growth-astro / growth-school-2020

Hands-on modules for the GROWTH summer school 2020
30 stars 25 forks source link

matplotlib version #5

Closed igorandreoni closed 4 years ago

igorandreoni commented 4 years ago

It would be good to change the matplotlib version from 3.3.0 (current) to 3.2.2 because of some incompatibility with the astroplan. @stevenstetzler Could you please take care of this change and build the new docker image?

stevenstetzler commented 4 years ago

I've updated the matplotlib version in the Dockerfile, built, and pushed to the Dockerhub.

Built from Dockerfile:

$ docker run -it growthastro/growth-school-2020-notebook:deploy python -c "import matplotlib; print(matplotlib.__version__)"
3.2.2

From the hub:

$ python -c "import matplotlib; print(matplotlib.__version__)"
3.2.2

I made a PR to update the Dockerfile in this repo: https://github.com/growth-astro/growth-school-2020/pull/6