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
64 changes: 37 additions & 27 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ types-tqdm = "4.67.0.20241119" # type hints for tqdm
pydantic = "2.10.3" # data validation
pyreadr = "0.5.2" # read R data files
types-psutil = "6.1.0.20241102" # type hints for psutil
psutil = "6.1.0" # process and system utilities
psutil = "7.1.2" # process and system utilities
torchview = "0.2.6" # model visualization library
graphviz = "0.20.3" # graph visualization library
matplotlib = "3.10.0" # plotting library
Expand Down