Skip to content

Conversation

@makslevental
Copy link
Contributor

@makslevental makslevental commented Oct 2, 2023

Python 3.12 has been released so why not support it. Note, I'm not sure if the buildkite runners do check-mlir-python but I tested locally (on Linux) and am currently running a broader set of tests.

@llvmbot llvmbot added mlir:python MLIR Python bindings mlir labels Oct 2, 2023
@llvmbot
Copy link
Member

llvmbot commented Oct 2, 2023

@llvm/pr-subscribers-mlir

Changes

Python 3.12 has been released so why not support it. Note, I'm not sure if the buildkite runners do check-mlir-python but I tested locally (on Linux) and am currently running a broader set of tests.


Full diff: https://github.com/llvm/llvm-project/pull/68009.diff

1 Files Affected:

  • (modified) mlir/python/requirements.txt (+2-2)
diff --git a/mlir/python/requirements.txt b/mlir/python/requirements.txt index 7671d33293f483d..631e61e1cbab1ae 100644 --- a/mlir/python/requirements.txt +++ b/mlir/python/requirements.txt @@ -1,4 +1,4 @@ -numpy>=1.19.5, <=1.23.5 +numpy>=1.19.5, <=1.26 pybind11>=2.9.0, <=2.10.3 -PyYAML>= 5.3.1, <=6.0 +PyYAML>= 5.3.1, <=6.0.1 dataclasses>=0.6, <=0.8 
Copy link
Contributor

@stellaraccident stellaraccident left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Please and thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

mlir:python MLIR Python bindings mlir

4 participants