Metadata-Version: 2.1
Name: sb-obp
Version: 0.5.6
Summary: Open Bandit Pipeline: a python library for off-policy evaluation and learning
License: Apache-2.0
Author: Yuta Saito
Author-email: ys552@cornell.edu
Requires-Python: >=3.8.1,<3.11
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: Pillow (==9.1.1)
Requires-Dist: PyYAML (>=6.0.1,<7.0.0)
Requires-Dist: matplotlib (>=3.4.3,<4.0.0)
Requires-Dist: mypy-extensions (>=0.4.3,<0.5.0)
Requires-Dist: numpy (>=1.21.2,<2.0.0)
Requires-Dist: pandas (>=1.3.2,<2.0.0)
Requires-Dist: pingouin (>=0.4.0,<0.5.0)
Requires-Dist: pyieoe (>=0.1.1,<0.2.0)
Requires-Dist: scikit-learn (==1.0.2)
Requires-Dist: scipy (>=1.8.1,<1.9.0)
Requires-Dist: seaborn (>=0.12.2,<0.13.0)
Requires-Dist: torch (>=1.9.0,<2.0.0)
Requires-Dist: tqdm (>=4.62.2,<5.0.0)
