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
ColossalAI
Commits
a5c3f072
Unverified
Commit
a5c3f072
authored
Apr 12, 2022
by
Frank Lee
Committed by
GitHub
Apr 12, 2022
Browse files
[bug] removed zero installation requirements (#731)
parent
b9b469ea
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
setup.py
setup.py
+0
-3
No files found.
setup.py
View file @
a5c3f072
...
@@ -213,9 +213,6 @@ setup(
...
@@ -213,9 +213,6 @@ setup(
ext_modules
=
ext_modules
,
ext_modules
=
ext_modules
,
cmdclass
=
{
'build_ext'
:
BuildExtension
}
if
ext_modules
else
{},
cmdclass
=
{
'build_ext'
:
BuildExtension
}
if
ext_modules
else
{},
install_requires
=
fetch_requirements
(
'requirements/requirements.txt'
),
install_requires
=
fetch_requirements
(
'requirements/requirements.txt'
),
extras_require
=
{
'zero'
:
fetch_requirements
(
'requirements/requirements-zero.txt'
),
},
python_requires
=
'>=3.7'
,
python_requires
=
'>=3.7'
,
classifiers
=
[
classifiers
=
[
'Programming Language :: Python :: 3'
,
'Programming Language :: Python :: 3'
,
...
...
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