From 6582254055ea1972eb79cddf3f00856c9558f6e9 Mon Sep 17 00:00:00 2001 From: Florian Felten Date: Fri, 3 May 2024 18:46:57 +0200 Subject: [PATCH] Use published dep to MORL-Baselines --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]