Skip to content

Commit

Permalink
build: loosened numpy version limit
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanPedroGHM committed Oct 13, 2023
1 parent b6d1c23 commit 67cd981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ perun = "perun.api.cli:cli"
[tool.poetry.dependencies]
python = ">=3.8,<4.0"
py-cpuinfo = ">=5.0.0"
numpy = "^1.20.0"
numpy = ">=1.20.0"
psutil = "^5.9.0"
h5py = "^3.5.9"
pandas = {version = ">=1.3"}
Expand Down

0 comments on commit 67cd981

Please sign in to comment.