Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong committed Sep 1, 2023
1 parent b42e63d commit cf0574f
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.0.2"
numpy = ">=1.21.6,<1.24.4"
pandas = ">=1.2.4,<=2.2.0"
numpy = ">=1.21.6,<=1.24.4"
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 cf0574f

Please sign in to comment.