File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed
Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1010 deploy :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
14- - uses : actions/setup-python@v5
13+ - uses : actions/checkout@v6
14+ - uses : actions/setup-python@v6
1515 with :
1616 python-version : 3.x
1717 - run : echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919 - name : Set up Python
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ' 3.x'
2323 - name : Install dependencies
2727 - name : Build package
2828 run : python -m build
2929 - name : Publish package
30- uses : pypa/gh-action-pypi-publish@v1.12.4
30+ uses : pypa/gh-action-pypi-publish@v1.13.0
Original file line number Diff line number Diff line change 1818 run :
1919 shell : bash
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222 - name : Set up Python ${{ matrix.python-version }}
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@v6
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626 cache : ' pip'
4848 run :
4949 shell : bash
5050 steps :
51- - uses : actions/checkout@v4
51+ - uses : actions/checkout@v6
5252 - name : Set up Python ${{ matrix.python-version }}
53- uses : actions/setup-python@v5
53+ uses : actions/setup-python@v6
5454 with :
5555 python-version : ${{ matrix.python-version }}
5656 cache : ' pip'
Original file line number Diff line number Diff line change 11# This is used to build the CI test environment and so Github can track dependencies.
22xarray == 2025.1.2
3- pandas == 2.2 .3
3+ pandas == 2.3 .3
44numpy == 1.26.4
55matplotlib == 3.10.1
66dask [array, distributed ]== 2025.2.0
7- requests == 2.32.3
8- statsmodels == 0.14.4
9- pytest == 8.3.5
10- pytest-cov == 6.2.1
7+ requests == 2.32.5
8+ statsmodels == 0.14.5
9+ pytest == 8.4.2
10+ pytest-cov == 7.0.0
1111zarr == 2.18.4
1212ruff == 0.8.6
1313netcdf4 == 1.7.2
14- h5netcdf == 1.6.1
14+ h5netcdf == 1.7.3
1515impactlab-tools == 0.6.0
1616p_tqdm == 1.4.2
17- pyarrow == 19 .0.1
17+ pyarrow == 21 .0.0
1818numcodecs == 0.15.1
1919scipy == 1.15.3
You can’t perform that action at this time.
0 commit comments