diff --git a/pyproject.toml b/pyproject.toml index 9aa563c..ee30b9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "granite-suite" -version = "0.2.0.1b1" # TODO: To become 0.3.0 +version = "0.2.0.1b2" # TODO: To become 0.3.0 description = "granite is a collection of software to call, filter and work with genomic variants." authors = ["Michele Berselli ", "Phil Grayson"] readme = "README.md" @@ -19,19 +19,12 @@ packages = [ [tool.poetry.dependencies] -# python = "^3.6" python = "^3.9" -# bitarray = ">=1.2.0" bitarray = "^2.9.2" -# h5py = ">=2.10.0" h5py = "^3.11.0" -# numpy = ">=1.18.0" numpy = "^2.0.0" -# matplotlib = "==3.3.4" matplotlib = "^3.9.0" -# pysam = ">=0.15.0" pysam = "^0.22.1" -# pytabix = ">=0.0.2" pytabix = "^0.1"