- Bump the Python requirement. - Fix type hints. - Use loky to avoid deadlock. - Workaround cupy-numpy compatibility issue on Windows caused by the `safe` casting rule. - Simplify the repartitioning logic to avoid dask errors.
21 lines
230 B
YAML
21 lines
230 B
YAML
name: win64_env
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.10
|
|
- numpy
|
|
- scipy
|
|
- matplotlib
|
|
- scikit-learn
|
|
- pandas
|
|
- pytest
|
|
- boto3
|
|
- hypothesis
|
|
- jsonschema
|
|
- cupy>=13.2
|
|
- python-graphviz
|
|
- pip
|
|
- py-ubjson
|
|
- loky
|
|
- pyarrow
|