From fa6f877cff8c0a682129e1c5d5a0077016dfadca Mon Sep 17 00:00:00 2001 From: Kilian Lieret Date: Fri, 6 Dec 2024 14:54:41 -0500 Subject: [PATCH] Fix installation issue --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1157475..89a5038 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,8 +50,8 @@ dev = [ "pre-commit", "pytest-asyncio", "griffe-pydantic", - "swerex[modal]", - "swerex[fargate]", + "swe-rex[modal]", + "swe-rex[fargate]", ] modal = [ "modal",