Skip to content

Commit b666e45

Browse files
committed
fix python?
1 parent abcd595 commit b666e45

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
@@ -14,6 +14,7 @@ dependencies = [
1414
"rdflib>=7.1.4",
1515
"requests>=2.32.4",
1616
]
17+
requires-python = ">=3.9,<4.0"
1718

1819
[project.optional-dependencies]
1920
allegro = [
@@ -50,6 +51,6 @@ bacnet = [
5051
"bac0>=2025.6.10",
5152
]
5253
networkx = [
53-
"networkx>=3.5",
54+
"networkx>=3.0",
5455
]
5556

0 commit comments

Comments
 (0)