Skip to content

Commit

Permalink
reprounzip-docker needs reprounzip 0.6.4
Browse files Browse the repository at this point in the history
We need the check_distrib_compat parameter of select_installer(),
introduced at 0948917.
  • Loading branch information
remram44 committed Jun 7, 2015
1 parent 7f3c106 commit 146fd22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reprounzip-docker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'docker = reprounzip.unpackers.docker:setup']},
namespace_packages=['reprounzip', 'reprounzip.unpackers'],
install_requires=[
'reprounzip>=0.6',
'reprounzip>=0.6.4',
'rpaths>=0.8'],
description="Allows the ReproZip unpacker to create Docker containers",
author="Remi Rampin, Fernando Chirigati, Dennis Shasha, Juliana Freire",
Expand Down
2 changes: 1 addition & 1 deletion scripts/conda/reprounzip-docker/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requirements:

run:
- python
- reprounzip >=0.6
- reprounzip >=0.6.4
- rpaths >=0.8

test:
Expand Down

0 comments on commit 146fd22

Please sign in to comment.