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" }