Skip to content

Commit

Permalink
chore: pluralize
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Dec 18, 2022
1 parent cbb11c1 commit 3e1e2f5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ builtins.removeAttrs
shapely-wheel = callTest ./shapely-wheel { };
grpcio-wheel = callTest ./grpcio-wheel { };
grpcio-no-wheel = callTest ./grpcio-no-wheel { };
panel-wheel = callTest ./panel-wheel { };
panel-wheels = callTest ./panel-wheels { };
}
skipTests

Expand Down
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "test-panel-wheel"
name = "test-panel-wheels"
version = "0.1.0"
description = "Test of wheel for panel"
description = "Test of wheel for panel, pillow and bokeh"
authors = ["Your Name <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.9"
bokeh = "~2.4"
panel = "^0.14.2"
pillow = "^9.3.0"
bokeh = "~2.4.3"

[build-system]
requires = ["poetry-core>=1"]
Expand Down

0 comments on commit 3e1e2f5

Please sign in to comment.