Metadata-Version: 2.1
Name: conformalopt
Version: 0.1.0
Summary: Simple implementation of online conformal algorithms.
Author: Christopher Mohri
Author-email: xmohri@stanford.edu
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: tqdm
Requires-Dist: statsmodels
Requires-Dist: cvxpy
Provides-Extra: dev
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'

