From a2f1ffb3070247798e82114fbb7391a0e0dd17c0 Mon Sep 17 00:00:00 2001 From: RobbinBouwmeester Date: Fri, 23 Aug 2024 13:10:23 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 042958c..3b3cd9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,13 +33,13 @@ keywords = [ dependencies = [ "tensorflow>=2.15.0,<3", "numpy>=1.17,<2", - "pandas>=0.25,<2", + "pandas>=0.25", "h5py>=2.10.0,<4", "pygam>=0.8.0,<1", "deeplcretrainer>=1,<2", "psm_utils>=0.2.3,<1", "hdf5plugin>=4.1.1", - "scipy>=1.0.0,<1.14.0" + "scipy>=1.0.0,<1.14.0" ] [project.optional-dependencies]