mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-05-05 13:32:34 -05:00
✅ Remove unnecessary nesting: book/tinytorch-course/ → book/ ✅ Update all path references in scripts and workflows ✅ Cleaner development experience with shorter paths ✅ Book builds successfully with simplified structure Changes: - Move all book files up one directory level - Update convert_modules.py paths - Update GitHub Actions workflow paths - Update book configuration paths - Test confirms everything works correctly
30 lines
543 B
Plaintext
30 lines
543 B
Plaintext
# TinyTorch Course Dependencies for Binder/Colab
|
|
# Keep synchronized with main requirements.txt
|
|
|
|
# Core numerical computing
|
|
numpy>=1.21.0,<2.0.0
|
|
matplotlib>=3.5.0
|
|
|
|
# Data handling
|
|
PyYAML>=6.0
|
|
|
|
# Rich terminal formatting (for development feedback)
|
|
rich>=13.0.0
|
|
|
|
# Jupyter environment
|
|
jupyter>=1.0.0
|
|
jupyterlab>=4.0.0
|
|
ipykernel>=6.0.0
|
|
ipywidgets>=8.0.0
|
|
|
|
# Type checking support
|
|
typing-extensions>=4.0.0
|
|
|
|
# For executing TinyTorch code
|
|
setuptools>=70.0.0
|
|
wheel>=0.42.0
|
|
|
|
# Optional: for advanced visualizations
|
|
# plotly>=5.0.0
|
|
# seaborn>=0.11.0
|