diff --git a/poetry.lock b/poetry.lock index f47fd398171b..29aab55edad5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5688,22 +5688,18 @@ files = [ [[package]] name = "tensorflow-hub" -version = "0.13.0" +version = "0.14.0" 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.14.0-py2.py3-none-any.whl", hash = "sha256:519c6b56c4d304667fbd8ce66bd637e6a750c901215468db2cc6bfd0739bb0b0"}, ] [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"] - [[package]] name = "tensorflow-intel" version = "2.12.0" @@ -6989,4 +6985,4 @@ transformers = ["sentencepiece", "transformers"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "bc8de203b25a221ec4217c8c55740abdf6a5a4a42f72943ebaa9dffbc8736484" +content-hash = "7d909483c89a5ef6f157f36e2c1210e772e2370e0b1c19db93c2516917ccefce" diff --git a/pyproject.toml b/pyproject.toml index e5bab4596712..95a968d55dd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -131,7 +131,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.15" setuptools = ">=41.0.0" ujson = ">=1.35,<6.0" regex = ">=2020.6,<2022.11"