Skip to content

Commit 8e8e5d4

Browse files
committed
Bump dependencies
1 parent 31b4890 commit 8e8e5d4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

setup.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77

88
DEPENDENCIES = [
99
'loam>=0.3.1',
10-
'f90nml>=1.0.2',
11-
'setuptools_scm>=1.15',
10+
'f90nml>=1.2',
11+
'setuptools_scm>=4.1',
1212
]
1313
HEAVY = [
14-
'numpy>=1.12',
15-
'scipy>=1.0',
16-
'pandas>=0.22',
17-
'h5py>=2.7.1',
18-
'matplotlib>=3.0',
14+
'numpy>=1.19',
15+
'scipy>=1.5',
16+
'pandas>=1.1',
17+
'h5py>=2.10',
18+
'matplotlib>=3.3',
1919
]
2020

2121
ON_RTD = os.environ.get('READTHEDOCS', None) == 'True'

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ skipsdist=True
66
[testenv]
77
usedevelop=True
88
deps =
9-
pip>=19.3.1
9+
pip>=20.2
1010
pytest>=6.0
1111
pytest-cov>=2.10
1212
commands =

0 commit comments

Comments
 (0)