Skip to content

Commit

Permalink
fixing tensorflow build crash
Browse files Browse the repository at this point in the history
  • Loading branch information
theGreatHerrLebert committed Sep 10, 2024
1 parent c09ef65 commit 7c7f617
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions imspy/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "imspy"
version = "0.2.30"
version = "0.2.31"
description = ""
authors = ["theGreatHerrLebert <[email protected]>"]
readme = "README.md"
Expand All @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion imspy_connector/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "imspy-connector"
version = "0.2.30"
version = "0.2.31"
edition = "2021"

[lib]
Expand Down

0 comments on commit 7c7f617

Please sign in to comment.