summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/geopm/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/geopm/package.py b/var/spack/repos/builtin/packages/geopm/package.py
index 4e907a1de4..ca0d2e8c0f 100644
--- a/var/spack/repos/builtin/packages/geopm/package.py
+++ b/var/spack/repos/builtin/packages/geopm/package.py
@@ -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'))