Closed timweiland closed 10 months ago
So the GitHub Actions setup uses python-version: "3.x". My guess at what's happening is that GitHub Actions now uses Python 3.12 (released in October last year), which no longer ships with setuptools
. See https://docs.python.org/3/whatsnew/3.12.html:
Do not pre-install setuptools in virtual environments created with venv. This means that distutils, setuptools, pkg_resources, and easy_install will no longer available by default; to access these run pip install setuptools in the activated virtual environment.
So I think the solution is to either set python-version: "3.11" or just add a pip install setuptools
at the start of the docs workflow.
v0.0.13 is released now. Now, everyone can plot away for ICML 2024!
This PR adds the bundles, figsizes, fonts, and fontsizes for ICML 2024.
To the best of my knowledge, there is no difference to the ICML2022 style. See https://media.icml.cc/Conferences/ICML2024/Styles/example_paper.pdf for reference.