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

Replace package.py

parent 4586bc88
No related branches found
No related tags found
2 merge requests!159create new experimental release,!157Master
......@@ -18,11 +18,11 @@ class BiobbCommon(PythonPackage):
# maintainers = ['github_user1', 'github_user2']
# Versions
version('3.7.0', branch='master')
version('3.8.1', branch='master')
# Dependencies
depends_on('py-setuptools')
depends_on('python@3.7:', type=('build', 'run'))
depends_on('python@3.8:', type=('build', 'run'))
depends_on('py-pyyaml', type=('build', 'run'))
depends_on('py-requests', 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