Skip to content

Commit

Permalink
CI/macos: Unpin numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Oct 3, 2024
1 parent 7871c05 commit 3e7f2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- run: |
brew install openblas swig boost python3 tbb nlopt cminpack ceres-solver bison flex hdf5 ipopt primesieve spectra pagmo cuba nanoflann
pip3 install matplotlib "numpy<2" scipy chaospy pandas dill --break-system-packages
pip3 install matplotlib scipy chaospy pandas dill --break-system-packages
- run: |
cmake \
-DCMAKE_INSTALL_PREFIX=~/.local \
Expand Down

0 comments on commit 3e7f2c7

Please sign in to comment.