From 2a0fa86564380485eac41023f0fdb2d459b2a2f9 Mon Sep 17 00:00:00 2001 From: Heng Pan Date: Mon, 25 Nov 2024 09:34:08 +0000 Subject: [PATCH] remove dependency --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8e3914d277..f1207a94c44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,6 @@ typer = "^0.12.5" tomli = "^2.0.1" tomli-w = "^1.0.0" pathspec = "^0.12.1" -hatchling = "^1.25.0" rich = "^13.5.0" # Optional dependencies (Simulation Engine) ray = { version = "==2.10.0", optional = true, python = ">=3.9,<3.12" }