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
opencompass
Commits
bd7c11bb
Unverified
Commit
bd7c11bb
authored
Apr 11, 2024
by
Fengzhe Zhou
Committed by
GitHub
Apr 11, 2024
Browse files
[Fix] Update setup.py install_requires (#1036)
parent
b39f5015
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 @
bd7c11bb
...
...
@@ -115,7 +115,7 @@ def do_setup():
cmdclass
=
{
'download_nltk'
:
DownloadNLTK
},
setup_requires
=
[
'nltk==3.8'
],
python_requires
=
'>=3.8.0'
,
#
install_requires=parse_requirements('requirements/runtime.txt'),
install_requires
=
parse_requirements
(
'requirements/runtime.txt'
),
license
=
'Apache License 2.0'
,
packages
=
find_packages
(
exclude
=
[
'test*'
,
...
...
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