diff --git a/poetry.lock b/poetry.lock index 58af70bada4b..8c85ca195ae2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "absl-py" @@ -5645,21 +5645,18 @@ files = [ [[package]] name = "tensorflow-hub" -version = "0.13.0" +version = "0.16.1" description = "TensorFlow Hub is a library to foster the publication, discovery, and consumption of reusable parts of machine learning models." optional = false python-versions = "*" files = [ - {file = "tensorflow_hub-0.13.0-py2.py3-none-any.whl", hash = "sha256:3544f4fd9fd99e4eeb6da1b5b5320e4a2dbdef7f9bb778f66f76d6790f32dd65"}, + {file = "tensorflow_hub-0.16.1-py2.py3-none-any.whl", hash = "sha256:e10c184b3d08daeafada11ffea2dd46781725b6bef01fad1f74d6634ad05311f"}, ] [package.dependencies] numpy = ">=1.12.0" protobuf = ">=3.19.6" - -[package.extras] -make-image-classifier = ["keras-preprocessing[image]"] -make-nearest-neighbour-index = ["annoy", "apache-beam"] +tf-keras = ">=2.14.1" [[package]] name = "tensorflow-intel" @@ -5875,6 +5872,17 @@ files = [ {file = "terminaltables-3.1.10.tar.gz", hash = "sha256:ba6eca5cb5ba02bba4c9f4f985af80c54ec3dccf94cfcd190154386255e47543"}, ] +[[package]] +name = "tf-keras" +version = "2.15.0" +description = "Deep learning for humans." +optional = false +python-versions = ">=3.8" +files = [ + {file = "tf_keras-2.15.0-py3-none-any.whl", hash = "sha256:48607ee60a4d1fa7c09d6a44293a803faf3136e7a43f92df089ac094117547d2"}, + {file = "tf_keras-2.15.0.tar.gz", hash = "sha256:d7559c2ba40667679fcb2105d3e4b68bbc07ecafbf1037462ce7b3974c3c6798"}, +] + [[package]] name = "thinc" version = "8.1.10" @@ -6956,4 +6964,4 @@ transformers = ["sentencepiece", "transformers"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "4c84d994449f859816e48dd00d77f31f6f9d964e29a9f6060300c51d923786e0" +content-hash = "945abb372ba2e870cdf4ea80da6c227bfa75aa39e5919c0f9fd4827161550eec" diff --git a/pyproject.toml b/pyproject.toml index 0944c09460d6..8e5d99f81c9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -132,7 +132,7 @@ sklearn-crfsuite = "~0.3" psycopg2-binary = ">=2.8.2,<2.10.0" python-dateutil = "~2.8" protobuf = ">=4.23.3,< 4.23.4" -tensorflow_hub = "^0.13.0" +tensorflow_hub = ">=0.13,<0.17" setuptools = ">=65.5.1" ujson = ">=1.35,<6.0" regex = ">=2020.6,<2022.11"