Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaynagi committed Sep 29, 2024
1 parent 2e2f2cd commit 1db02f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ packages = [
license = "MIT"

[tool.poetry.dependencies]
python = ">=3.8, <3.12"
malariagen_data = ">8.0.1"
python = ">=3.9, <3.12"
malariagen_data = ">10.0.1"
scikit-allel="*"
pandas = [
{version="<1.4", python=">=3.7.1,<3.8"},
Expand All @@ -24,7 +24,7 @@ pandas = [
seaborn = "*"
numpy = "*"
bokeh = "*"
plotly = "5.11"
plotly = "*"
scipy = "*"
tqdm = "*"
statsmodels = "*"
Expand Down

0 comments on commit 1db02f7

Please sign in to comment.