Metadata-Version: 2.4
Name: mixedlm
Version: 1.1.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Rust
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Dist: numpy>=1.21
Requires-Dist: scipy>=1.8
Requires-Dist: narwhals>=1.0
Requires-Dist: py-bobyqa>=1.4
Requires-Dist: pytest>=7.0 ; extra == 'dev'
Requires-Dist: pytest-cov>=4.0 ; extra == 'dev'
Requires-Dist: ruff>=0.1 ; extra == 'dev'
Requires-Dist: mypy>=1.0 ; extra == 'dev'
Requires-Dist: polars>=0.20 ; extra == 'dev'
Requires-Dist: pandas>=1.4 ; extra == 'dev'
Requires-Dist: mkdocs>=1.5 ; extra == 'docs'
Requires-Dist: mkdocs-material>=9.5 ; extra == 'docs'
Requires-Dist: mkdocstrings[python]>=0.24 ; extra == 'docs'
Requires-Dist: py-bobyqa>=1.4 ; extra == 'optimizers'
Requires-Dist: nlopt>=2.7 ; extra == 'optimizers'
Requires-Dist: pandas>=1.4 ; extra == 'pandas'
Requires-Dist: matplotlib>=3.5 ; extra == 'plots'
Requires-Dist: polars>=0.20 ; extra == 'polars'
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: optimizers
Provides-Extra: pandas
Provides-Extra: plots
Provides-Extra: polars
License-File: LICENSE
Summary: Mixed-effects models in Python with Rust backend
Keywords: statistics,mixed-effects,lmer,glmer,regression
License: MIT
Requires-Python: >=3.10
