diff --git a/poetry.lock b/poetry.lock index ba2092a01ff4..b6f8679fcdc3 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" @@ -5800,21 +5800,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" @@ -6030,6 +6027,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" @@ -7186,4 +7194,4 @@ transformers = ["sentencepiece", "transformers"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "c1c51259ab3b886039dcf7eb746a45815d4b8afcaa4bdbe179c891810aee553f" +content-hash = "4d56157b2534c5a5318fed90949d8eeecb504855dbe5736e356538675ff5c366" diff --git a/pyproject.toml b/pyproject.toml index c37977e46891..8d99bde676d0 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.17" setuptools = "~70.3.0" ujson = ">=1.35,<6.0" regex = ">=2020.6,<2022.11"