Skip to content

Commit

Permalink
Merge pull request #52 from seqeralabs/relax_python
Browse files Browse the repository at this point in the history
Relax python dependency
  • Loading branch information
ejseqera authored Oct 12, 2023
2 parents e76a4b9 + 10ad57a commit ac3504d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ channels:
- bioconda
- defaults
dependencies:
- conda-forge::python=3.10.9
- conda-forge::python>=3.8
- conda-forge::pyyaml=6.0
- bioconda::tower-cli=0.8.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import find_packages, setup

VERSION = "0.2.0"
VERSION = "0.2.1"

with open("README.md") as f:
readme = f.read()
Expand Down

0 comments on commit ac3504d

Please sign in to comment.