From 977c2d6a2c5ae68b808457d2963c4eb8e78ed2e4 Mon Sep 17 00:00:00 2001 From: Adam Tyson Date: Fri, 16 Aug 2024 10:49:08 +0100 Subject: [PATCH] Enforce latest version of brainrender --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1ac947e..454a260 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.10" dynamic = ["version"] -dependencies = ["brainrender>=2.1.9", "matplotlib", "numpy", "myterial", "rich"] +dependencies = ["brainrender>=2.1.11", "matplotlib", "numpy", "myterial", "rich"] license = { text = "MIT" }