Metadata-Version: 2.1
Name: py-irt
Version: 0.2.1
Summary: Bayesian IRT models in Python
License: MIT
Author: John P. Lalor
Author-email: john.lalor@nd.edu
Requires-Python: >=3.7,<3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: numpy (>=1.20.3,<2.0.0)
Requires-Dist: pandas (>=1.2.4,<2.0.0)
Requires-Dist: pydantic (>=1.8.2,<2.0.0)
Requires-Dist: pyro-ppl (>=1.6.0,<2.0.0)
Requires-Dist: rich (>=9.3.0,<10.0.0)
Requires-Dist: scipy (>=1.6.3,<2.0.0)
Requires-Dist: typer (>=0.3.2,<0.4.0)
