Metadata-Version: 2.4
Name: markovflow
Version: 0.1.0
Summary: A Tensorflow based library for Time Series Modelling with Gaussian Processes
License-File: LICENCE
Author: Markovflow Contributors
Author-email: markovflow@secondmind.ai
Requires-Python: >=3.10,<3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: banded-matrices (==0.2.1)
Requires-Dist: gpflow (>=2.5,<2.6)
Requires-Dist: numpy (>=1.26,<2.0)
Requires-Dist: scipy (>=1.11,<2.0)
Requires-Dist: setuptools (>=68,<81)
Requires-Dist: tensorflow (>=2.16,<2.22)
Requires-Dist: tensorflow-probability[tf] (>=0.24,<0.26)
