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 f6e0cc7 commit 1984b1c
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 @@ -139,6 +139,6 @@ builtins.removeAttrs
fiona-wheel = callTest ./fiona-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 1984b1c

Please sign in to comment.