We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b4890 commit 8e8e5d4Copy full SHA for 8e8e5d4
setup.py
@@ -7,15 +7,15 @@
7
8
DEPENDENCIES = [
9
'loam>=0.3.1',
10
- 'f90nml>=1.0.2',
11
- 'setuptools_scm>=1.15',
+ 'f90nml>=1.2',
+ 'setuptools_scm>=4.1',
12
]
13
HEAVY = [
14
- 'numpy>=1.12',
15
- 'scipy>=1.0',
16
- 'pandas>=0.22',
17
- 'h5py>=2.7.1',
18
- 'matplotlib>=3.0',
+ 'numpy>=1.19',
+ 'scipy>=1.5',
+ 'pandas>=1.1',
+ 'h5py>=2.10',
+ 'matplotlib>=3.3',
19
20
21
ON_RTD = os.environ.get('READTHEDOCS', None) == 'True'
tox.ini
@@ -6,7 +6,7 @@ skipsdist=True
6
[testenv]
usedevelop=True
deps =
- pip>=19.3.1
+ pip>=20.2
pytest>=6.0
pytest-cov>=2.10
commands =
0 commit comments