From 00d2a710f619a9fdaee1c78117bef48aece14c51 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Wed, 31 Jan 2024 16:58:19 -0500 Subject: [PATCH] Set other dependencies' versions. --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 632fef3d9..5cccaeb28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,11 +22,11 @@ license = {file = "LICENSE"} requires-python = ">=3.8" dependencies = [ "datalad>=0.13.5,!=0.17.3,!=0.17.0,!=0.16.1", - "numpy", - "pandas", - "pybids", + "numpy==1.26.0", + "pandas==2.2.0", + "pybids==0.16.4", "pyyaml", - "scikit-learn", + "scikit-learn==1.4.0", "tqdm", ] dynamic = ["version"]