xgboost/tests/ci_build/conda_env/linux_sycl_test.yml
Dmitry Razdoburdin ce97de2a7c
replace channel for sycl dependencies (#10576)
Co-authored-by: Dmitry Razdoburdin <>
2024-07-12 18:28:54 +08:00

22 lines
302 B
YAML

name: linux_sycl_test
channels:
- conda-forge
- https://software.repos.intel.com/python/conda/
dependencies:
- python=3.8
- 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