Skip to content

Commit

Permalink
added missing pandas dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
japaf committed Jul 13, 2019
1 parent b7b9a64 commit d6a1d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def copy_test_file(self, src_file):
},
install_requires=['numpy', 'scipy', 'matplotlib', 'vapory', 'yamlargparse',
'blessings', 'spack', 'vtk', 'gmsh-sdk', 'PyYAML',
'munch'],
'munch', 'pandas'],
classifiers=[
"Intended Audience :: Science/Research",
"Development Status :: 2 - Pre-Alpha",
Expand Down

0 comments on commit d6a1d0e

Please sign in to comment.