--------- Co-authored-by: Dmitry Razdoburdin <> Co-authored-by: Nikolay Petrov <nikolay.a.petrov@intel.com> Co-authored-by: Alexandra <alexandra.epanchinzeva@intel.com>
21 lines
246 B
YAML
21 lines
246 B
YAML
name: linux_sycl_test
|
|
channels:
|
|
- conda-forge
|
|
- intel
|
|
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
|