Skip to content

Commit 8994fd5

Browse files
committed
Add scikit-image
Previously it was required on OSX only. Image tests now seem to require it.
1 parent ac269b6 commit 8994fd5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ def read(*rnames):
7878
CMDCLASS = {"build_ext": build_ext}
7979
INSTALL_REQUIRES += ["cython>=0.15.1"]
8080

81-
if sys.platform == "darwin":
82-
INSTALL_REQUIRES += ["scikit-image"]
83-
8481
# General Requirements
8582
INSTALL_REQUIRES += [
8683
"sympy>=1.6, < 1.7",
@@ -92,6 +89,7 @@ def read(*rnames):
9289
"python-dateutil",
9390
"llvmlite",
9491
"requests",
92+
"scikit-image",
9593
"wordcloud", # Used in builtin/image.py by WordCloud()
9694
]
9795

0 commit comments

Comments
 (0)