diff --git a/python/pyproject.toml b/python/pyproject.toml index 016be10c07d..18e632def21 100755 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -18,6 +18,7 @@ dependencies = [ "IPython", "aiohttp", "anthropic>=0.20.0", + "apache-tvm-ffi>=0.1.8,<0.2", "av ; sys_platform == 'linux' and (platform_machine == 'aarch64' or platform_machine == 'arm64' and platform_machine == 'armv7l')", "blobfile==3.0.0", "build", diff --git a/python/pyproject_cpu.toml b/python/pyproject_cpu.toml index 5a456266a22..33762de1681 100644 --- a/python/pyproject_cpu.toml +++ b/python/pyproject_cpu.toml @@ -19,6 +19,7 @@ dependencies = [ "IPython", "aiohttp", "anthropic>=0.20.0", + "apache-tvm-ffi>=0.1.8,<0.2", "blobfile==3.0.0", "build", "compressed-tensors", diff --git a/python/pyproject_other.toml b/python/pyproject_other.toml index d767b39a1e6..37aacc85299 100755 --- a/python/pyproject_other.toml +++ b/python/pyproject_other.toml @@ -20,6 +20,7 @@ runtime_common = [ "IPython", "aiohttp", "anthropic>=0.20.0", + "apache-tvm-ffi>=0.1.8,<0.2", "blobfile==3.0.0", "build", "compressed-tensors", diff --git a/python/pyproject_xpu.toml b/python/pyproject_xpu.toml index b7e8200a502..5e56642c896 100644 --- a/python/pyproject_xpu.toml +++ b/python/pyproject_xpu.toml @@ -24,6 +24,7 @@ dependencies = [ "IPython", "aiohttp", "anthropic>=0.20.0", + "apache-tvm-ffi>=0.1.8,<0.2", "blobfile==3.0.0", "build", "compressed-tensors",