Skip to content

Commit

Permalink
fix numpy version to 1.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienDoerner committed Jul 3, 2024
1 parent 53893c1 commit 34d36f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:
- name: Preinstall
run: |
sudo apt-get update
sudo apt-get install libmuparser-dev python3 python3-dev python3-numpy python3-setuptools python-setuptools libhdf5-serial-dev libomp5 libomp-dev libfftw3-dev libcfitsio-dev lcov
sudo apt-get install libmuparser-dev python3 python3-dev python3-setuptools python-setuptools libhdf5-serial-dev libomp5 libomp-dev libfftw3-dev libcfitsio-dev lcov
pip3 install -r doc/pages/example_notebooks/requirements.txt # load requrements for notebooks
pip3 install --upgrade Pygments
pip3 install --upgrade numpy
- name: Set up the build
env:
CXX: ${{ matrix.config.cxx }}
Expand Down
2 changes: 1 addition & 1 deletion doc/pages/example_notebooks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# collection of all packages used in the analyis of the example notebooks. This is used for the automatic test of the notebooks
numpy
numpy==1.26.4
matplotlib
pandas
healpy
Expand Down

0 comments on commit 34d36f3

Please sign in to comment.