diff --git a/packages/solara-meta/pyproject.toml b/packages/solara-meta/pyproject.toml index 9661e299f..33caeb4b2 100644 --- a/packages/solara-meta/pyproject.toml +++ b/packages/solara-meta/pyproject.toml @@ -83,6 +83,7 @@ dev = [ "playwright; python_version > '3.6'", "pytest-playwright; python_version > '3.6'", "polars", + "numpy<2", ] [tool.hatch.build.targets.wheel]