Reassess the legacy CI workaround that prebuilds PyYAML==5.4.1 with a Cython < 3.0 build constraint. PyCaret does not directly import PyYAML or Cython; PyYAML is only included through optional extras.
Verify whether the workaround is still necessary with the uv-native workflow, and remove or replace it if CI can install the dependency reliably without it.
Context: #30
Reassess the legacy CI workaround that prebuilds
PyYAML==5.4.1with aCython < 3.0build constraint. PyCaret does not directly import PyYAML or Cython; PyYAML is only included through optional extras.Verify whether the workaround is still necessary with the uv-native workflow, and remove or replace it if CI can install the dependency reliably without it.
Context: #30