Skip to content

Commit

Permalink
refactor: separate solara into a meta package and subpackages (#585)
Browse files Browse the repository at this point in the history
This allows us to install solara-ui without solara-server and not
having to install all dependencies of solara-server.

This is useful when you need solara in the Jupyter environment and want
less dependencies installed.
  • Loading branch information
maartenbreddels committed Apr 8, 2024
1 parent de4ec69 commit b098da1
Show file tree
Hide file tree
Showing 48 changed files with 746 additions and 2,117 deletions.
8 changes: 7 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,18 @@ values =

[bumpversion:file:pyproject.toml]

[bumpversion:file:packages/assets/solara_assets/__init__.py]
[bumpversion:file:packages/solara-assets/solara_assets/__init__.py]

[bumpversion:file:packages/solara-enterprise/solara_enterprise/__init__.py]

[bumpversion:file:packages/solara-enterprise/pyproject.toml]

[bumpversion:file:packages/solara-server/pyproject.toml]

[bumpversion:file:packages/solara-meta/pyproject.toml]

[bumpversion:file:packages/pytest-ipywidgets/pyproject.toml]

[bumpversion:file:solara/server/static/solara_bootstrap.py]

[bumpversion:file:release.md]

This file was deleted.

0 comments on commit b098da1

Please sign in to comment.