Skip to content
Merged
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
62 changes: 40 additions & 22 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 @@ -36,7 +36,7 @@ seaborn = "0.13.2" # data visualization library
statsmodels = "0.14.4" # statistical models library
umap-learn = "0.5.7" # dimensionality reduction library
hdbscan = "0.8.40" # clustering library
plotly = "5.24.1" # interactive plotting library
plotly = "6.6.0" # interactive plotting library
tensorboard = "2.18.0" # inspection tool for deep learning
openTSNE = "1.0.2" # fast t-SNE implementation
SAlib = "1.5.1" # sensitivity analysis library
Expand Down
Loading