Skip to content

Commit

Permalink
set minimum dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rkingsbury committed Aug 11, 2024
1 parent e6fc1f6 commit 063f2b8
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,13 +21,13 @@ license = {file = "LICENSE"}
requires-python = ">=3.9"
dependencies = [
"pint>=0.19",
"numpy<2",
"numpy>1.26,<2",
"scipy>1.10",
"pymatgen==2024.5.1",
"iapws>=1.5.3",
"monty>=2024.7.12",
"maggma>=0.67.0",
"phreeqpython>=1.5",
"phreeqpython>=1.5.2",
]

[project.urls]
Expand All @@ -38,7 +38,7 @@ Package = "https://pypi.org/project/pyEQL"

[project.optional-dependencies]
testing = [
"setuptools>=60",
"setuptools>=68",
"pre-commit>=2",
"pytest>=7",
"pytest-cov",
Expand Down

0 comments on commit 063f2b8

Please sign in to comment.