mirror of https://github.com/pyodide/pyodide.git
Add pillow as a requirement of imageio (#976)
This commit is contained in:
parent
3b534c3f85
commit
7d21442b30
|
@ -9,6 +9,7 @@ source:
|
|||
requirements:
|
||||
run:
|
||||
- numpy
|
||||
- pillow
|
||||
test:
|
||||
imports:
|
||||
- imageio
|
||||
|
|
Loading…
Reference in New Issue