Skip to content
Snippets Groups Projects
Commit 4a818098 authored by Dani Beltrán's avatar Dani Beltrán
Browse files

Update package.py

parent d6aff117
No related branches found
No related tags found
1 merge request!341Added/Updated spack packages for several BioBBs and their dependenciesMaster
This commit is part of merge request !341. Comments created here will be created in the context of that merge request.
......@@ -16,5 +16,5 @@ class BiobbStructureChecking(PythonPackage):
depends_on('py-setuptools')
depends_on('python@3.8:', type=('build', 'run'))
depends_on('py-psutil', type=('build', 'run'))
depends_on('py-numpy@1.19.5:1.21.5', type=('build', 'run'))
depends_on('py-numpy', type=('build', 'run'))
depends_on('py-biopython@1.78:1.80', 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