Skip to content

Commit 24d70f3

Browse files
committed
Update lockfile and Python version.
1 parent d6c00d5 commit 24d70f3

4 files changed

Lines changed: 119 additions & 220 deletions

File tree

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.9
1+
3.10

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "complex-tensor"
33
dynamic = ["version"]
44
description = "Add your description here"
55
readme = "README.md"
6-
requires-python = ">=3.9"
6+
requires-python = ">=3.10"
77
dependencies = [
88
"expecttest>=0.3.0",
99
"numpy>=2.0.2",
@@ -35,7 +35,7 @@ version_file = "src/complex_tensor/_version.py"
3535
[tool.ruff]
3636
line-length = 100
3737
indent-width = 4
38-
target-version = "py39"
38+
target-version = "py310"
3939
exclude = ["src/complex_tensor/_version.py"]
4040

4141
[tool.ruff.lint]

src/complex_tensor/ops/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
}
2828

2929
aten = torch.ops.aten
30+
prim = torch.ops.prim
3031

3132

3233
def register_complex(

0 commit comments

Comments
 (0)