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 3636 pull-requests : write
3737
3838 env :
39- python-ver : ' 3.9 '
39+ python-ver : ' 3.12 '
4040 CHANNELS : ' -c dppy/label/dev -c intel -c conda-forge --override-channels'
4141 NO_INTEL_CHANNELS : ' -c dppy/label/dev -c conda-forge --override-channels'
4242 # Install the latest oneAPI compiler to work around an issue
@@ -132,16 +132,16 @@ jobs:
132132 - name : Install dpnp dependencies
133133 if : env.INSTALL_ONE_API == 'yes'
134134 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 }}
136136
137137 - name : Install dpnp dependencies
138138 if : env.INSTALL_ONE_API != 'yes'
139139 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 \
141141 cmake cython pytest ninja scikit-build ${{ env.CHANNELS }}
142142
143143 - name : Install cuPy dependencies
144- run : mamba install cupy cudatoolkit=10.0
144+ run : mamba install cupy
145145
146146 - name : Conda info
147147 run : mamba info
You can’t perform that action at this time.
0 commit comments