Skip to content

Commit fe6e2da

Browse files
authored
Merge branch 'main' into bump_versions
2 parents 0ecd6dc + 5a0ec92 commit fe6e2da

File tree

104 files changed

+2302
-1070
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+2302
-1070
lines changed

.github/workflows/pytest.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ jobs:
7979
- name: Install dependencies
8080
run: |
8181
python -m pip install --upgrade pip
82-
pip install https://github.com/rstudio/py-htmltools/tarball/main
8382
make install-deps
8483
make install
8584
- name: "Build Package"

CHANGELOG.md

Lines changed: 19 additions & 3 deletions

Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,17 +216,14 @@ ci-install-wheel: dist FORCE
216216
install-deps: FORCE ## install dependencies
217217
pip install -e ".[dev,test]" --upgrade
218218
ci-install-deps: FORCE
219-
uv pip install "htmltools @ git+https://github.com/posit-dev/py-htmltools.git"
220219
uv pip install -e ".[dev,test]"
221220

222221
install-docs: FORCE
223222
pip install -e ".[dev,test,doc]"
224-
pip install https://github.com/posit-dev/py-htmltools/tarball/main
225223
pip install https://github.com/posit-dev/py-shinylive/tarball/main
226224
ci-install-docs: FORCE
227-
uv pip install -e ".[dev,test,doc]"
228-
uv pip install "htmltools @ git+https://github.com/posit-dev/py-htmltools.git" \
229-
"shinylive @ git+https://github.com/posit-dev/py-shinylive.git"
225+
uv pip install -e ".[dev,test,doc]" \
226+
"shinylive @ git+https://github.com/posit-dev/py-shinylive.git"
230227

231228
ci-install-rsconnect: FORCE
232229
uv pip install "rsconnect-python @ git+https://github.com/rstudio/rsconnect-python.git"

examples/airmass/README.md

Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
seaborn
22
pandas
3+
shiny
4+
matplotlib

examples/brownian/README.md

Lines changed: 1 addition & 0 deletions

examples/busy_indicators/README.md

Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
numpy
2+
seaborn
3+
shiny
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
aiohttp
2+
bs4
3+
openai
4+
shiny

0 commit comments

Comments
 (0)