mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 02:00:45 +00:00
setup.py: cleanup dependencies in setup.py
Remove dependencies that are ruled out due to the current Python minimal version requirement.
This commit is contained in:
parent
3fe105ffb7
commit
3c9804a45b
8
setup.py
8
setup.py
@ -90,12 +90,8 @@ params = dict(
|
||||
'scp', # SSH connection file transfers
|
||||
'wrapt', # Basic for construction of decorator functions
|
||||
'future', # Python 2-3 compatibility
|
||||
'enum34;python_version<"3.4"', # Enums for Python < 3.4
|
||||
'contextlib2;python_version<"3.0"', # Python 3 contextlib backport for Python 2
|
||||
'numpy<=1.16.4; python_version<"3"',
|
||||
'numpy; python_version>="3"',
|
||||
'pandas<=0.24.2; python_version<"3"',
|
||||
'pandas; python_version>"3"',
|
||||
'numpy',
|
||||
'pandas',
|
||||
'lxml', # More robust xml parsing
|
||||
],
|
||||
extras_require={
|
||||
|
Loading…
x
Reference in New Issue
Block a user