mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-11 22:25:29 -05:00
Add .tito/backups and docs/_build to gitignore
This commit is contained in:
@@ -102,7 +102,7 @@ When updating dependencies:
|
||||
|
||||
1. Update `requirements.txt` (root) - for local development
|
||||
2. Update `binder/requirements.txt` - for Binder/Colab
|
||||
3. Update `site/requirements.txt` - for documentation builds
|
||||
3. Update `docs/requirements.txt` - for documentation builds
|
||||
4. Keep versions synchronized where possible
|
||||
|
||||
## References
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# TinyTorch Binder Environment
|
||||
# This file is used by Binder to set up the execution environment
|
||||
# Keep synchronized with main requirements.txt and site/requirements.txt
|
||||
# Keep synchronized with main requirements.txt and docs/requirements.txt
|
||||
|
||||
# Core numerical computing (TinyTorch dependency)
|
||||
numpy>=1.24.0,<3.0.0
|
||||
|
||||
Reference in New Issue
Block a user