diff --git a/imspy/pyproject.toml b/imspy/pyproject.toml index 5b4b569b..2c0e2d4d 100644 --- a/imspy/pyproject.toml +++ b/imspy/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "imspy" -version = "0.2.30" +version = "0.2.31" description = "" authors = ["theGreatHerrLebert "] readme = "README.md" @@ -13,7 +13,7 @@ numba = ">=0.53" zstd = ">=1.5.0" tabulate = ">=0.9.0" -tensorflow = "tensorflow-2.15.0.post1" +tensorflow = "tensorflow-2.15" tensorflow-probability = ">=0.22.1" wandb = ">=0.12.1" diff --git a/imspy_connector/Cargo.toml b/imspy_connector/Cargo.toml index f5a3a4ff..3734592e 100644 --- a/imspy_connector/Cargo.toml +++ b/imspy_connector/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imspy-connector" -version = "0.2.30" +version = "0.2.31" edition = "2021" [lib]