We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18192e1 commit b8a8432Copy full SHA for b8a8432
pyproject.toml
@@ -3,7 +3,7 @@ name = "george"
3
description = "Blazingly fast Gaussian Processes for regression."
4
readme = "README.rst"
5
authors = [{ name = "Daniel Foreman-Mackey", email = "foreman.mackey@gmail.com" }]
6
-requires-python = ">=3.7"
+requires-python = ">=3.8"
7
license = { file = "LICENSE" }
8
urls = { Homepage = "https://github.com/dfm/george" }
9
dependencies = ["numpy", "scipy"]
0 commit comments