Unverified Commit 553f5a3f authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Remove torch dependency in sgl-kernel (#3074)

parent ac2dc35d
......@@ -14,9 +14,7 @@ classifiers = [
"License :: OSI Approved :: Apache Software License",
"Environment :: GPU :: NVIDIA CUDA"
]
dependencies = [
"torch",
]
dependencies = []
[project.urls]
"Homepage" = "https://github.com/sgl-project/sglang"
......
......@@ -127,7 +127,6 @@ setup(
package_dir={"": "src"},
ext_modules=ext_modules,
cmdclass={"build_ext": BuildExtension},
install_requires=["torch"],
)
update_wheel_platform_tag()
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment