Skip to content

Commit 54ed76d

Browse files
committed
enforce numpy < 2 in pyproject.toml (NumPy v2 breaks inference atm)
1 parent ec2bada commit 54ed76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/inkrement/nade.git"
1212
python = ">= 3.9"
1313
pybind11 = ">= 2.0"
1414
fasttext-wheel = ">= 0.9.2"
15-
numpy = ">= 1.19"
15+
numpy = ">= 1.19 < 2"
1616
lightgbm = ">= 3.2"
1717
pyarrow = ">= 6.0.1"
1818

0 commit comments

Comments
 (0)