Changeset 615 for trunk


Ignore:
Timestamp:
Apr 2, 2026, 6:27:57 PM (11 days ago)
Author:
htune
Message:

set pandas version in setup.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/setup.sh

    r613 r615  
    316316      if [[ $ExeterUQ = "ExeterUQ_MOGP" ]]; then
    317317        # Install additional required packages
    318         pip install patsy matplotlib netcdf4 pandas seaborn
     318        pip install patsy matplotlib netcdf4 "pandas==2.3.1" seaborn
    319319        # Try pypi, otherwise git commit
    320320        if ! pip install "mogp-emulator==$mogp_commit"; then
Note: See TracChangeset for help on using the changeset viewer.