Skip to content

Commit

Permalink
Poetry does not understand requires-python (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx authored Aug 2, 2024
1 parent 5d69c9e commit 86ede28
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 @@ -8,7 +8,6 @@ authors = [
"Diego Ramírez García, <[email protected]>",
]
readme = "README.md"
requires-python = ">=3.9"
homepage = "https://github.com/XENONnT/fuse"
classifiers = [
"Development Status :: 3 - Alpha",
Expand All @@ -26,6 +25,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
numpy = "<=1.26.0"
pandas = "*"
scipy = "*"
Expand Down

0 comments on commit 86ede28

Please sign in to comment.