We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbeb492 commit 54f8375Copy full SHA for 54f8375
.github/workflows/master.yml
@@ -61,7 +61,7 @@ jobs:
61
run: |
62
sudo apt-get update && sudo apt-get install libhdf5-dev libnetcdf-dev
63
python -m pip install --upgrade pip
64
- pip install xarray~=0.18.0 pandas~=1.4.0
+ pip install xarray~=2023.1.0 pandas~=1.4.0
65
- name: Install package
66
67
pip install -e .[tests]
.github/workflows/pythonpackage.yml
- pip install xarray~=2024.7.0 pandas~=1.4.0
0 commit comments