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",