Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
utf committed Aug 20, 2024
1 parent 279c491 commit ac0a046
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ac0a046

Please sign in to comment.