From a99ef9d6a6b174f653abe2887d8211c809b3a732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Sat, 8 Jan 2022 22:41:17 +0100 Subject: [PATCH] fix: fix Python support for NumPy (#40) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 050a23a..4e3f6ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] [tool.poetry.dependencies] -python = "^3.7" +python = ">=3.7,<3.11" skyfield = "^1.21" skyfield-data = "^3.0" numpy = "^1.17"