Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong committed Jan 19, 2024
1 parent 4d818b1 commit af824f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ include = ["LICENSE"]

[tool.poetry.dependencies]
python = "^3.8"
pandas = "*"
numpy = "*"
plotnine = "*"
seaborn = "*"
requests = "*"
pandas = "^1.5.0"
numpy = "^1.23.5"
plotnine = "^0.12.0"
seaborn = "^0.12.0"
requests = "^2.28.0"
python-circos = "^0.3.0"
anndata = { optional = true, version = ">=0.7.6,<0.10.0" }
black = { optional = true, version = "*" }
Expand Down

0 comments on commit af824f1

Please sign in to comment.