feat: Initial Commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# Numerical computing
|
||||
numpy>=2.3.0
|
||||
|
||||
# Progress bars
|
||||
tqdm>=4.67.0
|
||||
|
||||
# Visualization (optional, useful during training)
|
||||
matplotlib>=3.10.0
|
||||
|
||||
# TensorBoard logging (optional)
|
||||
tensorboard>=2.20.0
|
||||
|
||||
# API Server
|
||||
fastapi>=0.139.0
|
||||
uvicorn>=0.35.0
|
||||
|
||||
# Data validation (FastAPI dependency, included automatically but pinned here)
|
||||
pydantic>=2.12.0
|
||||
|
||||
# MCSchematic
|
||||
mcschematic>=11.4.4
|
||||
Reference in New Issue
Block a user