Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Sep 13, 2024
1 parent 21bd72e commit d3c589b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,7 @@ runs:

- name: Install dev dependencies
shell: bash -el {0}
run: |
pip install \
git+https://github.com/bokeh/bokeh-fastapi.git@main \
git+https://github.com/holoviz/panel@fastapi_serve
run: pip install --pre panel[fastapi]

- name: Install ragna
shell: bash -el {0}
Expand Down
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ authors = [
readme = "README.md"
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
requires-python = ">=3.10"
dependencies = [
Expand All @@ -27,9 +27,7 @@ dependencies = [
"fastapi",
"httpx",
"packaging",
# FIXME: pin them to released versions
"bokeh-fastapi",
"panel",
"panel[fastapi]==1.5.0",
"pydantic>=2",
"pydantic-core",
"pydantic-settings>=2",
Expand Down

0 comments on commit d3c589b

Please sign in to comment.