Skip to content
Snippets Groups Projects

ADD recipes for SciUnit, Cerebrus, Quantities-SciDash

1 file
+ 15
14
Compare changes
  • Side-by-side
  • Inline
@@ -15,19 +15,20 @@ class PySciUnit(PythonPackage):
git = "https://github.com/scidash/sciunit.git"
version('0.2.5.1', sha256='6148704f92a29c9d6de65ca9455b03ebe1f05101dae5e706aee2186e5a09fab3')
version('0.2.6', sha256='21a38576be179431debffbb25fd72994836e0cad9de653559fcc9c2e124daa44')
depends_on('python@3.6.9:')
depends_on('py-beautifulsoup4', type=('build', 'run'))
depends_on('py-cerebrus@1.3.4', type=('build', 'run'))
depends_on('py-deepdiff', type=('build', 'run'))
depends_on('py-gitpython', type=('build', 'run'))
depends_on('py-importlib-metadata', type=('build', 'run'))
depends_on('py-ipykernel', type=('build', 'run'))
depends_on('py-ipython', type=('build', 'run'))
depends_on('py-jsonpickle', type=('build', 'run'))
depends_on('py-lxml', type=('build', 'run'))
depends_on('py-matplotlib', type=('build', 'run'))
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('quantities-scidash@0.12.4.3:', type=('build', 'run'))
\ No newline at end of file
depends_on('py-beautifulsoup4', type=('build', 'run'))
depends_on('py-cerebrus@1.3.4', type=('build', 'run'))
depends_on('py-deepdiff', type=('build', 'run'))
depends_on('py-gitpython', type=('build', 'run'))
depends_on('py-importlib-metadata', type=('build', 'run'))
depends_on('py-ipykernel', type=('build', 'run'))
depends_on('py-ipython', type=('build', 'run'))
depends_on('py-jsonpickle', type=('build', 'run'))
depends_on('py-lxml', type=('build', 'run'))
depends_on('py-matplotlib', type=('build', 'run'))
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