r-graph: update R constraint to reflect DESCRIPTION (#11934)

This commit is contained in:
Justin S 2019-07-08 14:01:17 -05:00 committed by Peter Scheibel
parent 60a827daff
commit 897cd340d8

View file

@ -14,5 +14,5 @@ class RGraph(RPackage):
version('1.54.0', commit='2a8b08520096241620421078fc1098f4569c7301')
depends_on('r@3.4.0:3.4.9', when='@1.54.0')
depends_on('r@2.10:', type=('build', 'run'), when='@1.54.0')
depends_on('r-biocgenerics', type=('build', 'run'))