From 2f4c56e49f3b42ce0e30cf11106f27aeac4456e3 Mon Sep 17 00:00:00 2001 From: Janosh Riebesell Date: Wed, 5 Jun 2024 14:10:10 -0400 Subject: [PATCH] pytest-cov>=4.1, pytest>=8.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e8d8ba8e..a34a8444 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]