Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaynagi committed Jan 8, 2024
1 parent e1fc1ec commit 21d14c1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
]
Expand All @@ -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"},
Expand Down

0 comments on commit 21d14c1

Please sign in to comment.