diff --git a/poetry.lock b/poetry.lock index 9f178a0e..444e70c3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1303,8 +1303,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 = "368756abb9e5d32c36550a53c7ae02d94263d4153acd56cbb76071e0ff20b799" +content-hash = "305f2350e95274462293a709c708f15a6a786629fab44e90cdd58aa27b15d49b" [metadata.files] aiobotocore = [ @@ -3761,12 +3761,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"}, @@ -4820,7 +4817,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 72936cdf..fe508511 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"