geopm: py-tables build+run dep: allow versions past 3.5.2 (#23666)

This commit is contained in:
eugeneswalker 2021-05-16 10:36:19 -07:00 committed by GitHub
parent 379a1fd23b
commit d4cfde2f3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ class Geopm(AutotoolsPackage):
depends_on('json-c', when='@:0.9.9')
depends_on('py-cycler@0.10.0:', when="@1.0.0:", type=('build', 'run'))
depends_on('py-pandas@0.22.0:', type=('build', 'run'))
depends_on('py-tables@3.4.3:3.5.2', when="@1.0.0:", type=('build', 'run'))
depends_on('py-tables@3.4.3:', when="@1.0.0:", type=('build', 'run'))
depends_on('py-cffi@1.6.0:', when="@1.1.0:", type=('build', 'run'))
depends_on('py-pyyaml@5.1.0:', when="@1.1.0:", type=('build', 'run'))
depends_on('py-mock@3.0.0:', when="@1.1.0:", type=('build', 'run'))