Skip to content

Commit

Permalink
enforce numpy < 2 in pyproject.toml (NumPy v2 breaks inference atm)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sejmou committed Jan 8, 2025
1 parent ec2bada commit 54ed76d
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 @@ -12,7 +12,7 @@ repository = "https://github.com/inkrement/nade.git"
python = ">= 3.9"
pybind11 = ">= 2.0"
fasttext-wheel = ">= 0.9.2"
numpy = ">= 1.19"
numpy = ">= 1.19 < 2"
lightgbm = ">= 3.2"
pyarrow = ">= 6.0.1"

Expand Down

0 comments on commit 54ed76d

Please sign in to comment.