From db85ccafbcdf76f1d4e23fd7562b4d429efe5b5d Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Thu, 4 Apr 2024 05:58:35 -0500 Subject: [PATCH] Set all min deps (#80) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 456035d..e1e9e26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ "Programming Language :: Python :: 3", ] dependencies = [ - "pytest", + "pytest>=7.0", "jupyter_core>=5.7" ] requires-python = ">=3.8"