Skip to content

Commit

Permalink
Poetry does not understand requires-python (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx authored Aug 2, 2024
1 parent 1e48342 commit e2589d9
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 @@ license = "BSD-3-Clause"
authors = [
"Dacheng Xu, <[email protected]>",
]
requires-python = ">=3.9"
classifiers = [
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: BSD License",
Expand All @@ -22,6 +21,7 @@ repository = "https://github.com/XENONnT/axidence"
documentation = "https://readthedocs.org/projects/axidence/"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
strax = ">=1.6.3"
straxen = ">=2.2.1"
GOFevaluation = ">=0.1.4"
Expand Down

0 comments on commit e2589d9

Please sign in to comment.