* Drop support for VS14, use VS15 instead. * Drop support for mingw. * Remove debug build. * Split up jvm tests. * Split up Python tests.
22 lines
237 B
YAML
22 lines
237 B
YAML
name: win64_env
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python
|
|
- wheel
|
|
- numpy
|
|
- scipy
|
|
- scikit-learn
|
|
- pandas
|
|
- matplotlib
|
|
- dask
|
|
- distributed
|
|
- python-graphviz
|
|
- pytest
|
|
- jsonschema
|
|
- hypothesis
|
|
- jsonschema
|
|
- pip
|
|
- pip:
|
|
- graphviz
|