Skip to content

Commit

Permalink
exclude browser asset depenedncies in emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Sep 16, 2023
1 parent 47058a3 commit 275fd11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/ipywidgets/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ install_requires =
comm>=0.1.3
ipython>=6.1.0
traitlets>=4.3.1
widgetsnbextension~=4.0.9
jupyterlab_widgets~=3.0.9
widgetsnbextension~=4.0.9; platform_system != "Emscripten"
jupyterlab_widgets~=3.0.9; platform_system != "Emscripten"

[options.extras_require]
test =
Expand Down

0 comments on commit 275fd11

Please sign in to comment.