Skip to content

Commit

Permalink
Merge pull request #173 from KingsburyLab/bugfix
Browse files Browse the repository at this point in the history
Set mininum dependency versions, part 2
  • Loading branch information
rkingsbury authored Aug 10, 2024
2 parents a2bd63f + d41523f commit 1d79c6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ dependencies = [
"numpy<2",
"scipy>1.10",
"pymatgen==2024.5.1",
"iapws>=1.0.1",
"iapws>=1.5.3",
"monty>=2024.7.12",
"maggma>=0.67.0",
"phreeqpython",
"phreeqpython>=1.4",
]

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

[project.optional-dependencies]
testing = [
"setuptools>=46",
"setuptools>=60",
"pre-commit>=2",
"pytest>=7",
"pytest-cov",
"pytest-xdist",
"pytest-xdist>2",
"black",
"mypy>1",
"ruff>0.0.100",
Expand Down

0 comments on commit 1d79c6a

Please sign in to comment.