From ee7210e9c4fda8f1135678574801f2a4334d42e0 Mon Sep 17 00:00:00 2001 From: jessegrabowski Date: Mon, 20 Jul 2026 11:15:07 -0500 Subject: [PATCH] Remove test-only jax deps from dependencies --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3c77b81..a4d73a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,8 +22,6 @@ keywords = [ license = {file = "LICENSE"} dynamic = ["version"] dependencies = [ - "jax", - "optax", "numpy", "pymc>=6.1.0,<6.2", "pytensor>=3.1.2,<3.2"