Open virtuald opened 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.
python_requires
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.
linux_roborio_2023_3_1
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
.