File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 59
59
run : |
60
60
docker run --rm -v ${{ github.workspace }}:/src/pyscf:rw --workdir=/src/pyscf ${{ env.img }} \
61
61
bash -exc '/opt/python/${{ matrix.pyver }}/bin/pip install --upgrade pip setuptools && \
62
- /opt/python/${{ matrix.pyver }}/bin/pip install "numpy!=1.16,!=1.17" "scipy!=1.5" h5py pytest pytest-cov pytest-timer pyberny geometric && \
62
+ /opt/python/${{ matrix.pyver }}/bin/pip install "numpy!=1.16,!=1.17" "scipy!=1.5" h5py==3.10 pytest pytest-cov pytest-timer pyberny geometric && \
63
63
yum install -y epel-release && \
64
64
yum-config-manager --enable epel && \
65
65
yum install -y openblas-devel gcc cmake curl && \
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools >= 61.0" , " wheel" ]
2
+ requires = [" setuptools >= 61.0" , " wheel" , " cmake " ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
You can’t perform that action at this time.
0 commit comments