Skip to content

Commit

Permalink
resolving conflict in .toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
abhardwaj73 committed Sep 10, 2024
1 parent a62b12c commit 14b988a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ license = {file = "LICENSE"}
requires-python = ">=3.9"
dependencies = [
"pint>=0.19",
"numpy<2",
"scipy",
"numpy>1.26,<2",
"scipy>=1.12",
"pymatgen>=2024.9.10",
"iapws>=1.0.1",
"iapws>=1.5.3",
"monty>=2024.7.12",
"maggma>=0.67.0",
"phreeqpython",
Expand Down

0 comments on commit 14b988a

Please sign in to comment.