From 799fccb917cb8ffaf857a34ad93aeda48ce83de2 Mon Sep 17 00:00:00 2001 From: Brian Benjamin Maranville Date: Fri, 25 Oct 2024 15:29:41 -0400 Subject: [PATCH] get latest bumps version to fix problems with file extensions in file browser --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 119e9b9f..c864de64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ ] requires-python = ">=3.9" dependencies = [ - "bumps>=1.0.0a6", + "bumps>=1.0.0a7", "matplotlib", "numba", "numpy",