Skip to content

Commit 286e196

Browse files
committed
fix: restrict numpy version for dev dependencies of solara-meta
`vaex` is also added as a dependency here, meaning if a user installed `solara[dev]` without the documentation extra they would still get a broken installation. See vaexio/vaex#2425 for the source of the issue.
1 parent 01d6bfa commit 286e196

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/solara-meta/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ dev = [
8383
"playwright; python_version > '3.6'",
8484
"pytest-playwright; python_version > '3.6'",
8585
"polars",
86+
"numpy<2",
8687
]
8788

8889
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)