diff --git a/pyproject.toml b/pyproject.toml index 445f939..5980d06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" dynamic = ["version"] dependencies = [ # "frappe~=15.0.0" # Installed and managed by bench. - "erpnext~=14.48.1" + "erpnext" ] [build-system]