Skip to content

Commit fd0eece

Browse files
Thibault-Pelletierjourdain
authored andcommitted
fix(ci): Fix missing dependency
* Add missing RcaViewAdapter dependencies
1 parent c90edda commit fd0eece

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ authors = [
88
dependencies = [
99
"trame-client>=3.4,<4",
1010
"wslink>=2.1.3",
11+
"numpy",
12+
"pillow",
13+
"pillow-avif-plugin"
1114
]
1215
requires-python = ">=3.9"
1316
readme = "README.rst"

0 commit comments

Comments
 (0)