Skip to content

Commit

Permalink
Merge pull request #172 from KingsburyLab/bugfix
Browse files Browse the repository at this point in the history
set minimum dependency versions
  • Loading branch information
rkingsbury authored Aug 10, 2024
2 parents 2c60f12 + a79c8eb commit a2bd63f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ requires-python = ">=3.9"
dependencies = [
"pint>=0.19",
"numpy<2",
"scipy",
"scipy>1.10",
"pymatgen==2024.5.1",
"iapws>=1.0.1",
"monty>=2024.7.12",
Expand All @@ -38,14 +38,14 @@ Package = "https://pypi.org/project/pyEQL"

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

0 comments on commit a2bd63f

Please sign in to comment.