Skip to content

Commit

Permalink
fix toml
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMTO committed Aug 22, 2024
1 parent c7f881e commit 75d2351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"numpy>=1.25.1; python_version < '3.12'",
"numpy>=1.24; python_version < '3.12'",
"numpy>=1.26; python_version >= '3.12'",
"networkx>=3.0",
"scipy>=1.10; python_version < '3.12'",
Expand Down

0 comments on commit 75d2351

Please sign in to comment.