Skip to content

Commit 9127df2

Browse files
vtavanaantonwolfy
andauthored
bump numpy and cupy version in build doc (#2158)
Co-authored-by: Anton <[email protected]>
1 parent 4bf0e4e commit 9127df2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-sphinx.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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

0 commit comments

Comments
 (0)