Metadata-Version: 2.1
Name: lenskit-tf
Version: 0.14.0
Summary: TensorFlow-based algorithms.
Author-email: Michael Ekstrand <michaelekstrand@boisestate.edu>
Requires-Python: >= 3.8
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Requires-Dist: lenskit ==0.14.*
Requires-Dist: tensorflow >=2.6,==2.*
Requires-Dist: tensorflow-cpu ; extra == "cpu"
Requires-Dist: lenskit-build-helpers >=0.1 ; extra == "dev"
Requires-Dist: flit >= 3.2 ; extra == "dev"
Requires-Dist: flake8 >= 3 ; extra == "dev"
Requires-Dist: coverage >= 5 ; extra == "dev"
Requires-Dist: pytest-cov >= 2.12 ; extra == "dev"
Requires-Dist: pytest >= 6 ; extra == "test"
Requires-Dist: pytest-doctestplus >= 0.9 ; extra == "test"
Project-URL: GitHub, https://github.com/lenskit/lenskit-tf
Project-URL: homepage, https://lkpy.lenskit.org/projects/tf
Provides-Extra: cpu
Provides-Extra: dev
Provides-Extra: test

# LensKit TensorFlow packages

The `lenskit-tf` package provides [LensKit][] algorithm implementations using
TensorFlow.

[LensKit]: https://lkpy.lenskit.org

