From dc470f4619c83d32e27447a0f46a374479ac4fe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 02:56:45 +0000 Subject: [PATCH] Bump salib from 1.5.1 to 1.5.2 Bumps [salib](https://github.com/SALib/SALib) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/SALib/SALib/releases) - [Changelog](https://github.com/SALib/SALib/blob/main/CHANGELOG.md) - [Commits](https://github.com/SALib/SALib/compare/v1.5.1...v1.5.2) --- updated-dependencies: - dependency-name: salib dependency-version: 1.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4de7c77..dd6baed 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4676,20 +4676,20 @@ torch = ["safetensors[numpy]", "torch (>=1.10)"] [[package]] name = "salib" -version = "1.5.1" +version = "1.5.2" description = "Tools for global sensitivity analysis. Contains Sobol', Morris, FAST, DGSM, PAWN, HDMR, Moment Independent and fractional factorial methods" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "salib-1.5.1-py3-none-any.whl", hash = "sha256:a978b619c5a93eb14dd8c527f12e22d354b02f1f7143aba3cb84c1c7bc1382e5"}, - {file = "salib-1.5.1.tar.gz", hash = "sha256:e4a9c319b8dd02995a8dc983f57c452cb7e5b6dbd43e7b7856c90cb6a332bb5f"}, + {file = "salib-1.5.2-py3-none-any.whl", hash = "sha256:6f4b6bebc1eeed1d081c8f951fa8c2ad7b0cd8a7159d206af48ef137cc806c43"}, + {file = "salib-1.5.2.tar.gz", hash = "sha256:a8eeedc4e87cf070f7ef450b76cdecd120d1e5c602a9c35855ec7777591f949f"}, ] [package.dependencies] matplotlib = ">=3.5" multiprocess = "*" -numpy = ">=1.20.3" +numpy = ">=2.0" pandas = ">=2.0" scipy = ">=1.9.3" @@ -6052,4 +6052,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.12" -content-hash = "b673e225c3b84406a4858751c5dcbee75b74a710c64cf8b9150860e51eda6313" +content-hash = "626c30752e27e5e9e8917464a7556c83b82bc93b00cf9ec56c465c84882fdbca" diff --git a/pyproject.toml b/pyproject.toml index 0e1a395..52dd03b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ hdbscan = "0.8.40" # clustering 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 +SAlib = "1.5.2" # sensitivity analysis library scikit-image = "0.25.0" # image processing library optuna = "4.1.0" # hyperparameter optimization library hyppo = "^0.5.1" # hyppo