From 6db464a864c811800eb21560e6268055032c4407 Mon Sep 17 00:00:00 2001 From: bbm Date: Wed, 16 Oct 2024 10:32:51 -0400 Subject: [PATCH] need to update bumps to get CSV table in custom plots --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 686ab30e..407c78f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ ] requires-python = ">=3.9" dependencies = [ - "bumps>=1.0.0a3", + "bumps>=1.0.0a4", "matplotlib", "numba", "numpy",