From 4c206a6ca960f625b327041aefe0e3416ad6fc5f Mon Sep 17 00:00:00 2001 From: AdrianSosic Date: Sat, 3 Aug 2024 21:51:36 +0200 Subject: [PATCH] Bump attrs to 24.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 974e4f9c7..fdb67dbff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ keywords = [ ] dynamic = ['version'] dependencies = [ - "attrs>=22.2.0", + "attrs>=24.1.0", "botorch>=0.9.3,<1", "cattrs>=23.2.0", "exceptiongroup",