mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-28 16:28:10 +00:00
[setup] allow installation with python 3.6 (#834)
This commit is contained in:
parent
ac88de6dfc
commit
5e00e6cf23
2
setup.py
2
setup.py
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user