From d545f530dc954f8997bd3d5ed3e8e9e4397eff8c Mon Sep 17 00:00:00 2001 From: Colin Carroll Date: Wed, 20 Dec 2023 13:45:31 -0800 Subject: [PATCH] Depend on latest oryx release. PiperOrigin-RevId: 592648058 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 12bcc64..872b090 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ keywords = [] dependencies = [ "jax>=0.4.6", "tensorflow-probability[jax]>=0.19.0", - "oryx@git+https://github.com/jax-ml/oryx", + "oryx>=0.2.5", "arviz", "optax", "blackjax",