diff --git a/pyproject.toml b/pyproject.toml
index 66db9ded7f84ee2a68cc16849c628db3d12778f7..d94687488db48cbc1e0e8c12594a7dbe23177a6c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -25,7 +25,7 @@ classifiers = [
 
 [tool.poetry.dependencies]
 python = "^3.7"
-AlekSIS = { path = "../../../" }
+AlekSIS = "^2.0a2"
 
 [build-system]
 requires = ["poetry>=0.12"]