home.social

#astral_uv — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #astral_uv, aggregated by home.social.

  1. If anyone is installing Pyrolite (the excellent python-based geochemical data tool), it currently doesn't install with Python 3.13 and above due to a MatPlotLib compatibility issue. If you're using a managed virtual environment (such as uv), it installs fine with Python 3.12:
    % uv init --python 3.12.13
    % uv add pyrolite

    @metasomite

  2. Is there a best practice around setting up a modern Python module repo with pyproject.toml, uv, linting, tox, pytest, coverage, GitHub actions ...? There are so many different approaches, I'm struggling to bring it all together. #Python #GitHub #astral_uv #tox