Skip to content

Commit 6582254

Browse files
committed
Use published dep to MORL-Baselines
1 parent f8fb105 commit 6582254

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ learning = [
5959
"tqdm >=4.66.1",
6060
"pandas >=2.0.3",
6161
"matplotlib >=3.7.4",
62-
"morl_baselines[all] @ git+https://github.com/LucasAlegre/morl-baselines"
62+
"morl_baselines[all]"
6363
]
6464
all = [
6565
# All dependencies above except accept-rom-license
@@ -76,7 +76,7 @@ all = [
7676
"tqdm >=4.66.1",
7777
"pandas >=2.0.3",
7878
"matplotlib >=3.7.4",
79-
"morl_baselines[all] @git+https://github.com/LucasAlegre/morl-baselines"
79+
"morl_baselines[all]"
8080
]
8181
testing = ["pytest ==7.1.3"]
8282

0 commit comments

Comments
 (0)