File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
pull-requests : write
37
37
38
38
env :
39
- python-ver : ' 3.9 '
39
+ python-ver : ' 3.12 '
40
40
CHANNELS : ' -c dppy/label/dev -c intel -c conda-forge --override-channels'
41
41
NO_INTEL_CHANNELS : ' -c dppy/label/dev -c conda-forge --override-channels'
42
42
# Install the latest oneAPI compiler to work around an issue
@@ -132,16 +132,16 @@ jobs:
132
132
- name : Install dpnp dependencies
133
133
if : env.INSTALL_ONE_API == 'yes'
134
134
run : |
135
- mamba install numpy"<1.24" dpctl">=0.18.0dev0" cmake cython pytest ninja scikit-build ${{ env.NO_INTEL_CHANNELS }}
135
+ mamba install numpy dpctl">=0.18.0dev0" cmake cython pytest ninja scikit-build ${{ env.NO_INTEL_CHANNELS }}
136
136
137
137
- name : Install dpnp dependencies
138
138
if : env.INSTALL_ONE_API != 'yes'
139
139
run : |
140
- mamba install numpy"<1.24" dpctl">=0.18.0dev0" mkl-devel-dpcpp onedpl-devel tbb-devel dpcpp_linux-64 \
140
+ mamba install numpy dpctl">=0.18.0dev0" mkl-devel-dpcpp onedpl-devel tbb-devel dpcpp_linux-64 \
141
141
cmake cython pytest ninja scikit-build ${{ env.CHANNELS }}
142
142
143
143
- name : Install cuPy dependencies
144
- run : mamba install cupy cudatoolkit=10.0
144
+ run : mamba install cupy
145
145
146
146
- name : Conda info
147
147
run : mamba info
You can’t perform that action at this time.
0 commit comments