Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix toml issues #14

Merged
merged 1 commit into from
Mar 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion altair/pyscript.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name = "Altair"
description = "An application that uses vega datasets and Vega to plot heatmap and bar graphs.
description = "An application that uses vega datasets and Vega to plot heatmap and bar graphs."
packages = ["altair", "pandas", "vega_datasets"]
2 changes: 1 addition & 1 deletion panel_deckgl/pyscript.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name = "NYC Taxi Panel DeckGL"
description = "A Panel application that uses the NYC Taxi dataset and DeckGL to generate a data visualisation on a map".
description = "A Panel application that uses the NYC Taxi dataset and DeckGL to generate a data visualisation on a map."
packages = ["bokeh==3.2.2", "numpy", "pandas", "panel"]
2 changes: 1 addition & 1 deletion panel_kmeans/pyscript.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name = "KMeans in Panel"
description = "An example of how to build a dashboard using Panel".
description = "An example of how to build a dashboard using Panel."
packages = ["bokeh==3.2.2", "altair", "numpy", "pandas", "scikit-learn", "panel"]