From 375eef56f1d7e569f9655151d2e100d068bf1b4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 20:34:47 +0000 Subject: [PATCH] Bump mxnet from 1.5 to 1.9.1 Bumps [mxnet](https://github.com/apache/incubator-mxnet) from 1.5 to 1.9.1. - [Release notes](https://github.com/apache/incubator-mxnet/releases) - [Changelog](https://github.com/apache/mxnet/blob/master/NEWS.md) - [Commits](https://github.com/apache/incubator-mxnet/compare/1.5.0...1.9.1) --- updated-dependencies: - dependency-name: mxnet 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 17b6fec..d856c58 100644 --- a/setup.py +++ b/setup.py @@ -110,7 +110,7 @@ # # For an analysis of "install_requires" vs pip's requirements files see: # https://packaging.python.org/en/latest/requirements.html - install_requires=['tensorflow','torchvision','keras==2.1.6','torch','mxnet==1.5','numpy','Pillow','scikit_learn','fastai'], # Optional + install_requires=['tensorflow','torchvision','keras==2.1.6','torch','mxnet==1.9.1','numpy','Pillow','scikit_learn','fastai'], # Optional # dependency_links=[]