mirror of https://github.com/pyodide/pyodide.git
21 lines
410 B
YAML
21 lines
410 B
YAML
package:
|
|
name: pandas
|
|
version: 1.0.5
|
|
|
|
source:
|
|
url: https://files.pythonhosted.org/packages/31/29/ede692aa6547dfc1f07a4d69e8411b35225218bcfbe9787e78b67a35d103/pandas-1.0.5.tar.gz
|
|
sha256: 69c5d920a0b2a9838e677f78f4dde506b95ea8e4d30da25859db6469ded84fa8
|
|
|
|
build:
|
|
cflags: -Wno-implicit-function-declaration
|
|
|
|
requirements:
|
|
run:
|
|
- numpy
|
|
- python-dateutil
|
|
- pytz
|
|
|
|
test:
|
|
imports:
|
|
- pandas
|