geopm: py-tables build+run dep: allow versions past 3.5.2 (#23666)
This commit is contained in:
parent
379a1fd23b
commit
d4cfde2f3e
@ -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'))
|
||||
|
Loading…
Reference in New Issue
Block a user