Skip to content

Commit

Permalink
Update pyproject.toml (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong authored Apr 22, 2024
1 parent 570f8fb commit ef8b0c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ packages = [{ include = "tools" }]

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
pandas = ">=1.2.4,<=2.2.0"
numpy = ">=1.21.6,<=1.24.4"
pandas = "*"
numpy = "*"
matplotlib = ">=3.5.2,<3.7.2"
scanpy = ">=1.7.1,<1.9.4"
anndata = ">=0.7.6,<0.9.2"
Expand Down

0 comments on commit ef8b0c3

Please sign in to comment.