Skip to content

Commit bbfedcc

Browse files
committed
Bump dependencies
1 parent d3f15b5 commit bbfedcc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ classifiers = [
3030
requires-python = ">=3.8"
3131
dependencies = [
3232
"loam>=0.8.0,<0.9.0",
33-
"f90nml>=1.4.3",
33+
"f90nml>=1.4.4",
3434
"setuptools_scm>=7.1",
35-
"numpy>=1.21",
36-
"scipy>=1.7",
37-
"pandas>=1.3",
38-
"h5py>=3.8",
39-
"matplotlib>=3.5",
35+
"numpy>=1.24",
36+
"scipy>=1.10",
37+
"pandas>=2.0",
38+
"h5py>=3.10",
39+
"matplotlib>=3.7",
4040
]
4141

4242
[project.scripts]

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ isolated_build = True
1111

1212
[testenv]
1313
deps =
14-
pytest>=7.2
15-
pytest-cov>=4.0
14+
pytest>=7.4
15+
pytest-cov>=4.1
1616
commands =
1717
stagpy version
1818
pytest --cov={envsitepackagesdir}/stagpy --cov-report term-missing {posargs}
1919
setenv = STAGPY_ISOLATED=True
2020

2121
[testenv:mypy]
2222
deps =
23-
mypy>=1.1.1
23+
mypy>=1.7.1
2424
commands=
2525
mypy --install-types --non-interactive stagpy/ tests/
2626

0 commit comments

Comments
 (0)