22 lines
302 B
YAML
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
|