From ff29987cd80b5b162cd489f7c22e9580152d09b3 Mon Sep 17 00:00:00 2001 From: Patrick Collins <54278053+PatrickAlphaC@users.noreply.github.com> Date: Sat, 23 Nov 2024 13:33:01 -0500 Subject: [PATCH] fix: 0.2.5 of boa --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ddeb164..1554ad1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ ] dependencies = [ - "titanoboa>=0.2.6", + "titanoboa>=0.2.5", ] [project.optional-dependencies]