diff --git a/Pipfile b/Pipfile index d29bb07..99c687f 100644 --- a/Pipfile +++ b/Pipfile @@ -3,9 +3,6 @@ url = "https://pypi.org/simple" verify_ssl = true name = "pypi" -[requires] -python_version = ">=3.11" - [packages] numpy = "*" customtkinter = "*"