From dd785e266dac1d9cafeeda71306cf78f3b2abea1 Mon Sep 17 00:00:00 2001 From: dachengx Date: Fri, 2 Aug 2024 17:25:27 -0500 Subject: [PATCH] Poetry does not understand `requires-python` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 981a952..066fa5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,6 @@ license = "BSD-3-Clause" authors = [ "Dacheng Xu, ", ] -requires-python = ">=3.9" classifiers = [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: BSD License", @@ -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"