Skip to content

Commit 8217f58

Browse files
committed
tox fixed
1 parent 97302f3 commit 8217f58

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ scipy = [
5555

5656
matplotlib = [
5757
{ version = ">=3.0.0, <=3.7.3", python = "<3.9" },
58-
{ version = ">=3.0.0, <=3.9.0", python = ">=3.9" }
58+
{ version = ">=3.0.0, <=3.9.0", python = ">=3.9" },
59+
{ version = ">=3.10.0, <=3.11.0", python = ">=3.13" }
5960
]
6061

6162
faiss-cpu = [

0 commit comments

Comments
 (0)