diff --git a/requirements.txt b/requirements.txt index ae854cb..9444c00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ tensorflow==2.5.0 implicit==0.4.0 scikit-learn==0.23.1 jupyter==1.0.0 -requests==2.23.0 +requests==2.31.0 pandas==1.0.4 scipy==1.4.1 scikit-learn==0.23.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 9618b3e..a19f5b5 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.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.31.0", "implicit==0.4.0"], extras_require={"tests": ["pytest", "pandas", "requests", "markdown", "black", "tensorflow"]}, classifiers=[ # 'Development Status :: 5 - Production/Stable',