diff --git a/build/pyproject.toml b/build/pyproject.toml index 45a3e874e8ca46954901819d05431e6e0b8b6e51..403dd46a1b1dc226d07175a9b1e3f68309396943 100644 --- a/build/pyproject.toml +++ b/build/pyproject.toml @@ -6,7 +6,7 @@ authors = [] readme = "README.md" [tool.poetry.dependencies] -python = "3.11.5" +python = "3.11.8" numpy = "1.24.4" matplotlib = "3.8.0" astropy = "6.0.0" diff --git a/pyproject.toml b/pyproject.toml index d71991120d08dfc133bb40fc0ae1c751a340cf1f..31079a25c93647cd80539c58044d11f65cf6da79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [] readme = "README.md" [tool.poetry.dependencies] -python = "3.11.5" +python = "3.11.8" toml = "^0.10.2" [tool.poetry.group.dev.dependencies]