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
5e00e6cf
Unverified
Commit
5e00e6cf
authored
Apr 22, 2022
by
Frank Lee
Committed by
GitHub
Apr 22, 2022
Browse files
[setup] allow installation with python 3.6 (#834)
parent
ac88de6d
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 @
5e00e6cf
...
@@ -217,7 +217,7 @@ setup(
...
@@ -217,7 +217,7 @@ setup(
[console_scripts]
[console_scripts]
colossalai=colossalai.cli:cli
colossalai=colossalai.cli:cli
'''
,
'''
,
python_requires
=
'>=3.
7
'
,
python_requires
=
'>=3.
6
'
,
classifiers
=
[
classifiers
=
[
'Programming Language :: Python :: 3'
,
'Programming Language :: Python :: 3'
,
'License :: OSI Approved :: Apache Software License'
,
'License :: OSI Approved :: Apache Software License'
,
...
...
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