Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/Ch12/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies = [
"patsy==1.0.1",
"pexpect==4.9.0",
"pillow==11.3.0",
"pip==25.2",
"pip==26.0",
"pipdeptree==2.28.0",
"platformdirs==4.5.0",
"plotly==6.3.1",
Expand Down
46 changes: 43 additions & 3 deletions code/Ch12/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ aiosignal==1.4.0
# via aiohttp
alembic==1.16.5
# via optuna
appnope==0.1.4
# via ipykernel
asttokens==3.0.0
# via stack-data
astunparse==1.6.3
Expand Down Expand Up @@ -76,6 +74,8 @@ gast==0.6.0
# via tensorflow
google-pasta==0.2.0
# via tensorflow
greenlet==3.3.1
# via sqlalchemy
grpcio==1.75.1
# via
# tensorboard
Expand Down Expand Up @@ -210,6 +210,43 @@ numpy==2.1.3
# torchmetrics
# utilsforecast
# xarray
nvidia-cublas-cu12==12.8.4.1
# via
# nvidia-cudnn-cu12
# nvidia-cusolver-cu12
# torch
nvidia-cuda-cupti-cu12==12.8.90
# via torch
nvidia-cuda-nvrtc-cu12==12.8.93
# via torch
nvidia-cuda-runtime-cu12==12.8.90
# via torch
nvidia-cudnn-cu12==9.10.2.21
# via torch
nvidia-cufft-cu12==11.3.3.83
# via torch
nvidia-cufile-cu12==1.13.1.3
# via torch
nvidia-curand-cu12==10.3.9.90
# via torch
nvidia-cusolver-cu12==11.7.3.90
# via torch
nvidia-cusparse-cu12==12.5.8.93
# via
# nvidia-cusolver-cu12
# torch
nvidia-cusparselt-cu12==0.7.1
# via torch
nvidia-nccl-cu12==2.27.3
# via torch
nvidia-nvjitlink-cu12==12.8.93
# via
# nvidia-cufft-cu12
# nvidia-cusolver-cu12
# nvidia-cusparse-cu12
# torch
nvidia-nvtx-cu12==12.8.90
# via torch
opt-einsum==3.4.0
# via tensorflow
optree==0.17.0
Expand Down Expand Up @@ -253,7 +290,7 @@ pexpect==4.9.0
# via ipython
pillow==11.3.0
# via matplotlib
pip==25.2
pip==26.0
# via pipdeptree
pipdeptree==2.28.0
# via -r requirements.in
Expand Down Expand Up @@ -347,6 +384,7 @@ setuptools==80.9.0
# lightning-utilities
# tensorboard
# tensorflow
# triton
shap==0.48.0
# via darts
six==1.17.0
Expand Down Expand Up @@ -410,6 +448,8 @@ traitlets==5.14.3
# jupyter-core
# matplotlib-inline
# nbformat
triton==3.4.0
# via torch
typing-extensions==4.15.0
# via
# aiosignal
Expand Down
8 changes: 4 additions & 4 deletions code/Ch12/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.