Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mlir][python] Enable py312. #68009

Merged
merged 1 commit into from
Oct 5, 2023
Merged

[mlir][python] Enable py312. #68009

merged 1 commit into from
Oct 5, 2023

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants