Skip to content
Snippets Groups Projects
Commit 5c5d6cad authored by Adam J. Stewart's avatar Adam J. Stewart Committed by Elizabeth Fischer
Browse files

Rename py-pytables -> py-tables (#11847)

parent ef48219f
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ class Partitionfinder(Package):
depends_on('python@2.7.10:2.999', type=('build', 'run'))
depends_on('py-numpy', type=('build', 'run'))
depends_on('py-pandas', type=('build', 'run'))
depends_on('py-pytables', type=('build', 'run'))
depends_on('py-tables', type=('build', 'run'))
depends_on('py-pyparsing', type=('build', 'run'))
depends_on('py-scipy', type=('build', 'run'))
depends_on('py-scikit-learn', type=('build', 'run'))
......
......@@ -27,5 +27,5 @@ class PySfepy(PythonPackage):
depends_on('py-matplotlib', type='run')
depends_on('py-sympy', type='run')
depends_on('hdf5+hl', type='run')
depends_on('py-pytables', type='run')
depends_on('py-tables', type='run')
depends_on('py-petsc4py', type='run', when='+petsc')
......@@ -6,7 +6,7 @@
from spack import *
class PyPytables(PythonPackage):
class PyTables(PythonPackage):
"""PyTables is a package for managing hierarchical datasets and designed to
efficiently and easily cope with extremely large amounts of data."""
homepage = "http://www.pytables.org/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment