diff --git a/setup.cfg b/setup.cfg index 0204dfd..bd45d72 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pyaro_readers -version = 0.0.10.dev3 +version = 0.0.10.dev4 author = MET Norway description = implementations of pyaerocom reading plugings using pyaro as interface long_description = file: README.md @@ -21,7 +21,7 @@ url = https://github.com/metno/pyaro-readers [options] python_version = >=3.10 install_requires = - pyaro >= 0.0.10 + pyaro >= 0.0.12 geocoder_reverse_natural_earth >= 0.0.2 netCDF4 requests