-
Notifications
You must be signed in to change notification settings - Fork 99
Description
Hello! Just wanted to say thank you for putting together this package - using it has been genuinely magical.
I wanted to ask if it'd be possible to update the version on PyPI to something newer than 2022.12. I'm currently working on a project that uses LIteeth 2023.12, but I'm trying to run it inside pyodide, whose builtin micropip doesn't support dependency resolution for non-PyPI packages. See below:
https://pyodide.org/en/stable/usage/loading-packages.html#micropip
As a result I'm not able to load LiteEth 2023.12 via git - and I can only get 2022.12 via PyPI, which isn't compatible with my project.
I'm also happy to make a PR for a Github Action that automatically pushes to the PyPI lists when a new release is published, if that'd be useful.
Thank you!
-Fischer