put upper limit on numpy due to paramz incompatibility

This commit is contained in:
Martin Bubel 2024-07-28 18:05:39 +02:00
parent 5c6bee4546
commit 028f0880ff
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ packages = [{ include = "GPy" }]
[tool.poetry.dependencies]
python = ">=3.9,<4"
numpy = "^1.7"
numpy = ">=1.7,<2" # paramz is not compatible with numpy 2.0
six = "*"
paramz = ">=0.9.6"
cython = "^0.29"