From 21d14c14f05d65bf4dd36ecd830c4f608623e0c5 Mon Sep 17 00:00:00 2001 From: Sanjay C Nagi Date: Mon, 8 Jan 2024 16:08:33 +0000 Subject: [PATCH] fix --- pyproject.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 361c73b..7735c2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,10 @@ [tool.poetry] name = "anoexpress" -version = "0.2.2" +version = "0.2.3" description = "A package to access insecticide resistance gene expression meta analyse in Anopheles mosquitoes" +readme = "README.md" +documentation = "https://sanjaynagi.github.io/AnoExpress/" +repository = "https://github.com/sanjaynagi/AnoExpress" authors = [ "Sanjay Nagi ", ] @@ -12,7 +15,7 @@ license = "MIT" [tool.poetry.dependencies] python = ">=3.7.1, <3.11" -malariagen_data = "*" +malariagen_data = ">8" scikit-allel="*" pandas = [ {version="<1.4", python=">=3.7.1,<3.8"},