Commit 2025-01-26 16:12 a1037826
View on Github →chore(Tactic/Polyrith): remove polyrith dependency on Python (#17626)
- Removed dependency on Python to make requests to SageMath, using curl instead
- Moved API calling logic from
scripts/polyrith_sage.py
toTactic/Polyrith.lean
- Moved
scripts/polyrith_sage_helper.py
inline