robotpy / robotpy-installer

RobotPy installer program
MIT License
5 stars 11 forks source link

robotpy-hal depends on new NI image #61

Open virtuald opened 2 years ago

virtuald commented 2 years ago

When installing certain libraries, need to somehow tie together wpilib releases and NI image versions. Right now it checks them independently.

I'm thinking maybe some metadata in pyproject.toml that can be extracted by the installer? Or maybe a special thing equivalent to python_requires.

virtuald commented 1 year ago

If we abused PYTHON_HOST_PLATFORM we could set it to linux_roborio_2023_3_1 for example. That would be annoying to deal with for non-robot wheels though.