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
18 changes: 10 additions & 8 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 @@ -30,7 +30,7 @@ matplotlib = "3.10.9" # plotting library
pillow = "12.2.0" # image processing library
torchvision ="0.26" # computer vision library
tables = "3.10.1" # HDF5 file format library
datasets = "4.8.5" # dataset library from huggingface
datasets = "5.0.0" # dataset library from huggingface
safetensors = "0.7.0" # safe tensor operations
seaborn = "0.13.2" # data visualization library
statsmodels = "0.14.6" # statistical models library
Expand Down
Loading