Skip to content

Commit

Permalink
pin panel to 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Jan 22, 2024
1 parent 4da8935 commit 3f956f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ runs:
shell: bash -el {0}
run: mamba install --yes --channel conda-forge redis-server

# FIXME: remove before merge
- name: Install panel RC
shell: bash -el {0}
run: pip install --upgrade --pre panel==1.3.7rc2

- name: Install ragna
shell: bash -el {0}
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"httpx_sse",
"importlib_metadata>=4.6; python_version<'3.10'",
"packaging",
"panel>=1.3.7,<1.4",
"panel==1.3.8",
"pydantic>=2",
"pydantic-core",
"pydantic-settings>=2",
Expand Down

0 comments on commit 3f956f3

Please sign in to comment.