Skip to content

Commit

Permalink
fix: restrict numpy version for dev dependencies of solara-meta
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
iisakkirotko committed Jun 21, 2024
1 parent 01d6bfa commit 286e196
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/solara-meta/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ dev = [
"playwright; python_version > '3.6'",
"pytest-playwright; python_version > '3.6'",
"polars",
"numpy<2",
]

[tool.hatch.build.targets.wheel]
Expand Down

0 comments on commit 286e196

Please sign in to comment.