r-crosstalk: remove unnecessary constraint (#9892)

This commit is contained in:
Levi Baber 2018-11-19 20:41:41 -06:00 committed by Adam J. Stewart
parent 71943703f2
commit 561a561d23

View file

@ -15,7 +15,6 @@ class RCrosstalk(RPackage):
version('1.0.0', 'c13c21b81af2154be3f08870fd3a7077')
depends_on('r@3.4.0:3.4.9')
depends_on('r-htmltools', type=('build', 'run'))
depends_on('r-jsonlite', type=('build', 'run'))
depends_on('r-lazyeval', type=('build', 'run'))