luna
luna copied to clipboard
pyproject.toml points to a broken apollo-fpga dependency
pyproject.toml currently specifies the apollo-fpga package as a pypi dependency with version ^0.0.4. This has a few issues:
- Since 4 is the only non-zero number in the version, AFAIK this keeps the dependency stuck at version 0.0.4
- The v0.0.4 apollo-fpga package in pypi does not actually match the state of the repo when its version was bumped to 0.0.4 (the flash commands are missing)
- The apollo-fpga pypi package is still maintained by Kate, who is presumably busy with other things
Other dependencies are specified based on their git URL. Perhaps that would be appropriate here?
Kate gave me control of the pypi packages.