Skip to content

Commit

Permalink
chore: pluralize
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jan 12, 2023
1 parent 2bc6a61 commit 144d089
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 @@ -147,6 +147,6 @@ builtins.removeAttrs
wheel-wheel = callTest ./wheel-wheel { };
grpcio-wheel = callTest ./grpcio-wheel { };
grpcio-no-wheel = callTest ./grpcio-no-wheel { };
panel-wheel = callTest ./panel-wheel { };
panel-wheels = callTest ./panel-wheels { };
}
skipTests
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 144d089

Please sign in to comment.