diff --git a/pyproject.toml b/pyproject.toml index 7390fa5192..0438451913 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,12 +18,12 @@ classifiers = [ "Operating System :: POSIX :: Linux", ] dependencies = [ - "pyparted==3.13.0", - "pydantic==2.13.4", - "cryptography==49.0.0", - "textual==8.2.8", - "markdown-it-py==4.2.0", - "linkify-it-py==2.1.0", + "pyparted>=3.13.0", + "pydantic>=2.13.4", + "cryptography>=49.0.0", + "textual>=8.2.8", + "markdown-it-py>=4.2.0", + "linkify-it-py>=2.1.0", ] [project.urls] @@ -32,14 +32,14 @@ Documentation = "https://archinstall.readthedocs.io/" Source = "https://github.com/archlinux/archinstall" [project.optional-dependencies] -log = ["systemd_python==236"] +log = ["systemd_python>=236"] dev = [ - "mypy==2.3.0", - "flake8==7.3.0", - "pre-commit==4.6.1", - "ruff==0.16.1", - "pylint==4.0.6", - "pytest==9.1.1", + "mypy>=2.3.0", + "flake8>=7.3.0", + "pre-commit>=4.6.1", + "ruff>=0.16.1", + "pylint>=4.0.6", + "pytest>=9.1.1", "hypothesis>=6.152.4", ] doc = ["sphinx"]