Metadata-Version: 2.4
Name: pyinla
Version: 0.1.0
Summary: Python interface for INLA (Integrated Nested Laplace Approximation) with bundled binaries.
Author-email: pyINLA maintainers <contact@pyinla.org>
License: Proprietary
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Cython
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: License :: Other/Proprietary License
Requires-Python: >=3.9
Requires-Dist: numpy>=1.21
Requires-Dist: pandas>=1.1
Requires-Dist: scipy>=1.7
Provides-Extra: fmesher
Requires-Dist: rpy2>=3.5; extra == "fmesher"
Provides-Extra: dev
Requires-Dist: cython>=3.0; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
