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 ac269b6 commit 8994fd5Copy full SHA for 8994fd5
1 file changed
setup.py
@@ -78,9 +78,6 @@ def read(*rnames):
78
CMDCLASS = {"build_ext": build_ext}
79
INSTALL_REQUIRES += ["cython>=0.15.1"]
80
81
-if sys.platform == "darwin":
82
- INSTALL_REQUIRES += ["scikit-image"]
83
-
84
# General Requirements
85
INSTALL_REQUIRES += [
86
"sympy>=1.6, < 1.7",
@@ -92,6 +89,7 @@ def read(*rnames):
92
89
"python-dateutil",
93
90
"llvmlite",
94
91
"requests",
+ "scikit-image",
95
"wordcloud", # Used in builtin/image.py by WordCloud()
96
]
97
0 commit comments