mirror of https://github.com/pyodide/pyodide.git
34 lines
625 B
YAML
34 lines
625 B
YAML
package:
|
|
name: yt
|
|
version: 4.0.4
|
|
|
|
source:
|
|
url: https://files.pythonhosted.org/packages/4b/88/280b68ca63861d34ef7f79e5e45a0476e320d25db2663981f9a1a3a85561/yt-4.0.4.tar.gz
|
|
sha256: 2cd58c3579efb88c3aefadc343ee6e399d893a2be5c60e61606a0fba6148b692
|
|
|
|
patches:
|
|
- patches/skip-openmp.patch
|
|
|
|
requirements:
|
|
run:
|
|
- numpy
|
|
- matplotlib
|
|
- sympy
|
|
- setuptools
|
|
- packaging
|
|
- unyt
|
|
- cmyt
|
|
- colorspacious
|
|
- tqdm
|
|
- tomli
|
|
- tomli-w
|
|
|
|
build:
|
|
# The test module is imported from the top level `__init__.py`
|
|
# so it cannot be unvendored
|
|
unvendor-tests: false
|
|
|
|
test:
|
|
imports:
|
|
- yt
|