Skip to content

Commit 6570e5d

Browse files
committed
Downgrade maturin to avoid twine-related issues
1 parent 72488b3 commit 6570e5d

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
@@ -7,15 +7,15 @@ authors = [
77
{name = "International Centre for Neuromorphic Systems"},
88
{name = "Alexandre Marcireau"},
99
]
10-
version = "2.2.0"
1110
requires-python = ">=3.9"
1211
dependencies = ["numpy>=1.26"]
12+
version = "2.2.0"
1313

1414
[project.urls]
1515
homepage = "https://github.com/neuromorphicsystems/aedat/"
1616
repository = "https://github.com/neuromorphicsystems/aedat/"
1717
documentation = "https://github.com/neuromorphicsystems/aedat/"
1818

1919
[build-system]
20-
requires = ["maturin==1.8.1", "numpy>=1.26"]
20+
requires = ["maturin==1.7.4", "numpy>=1.26"]
2121
build-backend = "maturin"

0 commit comments

Comments
 (0)