Skip to content

Commit

Permalink
Update requirements to allow TFP >= 0.20. Also removes unnecessary ty…
Browse files Browse the repository at this point in the history
…ping_extensions.

PiperOrigin-RevId: 592290386
  • Loading branch information
ColCarroll authored and The oryx Authors committed Dec 19, 2023
1 parent 6562883 commit ebcdedf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ license = "Apache 2.0"
[tool.poetry.dependencies]
python = "^3.9"
jax = "^0.4.6"
tensorflow-probability = "^0.19.0"
typing-extensions = "^4.4.0"
tensorflow-probability = ">=0.19.0"


[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit ebcdedf

Please sign in to comment.