We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bafb8b commit 3e67456Copy full SHA for 3e67456
.github/workflows/tests.yml
@@ -101,7 +101,7 @@ jobs:
101
pip install pytest-cov
102
pytest --durations=10 -We tests/unit_tests --cov-report=xml --cov=PyMPDATA
103
- name: Upload coverage to Codecov
104
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5.5.2
105
with:
106
env_vars: PYTHON,MPI
107
token: ${{ secrets.CODECOV_TOKEN }}
MPI/pyproject.toml
@@ -29,7 +29,7 @@ classifiers = [
29
]
30
dependencies = [
31
"numba<0.57.0",
32
- "numpy<1.25.0",
+ "numpy",
33
"numba_mpi>=0.30",
34
"PyMPDATA",
35
"PyMPDATA-examples",
0 commit comments