From a0ef2ea403ddb38a3f6c8b3c729763623662db8e Mon Sep 17 00:00:00 2001 From: Steph Prince <40640337+stephprince@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:40:57 -0700 Subject: [PATCH] revert opt requirements update --- requirements-doc.txt | 6 +++--- requirements-opt.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements-doc.txt b/requirements-doc.txt index 84b556bdc..30c41106d 100644 --- a/requirements-doc.txt +++ b/requirements-doc.txt @@ -14,6 +14,6 @@ hdf5plugin dandi>=0.46.6 hdmf-zarr zarr<3 # limited to zarr<3 until hdmf-zarr resolves issues with zarr 3.0 -linkml-runtime==1.8.2; python_version >= "3.9" -schemasheets==0.3.1; python_version >= "3.9" -oaklib==0.6.16; python_version >= "3.9" \ No newline at end of file +linkml-runtime==1.7.4; python_version >= "3.9" +schemasheets==0.2.1; python_version >= "3.9" +oaklib==0.5.32; python_version >= "3.9" \ No newline at end of file diff --git a/requirements-opt.txt b/requirements-opt.txt index c3160a4d3..3badc79c7 100644 --- a/requirements-opt.txt +++ b/requirements-opt.txt @@ -1,3 +1,3 @@ -linkml-runtime==1.8.2; python_version >= "3.9" -schemasheets==0.3.1; python_version >= "3.9" -oaklib==0.6.16; python_version >= "3.9" +linkml-runtime==1.7.4; python_version >= "3.9" +schemasheets==0.2.1; python_version >= "3.9" +oaklib==0.5.32; python_version >= "3.9"