Metadata-Version: 2.1
Name: mlpp-lib
Version: 0.8.0
Summary: Collection of methods for ML-based postprocessing of weather forecasts.
Author: Daniele Nerini
Author-email: daniele.nerini@meteoswiss.ch
Requires-Python: >=3.9,<3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Provides-Extra: extended
Provides-Extra: tensorflow
Provides-Extra: tensorflow-cpu
Requires-Dist: dask (>=2022.6.0,<2023.0.0)
Requires-Dist: numba (>=0.56.4,<0.57.0) ; extra == "extended"
Requires-Dist: numpy (>=1.22.1,<2.0.0)
Requires-Dist: pandas (>=1.4.1,<2.0.0)
Requires-Dist: properscoring (>=0.1,<0.2)
Requires-Dist: scipy (>=1.8.0,<2.0.0)
Requires-Dist: tensorflow (>=2.12.1,<2.13.0) ; extra == "tensorflow" or extra == "extended"
Requires-Dist: tensorflow-cpu (>=2.12.1,<2.13.0) ; extra == "tensorflow-cpu"
Requires-Dist: tensorflow-probability (>=0.20.0,<0.21.0)
Requires-Dist: xarray (>=2022.3.0,<2023.0.0)
Requires-Dist: zarr (>=2.14.1,<3.0.0) ; extra == "extended"
