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/Ch6/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"parso==0.8.5",
"patsy==1.0.1",
"pexpect==4.9.0",
"pillow==11.3.0",
"pillow==12.1.1",
"pip==25.2",
"pipdeptree==2.28.0",
"platformdirs==4.4.0",
Expand Down
4 changes: 1 addition & 3 deletions code/Ch6/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements.in --python-version 3.13 -o requirements.txt
appnope==0.1.4
# via ipykernel
asttokens==3.0.0
# via stack-data
comm==0.2.3
Expand Down Expand Up @@ -67,7 +65,7 @@ patsy==1.0.1
# via statsmodels
pexpect==4.9.0
# via ipython
pillow==11.3.0
pillow==12.1.1
# via matplotlib
pip==25.2
# via pipdeptree
Expand Down
Loading