Skip to content

Commit fbde672

Browse files
reverting to force numpy<2
numpy/numpy#26710
1 parent 7681e7d commit fbde672

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python-version: ${{ matrix.python-version }}
2727

2828
- name: Install dependencies
29-
run: python -m pip install --upgrade --force-reinstall cython numpy scipy matplotlib corner getdist h5py pandas flake8 pycodestyle pydocstyle pytest-html pytest-xdist
29+
run: python -m pip install cython numpy scipy matplotlib corner getdist h5py pandas flake8 pycodestyle pydocstyle pytest-html pytest-xdist
3030

3131
- name: Lint with flake8
3232
run: flake8 $(ls ultranest/*.py | grep -Ev '^ultranest/(flatnuts|dychmc|dyhmc|pathsampler).py')

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
history_file.read())
3434

3535

36-
requirements = ['numpy', 'cython', 'matplotlib', 'corner']
36+
requirements = ['numpy<2', 'cython', 'matplotlib', 'corner']
3737

3838
setup_requirements = ['pytest-runner', ]
3939

0 commit comments

Comments
 (0)