Skip to content

Commit 6e46a0c

Browse files
committed
precommit hook
1 parent 228245e commit 6e46a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def build_extension(self, ext): # pylint: disable=too-many-branches
154154
"fastcore!=1.5.8", # https://github.com/fastai/fastcore/issues/439
155155
"ghapi",
156156
# https://github.com/bsumlin/PyMieScatt/issues/25
157-
"scipy" + ("<1.14.0" if 'CI' in os.environ else ''),
157+
"scipy" + ("<1.14.0" if "CI" in os.environ else ""),
158158
]
159159
},
160160
)

0 commit comments

Comments
 (0)