mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 18:25:32 +08:00
Fix install_requires
This commit is contained in:
@@ -142,11 +142,11 @@ if __name__ == "__main__":
|
||||
|
||||
configuration=configuration,
|
||||
install_requires=[
|
||||
"six>=%s" % '.'.join(str(d) for d in DEPENDENCIES['six'])
|
||||
"six>=%s" % DEPENDENCIES['six']
|
||||
],
|
||||
packages=setuptools.find_packages(exclude=['doc']),
|
||||
include_package_data=True,
|
||||
zip_safe=False, # the package can run out of an .egg file
|
||||
zip_safe=False, # the package can run out of an .egg file
|
||||
|
||||
entry_points={
|
||||
'console_scripts': ['skivi = skimage.scripts.skivi:main'],
|
||||
|
||||
Reference in New Issue
Block a user