From ac0a04659bb7308b17f9bf0bf0c850589ecce11a Mon Sep 17 00:00:00 2001 From: utf Date: Tue, 20 Aug 2024 11:18:05 +0100 Subject: [PATCH] Update dependencies --- pyproject.toml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 08b0fe5..3540fe3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,30 +52,30 @@ decimation = ["open3d"] smooth = ["PyMCubes"] docs = [ "sphinx==7.3.7", - "sphinx-click==5.1.0", - "furo==2024.1.29", - "sphinx-autodoc-typehints==2.0.0", - "myst_parser==3.0.1", - "nbsphinx==0.9.3", + "sphinx-click==6.0.0", + "furo==2024.8.6", + "sphinx-autodoc-typehints==2.2.3", + "myst_parser==4.0.0", + "nbsphinx==0.9.5", "nbsphinx-link==1.3.0", "ipython==8.24.0", ] dev = ["pre-commit>=2.12.1"] -tests = ["pytest==8.1.1"] +tests = ["pytest==8.3.2"] strict = [ - "matplotlib==3.8.4", - "pymatgen==2024.3.1", + "matplotlib==3.9.2", + "pymatgen==2024.8.9", "BoltzTraP2==24.7.2", - "trimesh==4.3.2", + "trimesh==4.4.6", "meshcut==0.3.0", - "scikit-image==0.22.0", - "monty==2024.4.17", - "spglib==2.3.1", - "plotly==5.22.0", - "pyfftw==0.13.1", - "psutil==5.9.8", + "scikit-image==0.24.0", + "monty==2024.4.30", + "spglib==2.5.0", + "plotly==5.23.0", + "pyfftw==0.14.0", + "psutil==6.0.0", "click==8.1.7", - "networkx==3.2.1", + "networkx==3.3", "tabulate==0.9.0", "numpy", "scipy",