Skip to content

Commit 9ea804c

Browse files
committed
Require min version of shiny, not a git dependency
1 parent deafe48 commit 9ea804c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ setup_requires =
3434
install_requires =
3535
ipywidgets>=7.6.5
3636
jupyter_core
37-
# shiny>=0.6.1.9003
38-
shiny @ git+https://github.com/posit-dev/py-shiny.git
37+
shiny>=0.6.1.9004
3938
python-dateutil>=2.8.2
4039
# Needed because of https://github.com/python/importlib_metadata/issues/411
4140
importlib-metadata>=4.8.3,<5; python_version < "3.8"

0 commit comments

Comments
 (0)