Skip to content

Commit

Permalink
bump sympy
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Oct 22, 2024
1 parent f8b5723 commit 1948442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ classifiers = [
dependencies = [
"joblib>=1",
"matplotlib>=3.8",
"monty==2024.10.21", # DEBUG
"monty>=2024.10.21",
"networkx>=3", # PR #4116
"palettable>=3.3.3",
"pandas>=2",
Expand All @@ -69,7 +69,7 @@ dependencies = [
# https://github.com/scipy/scipy/issues/21052
"scipy>=1.14.1; platform_system == 'Windows'",
"spglib>=2.5.0",
"sympy>=1.2",
"sympy>=1.3", # PR #4116
"tabulate>=0.9",
"tqdm>=4.60",
"uncertainties>=3.1.4",
Expand Down

0 comments on commit 1948442

Please sign in to comment.