Skip to content
Snippets Groups Projects
Commit d7ec7b22 authored by Athanasios Karmas's avatar Athanasios Karmas
Browse files

minor correction to py-sciunit/package.py

parent 6bf77aaf
No related branches found
No related tags found
No related merge requests found
Pipeline #16718 passed with stage
in 15 minutes and 13 seconds
......@@ -6,7 +6,7 @@
from spack import *
class PySciUnit(PythonPackage):
class PySciunit(PythonPackage):
"""A test-driven framework for formally validating scientific models against data
"""
......@@ -30,4 +30,4 @@ class PySciUnit(PythonPackage):
depends_on('py-nbconvert', type=('build', 'run'))
depends_on('py-nbformat', type=('build', 'run'))
depends_on('py-pandas@0.18:', type=('build', 'run'))
depends_on('py-quantities-scidash@0.12.4.3:', type=('build', 'run'))
\ No newline at end of file
depends_on('py-quantities-scidash@0.12.4.3:', type=('build', 'run'))
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment