Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
fe8b3bc5
"references/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "0ab7d05c5202e8620000566b6ea7925eae9146e1"
Commit
fe8b3bc5
authored
Aug 21, 2024
by
Titus von Koeller
Browse files
add missing test requirement
parent
7476f6b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
fe8b3bc5
...
...
@@ -37,7 +37,7 @@ setup(
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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment