[Mlir-commits] [mlir] [mlir][python] Raise maximum allowed version (PR #114050)

Maksim Levental llvmlistbot at llvm.org
Tue Oct 29 09:49:41 PDT 2024


================
@@ -1,4 +1,4 @@
-numpy>=1.19.5, <=1.26
-pybind11>=2.9.0, <=2.10.3
+numpy>=1.19.5, <=2.1.2
----------------
makslevental wrote:

I don't think it's our responsibility to keep a lid on this? Anyone that has tighter constraints on numpy will have it in their own `requirements.txt`. The natural way such things get resolved is `pip` does dependency resolution but since we're not distributing a package, it falls to the user to be aware. 

https://github.com/llvm/llvm-project/pull/114050


More information about the Mlir-commits mailing list