diff --git a/pyproject.toml b/pyproject.toml index 3f8c68a..c152806 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mrtool" -version = "0.1.3" +version = "0.1.4" description = "Featured nonlinear mixed effects model" readme = "README.rst" requires-python = ">=3.10" @@ -12,7 +12,7 @@ license = { file = "LICENSE" } authors = [ { name = "IHME Math Sciences", email = "ihme.math.sciences@gmail.com" }, ] -dependencies = ["numpy", "pandas", "scipy", "xspline", "xarray", "limetr==0.0.6"] +dependencies = ["numpy", "pandas", "scipy", "xspline<0.1.0", "xarray", "limetr<0.1.0"] [project.optional-dependencies] dev = ["pytest", "pytest-mock"]