mirror of https://github.com/pyodide/pyodide.git
Use uppercase for the package Pillow (#2278)
This commit is contained in:
parent
245e8e7a5c
commit
63442defbc
|
@ -1,5 +1,5 @@
|
|||
package:
|
||||
name: pillow
|
||||
name: Pillow
|
||||
version: 9.0.0
|
||||
source:
|
||||
sha256: ee6e2963e92762923956fe5d3479b1fdc3b76c83f290aad131a2f98c3df0593e
|
|
@ -6,7 +6,7 @@ requirements:
|
|||
- distutils
|
||||
- numpy
|
||||
- Jinja2
|
||||
- pillow
|
||||
- Pillow
|
||||
- python-dateutil
|
||||
- six
|
||||
- typing-extensions
|
||||
|
|
|
@ -7,7 +7,7 @@ source:
|
|||
requirements:
|
||||
run:
|
||||
- numpy
|
||||
- pillow
|
||||
- Pillow
|
||||
test:
|
||||
imports:
|
||||
- imageio
|
||||
|
|
|
@ -44,7 +44,7 @@ requirements:
|
|||
- kiwisolver
|
||||
- numpy
|
||||
- packaging
|
||||
- pillow
|
||||
- Pillow
|
||||
- pyparsing
|
||||
- python-dateutil
|
||||
- pytz
|
||||
|
|
|
@ -15,7 +15,7 @@ requirements:
|
|||
- scipy
|
||||
- matplotlib
|
||||
- networkx
|
||||
- pillow
|
||||
- Pillow
|
||||
- imageio
|
||||
- pywavelets
|
||||
|
||||
|
|
Loading…
Reference in New Issue