File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ classifiers = [
3030requires-python = " >=3.8"
3131dependencies = [
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 ]
Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ isolated_build = True
1111
1212[testenv]
1313deps =
14- pytest>=7.2
15- pytest-cov>=4.0
14+ pytest>=7.4
15+ pytest-cov>=4.1
1616commands =
1717 stagpy version
1818 pytest --cov ={envsitepackagesdir}/stagpy --cov-report term-missing {posargs}
1919setenv = STAGPY_ISOLATED =True
2020
2121[testenv:mypy]
2222deps =
23- mypy>=1.1 .1
23+ mypy>=1.7 .1
2424commands =
2525 mypy --install-types --non-interactive stagpy/ tests/
2626
You can’t perform that action at this time.
0 commit comments