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 authored and matthewdouglas committed Oct 28, 2024
1 parent d8964d1 commit 5c86587
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 5c86587

Please sign in to comment.