We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1c7f4 commit ea82bb7Copy full SHA for ea82bb7
setup.py
@@ -162,15 +162,13 @@ def run(self):
162
'matplotlib>=1.4',
163
'graphviz>=0.4',
164
'greenlet>=0.4.10',
165
+ 'ipython<6.0.0; python_version < "3"',
166
+ 'cython>=0.20; sys_platform != "win32"',
167
]
168
mars_requirements = [
169
'pymars>=0.5.4',
170
'protobuf>=3.6,<4.0',
171
-if sys.version_info[0] == 2:
- full_requirements.append('ipython<6.0.0')
172
-if sys.platform != 'win32':
173
- full_requirements.append('cython>=0.20')
174
175
long_description = None
176
if os.path.exists('README.rst'):
0 commit comments