Skip to content

Conversation

MCU-UAV
Copy link

@MCU-UAV MCU-UAV commented Sep 25, 2025

This PR fixes an invalid requirement specifier in UI-S1/setup.py where swanlab=0.6.3 was used.
According to PEP 440, version constraints must use ==, >=, <=, etc.
Replacing it with swanlab==0.6.3 allows pip install -e . to work without errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant