py-nilearn: fix dependency version (#34284)
This commit is contained in:
parent
99044bedd7
commit
c10b84f08d
@ -62,7 +62,7 @@ class PyNilearn(PythonPackage):
|
|||||||
# older py-nilearn versions use matplotlib.cm.revcmap which was deprecated
|
# older py-nilearn versions use matplotlib.cm.revcmap which was deprecated
|
||||||
# in py-matplotlib@3.4:
|
# in py-matplotlib@3.4:
|
||||||
depends_on("py-matplotlib@1.5.1:3.3", when="@:0.5 +plotting", type=("build", "run"))
|
depends_on("py-matplotlib@1.5.1:3.3", when="@:0.5 +plotting", type=("build", "run"))
|
||||||
depends_on("py-matplotlib@1.1.1:3.3", when="0.4.2 +plotting", type=("build", "run"))
|
depends_on("py-matplotlib@1.1.1:3.3", when="@0.4.2 +plotting", type=("build", "run"))
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def skip_modules(self):
|
def skip_modules(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user