diff --git a/requirements.txt b/requirements.txt index ae854cb..d0b190e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fire==0.3.1 black==19.10b0 -tensorflow==2.5.0 +tensorflow==2.11.1 implicit==0.4.0 scikit-learn==0.23.1 jupyter==1.0.0 diff --git a/setup.py b/setup.py index 9618b3e..674b84a 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ author_email="mark@douthwaite.io", url="https://github.com/markdouthwaite/xanthus", license="MIT", - install_requires=["tensorflow==2.5.0", "jupyter==1.0.0", "pandas==1.0.4", "numpy==1.18.5", "h5py==2.10.0", "scipy==1.4.1", "scikit-learn==0.23.1", "requests==2.23.0", "implicit==0.4.0"], + install_requires=["tensorflow==2.11.1", "jupyter==1.0.0", "pandas==1.0.4", "numpy==1.18.5", "h5py==2.10.0", "scipy==1.4.1", "scikit-learn==0.23.1", "requests==2.23.0", "implicit==0.4.0"], extras_require={"tests": ["pytest", "pandas", "requests", "markdown", "black", "tensorflow"]}, classifiers=[ # 'Development Status :: 5 - Production/Stable',