diff --git a/poetry.lock b/poetry.lock index 27f0146a..c69adc66 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3366,24 +3366,24 @@ test = ["Cython", "array-api-strict (>=2.0)", "asv", "gmpy2", "hypothesis (>=6.3 [[package]] name = "seaborn" -version = "0.12.2" +version = "0.13.2" description = "Statistical data visualization" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "seaborn-0.12.2-py3-none-any.whl", hash = "sha256:ebf15355a4dba46037dfd65b7350f014ceb1f13c05e814eda2c9f5fd731afc08"}, - {file = "seaborn-0.12.2.tar.gz", hash = "sha256:374645f36509d0dcab895cba5b47daf0586f77bfe3b36c97c607db7da5be0139"}, + {file = "seaborn-0.13.2-py3-none-any.whl", hash = "sha256:636f8336facf092165e27924f223d3c62ca560b1f2bb5dff7ab7fad265361987"}, + {file = "seaborn-0.13.2.tar.gz", hash = "sha256:93e60a40988f4d65e9f4885df477e2fdaff6b73a9ded434c1ab356dd57eefff7"}, ] [package.dependencies] -matplotlib = ">=3.1,<3.6.1 || >3.6.1" -numpy = ">=1.17,<1.24.0 || >1.24.0" -pandas = ">=0.25" +matplotlib = ">=3.4,<3.6.1 || >3.6.1" +numpy = ">=1.20,<1.24.0 || >1.24.0" +pandas = ">=1.2" [package.extras] dev = ["flake8", "flit", "mypy", "pandas-stubs", "pre-commit", "pytest", "pytest-cov", "pytest-xdist"] -docs = ["ipykernel", "nbconvert", "numpydoc", "pydata_sphinx_theme (==0.10.0rc2)", "pyyaml", "sphinx-copybutton", "sphinx-design", "sphinx-issues"] -stats = ["scipy (>=1.3)", "statsmodels (>=0.10)"] +docs = ["ipykernel", "nbconvert", "numpydoc", "pydata_sphinx_theme (==0.10.0rc2)", "pyyaml", "sphinx (<6.0.0)", "sphinx-copybutton", "sphinx-design", "sphinx-issues"] +stats = ["scipy (>=1.7)", "statsmodels (>=0.12)"] [[package]] name = "selenium" @@ -4411,4 +4411,4 @@ pypi = ["opencv-contrib-python", "opencv-python", "pin", "torch", "torchnet", "t [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "8499ac247adc4f5609644be7c5ce073bc52b83bf380fe2387ebd2676b967b95d" +content-hash = "bfc4bfdebee76a14c22614fec0bdedb419b0a5ab070c4cba6b48ae84818dd314" diff --git a/pyproject.toml b/pyproject.toml index 2c881615..9f93b14b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ roma = "^1.5.0" scikit-image = "^0.22.0" scikit-learn = "^1.5.2" scipy = "^1.14.1" -seaborn = "^0.12.2" +seaborn = "^0.13.2" selenium = "^4.25.0" simplejson = "^3.19.3" torch = {optional = true, version = "^2.5.0"}