Skip to content

Commit

Permalink
add missing test requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Titus-von-Koeller committed Aug 21, 2024
1 parent 7476f6b commit fe8b3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def has_ext_modules(self):
install_requires=["torch", "numpy"],
extras_require={
"benchmark": ["pandas", "matplotlib"],
"test": ["scipy"],
"test": ["scipy", "lion_pytorch"],
},
long_description=read("README.md"),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit fe8b3bc

Please sign in to comment.