Skip to content

Commit

Permalink
recover networkx pin, and bump sympy
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Oct 22, 2024
1 parent 1eb855b commit aae9f4b
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 @@ -57,7 +57,7 @@ dependencies = [
"joblib>=1",
"matplotlib>=3.8",
"monty>=2024.10.21",
"networkx>=3", # PR #4116
"networkx>=2.7", # PR #4116
"palettable>=3.3.3",
"pandas>=2",
"plotly>=4.5.0",
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 aae9f4b

Please sign in to comment.