From 00497ab4d6e744c26825f6238e394d49548d2be1 Mon Sep 17 00:00:00 2001 From: Matthew Douglas <38992547+matthewdouglas@users.noreply.github.com> Date: Mon, 4 Mar 2024 10:46:42 -0500 Subject: [PATCH] Update pyproject.toml Co-authored-by: Aarni Koskela --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 58c08059e..6833d578c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,9 +57,7 @@ dev = [ test = [ "einops~=0.6.0", "lion-pytorch==0.0.6", - "pytest==7.4.4", - "pytest-cases>=3.7.0,<4", - "pytest-sugar>=1.0.0,<1.1.0", + "pytest~=7.4", "scipy>=1.10,<2", "transformers>=4.30.1,<5" ]