Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaynagi committed Sep 29, 2024
1 parent 24e717f commit db40a7a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 37 deletions.
72 changes: 40 additions & 32 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,9 @@ license = "MIT"
python = ">=3.9, <3.12"
malariagen_data = ">10.0.1"
scikit-allel="*"
pandas = [
{version="<1.4", python=">=3.7.1,<3.8"},
{version="*", python=">=3.8,<3.12"}
]
pandas = "*"
seaborn = "*"
numpy = "<1.24"
numpy = "*"
bokeh = "*"
plotly = "*"
scipy = "*"
Expand Down

0 comments on commit db40a7a

Please sign in to comment.