diff --git a/poetry.lock b/poetry.lock index e049987a..4846f389 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1176,7 +1176,7 @@ typing-extensions = {version = "*", markers = "python_version < \"3.8\""} [[package]] name = "layer-api" -version = "0.9.369180" +version = "0.9.369693" description = "" category = "main" optional = false @@ -2626,7 +2626,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = ">=3.7.1,<3.11" -content-hash = "c4c4a640b3d780095e4bb23f06b3610e5ff34f762657dae7ca03b0ad1ecb96f9" +content-hash = "d224d663a8876e1afa66f3e455578a9f901ce44e79cc76fcd43c896383745e7a" [metadata.files] absl-py = [ @@ -3276,7 +3276,7 @@ kiwisolver = [ {file = "kiwisolver-1.4.3.tar.gz", hash = "sha256:ab8a15c2750ae8d53e31f77a94f846d0a00772240f1c12817411fa2344351f86"}, ] layer-api = [ - {file = "layer_api-0.9.369180-py3-none-any.whl", hash = "sha256:54d70588c0230dbc15a4a9f748b337df20114df90661e301e0fef9f49b8804f3"}, + {file = "layer_api-0.9.369693-py3-none-any.whl", hash = "sha256:896035b517f1954002e00568947b3956736cb08e8bbb127b2bf7bfddb098b92a"}, ] lazy-object-proxy = [ {file = "lazy-object-proxy-1.7.1.tar.gz", hash = "sha256:d609c75b986def706743cdebe5e47553f4a5a1da9c5ff66d76013ef396b5a8a4"}, diff --git a/pyproject.toml b/pyproject.toml index c97193a4..23e4f946 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ rich = ">=11" transformers = "*" yarl = ">=1.6.3" wrapt = ">=1.13.3" -layer-api = "0.9.369180" +layer-api = "0.9.369693" numpy = { version = "<1.22", python = "~3.7" } # 1.22 doesn't support python 3.7, this is a transitive dependency comming from various other packages requests = ">=2.23.0" nvsmi = "^0.4.2"