Skip to content

Commit

Permalink
fix version pinning in yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshyoga committed Apr 12, 2024
1 parent 0b8789f commit e961b6b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions environments/conda-linux-sycl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,13 @@ dependencies:
- dpctl
- dpnp
- numba-dpex
# TODO: fix issues on conda-forge build
- intel::dpcpp_linux-64==2024.0.0
- intel::dpcpp-cpp-rt==2024.0.0
- dpcpp_linux-64
- dpcpp-cpp-rt
- cython
- cmake
- ninja
- scikit-build
# https://github.com/scikit-build/scikit-build/issues/981
- setuptools>=42,<64
- setuptools
- pybind11
- libgcc-ng
- libstdcxx-ng
Expand Down

0 comments on commit e961b6b

Please sign in to comment.