Skip to content

Commit 13d70d6

Browse files
committed
newer build tools for Python 3.13 support
1 parent d1a19ab commit 13d70d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=42", "wheel"]
2+
requires = ["setuptools>=68.0.0", "wheel>=0.40.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -39,6 +39,7 @@ dependencies = [
3939
"anndata>=0.8.0",
4040
"scanpy>=1.6.0",
4141
"mellon>=1.3.0",
42+
"ml_dtypes>=0.5.0",
4243
]
4344

4445
[project.optional-dependencies]

0 commit comments

Comments
 (0)