diff --git a/fpm.toml b/fpm.toml index f8274f992..ac97ea50e 100644 --- a/fpm.toml +++ b/fpm.toml @@ -1,10 +1,10 @@ name = "inference-engine" version = "0.5.0" license = "license" -author = "Damian Rouson, Tan Nguyen, Jordan Welsman" +author = "Damian Rouson, Tan Nguyen, Jordan Welsman, David Torres" maintainer = "rouson@lbl.gov" [dependencies] assert = {git = "https://github.com/sourceryinstitute/assert", tag = "1.5.0"} -sourcery = {git = "https://github.com/sourceryinstitute/sourcery", tag = "4.4.3"} +sourcery = {git = "https://github.com/sourceryinstitute/sourcery", tag = "4.4.4"} netcdf-interfaces = {git = "https://github.com/rouson/netcdf-interfaces.git", branch = "implicit-interfaces"}