Skip to content

Commit

Permalink
Shift panel and dash out of pip
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinWiseOne committed Nov 25, 2024
1 parent dbe20ea commit 3e477c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Panel/app_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ app_deps:
edm:
- enthought_edge>=2.16.0
- packaging
- panel
- pip
- pyparsing
- setuptools
- six
- numpy
- pandas
- matplotlib
pip:
- panel
pip: []
cmd_deps:
- docker
exclude:
Expand Down
2 changes: 1 addition & 1 deletion Plotly Dash/app_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ env_deps:
- questionary
app_deps:
edm:
- dash
- enthought_edge>=2.16.0
- packaging
- pip
Expand All @@ -30,7 +31,6 @@ app_deps:
- pandas
- flask>2
pip:
- dash
- Flask-Session
cmd_deps:
- docker
Expand Down

0 comments on commit 3e477c3

Please sign in to comment.