diff --git a/pyproject.toml b/pyproject.toml index ce776dbfbb..0e28ebad97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,16 +9,16 @@ maintainers = [ {name = "ASPIRE Developers", email = "ASPIRE-DEVS@princeton.edu"} ] authors = [ - {name = "Joakim Anden"}, - {name = "Vineet Bansal"}, - {name = "Josh Carmichael"}, - {name = "Chris Langfield"}, - {name = "Ayelet Heimowitz"}, - {name = "Yoel Shkolnisky"}, - {name = "Amit Singer"}, - {name = "Kris Sowattanangkul"}, - {name = "Garrett Wright"}, - {name = "Junchao Xia"} + {name = "Joakim Anden"}, + {name = "Vineet Bansal"}, + {name = "Josh Carmichael"}, + {name = "Chris Langfield"}, + {name = "Ayelet Heimowitz"}, + {name = "Yoel Shkolnisky"}, + {name = "Amit Singer"}, + {name = "Kris Sowattanangkul"}, + {name = "Garrett Wright"}, + {name = "Junchao Xia"} ] classifiers = [ @@ -31,7 +31,7 @@ dependencies = [ "click", "confuse >= 2.0.0", "cvxpy", - # finufft 2.2.0 doesn't seemt to run on GHA Windows CI... + # finufft 2.2.0 doesn't seemt to run on GHA Windows CI... "finufft==2.2.0 ; sys_platform != 'win32'", "finufft==2.1.0 ; sys_platform == 'win32'", "gemmi >= 0.6.5", @@ -44,12 +44,11 @@ dependencies = [ "pooch>=1.7.0", "pillow", "psutil", - "pydantic<2", # Workaround for Ray<2.9 "pyfftw", "pymanopt", "pyshtools<=4.10.4", # 4.11.7 might have a packaging bug "PyWavelets", - "ray", + "ray >= 2.9.2", "scipy >= 1.10.0", "scikit-learn", "scikit-image",