Skip to content

Commit

Permalink
CI: Pin pandas 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller authored Apr 4, 2023
1 parent ca3a4b7 commit b6be261
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 @@ -13,7 +13,7 @@ jobs:
- run: |
brew upgrade
brew install openblas swig boost python3 tbb nlopt cminpack ceres-solver bison flex hdf5 ipopt primesieve spectra pagmo
pip3 install matplotlib scipy chaospy pandas dill
pip3 install matplotlib scipy chaospy "pandas<2" dill
- run: |
cd $HOME/work/openturns
git clone -b 1.8.1 https://github.com/jeromerobert/hmat-oss.git hmat-oss
Expand Down

0 comments on commit b6be261

Please sign in to comment.