From 19135595f78124d26fbd8974ed930886c0e787d1 Mon Sep 17 00:00:00 2001 From: Jack Coughlin Date: Wed, 28 Jan 2026 13:24:28 -0800 Subject: [PATCH] Don't pin lineax dep to latest commit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24fa761..17a3710 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" license-files = ["LICENSE*"] requires-python = ">=3.11" dependencies = [ - "lineax @ git+https://github.com/patrick-kidger/lineax.git", + "lineax", "diffrax @ git+https://github.com/patrick-kidger/diffrax.git@dev", "matplotlib", "scipy",