Skip to content

Commit ebcdedf

Browse files
ColCarrollThe oryx Authors
authored andcommitted
Update requirements to allow TFP >= 0.20. Also removes unnecessary typing_extensions.
PiperOrigin-RevId: 592290386
1 parent 6562883 commit ebcdedf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ license = "Apache 2.0"
88
[tool.poetry.dependencies]
99
python = "^3.9"
1010
jax = "^0.4.6"
11-
tensorflow-probability = "^0.19.0"
12-
typing-extensions = "^4.4.0"
11+
tensorflow-probability = ">=0.19.0"
1312

1413

1514
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)