- 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.
22 lines
303 B
YAML
22 lines
303 B
YAML
name: linux_sycl_test
|
|
channels:
|
|
- conda-forge
|
|
- https://software.repos.intel.com/python/conda/
|
|
dependencies:
|
|
- python=3.10
|
|
- cmake
|
|
- c-compiler
|
|
- cxx-compiler
|
|
- pip
|
|
- wheel
|
|
- numpy
|
|
- scipy
|
|
- scikit-learn
|
|
- pandas
|
|
- hypothesis>=6.46
|
|
- pytest
|
|
- pytest-timeout
|
|
- pytest-cov
|
|
- dpcpp_linux-64
|
|
- onedpl-devel
|