From 0839c9bcee98915c1480d7dcbe204c71d8412124 Mon Sep 17 00:00:00 2001 From: goulustis Date: Tue, 20 Jan 2026 17:33:28 +0800 Subject: [PATCH] remove jax requirement --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9068613..2e0b2c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,6 @@ dependencies = [ "fastapi", "matplotlib", "Pillow", - "jax", "commentjson", "pandas", "asgiref"