From d091c0a62e410d073205305bd43a73d755320b5a Mon Sep 17 00:00:00 2001 From: mavaylon1 Date: Sat, 12 Aug 2023 16:33:25 -0700 Subject: [PATCH] pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6315b0542..d834ea8f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dynamic = ["version"] [project.optional-dependencies] zarr = ["zarr>=2.12.0"] tqdm = ["tqdm>=4.41.0"] -termset_reqs = ["linkml-runtime>=1.5.5; python_version >= '3.9'", +termset_reqs = ["linkml-runtime<=1.5.5; python_version >= '3.9'", "schemasheets>=0.1.23; python_version >= '3.9'", "oaklib>=0.5.12; python_version >= '3.9'", "pyyaml>=6.0.1; python_version >= '3.9'"]