"git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "a376f797dbf12142af97365b190deedef04c9a93"
Commit fe8b3bc5 authored by Titus von Koeller's avatar Titus von Koeller
Browse files

add missing test requirement

parent 7476f6b6
...@@ -37,7 +37,7 @@ setup( ...@@ -37,7 +37,7 @@ setup(
install_requires=["torch", "numpy"], install_requires=["torch", "numpy"],
extras_require={ extras_require={
"benchmark": ["pandas", "matplotlib"], "benchmark": ["pandas", "matplotlib"],
"test": ["scipy"], "test": ["scipy", "lion_pytorch"],
}, },
long_description=read("README.md"), long_description=read("README.md"),
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
......
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