From 50d0db851f16273be01336c85ed9d7218cce4557 Mon Sep 17 00:00:00 2001 From: Steph Prince <40640337+stephprince@users.noreply.github.com> Date: Tue, 26 Nov 2024 13:20:07 -0800 Subject: [PATCH] readd version condition --- requirements-doc.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-doc.txt b/requirements-doc.txt index acc439002..294c56918 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.7.4 -schemasheets==0.2.1 -oaklib==0.5.32 \ No newline at end of file +linkml-runtime==1.7.4; python_version >= "3.10" +schemasheets==0.2.1; python_version >= "3.10" +oaklib==0.5.32; python_version >= "3.10" \ No newline at end of file