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]