Skip to content

Commit

Permalink
Update to version 0.1.4 (#55)
Browse files Browse the repository at this point in the history
* update limetr and xspline version

* upgrade to version 0.1.4
  • Loading branch information
zhengp0 authored Oct 21, 2023
1 parent 73fd53e commit d291521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ 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"
license = { file = "LICENSE" }
authors = [
{ name = "IHME Math Sciences", email = "[email protected]" },
]
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"]
Expand Down

0 comments on commit d291521

Please sign in to comment.