Skip to content

Commit c9d45c1

Browse files
committed
Try again..
1 parent 4c93ea5 commit c9d45c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[build-system]
22
requires = [
33
'maturin>=1,<2',
4-
'typing-extensions >=4.6.0; platform_python_implementation != "PyPy"',
5-
'typing-extensions >=4.6.0,<4.7.0; platform_python_implementation == "PyPy"'
4+
'typing-extensions==4.6.3',
65
]
76
build-backend = 'maturin'
87

0 commit comments

Comments
 (0)