Metadata-Version: 2.1
Name: sb-obp
Version: 0.5.9
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.13
Classifier: License :: OSI Approved :: Apache Software License
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
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) ; python_version < "3.9"
Requires-Dist: numpy (>=1.26.0,<2.0.0) ; python_version >= "3.9"
Requires-Dist: pandas (>=1.3.5,<2.0.0)
Requires-Dist: pingouin (>=0.5.0,<0.6.0)
Requires-Dist: pyieoe (>=0.1.1,<0.2.0)
Requires-Dist: scikit-learn (>=1.0.2,<2.0.0)
Requires-Dist: scipy (<=1.11) ; python_version < "3.9"
Requires-Dist: scipy (>=1.12.0,<2.0.0) ; python_version >= "3.9"
Requires-Dist: seaborn (>=0.13.1,<0.14.0)
Requires-Dist: torch (>=1.9.0,<2.0.0) ; python_version < "3.9"
Requires-Dist: torch (>=2.2.0,<3.0.0) ; python_version >= "3.9"
Requires-Dist: tqdm (>=4.62.2,<5.0.0)
