Files
cs249r_book/.github/workflows
Vijay Janapa Reddi c874a7c69b fix(ci): bump MLSYSIM CI to Python 3.12 (circular import fixed in 3.12+)
Python 3.11's import machinery re-enters partially-initialized
parent packages during relative imports, causing an unavoidable
circular import with the datasets subpackage. Python 3.12+ (PEP 690)
handles this correctly. Reverted registry.py to clean relative imports.
2026-05-27 00:22:17 -04:00
..