- 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.
14 lines
192 B
YAML
14 lines
192 B
YAML
# conda environment for source distribution test.
|
|
name: sdist_test
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.10
|
|
- pip
|
|
- wheel
|
|
- cmake
|
|
- ninja
|
|
- python-build
|
|
- c-compiler
|
|
- cxx-compiler
|