From d29152185145295c7cd61669373c87b21aaf0594 Mon Sep 17 00:00:00 2001 From: Peng Zheng Date: Sat, 21 Oct 2023 08:38:12 +0800 Subject: [PATCH] Update to version 0.1.4 (#55) * update limetr and xspline version * upgrade to version 0.1.4 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]