Skip to content

Commit

Permalink
pytest-cov>=4.1, pytest>=8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Jun 5, 2024
1 parent 4aa1e3b commit 2f4c56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
]

[project.optional-dependencies]
test = ["pytest-cov>=4", "pytest>=8"]
test = ["pytest-cov>=4.1", "pytest>=8.1"]
# needed to run interactive example notebooks
examples = ["crystal-toolkit>=2023.11.3", "pandas>=2.2"]
docs = ["lazydocs>=0.4"]
Expand Down

0 comments on commit 2f4c56e

Please sign in to comment.