From a17af4c345b87bd078d6cd46b304f84365a3f484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 00:42:27 +0000 Subject: [PATCH] Bump mxnet from 1.6.0 to 1.9.1 Bumps [mxnet](https://github.com/apache/incubator-mxnet) from 1.6.0 to 1.9.1. - [Release notes](https://github.com/apache/incubator-mxnet/releases) - [Changelog](https://github.com/apache/incubator-mxnet/blob/master/NEWS.md) - [Commits](https://github.com/apache/incubator-mxnet/compare/1.6.0...1.9.1) --- updated-dependencies: - dependency-name: mxnet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++---------- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 75d5fb8e..cede58e1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1306,8 +1306,8 @@ python-versions = ">=3.6" [[package]] name = "mxnet" -version = "1.6.0" -description = "MXNet is an ultra-scalable deep learning framework. This version uses openblas." +version = "1.9.1" +description = "Apache MXNet is an ultra-scalable deep learning framework. This version uses openblas and MKLDNN." category = "main" optional = false python-versions = "*" @@ -2734,7 +2734,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = ">=3.8.0,<3.9.7 || >3.9.7,<3.11" -content-hash = "2d367e71578bff2ed04850de5dec821c423980cddcc88b33b416e1f9b9d1dd40" +content-hash = "b076b273d141c93117a0fdc13cb0a31a27405432bd4f9b6f6e469090a1f80dd0" [metadata.files] aiobotocore = [ @@ -3776,12 +3776,9 @@ murmurhash = [ {file = "murmurhash-1.0.8.tar.gz", hash = "sha256:8bb03aad842837a64b0c1d2ed22b50eba85f9fa51476c8bc0a77c366a979f1f3"}, ] mxnet = [ - {file = "mxnet-1.6.0-cp35-cp35m-macosx_10_12_x86_64.whl", hash = "sha256:557db7609ba2cea18d57eb062d29a8e42258e1164392316ccd6f3741b58de5cb"}, - {file = "mxnet-1.6.0-cp36-cp36m-macosx_10_12_x86_64.whl", hash = "sha256:7dc1f13c5934285bbb5b0fc112c9b4601d65786bf179a4b726c1164f074d24af"}, - {file = "mxnet-1.6.0-cp37-cp37m-macosx_10_12_x86_64.whl", hash = "sha256:57222543d04dda608d9ba041d1a794abb4f4159490f9cd063715afd9e3818dd1"}, - {file = "mxnet-1.6.0-cp38-cp38-macosx_10_12_x86_64.whl", hash = "sha256:d8e2b789bf2c3987447a1ab45e43e90ccee9b3acead115a036599558865c05c5"}, - {file = "mxnet-1.6.0-py2.py3-none-any.whl", hash = "sha256:f18406c87a6dba2d1bc6b95dcab0a7e798079a392f85281143804ab897dec916"}, - {file = "mxnet-1.6.0-py2.py3-none-win_amd64.whl", hash = "sha256:9f0abcabf6b1a3762ec092e4019821603955dadd9908ceb27ab02698186aa47f"}, + {file = "mxnet-1.9.1-py3-none-macosx_10_13_x86_64.whl", hash = "sha256:73c045f65ad05fe9ca3c4202e10471703b57231f8ac8b05d973ec2ab362178fb"}, + {file = "mxnet-1.9.1-py3-none-manylinux2014_aarch64.whl", hash = "sha256:5e51a0c05d99f8f1b3b5e7c02170be57af2e6edb3ad9af2cb9551ace3e22942c"}, + {file = "mxnet-1.9.1-py3-none-manylinux2014_x86_64.whl", hash = "sha256:65d5dac162c87a14d138d888b54494d515036d9047ae804ff51f770bd02197a6"}, ] mypy-extensions = [ {file = "mypy_extensions-0.4.3-py2.py3-none-any.whl", hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d"}, @@ -4823,7 +4820,6 @@ traitlets = [ {file = "traitlets-5.4.0.tar.gz", hash = "sha256:3f2c4e435e271592fe4390f1746ea56836e3a080f84e7833f0f801d9613fec39"}, ] treelib = [ - {file = "treelib-1.6.1-py3.7.egg", hash = "sha256:8065064e5b92f59400295c221226b65905fd219c6ea43971fa0676b9e7780095"}, {file = "treelib-1.6.1.tar.gz", hash = "sha256:1cbfffb2d2b75ccac27d0200cee0507b6fbb0726e0afb9fae017ade5d2ce8788"}, ] typeguard = [ diff --git a/pyproject.toml b/pyproject.toml index 45aa7399..1b2d4dad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ python = ">=3.8.0,<3.9.7 || >3.9.7,<3.11" atoti = {extras = ["jupyterlab", "kafka", "aws", "azure", "gcp"], version = "^0.7.0"} wget = "^3.2" treelib = "^1.6.1" -mxnet = "1.6.0" +mxnet = "1.9.1" matplotlib = "^3.4.2" gluonts = "^0.7.5" folium = "^0.12.1"