Some packages are loosely defined in the requirements. For example, matplotlib does not have an upper boundary for its version. With 3.9.4 running panda.teach(panda.qz) from the README will open a window, but the sliders will be unusable. Downgrading Matplotlib to 3.8.6 solved this problem for me, but I expect that we will encounter more in the future. For some of my students the interactive three angles demo doesn't work and we're not sure why - probably some other version mismatches.
Therefore, can we ask for the detailed packages version? Event a dump of pip freeze will be helpful here, I can take care of tidying it up and making PR.
Some packages are loosely defined in the requirements. For example,
matplotlibdoes not have an upper boundary for its version. With3.9.4runningpanda.teach(panda.qz)from the README will open a window, but the sliders will be unusable. Downgrading Matplotlib to3.8.6solved this problem for me, but I expect that we will encounter more in the future. For some of my students the interactive three angles demo doesn't work and we're not sure why - probably some other version mismatches.Therefore, can we ask for the detailed packages version? Event a dump of
pip freezewill be helpful here, I can take care of tidying it up and making PR.