From f1f56b782303ef9833b1ec466e2d0851a3c37f8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:57:11 +0000 Subject: [PATCH] Bump scipy from 1.4.1 to 1.10.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.4.1 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.4.1...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bed838e..eb7b73e 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ long_description_content_type="text/markdown", url="https://github.com/LucaT1995/TL_blogpost", packages=setuptools.find_packages(), - install_requires=["numpy==1.17.5", "scikit-learn==0.22.1", "scipy==1.4.1", "torch==1.2", "torchvision==0.4", + install_requires=["numpy==1.17.5", "scikit-learn==0.22.1", "scipy==1.10.0", "torch==1.2", "torchvision==0.4", "pandas==0.24.2", "tqdm==4.41.1", "matplotlib==3.0.2", "Pillow==8.1.1", "lightonml==1.0.2", "lightonopu==1.0.4"], classifiers=[