diff --git a/pyproject.toml b/pyproject.toml index bf505abb..922b40a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ learning = [ "tqdm >=4.66.1", "pandas >=2.0.3", "matplotlib >=3.7.4", - "morl_baselines[all] @ git+https://github.com/LucasAlegre/morl-baselines" + "morl_baselines[all]" ] all = [ # All dependencies above except accept-rom-license @@ -76,7 +76,7 @@ all = [ "tqdm >=4.66.1", "pandas >=2.0.3", "matplotlib >=3.7.4", - "morl_baselines[all] @git+https://github.com/LucasAlegre/morl-baselines" + "morl_baselines[all]" ] testing = ["pytest ==7.1.3"]