diff --git a/setup.py b/setup.py index a638401..33ce06a 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def get_cuda_version(): 'jax_md @ git+https://github.com/cagrikymk/jax-md.git@reaxff_dev#egg=jax_md', 'numba>=0.56', 'numpy', - 'scipy>=1.2.1', + 'scipy>=1.2.1,<=1.12.0', 'tabulate>=0.8.9', 'frozendict', 'tqdm',