Skip to content

Commit f980447

Browse files
authored
MNT: Blacklist Dipy 1.4.1 (#3335)
1 parent 424400b commit f980447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/info.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def get_nipype_gitversion():
162162
EXTRA_REQUIRES = {
163163
"data": ["datalad"],
164164
"doc": [
165-
"dipy",
165+
"dipy!=1.4.1",
166166
"ipython",
167167
"matplotlib",
168168
"nbsphinx",
@@ -172,7 +172,7 @@ def get_nipype_gitversion():
172172
"sphinxcontrib-napoleon",
173173
],
174174
"duecredit": ["duecredit"],
175-
"nipy": ["nitime", "nilearn", "dipy", "nipy", "matplotlib"],
175+
"nipy": ["nitime", "nilearn", "dipy!=1.4.1", "nipy", "matplotlib"],
176176
"profiler": ["psutil>=5.0"],
177177
"pybids": ["pybids>=0.7.0"],
178178
"specs": ["black"],

0 commit comments

Comments
 (0)