py-river: mark numpy 2 compatibility (#47813)

This commit is contained in:
Adam J. Stewart 2024-11-28 09:24:21 +01:00 committed by GitHub
parent 18790ca397
commit 192821f361
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,3 +30,6 @@ class PyRiver(PythonPackage):
depends_on("py-numpy@1.22:", type=("build", "run"))
depends_on("py-scipy@1.5:", type=("build", "run"))
depends_on("py-pandas@1.3:", type=("build", "run"))
# https://github.com/online-ml/river/pull/1632
depends_on("py-numpy@:1", when="@:0.21", type=("build", "run"))