diff --git a/poetry.lock b/poetry.lock index 5548af2cc..518825ef7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2482,13 +2482,13 @@ test = ["pytest", "pytest-cov", "scipy"] [[package]] name = "pca" -version = "2.0.4" +version = "2.0.5" description = "pca: A Python Package for Principal Component Analysis." optional = false python-versions = ">=3" files = [ - {file = "pca-2.0.4-py3-none-any.whl", hash = "sha256:b88e261062f070ec9c69f4b32a1c7aec229e823643c54eb5697604dc6691abae"}, - {file = "pca-2.0.4.tar.gz", hash = "sha256:8592d239e2765ca6199e77af8c70fd335c9d11fcf581ec043bccb97b09776a8c"}, + {file = "pca-2.0.5-py3-none-any.whl", hash = "sha256:12c721950d4b28f587d5074133e983f13cc2d0c6257b9a479e16845ff04753ee"}, + {file = "pca-2.0.5.tar.gz", hash = "sha256:9f121b7fa62f6737e48e11c707fb7fbad3ffd1a9dad7f97a07b000b3593f7077"}, ] [package.dependencies] @@ -2498,7 +2498,7 @@ datazets = "*" matplotlib = "*" numpy = "*" pandas = "*" -scatterd = ">=1.3.1" +scatterd = ">=1.3.7" scikit-learn = "*" scipy = "*" statsmodels = "*" @@ -3370,20 +3370,20 @@ test = ["pytest", "pytest-cov"] [[package]] name = "scatterd" -version = "1.3.1" +version = "1.3.7" description = "scatterd is an easy and fast way of creating scatter plots." optional = false python-versions = ">=3" files = [ - {file = "scatterd-1.3.1-py3-none-any.whl", hash = "sha256:5628f32d7b2ef91c3cfe23e140b26eb39620695e659948041e180f8c22427408"}, - {file = "scatterd-1.3.1.tar.gz", hash = "sha256:cce805f339646607c5021288490ba6e660c121565f4c74dfcf61d83aa7a492c8"}, + {file = "scatterd-1.3.7-py3-none-any.whl", hash = "sha256:fbce6c812d5d500364f6d38772e602723c5442e05ae175fba7ac7a59b9eb1353"}, + {file = "scatterd-1.3.7.tar.gz", hash = "sha256:35bf5f9032e029760183083a91a0afaaf2d78ba502e0bbbffb2b0c0fe20244d0"}, ] [package.dependencies] -colourmap = ">=1.1.11" +colourmap = ">=1.1.16" +datazets = "*" matplotlib = "*" numpy = "*" -requests = "*" seaborn = "*" [[package]]