Skip to content

Commit

Permalink
Limit numpy version <2.0 to prevent binary incompatibility with pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
nurbal authored Oct 15, 2024
1 parent ec45280 commit 67f000a
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 @@ prometheus-api-client = "^0.5.2"
pydantic = "^1.10.4"
pydantic-mongo = "^1.0.1"
pymongo = "^4.3.3"
numpy = ">= 1.24.0"
numpy = "^1.24.0"
ldap3 = "^2.9.1"
python-hostlist = "^1.23.0"
tqdm = "^4.64.1"
Expand Down

0 comments on commit 67f000a

Please sign in to comment.