* Change C API name. * Test for all primitive types from array. * Add native support for CPU 128 float. * Convert boolean and float16 in Python. * Fix dask version for now.
37 lines
427 B
YAML
37 lines
427 B
YAML
name: cpu_test
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.7
|
|
- pip
|
|
- wheel
|
|
- pyyaml
|
|
- cpplint
|
|
- pylint
|
|
- numpy
|
|
- scipy
|
|
- scikit-learn
|
|
- pandas
|
|
- matplotlib
|
|
- dask=2021.05.0
|
|
- distributed=2021.05.0
|
|
- graphviz
|
|
- python-graphviz
|
|
- hypothesis
|
|
- astroid
|
|
- sphinx
|
|
- sh
|
|
- recommonmark
|
|
- mock
|
|
- breathe
|
|
- pytest
|
|
- pytest-cov
|
|
- python-kubernetes
|
|
- urllib3
|
|
- jsonschema
|
|
- boto3
|
|
- awscli
|
|
- pip:
|
|
- guzzle_sphinx_theme
|
|
- datatable
|