Skip to content

Commit 3e67456

Browse files
remove numpy version pin from dependencies; bump codecov action (#646)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sylwester Arabas <[email protected]>
1 parent 3bafb8b commit 3e67456

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
pip install pytest-cov
102102
pytest --durations=10 -We tests/unit_tests --cov-report=xml --cov=PyMPDATA
103103
- name: Upload coverage to Codecov
104-
uses: codecov/codecov-action@v4
104+
uses: codecov/codecov-action@v5.5.2
105105
with:
106106
env_vars: PYTHON,MPI
107107
token: ${{ secrets.CODECOV_TOKEN }}

MPI/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
]
3030
dependencies = [
3131
"numba<0.57.0",
32-
"numpy<1.25.0",
32+
"numpy",
3333
"numba_mpi>=0.30",
3434
"PyMPDATA",
3535
"PyMPDATA-examples",

0 commit comments

Comments
 (0)