Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 462748833
  • Loading branch information
sharadmv authored and The oryx Authors committed Jul 23, 2022
1 parent 3fc0011 commit 86ebd9d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
[tool.poetry]
name = "oryx"
version = "0.2.2"
version = "0.2.3"
description = "Probabilistic programming and deep learning in JAX"
authors = ["Google LLC"]
license = "Apache 2.0"

[tool.poetry.dependencies]
python = "^3.7"
jax = "0.2.26"
jaxlib = "0.1.75"
dataclasses = { version = "*", python = "<3.7" }
tfp-nightly = {extras = ["jax"], version = "0.16.0.dev20211216"}
jax = "0.3.15"
jaxlib = "0.3.15"
tfp-nightly = {extras = ["jax"], version = "0.17.0.dev20220722"}


[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 86ebd9d

Please sign in to comment.