From f1f99f2c0fc79ec14ea96c8004d850988b6b52a2 Mon Sep 17 00:00:00 2001 From: ian-cho <42691703+ian-cho@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:45:50 +0900 Subject: [PATCH] Update transforms/universal/hap/python/pyproject.toml Co-authored-by: touma-I --- transforms/universal/hap/python/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/transforms/universal/hap/python/pyproject.toml b/transforms/universal/hap/python/pyproject.toml index 941e85674..d3df6c263 100644 --- a/transforms/universal/hap/python/pyproject.toml +++ b/transforms/universal/hap/python/pyproject.toml @@ -10,7 +10,6 @@ authors = [ ] [tool.setuptools.dynamic] dependencies = {file = ["requirements.txt"]} - "data-prep-toolkit==0.2.2.dev0", "torch==2.4.1", [build-system]