Skip to content

Commit

Permalink
Use published dep to MORL-Baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
ffelten committed May 3, 2024
1 parent f8fb105 commit 6582254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]

Expand Down

0 comments on commit 6582254

Please sign in to comment.