Skip to content

Commit 1019108

Browse files
authored
Unpin
1 parent 54138fb commit 1019108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
test = ["pytest", "mlir-native-tools", "astpretty"]
1818
torch-mlir = ["torch-mlir-core"]
1919
jax = ["jax[cpu]", ]
20-
mlir = ["mlir-python-bindings==18.0.0.2023090322+19d286bc"]
20+
mlir = ["mlir-python-bindings"]
2121

2222
[project.scripts]
2323
configure-mlir-python-utils = "mlir_utils:_configuration.configuration.configure_host_bindings"
@@ -35,4 +35,4 @@ include = ["mlir_utils", "mlir_utils.*"] # alternatively: `exclude = ["addition
3535
log_cli = false
3636
log_cli_level = "DEBUG"
3737
log_cli_format = "[%(filename)s:%(funcName)s:%(lineno)d] %(message)s"
38-
log_cli_date_format = "%Y-%m-%d %H:%M:%S"
38+
log_cli_date_format = "%Y-%m-%d %H:%M:%S"

0 commit comments

Comments
 (0)