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 10, 2024
1 parent 65beb17 commit e4e1880
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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",
"monty>=2024.7.12",
Expand All @@ -38,14 +38,14 @@ Package = "https://pypi.org/project/pyEQL"

[project.optional-dependencies]
testing = [
"setuptools",
"pre-commit",
"pytest",
"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 e4e1880

Please sign in to comment.